[ May 13 23:01:26 Enabled. ] [ May 13 23:01:26 Rereading configuration. ] [ May 13 23:01:27 Rereading configuration. ] [ May 13 23:01:29 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 [ May 13 23:01:29 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.05.13 23:01:30.579422 [ 1 ] {} Application: Will watch for the process with pid 25935 2025.05.13 23:01:30.579851 [ 1 ] {} Application: Forked a child process to watch 2025.05.13 23:01:30.764978 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25935 2025.05.13 23:01:30.765683 [ 1 ] {} Application: starting up 2025.05.13 23:01:30.765831 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.05.13 23:01:30.848429 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.05.13 23:01:30.892535 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.05.13 23:01:30.892604 [ 1 ] {} Application: Initializing DateLUT. 2025.05.13 23:01:30.892623 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.05.13 23:01:30.892696 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.05.13 23:01:30.893196 [ 1 ] {} Application: Initializing interserver credentials. 2025.05.13 23:01:30.895499 [ 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.05.13 23:01:30.896345 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.05.13 23:01:30.897213 [ 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.05.13 23:01:30.897237 [ 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.05.13 23:01:30.897250 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.05.13 23:01:30.897972 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.13 23:01:30.899059 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.05.13 23:01:30.904920 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.13 23:01:30.905716 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.13 23:01:30.907100 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.05.13 23:01:30.907170 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.05.13 23:01:30.908288 [ 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.05.13 23:01:30.908689 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.05.13 23:01:30.911602 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.05.13 23:01:30.912014 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.05.13 23:01:30.915442 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.05.13 23:01:30.915841 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.05.13 23:01:30.916249 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.05.13 23:01:30.916589 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.05.13 23:01:30.918043 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.05.13 23:01:30.918068 [ 1 ] {} Application: Loading metadata from /data/ 2025.05.13 23:01:30.918154 [ 170 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:01:30.918245 [ 170 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:01:30.932131 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.05.13 23:01:30.932156 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000163215 sec 2025.05.13 23:01:30.932181 [ 1 ] {} ReferentialDeps: No tables 2025.05.13 23:01:30.932194 [ 1 ] {} LoadingDeps: No tables 2025.05.13 23:01:30.932873 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.05.13 23:01:30.933464 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.05.13 23:01:30.943035 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.05.13 23:01:30.943078 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.05.13 23:01:30.943098 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.05.13 23:01:30.943109 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.05.13 23:01:30.943139 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.05.13 23:01:30.943157 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.05.13 23:01:30.945212 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.05.13 23:01:30.945254 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.05.13 23:01:30.945273 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.05.13 23:01:30.945403 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.05.13 23:01:30.945441 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.05.13 23:01:30.945453 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.05.13 23:01:30.945470 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.05.13 23:01:30.945482 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.05.13 23:01:30.945509 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.05.13 23:01:30.945527 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.05.13 23:01:30.966046 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.05.13 23:01:30.968621 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.05.13 23:01:30.968659 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5102e-05 sec 2025.05.13 23:01:30.968673 [ 1 ] {} ReferentialDeps: No tables 2025.05.13 23:01:30.968685 [ 1 ] {} LoadingDeps: No tables 2025.05.13 23:01:30.968713 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.05.13 23:01:30.968917 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.05.13 23:01:30.968966 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.05.13 23:01:30.968981 [ 1 ] {} Application: Loaded metadata. 2025.05.13 23:01:30.968995 [ 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.05.13 23:01:30.969008 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.05.13 23:01:30.987438 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.05.13 23:01:30.987659 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.89 MiB 2025.05.13 23:01:30.989153 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.447e-05 sec. 2025.05.13 23:01:30.989537 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.05.13 23:01:30.990182 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.05.13 23:01:30.990212 [ 1 ] {} Application: Ready for connections. 2025.05.13 23:01:31.196720 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42372 2025.05.13 23:01:31.197627 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.197685 [ 3 ] {} TCP-Session: 411782cf-1429-446b-b3db-0e95deebd8b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:42372 2025.05.13 23:01:31.197713 [ 3 ] {} TCP-Session: 411782cf-1429-446b-b3db-0e95deebd8b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.197798 [ 3 ] {} TCP-Session: 411782cf-1429-446b-b3db-0e95deebd8b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.197895 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.13 23:01:31.197920 [ 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.05.13 23:01:31.198010 [ 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.05.13 23:01:31.199046 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38498 2025.05.13 23:01:31.199211 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.199247 [ 4 ] {} TCP-Session: 15215b19-b102-4c0d-bf0b-ac13273d4832 Authenticating user 'default' from [fd00:1122:3344:101::a]:38498 2025.05.13 23:01:31.199271 [ 4 ] {} TCP-Session: 15215b19-b102-4c0d-bf0b-ac13273d4832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.199364 [ 4 ] {} TCP-Session: 15215b19-b102-4c0d-bf0b-ac13273d4832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.199858 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45122 2025.05.13 23:01:31.199871 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61692 2025.05.13 23:01:31.199948 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41885 2025.05.13 23:01:31.200186 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.200188 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47493 2025.05.13 23:01:31.200224 [ 5 ] {} TCP-Session: 63a5de3d-5ec4-4a56-824e-17d8deac029a Authenticating user 'default' from [fd00:1122:3344:101::a]:45122 2025.05.13 23:01:31.200275 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39859 2025.05.13 23:01:31.200319 [ 5 ] {} TCP-Session: 63a5de3d-5ec4-4a56-824e-17d8deac029a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.200339 [ 5 ] {} TCP-Session: 63a5de3d-5ec4-4a56-824e-17d8deac029a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.200393 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36932 2025.05.13 23:01:31.200533 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.200572 [ 257 ] {} TCP-Session: 36f02f0c-989e-4aa7-b58a-8f4ef15e373c Authenticating user 'default' from [fd00:1122:3344:101::a]:36932 2025.05.13 23:01:31.200599 [ 257 ] {} TCP-Session: 36f02f0c-989e-4aa7-b58a-8f4ef15e373c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.200683 [ 257 ] {} TCP-Session: 36f02f0c-989e-4aa7-b58a-8f4ef15e373c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.200757 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.200785 [ 253 ] {} TCP-Session: ff3b3329-b719-4841-9728-c34295cd7b85 Authenticating user 'default' from [fd00:1122:3344:101::a]:61692 2025.05.13 23:01:31.200862 [ 253 ] {} TCP-Session: ff3b3329-b719-4841-9728-c34295cd7b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.200877 [ 253 ] {} TCP-Session: ff3b3329-b719-4841-9728-c34295cd7b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.201312 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.201429 [ 256 ] {} TCP-Session: 11f71889-5a4e-4256-bb40-1a7b70734790 Authenticating user 'default' from [fd00:1122:3344:101::a]:39859 2025.05.13 23:01:31.201452 [ 256 ] {} TCP-Session: 11f71889-5a4e-4256-bb40-1a7b70734790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.201464 [ 256 ] {} TCP-Session: 11f71889-5a4e-4256-bb40-1a7b70734790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.201885 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.201892 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.201934 [ 255 ] {} TCP-Session: 4bd5214b-7865-4228-8ff4-066ff9f5c391 Authenticating user 'default' from [fd00:1122:3344:101::a]:47493 2025.05.13 23:01:31.201950 [ 254 ] {} TCP-Session: 86dc4bd5-f1a1-4f83-82a0-000fe4159ef0 Authenticating user 'default' from [fd00:1122:3344:101::a]:41885 2025.05.13 23:01:31.201960 [ 255 ] {} TCP-Session: 4bd5214b-7865-4228-8ff4-066ff9f5c391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.202046 [ 254 ] {} TCP-Session: 86dc4bd5-f1a1-4f83-82a0-000fe4159ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.202055 [ 255 ] {} TCP-Session: 4bd5214b-7865-4228-8ff4-066ff9f5c391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.202071 [ 254 ] {} TCP-Session: 86dc4bd5-f1a1-4f83-82a0-000fe4159ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.609160 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49056 2025.05.13 23:01:31.609448 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.609879 [ 258 ] {} TCP-Session: 2b77e5c5-5d62-45a3-b9b0-3ae5006c5d10 Authenticating user 'default' from [fd00:1122:3344:101::b]:49056 2025.05.13 23:01:31.609905 [ 258 ] {} TCP-Session: 2b77e5c5-5d62-45a3-b9b0-3ae5006c5d10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.609917 [ 258 ] {} TCP-Session: 2b77e5c5-5d62-45a3-b9b0-3ae5006c5d10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.610165 [ 258 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.13 23:01:31.610197 [ 258 ] {} 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.05.13 23:01:31.610218 [ 258 ] {} 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.05.13 23:01:31.611202 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56140 2025.05.13 23:01:31.611308 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54247 2025.05.13 23:01:31.611404 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58167 2025.05.13 23:01:31.611560 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38057 2025.05.13 23:01:31.611682 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.611688 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51475 2025.05.13 23:01:31.611747 [ 262 ] {} TCP-Session: d64fa3f9-59b8-4f55-a114-5d2bfd5fbeb1 Authenticating user 'default' from [fd00:1122:3344:101::b]:58167 2025.05.13 23:01:31.611776 [ 262 ] {} TCP-Session: d64fa3f9-59b8-4f55-a114-5d2bfd5fbeb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.611789 [ 262 ] {} TCP-Session: d64fa3f9-59b8-4f55-a114-5d2bfd5fbeb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.611816 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50470 2025.05.13 23:01:31.611917 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36586 2025.05.13 23:01:31.613218 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.613243 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.613280 [ 261 ] {} TCP-Session: 34489e3d-b5c8-44be-8105-4504972456da Authenticating user 'default' from [fd00:1122:3344:101::b]:54247 2025.05.13 23:01:31.613286 [ 266 ] {} TCP-Session: 0c2776c6-c72f-4263-a7e4-e51bbf4def5f Authenticating user 'default' from [fd00:1122:3344:101::b]:36586 2025.05.13 23:01:31.613304 [ 261 ] {} TCP-Session: 34489e3d-b5c8-44be-8105-4504972456da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.613324 [ 261 ] {} TCP-Session: 34489e3d-b5c8-44be-8105-4504972456da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.613311 [ 266 ] {} TCP-Session: 0c2776c6-c72f-4263-a7e4-e51bbf4def5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.613348 [ 266 ] {} TCP-Session: 0c2776c6-c72f-4263-a7e4-e51bbf4def5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.614353 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.614373 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.614400 [ 264 ] {} TCP-Session: 662d71cf-4926-4751-9ed3-1ee6f19072ec Authenticating user 'default' from [fd00:1122:3344:101::b]:51475 2025.05.13 23:01:31.614429 [ 265 ] {} TCP-Session: b32ba4f0-6558-49f8-bf82-0c9a18fb2d2c Authenticating user 'default' from [fd00:1122:3344:101::b]:50470 2025.05.13 23:01:31.614448 [ 264 ] {} TCP-Session: 662d71cf-4926-4751-9ed3-1ee6f19072ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.614455 [ 265 ] {} TCP-Session: b32ba4f0-6558-49f8-bf82-0c9a18fb2d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.614471 [ 264 ] {} TCP-Session: 662d71cf-4926-4751-9ed3-1ee6f19072ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.614497 [ 265 ] {} TCP-Session: b32ba4f0-6558-49f8-bf82-0c9a18fb2d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.616311 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.616338 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.616378 [ 263 ] {} TCP-Session: 6a48b44a-2fb5-4ecc-a33e-7fb33c33252f Authenticating user 'default' from [fd00:1122:3344:101::b]:38057 2025.05.13 23:01:31.616382 [ 260 ] {} TCP-Session: 906c3199-deef-4eaa-bfdf-0065fe8e7406 Authenticating user 'default' from [fd00:1122:3344:101::b]:56140 2025.05.13 23:01:31.616406 [ 263 ] {} TCP-Session: 6a48b44a-2fb5-4ecc-a33e-7fb33c33252f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.616435 [ 260 ] {} TCP-Session: 906c3199-deef-4eaa-bfdf-0065fe8e7406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.616462 [ 263 ] {} TCP-Session: 6a48b44a-2fb5-4ecc-a33e-7fb33c33252f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.616467 [ 260 ] {} TCP-Session: 906c3199-deef-4eaa-bfdf-0065fe8e7406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.767146 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64867 2025.05.13 23:01:31.767354 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.767388 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64867 2025.05.13 23:01:31.767512 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.767527 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.767594 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.13 23:01:31.767714 [ 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.05.13 23:01:31.767734 [ 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.05.13 23:01:31.768194 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46818 2025.05.13 23:01:31.768271 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34987 2025.05.13 23:01:31.768477 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.768514 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52549 2025.05.13 23:01:31.768518 [ 268 ] {} TCP-Session: 5676411c-6f65-4af9-b2b4-e6eb7f0614ff Authenticating user 'default' from [fd00:1122:3344:101::d]:46818 2025.05.13 23:01:31.768531 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40590 2025.05.13 23:01:31.768567 [ 268 ] {} TCP-Session: 5676411c-6f65-4af9-b2b4-e6eb7f0614ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.768668 [ 268 ] {} TCP-Session: 5676411c-6f65-4af9-b2b4-e6eb7f0614ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.768674 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.768671 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61568 2025.05.13 23:01:31.768771 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.768812 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41257 2025.05.13 23:01:31.768827 [ 271 ] {} TCP-Session: c70b97e7-068f-4764-8c6b-5594e0add0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:52549 2025.05.13 23:01:31.768899 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.768830 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Authenticating user 'default' from [fd00:1122:3344:101::d]:34987 2025.05.13 23:01:31.768971 [ 271 ] {} TCP-Session: c70b97e7-068f-4764-8c6b-5594e0add0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769005 [ 270 ] {} TCP-Session: 39238f42-fa32-438d-a711-934017161a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:40590 2025.05.13 23:01:31.769071 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.768992 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769135 [ 272 ] {} TCP-Session: 7e072841-0737-457c-8d2b-845278dbfc95 Authenticating user 'default' from [fd00:1122:3344:101::d]:61568 2025.05.13 23:01:31.769138 [ 270 ] {} TCP-Session: 39238f42-fa32-438d-a711-934017161a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769127 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.769221 [ 272 ] {} TCP-Session: 7e072841-0737-457c-8d2b-845278dbfc95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769267 [ 273 ] {} TCP-Session: df77b3f5-739d-4749-97e5-61d15fab61f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:41257 2025.05.13 23:01:31.769194 [ 270 ] {} TCP-Session: 39238f42-fa32-438d-a711-934017161a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769325 [ 272 ] {} TCP-Session: 7e072841-0737-457c-8d2b-845278dbfc95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769350 [ 273 ] {} TCP-Session: df77b3f5-739d-4749-97e5-61d15fab61f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769179 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45012 2025.05.13 23:01:31.769184 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769439 [ 273 ] {} TCP-Session: df77b3f5-739d-4749-97e5-61d15fab61f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.769112 [ 271 ] {} TCP-Session: c70b97e7-068f-4764-8c6b-5594e0add0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.768975 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54146 2025.05.13 23:01:31.770359 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.770404 [ 275 ] {} TCP-Session: 6b6a5e6f-d3c2-4cbe-ab59-a8dea2f437a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45012 2025.05.13 23:01:31.770420 [ 275 ] {} TCP-Session: 6b6a5e6f-d3c2-4cbe-ab59-a8dea2f437a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.770503 [ 275 ] {} TCP-Session: 6b6a5e6f-d3c2-4cbe-ab59-a8dea2f437a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.770996 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:31.771029 [ 274 ] {} TCP-Session: 7b535a95-3eb7-421a-bf50-b7ed07ce2a7e Authenticating user 'default' from [fd00:1122:3344:101::d]:54146 2025.05.13 23:01:31.771088 [ 274 ] {} TCP-Session: 7b535a95-3eb7-421a-bf50-b7ed07ce2a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.771107 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.771139 [ 274 ] {} TCP-Session: 7b535a95-3eb7-421a-bf50-b7ed07ce2a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:31.772939 [ 267 ] {c1c8aa02-a524-4221-919a-cee1e21196cc} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.05.13 23:01:31.834919 [ 267 ] {c1c8aa02-a524-4221-919a-cee1e21196cc} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64867) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.13 23:01:31.836352 [ 267 ] {c1c8aa02-a524-4221-919a-cee1e21196cc} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.13 23:01:31.836657 [ 267 ] {c1c8aa02-a524-4221-919a-cee1e21196cc} TCPHandler: Processed in 0.067603443 sec. 2025.05.13 23:01:31.837081 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.837296 [ 269 ] {a2dfd1f1-218a-4bf8-8020-1a3a1bfa23d2} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.05.13 23:01:31.837980 [ 269 ] {a2dfd1f1-218a-4bf8-8020-1a3a1bfa23d2} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34987) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.13 23:01:31.838290 [ 269 ] {a2dfd1f1-218a-4bf8-8020-1a3a1bfa23d2} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.13 23:01:31.838640 [ 269 ] {a2dfd1f1-218a-4bf8-8020-1a3a1bfa23d2} TCPHandler: Processed in 0.001726806 sec. 2025.05.13 23:01:31.839008 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.840060 [ 267 ] {0cbad5b6-d950-4eda-8e61-ccec4812a602} executeQuery: (from [fd00:1122:3344:101::d]:64867) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.05.13 23:01:31.840181 [ 267 ] {0cbad5b6-d950-4eda-8e61-ccec4812a602} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.05.13 23:01:31.844505 [ 267 ] {0cbad5b6-d950-4eda-8e61-ccec4812a602} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.05.13 23:01:31.844623 [ 267 ] {0cbad5b6-d950-4eda-8e61-ccec4812a602} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152435 sec 2025.05.13 23:01:31.844643 [ 267 ] {0cbad5b6-d950-4eda-8e61-ccec4812a602} ReferentialDeps: No tables 2025.05.13 23:01:31.844657 [ 267 ] {0cbad5b6-d950-4eda-8e61-ccec4812a602} LoadingDeps: No tables 2025.05.13 23:01:31.844686 [ 267 ] {0cbad5b6-d950-4eda-8e61-ccec4812a602} DatabaseAtomic (oximeter): Starting up tables. 2025.05.13 23:01:31.845591 [ 267 ] {0cbad5b6-d950-4eda-8e61-ccec4812a602} TCPHandler: Processed in 0.006760646 sec. 2025.05.13 23:01:31.845767 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.845949 [ 267 ] {3a79d073-2463-4b3e-814c-353b0b333d9c} executeQuery: (from [fd00:1122:3344:101::d]:64867) /* 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.05.13 23:01:31.846128 [ 267 ] {3a79d073-2463-4b3e-814c-353b0b333d9c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.05.13 23:01:31.851782 [ 267 ] {3a79d073-2463-4b3e-814c-353b0b333d9c} StoragePolicy (default): Storage policy default created, total volumes 1 2025.05.13 23:01:31.856199 [ 267 ] {3a79d073-2463-4b3e-814c-353b0b333d9c} oximeter.version (84bb6d45-cb00-4223-807b-fe71f52b9877): Loading data parts 2025.05.13 23:01:31.857489 [ 267 ] {3a79d073-2463-4b3e-814c-353b0b333d9c} oximeter.version (84bb6d45-cb00-4223-807b-fe71f52b9877): There are no data parts 2025.05.13 23:01:31.863381 [ 267 ] {3a79d073-2463-4b3e-814c-353b0b333d9c} TCPHandler: Processed in 0.017670165 sec. 2025.05.13 23:01:31.863568 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.863898 [ 267 ] {f5e598aa-fa46-4b2c-9ac2-8e671f33e493} executeQuery: (from [fd00:1122:3344:101::d]:64867) /* 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.05.13 23:01:31.864132 [ 267 ] {f5e598aa-fa46-4b2c-9ac2-8e671f33e493} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.05.13 23:01:31.880513 [ 267 ] {f5e598aa-fa46-4b2c-9ac2-8e671f33e493} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Loading data parts 2025.05.13 23:01:31.880790 [ 267 ] {f5e598aa-fa46-4b2c-9ac2-8e671f33e493} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): There are no data parts 2025.05.13 23:01:31.888669 [ 267 ] {f5e598aa-fa46-4b2c-9ac2-8e671f33e493} TCPHandler: Processed in 0.025166396 sec. 2025.05.13 23:01:31.888884 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.889106 [ 267 ] {38776245-afe6-4215-821e-9f92522eb0ad} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.889250 [ 267 ] {38776245-afe6-4215-821e-9f92522eb0ad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.05.13 23:01:31.894306 [ 267 ] {38776245-afe6-4215-821e-9f92522eb0ad} oximeter.measurements_i8 (2d2e57ac-486f-4a65-9b15-c10c69919689): Loading data parts 2025.05.13 23:01:31.894473 [ 267 ] {38776245-afe6-4215-821e-9f92522eb0ad} oximeter.measurements_i8 (2d2e57ac-486f-4a65-9b15-c10c69919689): There are no data parts 2025.05.13 23:01:31.898525 [ 267 ] {38776245-afe6-4215-821e-9f92522eb0ad} TCPHandler: Processed in 0.009715901 sec. 2025.05.13 23:01:31.898697 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.898976 [ 267 ] {764d04b6-cff3-4d69-9840-4a4f46663111} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.899106 [ 267 ] {764d04b6-cff3-4d69-9840-4a4f46663111} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.05.13 23:01:31.904439 [ 267 ] {764d04b6-cff3-4d69-9840-4a4f46663111} oximeter.measurements_u8 (de08e12d-991b-43ff-8289-30e7fd1400db): Loading data parts 2025.05.13 23:01:31.904587 [ 267 ] {764d04b6-cff3-4d69-9840-4a4f46663111} oximeter.measurements_u8 (de08e12d-991b-43ff-8289-30e7fd1400db): There are no data parts 2025.05.13 23:01:31.927431 [ 267 ] {764d04b6-cff3-4d69-9840-4a4f46663111} TCPHandler: Processed in 0.028792721 sec. 2025.05.13 23:01:31.927631 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.927815 [ 267 ] {f5087d88-4211-4436-803b-6976f32229a5} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.927984 [ 267 ] {f5087d88-4211-4436-803b-6976f32229a5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.05.13 23:01:31.938266 [ 267 ] {f5087d88-4211-4436-803b-6976f32229a5} oximeter.measurements_i16 (5e06b9ab-cc01-4b71-9784-af834c509794): Loading data parts 2025.05.13 23:01:31.938541 [ 267 ] {f5087d88-4211-4436-803b-6976f32229a5} oximeter.measurements_i16 (5e06b9ab-cc01-4b71-9784-af834c509794): There are no data parts 2025.05.13 23:01:31.949455 [ 267 ] {f5087d88-4211-4436-803b-6976f32229a5} TCPHandler: Processed in 0.021893881 sec. 2025.05.13 23:01:31.949631 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.950024 [ 267 ] {5923ef8d-1bc1-4d70-acd5-74d38baf5312} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.950158 [ 267 ] {5923ef8d-1bc1-4d70-acd5-74d38baf5312} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.05.13 23:01:31.953680 [ 267 ] {5923ef8d-1bc1-4d70-acd5-74d38baf5312} oximeter.measurements_u16 (cc859174-03d5-4fcc-bc0d-0f518f8350bf): Loading data parts 2025.05.13 23:01:31.953850 [ 267 ] {5923ef8d-1bc1-4d70-acd5-74d38baf5312} oximeter.measurements_u16 (cc859174-03d5-4fcc-bc0d-0f518f8350bf): There are no data parts 2025.05.13 23:01:31.955532 [ 267 ] {5923ef8d-1bc1-4d70-acd5-74d38baf5312} TCPHandler: Processed in 0.00595946 sec. 2025.05.13 23:01:31.955682 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.955842 [ 267 ] {0eb33723-9217-4f72-9b21-59993d47ada6} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.955978 [ 267 ] {0eb33723-9217-4f72-9b21-59993d47ada6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.05.13 23:01:31.965012 [ 267 ] {0eb33723-9217-4f72-9b21-59993d47ada6} oximeter.measurements_i32 (c8538ca2-d38d-4ff6-b62a-2a44cde25c66): Loading data parts 2025.05.13 23:01:31.965187 [ 267 ] {0eb33723-9217-4f72-9b21-59993d47ada6} oximeter.measurements_i32 (c8538ca2-d38d-4ff6-b62a-2a44cde25c66): There are no data parts 2025.05.13 23:01:31.967622 [ 267 ] {0eb33723-9217-4f72-9b21-59993d47ada6} TCPHandler: Processed in 0.011988713 sec. 2025.05.13 23:01:31.967796 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.968095 [ 267 ] {646941c9-ba34-4900-8750-f53cf5150c87} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.968235 [ 267 ] {646941c9-ba34-4900-8750-f53cf5150c87} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.05.13 23:01:31.971316 [ 267 ] {646941c9-ba34-4900-8750-f53cf5150c87} oximeter.measurements_u32 (3481d2d4-390e-46a6-b57f-bf61db47389e): Loading data parts 2025.05.13 23:01:31.971495 [ 267 ] {646941c9-ba34-4900-8750-f53cf5150c87} oximeter.measurements_u32 (3481d2d4-390e-46a6-b57f-bf61db47389e): There are no data parts 2025.05.13 23:01:31.973210 [ 267 ] {646941c9-ba34-4900-8750-f53cf5150c87} TCPHandler: Processed in 0.005472485 sec. 2025.05.13 23:01:31.973361 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.973517 [ 267 ] {3c0ee9cd-d633-4ba4-a3d5-6b2404e4ed9a} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.973684 [ 267 ] {3c0ee9cd-d633-4ba4-a3d5-6b2404e4ed9a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.05.13 23:01:31.980631 [ 267 ] {3c0ee9cd-d633-4ba4-a3d5-6b2404e4ed9a} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Loading data parts 2025.05.13 23:01:31.980906 [ 267 ] {3c0ee9cd-d633-4ba4-a3d5-6b2404e4ed9a} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): There are no data parts 2025.05.13 23:01:31.982867 [ 267 ] {3c0ee9cd-d633-4ba4-a3d5-6b2404e4ed9a} TCPHandler: Processed in 0.009554296 sec. 2025.05.13 23:01:31.983027 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.983353 [ 267 ] {29054df5-ef7a-4495-b318-a6e5237981e8} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.983469 [ 267 ] {29054df5-ef7a-4495-b318-a6e5237981e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.05.13 23:01:31.986010 [ 267 ] {29054df5-ef7a-4495-b318-a6e5237981e8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Loading data parts 2025.05.13 23:01:31.986156 [ 267 ] {29054df5-ef7a-4495-b318-a6e5237981e8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): There are no data parts 2025.05.13 23:01:31.987706 [ 267 ] {29054df5-ef7a-4495-b318-a6e5237981e8} TCPHandler: Processed in 0.004730502 sec. 2025.05.13 23:01:31.987869 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.988024 [ 267 ] {13136459-0300-4c72-95c2-dc3119b862cb} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.988150 [ 267 ] {13136459-0300-4c72-95c2-dc3119b862cb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.05.13 23:01:31.996882 [ 267 ] {13136459-0300-4c72-95c2-dc3119b862cb} oximeter.measurements_f32 (91ecb255-9d47-4ad4-bbc1-4f75763405a2): Loading data parts 2025.05.13 23:01:31.997139 [ 267 ] {13136459-0300-4c72-95c2-dc3119b862cb} oximeter.measurements_f32 (91ecb255-9d47-4ad4-bbc1-4f75763405a2): There are no data parts 2025.05.13 23:01:31.999178 [ 267 ] {13136459-0300-4c72-95c2-dc3119b862cb} TCPHandler: Processed in 0.011371004 sec. 2025.05.13 23:01:31.999330 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:31.999585 [ 267 ] {524d7dd4-1731-4031-a732-4a7adcaf445c} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:31.999715 [ 267 ] {524d7dd4-1731-4031-a732-4a7adcaf445c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.05.13 23:01:32.001149 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 122.25 MiB, peak 122.25 MiB, free memory in arenas 0.00 B, will set to 132.66 MiB (RSS), difference: 10.42 MiB 2025.05.13 23:01:32.002269 [ 267 ] {524d7dd4-1731-4031-a732-4a7adcaf445c} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Loading data parts 2025.05.13 23:01:32.002505 [ 267 ] {524d7dd4-1731-4031-a732-4a7adcaf445c} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): There are no data parts 2025.05.13 23:01:32.003731 [ 267 ] {524d7dd4-1731-4031-a732-4a7adcaf445c} TCPHandler: Processed in 0.004449833 sec. 2025.05.13 23:01:32.003877 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.004111 [ 267 ] {e94bbb08-3b30-470a-ba83-cf8ed532757d} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.004194 [ 267 ] {e94bbb08-3b30-470a-ba83-cf8ed532757d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.05.13 23:01:32.012126 [ 267 ] {e94bbb08-3b30-470a-ba83-cf8ed532757d} oximeter.measurements_string (2bb69285-e54f-42e7-9a82-ddaf982ae8da): Loading data parts 2025.05.13 23:01:32.012280 [ 267 ] {e94bbb08-3b30-470a-ba83-cf8ed532757d} oximeter.measurements_string (2bb69285-e54f-42e7-9a82-ddaf982ae8da): There are no data parts 2025.05.13 23:01:32.014298 [ 267 ] {e94bbb08-3b30-470a-ba83-cf8ed532757d} TCPHandler: Processed in 0.010470075 sec. 2025.05.13 23:01:32.014618 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.014779 [ 267 ] {17661540-6232-4f38-ace4-321ea50a70ee} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.014998 [ 267 ] {17661540-6232-4f38-ace4-321ea50a70ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.05.13 23:01:32.017874 [ 267 ] {17661540-6232-4f38-ace4-321ea50a70ee} oximeter.measurements_bytes (77453f95-02d4-4995-b566-7ef07bd2fd25): Loading data parts 2025.05.13 23:01:32.018037 [ 267 ] {17661540-6232-4f38-ace4-321ea50a70ee} oximeter.measurements_bytes (77453f95-02d4-4995-b566-7ef07bd2fd25): There are no data parts 2025.05.13 23:01:32.019318 [ 267 ] {17661540-6232-4f38-ace4-321ea50a70ee} TCPHandler: Processed in 0.004750282 sec. 2025.05.13 23:01:32.019474 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.019635 [ 267 ] {369de479-9c6d-490a-9a62-97d85803c64f} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.019767 [ 267 ] {369de479-9c6d-490a-9a62-97d85803c64f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.05.13 23:01:32.030177 [ 267 ] {369de479-9c6d-490a-9a62-97d85803c64f} oximeter.measurements_cumulativei64 (06aa5b7e-8a74-4e48-8c9a-2c197339d0c7): Loading data parts 2025.05.13 23:01:32.030332 [ 267 ] {369de479-9c6d-490a-9a62-97d85803c64f} oximeter.measurements_cumulativei64 (06aa5b7e-8a74-4e48-8c9a-2c197339d0c7): There are no data parts 2025.05.13 23:01:32.032724 [ 267 ] {369de479-9c6d-490a-9a62-97d85803c64f} TCPHandler: Processed in 0.013300275 sec. 2025.05.13 23:01:32.032956 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.033198 [ 267 ] {c10bbbd9-d833-46a0-bbb2-678159b5a09c} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.033336 [ 267 ] {c10bbbd9-d833-46a0-bbb2-678159b5a09c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.05.13 23:01:32.042443 [ 267 ] {c10bbbd9-d833-46a0-bbb2-678159b5a09c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Loading data parts 2025.05.13 23:01:32.042717 [ 267 ] {c10bbbd9-d833-46a0-bbb2-678159b5a09c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): There are no data parts 2025.05.13 23:01:32.056192 [ 267 ] {c10bbbd9-d833-46a0-bbb2-678159b5a09c} TCPHandler: Processed in 0.023295815 sec. 2025.05.13 23:01:32.056375 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.056746 [ 267 ] {be38f7da-6d4e-49b9-b3de-29d3196cb354} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.056880 [ 267 ] {be38f7da-6d4e-49b9-b3de-29d3196cb354} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.05.13 23:01:32.067812 [ 267 ] {be38f7da-6d4e-49b9-b3de-29d3196cb354} oximeter.measurements_cumulativef32 (3cdae32d-c4a5-4c73-af78-e428248c4f76): Loading data parts 2025.05.13 23:01:32.067983 [ 267 ] {be38f7da-6d4e-49b9-b3de-29d3196cb354} oximeter.measurements_cumulativef32 (3cdae32d-c4a5-4c73-af78-e428248c4f76): There are no data parts 2025.05.13 23:01:32.070208 [ 267 ] {be38f7da-6d4e-49b9-b3de-29d3196cb354} TCPHandler: Processed in 0.013895885 sec. 2025.05.13 23:01:32.070364 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.070528 [ 267 ] {57db313d-aed6-47bb-b357-36b13998884f} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.070653 [ 267 ] {57db313d-aed6-47bb-b357-36b13998884f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.05.13 23:01:32.081386 [ 267 ] {57db313d-aed6-47bb-b357-36b13998884f} oximeter.measurements_cumulativef64 (099dab7d-b8cf-4339-ab39-1316b00473e5): Loading data parts 2025.05.13 23:01:32.081516 [ 267 ] {57db313d-aed6-47bb-b357-36b13998884f} oximeter.measurements_cumulativef64 (099dab7d-b8cf-4339-ab39-1316b00473e5): There are no data parts 2025.05.13 23:01:32.083620 [ 267 ] {57db313d-aed6-47bb-b357-36b13998884f} TCPHandler: Processed in 0.013308986 sec. 2025.05.13 23:01:32.083815 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.084085 [ 267 ] {5b823085-d3ce-4de9-9d19-aecfc7f76a52} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.084222 [ 267 ] {5b823085-d3ce-4de9-9d19-aecfc7f76a52} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.05.13 23:01:32.086980 [ 267 ] {5b823085-d3ce-4de9-9d19-aecfc7f76a52} oximeter.measurements_histogrami8 (bca12db4-c71f-4473-a951-0aa3059bf6bd): Loading data parts 2025.05.13 23:01:32.087105 [ 267 ] {5b823085-d3ce-4de9-9d19-aecfc7f76a52} oximeter.measurements_histogrami8 (bca12db4-c71f-4473-a951-0aa3059bf6bd): There are no data parts 2025.05.13 23:01:32.088528 [ 267 ] {5b823085-d3ce-4de9-9d19-aecfc7f76a52} TCPHandler: Processed in 0.004763872 sec. 2025.05.13 23:01:32.088674 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.088891 [ 267 ] {4a52cee7-ab6a-439c-a0ad-dc05311f3658} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.089027 [ 267 ] {4a52cee7-ab6a-439c-a0ad-dc05311f3658} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.05.13 23:01:32.096227 [ 267 ] {4a52cee7-ab6a-439c-a0ad-dc05311f3658} oximeter.measurements_histogramu8 (ca7cb21b-5c14-410a-9d11-24ba2e5676f0): Loading data parts 2025.05.13 23:01:32.096431 [ 267 ] {4a52cee7-ab6a-439c-a0ad-dc05311f3658} oximeter.measurements_histogramu8 (ca7cb21b-5c14-410a-9d11-24ba2e5676f0): There are no data parts 2025.05.13 23:01:32.098301 [ 267 ] {4a52cee7-ab6a-439c-a0ad-dc05311f3658} TCPHandler: Processed in 0.00967447 sec. 2025.05.13 23:01:32.098472 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.098791 [ 267 ] {8e5e307f-661c-4b31-a289-fa0303890961} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.098932 [ 267 ] {8e5e307f-661c-4b31-a289-fa0303890961} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.05.13 23:01:32.101775 [ 267 ] {8e5e307f-661c-4b31-a289-fa0303890961} oximeter.measurements_histogrami16 (1c5501be-16bc-4e0b-aa3b-93e02e9ae176): Loading data parts 2025.05.13 23:01:32.101905 [ 267 ] {8e5e307f-661c-4b31-a289-fa0303890961} oximeter.measurements_histogrami16 (1c5501be-16bc-4e0b-aa3b-93e02e9ae176): There are no data parts 2025.05.13 23:01:32.103246 [ 267 ] {8e5e307f-661c-4b31-a289-fa0303890961} TCPHandler: Processed in 0.004832735 sec. 2025.05.13 23:01:32.103404 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.103660 [ 267 ] {be064e12-e3f4-49ac-ba44-64b6cf4029d3} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.103797 [ 267 ] {be064e12-e3f4-49ac-ba44-64b6cf4029d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.05.13 23:01:32.112873 [ 267 ] {be064e12-e3f4-49ac-ba44-64b6cf4029d3} oximeter.measurements_histogramu16 (4937515b-ad69-4958-a619-6199ea1ee4d6): Loading data parts 2025.05.13 23:01:32.113131 [ 267 ] {be064e12-e3f4-49ac-ba44-64b6cf4029d3} oximeter.measurements_histogramu16 (4937515b-ad69-4958-a619-6199ea1ee4d6): There are no data parts 2025.05.13 23:01:32.115020 [ 267 ] {be064e12-e3f4-49ac-ba44-64b6cf4029d3} TCPHandler: Processed in 0.011663884 sec. 2025.05.13 23:01:32.115189 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.115483 [ 267 ] {35a65143-0720-4e2d-afb8-0325df246c09} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.115612 [ 267 ] {35a65143-0720-4e2d-afb8-0325df246c09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.05.13 23:01:32.118278 [ 267 ] {35a65143-0720-4e2d-afb8-0325df246c09} oximeter.measurements_histogrami32 (e3c8f0f8-32e6-49ac-80dc-3a2a9a335a80): Loading data parts 2025.05.13 23:01:32.118478 [ 267 ] {35a65143-0720-4e2d-afb8-0325df246c09} oximeter.measurements_histogrami32 (e3c8f0f8-32e6-49ac-80dc-3a2a9a335a80): There are no data parts 2025.05.13 23:01:32.119823 [ 267 ] {35a65143-0720-4e2d-afb8-0325df246c09} TCPHandler: Processed in 0.00469362 sec. 2025.05.13 23:01:32.119972 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.120179 [ 267 ] {0ce9acf4-9e4a-4d2d-adf2-54a056ba2edb} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.120324 [ 267 ] {0ce9acf4-9e4a-4d2d-adf2-54a056ba2edb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.05.13 23:01:32.127701 [ 267 ] {0ce9acf4-9e4a-4d2d-adf2-54a056ba2edb} oximeter.measurements_histogramu32 (6840ae4f-05ee-4096-87ef-53152343042f): Loading data parts 2025.05.13 23:01:32.128018 [ 267 ] {0ce9acf4-9e4a-4d2d-adf2-54a056ba2edb} oximeter.measurements_histogramu32 (6840ae4f-05ee-4096-87ef-53152343042f): There are no data parts 2025.05.13 23:01:32.129801 [ 267 ] {0ce9acf4-9e4a-4d2d-adf2-54a056ba2edb} TCPHandler: Processed in 0.009877216 sec. 2025.05.13 23:01:32.129968 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.130298 [ 267 ] {85d564f3-7e90-46b8-a7e6-d0e1a0ec592f} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.130452 [ 267 ] {85d564f3-7e90-46b8-a7e6-d0e1a0ec592f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.05.13 23:01:32.133360 [ 267 ] {85d564f3-7e90-46b8-a7e6-d0e1a0ec592f} oximeter.measurements_histogrami64 (ee866a86-d37d-4499-bb22-097ba49a4dfe): Loading data parts 2025.05.13 23:01:32.133497 [ 267 ] {85d564f3-7e90-46b8-a7e6-d0e1a0ec592f} oximeter.measurements_histogrami64 (ee866a86-d37d-4499-bb22-097ba49a4dfe): There are no data parts 2025.05.13 23:01:32.134847 [ 267 ] {85d564f3-7e90-46b8-a7e6-d0e1a0ec592f} TCPHandler: Processed in 0.004936148 sec. 2025.05.13 23:01:32.134996 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.135211 [ 267 ] {3bdeaa1e-3e2b-40df-b296-29f774b25ec9} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.135362 [ 267 ] {3bdeaa1e-3e2b-40df-b296-29f774b25ec9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.05.13 23:01:32.145074 [ 267 ] {3bdeaa1e-3e2b-40df-b296-29f774b25ec9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Loading data parts 2025.05.13 23:01:32.145309 [ 267 ] {3bdeaa1e-3e2b-40df-b296-29f774b25ec9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): There are no data parts 2025.05.13 23:01:32.147279 [ 267 ] {3bdeaa1e-3e2b-40df-b296-29f774b25ec9} TCPHandler: Processed in 0.012333625 sec. 2025.05.13 23:01:32.147420 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.147716 [ 267 ] {b763fdfb-0a22-464e-bd02-67f645419014} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.147918 [ 267 ] {b763fdfb-0a22-464e-bd02-67f645419014} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.05.13 23:01:32.150664 [ 267 ] {b763fdfb-0a22-464e-bd02-67f645419014} oximeter.measurements_histogramf32 (99c73294-b6f4-452c-a1f8-b95c110787a0): Loading data parts 2025.05.13 23:01:32.150805 [ 267 ] {b763fdfb-0a22-464e-bd02-67f645419014} oximeter.measurements_histogramf32 (99c73294-b6f4-452c-a1f8-b95c110787a0): There are no data parts 2025.05.13 23:01:32.152167 [ 267 ] {b763fdfb-0a22-464e-bd02-67f645419014} TCPHandler: Processed in 0.004798104 sec. 2025.05.13 23:01:32.152311 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.152520 [ 267 ] {f672a0d5-a186-4f2e-8587-32bddb0c737f} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.152663 [ 267 ] {f672a0d5-a186-4f2e-8587-32bddb0c737f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.05.13 23:01:32.160553 [ 267 ] {f672a0d5-a186-4f2e-8587-32bddb0c737f} oximeter.measurements_histogramf64 (c9d2c050-036d-4202-8bbc-1d2dc0f59041): Loading data parts 2025.05.13 23:01:32.160788 [ 267 ] {f672a0d5-a186-4f2e-8587-32bddb0c737f} oximeter.measurements_histogramf64 (c9d2c050-036d-4202-8bbc-1d2dc0f59041): There are no data parts 2025.05.13 23:01:32.162638 [ 267 ] {f672a0d5-a186-4f2e-8587-32bddb0c737f} TCPHandler: Processed in 0.010375892 sec. 2025.05.13 23:01:32.162811 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.163140 [ 267 ] {ad738cf1-fe08-4533-bea3-2c82ff865189} executeQuery: (from [fd00:1122:3344:101::d]:64867) /* 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.05.13 23:01:32.163329 [ 267 ] {ad738cf1-fe08-4533-bea3-2c82ff865189} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.05.13 23:01:32.166156 [ 267 ] {ad738cf1-fe08-4533-bea3-2c82ff865189} oximeter.fields_bool (b7622637-1172-46f0-bb84-0221f82bbb2c): Loading data parts 2025.05.13 23:01:32.166307 [ 267 ] {ad738cf1-fe08-4533-bea3-2c82ff865189} oximeter.fields_bool (b7622637-1172-46f0-bb84-0221f82bbb2c): There are no data parts 2025.05.13 23:01:32.167574 [ 267 ] {ad738cf1-fe08-4533-bea3-2c82ff865189} TCPHandler: Processed in 0.004825205 sec. 2025.05.13 23:01:32.167813 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.167972 [ 267 ] {251cd9af-9527-4470-bc9e-cf8166e03f23} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.168100 [ 267 ] {251cd9af-9527-4470-bc9e-cf8166e03f23} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.05.13 23:01:32.177249 [ 267 ] {251cd9af-9527-4470-bc9e-cf8166e03f23} oximeter.fields_i8 (6444609c-5eae-49ac-b287-a27d8f625e97): Loading data parts 2025.05.13 23:01:32.177480 [ 267 ] {251cd9af-9527-4470-bc9e-cf8166e03f23} oximeter.fields_i8 (6444609c-5eae-49ac-b287-a27d8f625e97): There are no data parts 2025.05.13 23:01:32.179389 [ 267 ] {251cd9af-9527-4470-bc9e-cf8166e03f23} TCPHandler: Processed in 0.011626323 sec. 2025.05.13 23:01:32.179530 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.179774 [ 267 ] {989e7f6b-bf70-48de-ae91-8befdc20815e} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.179868 [ 267 ] {989e7f6b-bf70-48de-ae91-8befdc20815e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.05.13 23:01:32.182470 [ 267 ] {989e7f6b-bf70-48de-ae91-8befdc20815e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Loading data parts 2025.05.13 23:01:32.182642 [ 267 ] {989e7f6b-bf70-48de-ae91-8befdc20815e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): There are no data parts 2025.05.13 23:01:32.183974 [ 267 ] {989e7f6b-bf70-48de-ae91-8befdc20815e} TCPHandler: Processed in 0.004491533 sec. 2025.05.13 23:01:32.184207 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.184360 [ 267 ] {700f8efd-df42-42bf-91dd-27396155af0d} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.184493 [ 267 ] {700f8efd-df42-42bf-91dd-27396155af0d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.05.13 23:01:32.192145 [ 267 ] {700f8efd-df42-42bf-91dd-27396155af0d} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Loading data parts 2025.05.13 23:01:32.192384 [ 267 ] {700f8efd-df42-42bf-91dd-27396155af0d} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): There are no data parts 2025.05.13 23:01:32.194106 [ 267 ] {700f8efd-df42-42bf-91dd-27396155af0d} TCPHandler: Processed in 0.009949128 sec. 2025.05.13 23:01:32.194255 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.194486 [ 267 ] {bda1445a-b7a8-4a2a-b689-f0770122ed5d} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.194612 [ 267 ] {bda1445a-b7a8-4a2a-b689-f0770122ed5d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.05.13 23:01:32.197187 [ 267 ] {bda1445a-b7a8-4a2a-b689-f0770122ed5d} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Loading data parts 2025.05.13 23:01:32.197311 [ 267 ] {bda1445a-b7a8-4a2a-b689-f0770122ed5d} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): There are no data parts 2025.05.13 23:01:32.198632 [ 267 ] {bda1445a-b7a8-4a2a-b689-f0770122ed5d} TCPHandler: Processed in 0.004427001 sec. 2025.05.13 23:01:32.198825 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.198975 [ 267 ] {23c3e950-6728-4ec0-828c-9d62fe27b297} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.199109 [ 267 ] {23c3e950-6728-4ec0-828c-9d62fe27b297} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.05.13 23:01:32.208425 [ 267 ] {23c3e950-6728-4ec0-828c-9d62fe27b297} oximeter.fields_i32 (0901f674-32ec-4df8-8325-c4301e53f44a): Loading data parts 2025.05.13 23:01:32.208746 [ 267 ] {23c3e950-6728-4ec0-828c-9d62fe27b297} oximeter.fields_i32 (0901f674-32ec-4df8-8325-c4301e53f44a): There are no data parts 2025.05.13 23:01:32.211492 [ 267 ] {23c3e950-6728-4ec0-828c-9d62fe27b297} TCPHandler: Processed in 0.012716257 sec. 2025.05.13 23:01:32.211639 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.211878 [ 267 ] {d4fe5c6d-7363-497a-8773-278c83c323aa} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.211994 [ 267 ] {d4fe5c6d-7363-497a-8773-278c83c323aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.05.13 23:01:32.220538 [ 267 ] {d4fe5c6d-7363-497a-8773-278c83c323aa} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Loading data parts 2025.05.13 23:01:32.220724 [ 267 ] {d4fe5c6d-7363-497a-8773-278c83c323aa} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): There are no data parts 2025.05.13 23:01:32.223523 [ 267 ] {d4fe5c6d-7363-497a-8773-278c83c323aa} TCPHandler: Processed in 0.011931352 sec. 2025.05.13 23:01:32.223668 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.223821 [ 267 ] {1575433e-12e1-46a9-bc09-91d219b1839b} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.223969 [ 267 ] {1575433e-12e1-46a9-bc09-91d219b1839b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.05.13 23:01:32.234498 [ 267 ] {1575433e-12e1-46a9-bc09-91d219b1839b} oximeter.fields_i64 (3c620d27-3cd4-45f5-a74c-12bdde3a1a8e): Loading data parts 2025.05.13 23:01:32.234845 [ 267 ] {1575433e-12e1-46a9-bc09-91d219b1839b} oximeter.fields_i64 (3c620d27-3cd4-45f5-a74c-12bdde3a1a8e): There are no data parts 2025.05.13 23:01:32.238578 [ 267 ] {1575433e-12e1-46a9-bc09-91d219b1839b} TCPHandler: Processed in 0.014956909 sec. 2025.05.13 23:01:32.238822 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.239262 [ 267 ] {85b6b0b6-d657-46f2-8007-4da36603a48b} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.239436 [ 267 ] {85b6b0b6-d657-46f2-8007-4da36603a48b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.05.13 23:01:32.248126 [ 267 ] {85b6b0b6-d657-46f2-8007-4da36603a48b} oximeter.fields_u64 (d5f99b69-79fc-41a4-8fdf-8782065ba924): Loading data parts 2025.05.13 23:01:32.248269 [ 267 ] {85b6b0b6-d657-46f2-8007-4da36603a48b} oximeter.fields_u64 (d5f99b69-79fc-41a4-8fdf-8782065ba924): There are no data parts 2025.05.13 23:01:32.265466 [ 267 ] {85b6b0b6-d657-46f2-8007-4da36603a48b} TCPHandler: Processed in 0.026714175 sec. 2025.05.13 23:01:32.265637 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.265799 [ 267 ] {11b7c761-05ee-48f1-ac26-89c27d5ceb02} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.265930 [ 267 ] {11b7c761-05ee-48f1-ac26-89c27d5ceb02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.05.13 23:01:32.275259 [ 267 ] {11b7c761-05ee-48f1-ac26-89c27d5ceb02} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Loading data parts 2025.05.13 23:01:32.275443 [ 267 ] {11b7c761-05ee-48f1-ac26-89c27d5ceb02} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): There are no data parts 2025.05.13 23:01:32.277534 [ 267 ] {11b7c761-05ee-48f1-ac26-89c27d5ceb02} TCPHandler: Processed in 0.011954232 sec. 2025.05.13 23:01:32.277686 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.277930 [ 267 ] {ef87c585-525b-4ba3-8487-b2d96c960c09} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.278050 [ 267 ] {ef87c585-525b-4ba3-8487-b2d96c960c09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.05.13 23:01:32.288953 [ 267 ] {ef87c585-525b-4ba3-8487-b2d96c960c09} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Loading data parts 2025.05.13 23:01:32.289137 [ 267 ] {ef87c585-525b-4ba3-8487-b2d96c960c09} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): There are no data parts 2025.05.13 23:01:32.291444 [ 267 ] {ef87c585-525b-4ba3-8487-b2d96c960c09} TCPHandler: Processed in 0.013811452 sec. 2025.05.13 23:01:32.291594 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.291793 [ 267 ] {69e41399-fc39-42ac-a843-49afcbbb6634} executeQuery: (from [fd00:1122:3344:101::d]:64867) 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.05.13 23:01:32.291948 [ 267 ] {69e41399-fc39-42ac-a843-49afcbbb6634} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.05.13 23:01:32.301188 [ 267 ] {69e41399-fc39-42ac-a843-49afcbbb6634} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Loading data parts 2025.05.13 23:01:32.301360 [ 267 ] {69e41399-fc39-42ac-a843-49afcbbb6634} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): There are no data parts 2025.05.13 23:01:32.303360 [ 267 ] {69e41399-fc39-42ac-a843-49afcbbb6634} TCPHandler: Processed in 0.011816438 sec. 2025.05.13 23:01:32.303594 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.303900 [ 267 ] {c54f6776-8cf2-4432-a751-b812edb0af7d} executeQuery: (from [fd00:1122:3344:101::d]:64867) /* 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.05.13 23:01:32.304053 [ 267 ] {c54f6776-8cf2-4432-a751-b812edb0af7d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.05.13 23:01:32.314712 [ 267 ] {c54f6776-8cf2-4432-a751-b812edb0af7d} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Loading data parts 2025.05.13 23:01:32.314940 [ 267 ] {c54f6776-8cf2-4432-a751-b812edb0af7d} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): There are no data parts 2025.05.13 23:01:32.317133 [ 267 ] {c54f6776-8cf2-4432-a751-b812edb0af7d} TCPHandler: Processed in 0.013588154 sec. 2025.05.13 23:01:32.318007 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:32.318486 [ 269 ] {555d9f26-4673-47de-a143-21c6e6523c52} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.05.13 23:01:32.319898 [ 269 ] {555d9f26-4673-47de-a143-21c6e6523c52} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.05.13 23:01:32.328472 [ 276 ] {555d9f26-4673-47de-a143-21c6e6523c52} oximeter.version (84bb6d45-cb00-4223-807b-fe71f52b9877): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:32.328666 [ 276 ] {555d9f26-4673-47de-a143-21c6e6523c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.69 GiB. 2025.05.13 23:01:32.332844 [ 276 ] {555d9f26-4673-47de-a143-21c6e6523c52} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:32.333502 [ 276 ] {555d9f26-4673-47de-a143-21c6e6523c52} oximeter.version (84bb6d45-cb00-4223-807b-fe71f52b9877): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:32.333790 [ 269 ] {555d9f26-4673-47de-a143-21c6e6523c52} executeQuery: Read 1 rows, 16.00 B in 0.01545 sec., 64.72491909385113 rows/sec., 1.01 KiB/sec. 2025.05.13 23:01:32.334076 [ 269 ] {555d9f26-4673-47de-a143-21c6e6523c52} TCPHandler: Processed in 0.016204979 sec. 2025.05.13 23:01:32.901838 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48644 2025.05.13 23:01:32.901980 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:32.902014 [ 278 ] {} TCP-Session: 440a8c4e-b11c-42f6-b063-c707fc786dc1 Authenticating user 'default' from [fd00:1122:3344:101::c]:48644 2025.05.13 23:01:32.902040 [ 278 ] {} TCP-Session: 440a8c4e-b11c-42f6-b063-c707fc786dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.902249 [ 278 ] {} TCP-Session: 440a8c4e-b11c-42f6-b063-c707fc786dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.902333 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.13 23:01:32.902381 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.05.13 23:01:32.902510 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.05.13 23:01:32.910730 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34865 2025.05.13 23:01:32.910796 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37959 2025.05.13 23:01:32.910979 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:32.911023 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40409 2025.05.13 23:01:32.910999 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:32.911135 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41017 2025.05.13 23:01:32.911170 [ 280 ] {} TCP-Session: 108948ff-c4e8-4691-b624-f47aa57be4ee Authenticating user 'default' from [fd00:1122:3344:101::c]:37959 2025.05.13 23:01:32.911233 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57861 2025.05.13 23:01:32.911334 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49894 2025.05.13 23:01:32.911212 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55265 2025.05.13 23:01:32.911161 [ 279 ] {} TCP-Session: 40cfa4b7-4391-4c9b-be6d-b9a78ed2bfce Authenticating user 'default' from [fd00:1122:3344:101::c]:34865 2025.05.13 23:01:32.911472 [ 280 ] {} TCP-Session: 108948ff-c4e8-4691-b624-f47aa57be4ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.911508 [ 279 ] {} TCP-Session: 40cfa4b7-4391-4c9b-be6d-b9a78ed2bfce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.911561 [ 280 ] {} TCP-Session: 108948ff-c4e8-4691-b624-f47aa57be4ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.911579 [ 279 ] {} TCP-Session: 40cfa4b7-4391-4c9b-be6d-b9a78ed2bfce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.911807 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:32.911860 [ 281 ] {} TCP-Session: 519c6818-cd79-4040-8efa-bc090c36d7ba Authenticating user 'default' from [fd00:1122:3344:101::c]:57861 2025.05.13 23:01:32.912039 [ 281 ] {} TCP-Session: 519c6818-cd79-4040-8efa-bc090c36d7ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.912055 [ 281 ] {} TCP-Session: 519c6818-cd79-4040-8efa-bc090c36d7ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.925148 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:32.925288 [ 284 ] {} TCP-Session: 53361d05-0c1b-4a7c-bd86-5daaff612065 Authenticating user 'default' from [fd00:1122:3344:101::c]:55265 2025.05.13 23:01:32.925306 [ 284 ] {} TCP-Session: 53361d05-0c1b-4a7c-bd86-5daaff612065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.925318 [ 284 ] {} TCP-Session: 53361d05-0c1b-4a7c-bd86-5daaff612065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.927061 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:32.927109 [ 285 ] {} TCP-Session: e57e46e3-f8a7-400a-a5fb-83bdf0c23b46 Authenticating user 'default' from [fd00:1122:3344:101::c]:49894 2025.05.13 23:01:32.927131 [ 285 ] {} TCP-Session: e57e46e3-f8a7-400a-a5fb-83bdf0c23b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.927147 [ 285 ] {} TCP-Session: e57e46e3-f8a7-400a-a5fb-83bdf0c23b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.934486 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:32.934536 [ 283 ] {} TCP-Session: 2f04bfc3-8f49-4c23-8779-999cb05533d9 Authenticating user 'default' from [fd00:1122:3344:101::c]:41017 2025.05.13 23:01:32.934560 [ 283 ] {} TCP-Session: 2f04bfc3-8f49-4c23-8779-999cb05533d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.934789 [ 283 ] {} TCP-Session: 2f04bfc3-8f49-4c23-8779-999cb05533d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.936686 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.13 23:01:32.936754 [ 282 ] {} TCP-Session: 9a748257-8e14-4fc8-96b3-572436263cb3 Authenticating user 'default' from [fd00:1122:3344:101::c]:40409 2025.05.13 23:01:32.936945 [ 282 ] {} TCP-Session: 9a748257-8e14-4fc8-96b3-572436263cb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:32.936971 [ 282 ] {} TCP-Session: 9a748257-8e14-4fc8-96b3-572436263cb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:01:33.001144 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 135.11 MiB, peak 135.11 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 4.62 MiB 2025.05.13 23:01:38.446542 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.05.13 23:01:38.446595 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.05.13 23:01:38.446664 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.05.13 23:01:38.446687 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.05.13 23:01:38.450192 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Loading data parts 2025.05.13 23:01:38.450370 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): There are no data parts 2025.05.13 23:01:38.454278 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:38.454418 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:38.460291 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:38.460855 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:38.461186 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.05.13 23:01:38.468567 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Loading data parts 2025.05.13 23:01:38.468805 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): There are no data parts 2025.05.13 23:01:38.493513 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:38.493703 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:38.500057 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:38.501226 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:38.504429 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.05.13 23:01:39.000222 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.92 MiB (RSS), difference: 9.06 MiB 2025.05.13 23:01:40.946534 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.05.13 23:01:40.946727 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.05.13 23:01:40.950749 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Loading data parts 2025.05.13 23:01:40.950946 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): There are no data parts 2025.05.13 23:01:40.956226 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:40.956349 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:40.957999 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:40.958555 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:40.958827 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.05.13 23:01:41.000159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.12 MiB, peak 158.12 MiB, free memory in arenas 0.00 B, will set to 154.96 MiB (RSS), difference: -3.16 MiB 2025.05.13 23:01:45.918486 [ 107 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:01:45.918556 [ 107 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:01:45.962189 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.05.13 23:01:45.963034 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:45.963080 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:45.963935 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:01:45.964487 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:45.964664 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.05.13 23:01:46.005420 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.05.13 23:01:46.024940 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:46.025067 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:46.031803 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:01:46.033055 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:46.037311 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.05.13 23:01:47.001143 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.97 MiB, peak 159.97 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 1.83 MiB 2025.05.13 23:01:51.000173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.82 MiB, peak 159.97 MiB, free memory in arenas 0.00 B, will set to 157.85 MiB (RSS), difference: 4.02 MiB 2025.05.13 23:01:52.336737 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.336913 [ 267 ] {c5db10be-7589-4ed3-9015-1101773e7b0d} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.337289 [ 267 ] {c5db10be-7589-4ed3-9015-1101773e7b0d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.337502 [ 267 ] {c5db10be-7589-4ed3-9015-1101773e7b0d} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.340167 [ 267 ] {c5db10be-7589-4ed3-9015-1101773e7b0d} TCPHandler: Processed in 0.003547833 sec. 2025.05.13 23:01:52.345022 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.345172 [ 267 ] {271f416f-89d6-4d1d-9231-854ff7cc95f9} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.347386 [ 267 ] {271f416f-89d6-4d1d-9231-854ff7cc95f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.347430 [ 267 ] {271f416f-89d6-4d1d-9231-854ff7cc95f9} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.347820 [ 267 ] {271f416f-89d6-4d1d-9231-854ff7cc95f9} TCPHandler: Processed in 0.002857632 sec. 2025.05.13 23:01:52.348161 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.348275 [ 267 ] {2bc6e66d-0119-46e9-8c9c-e657629da188} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.348553 [ 267 ] {2bc6e66d-0119-46e9-8c9c-e657629da188} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.348597 [ 267 ] {2bc6e66d-0119-46e9-8c9c-e657629da188} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.348897 [ 267 ] {2bc6e66d-0119-46e9-8c9c-e657629da188} TCPHandler: Processed in 0.000783315 sec. 2025.05.13 23:01:52.349109 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.349222 [ 267 ] {7c035ba7-52fd-4431-9aff-2baf8626994a} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.349453 [ 267 ] {7c035ba7-52fd-4431-9aff-2baf8626994a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.349495 [ 267 ] {7c035ba7-52fd-4431-9aff-2baf8626994a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.349777 [ 267 ] {7c035ba7-52fd-4431-9aff-2baf8626994a} TCPHandler: Processed in 0.000715553 sec. 2025.05.13 23:01:52.349971 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.350085 [ 267 ] {bfca52c3-8744-49b9-8c49-d68c45e829af} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.350315 [ 267 ] {bfca52c3-8744-49b9-8c49-d68c45e829af} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.350357 [ 267 ] {bfca52c3-8744-49b9-8c49-d68c45e829af} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.350640 [ 267 ] {bfca52c3-8744-49b9-8c49-d68c45e829af} TCPHandler: Processed in 0.000715993 sec. 2025.05.13 23:01:52.350844 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.350957 [ 267 ] {ead10f6d-bbb5-4c5e-8bb0-db21d58273cf} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.351187 [ 267 ] {ead10f6d-bbb5-4c5e-8bb0-db21d58273cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.351228 [ 267 ] {ead10f6d-bbb5-4c5e-8bb0-db21d58273cf} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.351507 [ 267 ] {ead10f6d-bbb5-4c5e-8bb0-db21d58273cf} TCPHandler: Processed in 0.000709433 sec. 2025.05.13 23:01:52.351701 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.351813 [ 267 ] {f5a4c2d7-72d0-402f-9539-659bab07ab6a} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.352043 [ 267 ] {f5a4c2d7-72d0-402f-9539-659bab07ab6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.352084 [ 267 ] {f5a4c2d7-72d0-402f-9539-659bab07ab6a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.352359 [ 267 ] {f5a4c2d7-72d0-402f-9539-659bab07ab6a} TCPHandler: Processed in 0.000704173 sec. 2025.05.13 23:01:52.352575 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.352686 [ 267 ] {519ca2bc-0b36-4afb-bcbe-dbc7bb995f55} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.352916 [ 267 ] {519ca2bc-0b36-4afb-bcbe-dbc7bb995f55} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.352957 [ 267 ] {519ca2bc-0b36-4afb-bcbe-dbc7bb995f55} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.353232 [ 267 ] {519ca2bc-0b36-4afb-bcbe-dbc7bb995f55} TCPHandler: Processed in 0.000704653 sec. 2025.05.13 23:01:52.353444 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.353556 [ 267 ] {3439736c-fb5f-4f60-b514-e9cf0df2a073} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.353787 [ 267 ] {3439736c-fb5f-4f60-b514-e9cf0df2a073} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.353828 [ 267 ] {3439736c-fb5f-4f60-b514-e9cf0df2a073} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.354108 [ 267 ] {3439736c-fb5f-4f60-b514-e9cf0df2a073} TCPHandler: Processed in 0.000711463 sec. 2025.05.13 23:01:52.354298 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.354411 [ 267 ] {f9adbb57-9009-4b3f-be28-087809b89600} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.354644 [ 267 ] {f9adbb57-9009-4b3f-be28-087809b89600} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.354685 [ 267 ] {f9adbb57-9009-4b3f-be28-087809b89600} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.354956 [ 267 ] {f9adbb57-9009-4b3f-be28-087809b89600} TCPHandler: Processed in 0.000704773 sec. 2025.05.13 23:01:52.355150 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.355262 [ 267 ] {4bb520c5-1a51-441d-b96e-1213ba37319f} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.355495 [ 267 ] {4bb520c5-1a51-441d-b96e-1213ba37319f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.355555 [ 267 ] {4bb520c5-1a51-441d-b96e-1213ba37319f} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.355893 [ 267 ] {4bb520c5-1a51-441d-b96e-1213ba37319f} TCPHandler: Processed in 0.000788496 sec. 2025.05.13 23:01:52.356090 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.356212 [ 267 ] {46aa7349-069d-49d0-829d-565c95ba556e} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.356478 [ 267 ] {46aa7349-069d-49d0-829d-565c95ba556e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.356522 [ 267 ] {46aa7349-069d-49d0-829d-565c95ba556e} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.356828 [ 267 ] {46aa7349-069d-49d0-829d-565c95ba556e} TCPHandler: Processed in 0.000786846 sec. 2025.05.13 23:01:52.357038 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.357159 [ 267 ] {b38b6b5c-2a0f-4054-ad8e-727ab4f90200} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.357412 [ 267 ] {b38b6b5c-2a0f-4054-ad8e-727ab4f90200} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.357455 [ 267 ] {b38b6b5c-2a0f-4054-ad8e-727ab4f90200} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.357745 [ 267 ] {b38b6b5c-2a0f-4054-ad8e-727ab4f90200} TCPHandler: Processed in 0.000755424 sec. 2025.05.13 23:01:52.357944 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.358062 [ 267 ] {ab5bc574-9257-4b82-a0a5-03db6ee18a5d} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.358314 [ 267 ] {ab5bc574-9257-4b82-a0a5-03db6ee18a5d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.358356 [ 267 ] {ab5bc574-9257-4b82-a0a5-03db6ee18a5d} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.358648 [ 267 ] {ab5bc574-9257-4b82-a0a5-03db6ee18a5d} TCPHandler: Processed in 0.000751274 sec. 2025.05.13 23:01:52.358835 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.358952 [ 267 ] {61a10c44-f64a-4d5e-b3ee-d19c771c316d} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.359200 [ 267 ] {61a10c44-f64a-4d5e-b3ee-d19c771c316d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.359242 [ 267 ] {61a10c44-f64a-4d5e-b3ee-d19c771c316d} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.359518 [ 267 ] {61a10c44-f64a-4d5e-b3ee-d19c771c316d} TCPHandler: Processed in 0.000731324 sec. 2025.05.13 23:01:52.359715 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.359832 [ 267 ] {1be911e8-6943-42a0-a91d-fd841f5f5fb7} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.360078 [ 267 ] {1be911e8-6943-42a0-a91d-fd841f5f5fb7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.360119 [ 267 ] {1be911e8-6943-42a0-a91d-fd841f5f5fb7} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.360403 [ 267 ] {1be911e8-6943-42a0-a91d-fd841f5f5fb7} TCPHandler: Processed in 0.000735653 sec. 2025.05.13 23:01:52.360599 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.360715 [ 267 ] {2698635a-4052-46c5-8134-c36beefb0c1a} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.360962 [ 267 ] {2698635a-4052-46c5-8134-c36beefb0c1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.361004 [ 267 ] {2698635a-4052-46c5-8134-c36beefb0c1a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.361281 [ 267 ] {2698635a-4052-46c5-8134-c36beefb0c1a} TCPHandler: Processed in 0.000730583 sec. 2025.05.13 23:01:52.361486 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.361604 [ 267 ] {d8351c29-3b85-4658-a6cb-49606af3ea8a} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:01:52.361859 [ 267 ] {d8351c29-3b85-4658-a6cb-49606af3ea8a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.361901 [ 267 ] {d8351c29-3b85-4658-a6cb-49606af3ea8a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:01:52.362227 [ 267 ] {d8351c29-3b85-4658-a6cb-49606af3ea8a} TCPHandler: Processed in 0.000788275 sec. 2025.05.13 23:01:52.366022 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.366146 [ 267 ] {def7a392-59ec-40a6-84c8-cfe953d92d80} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.13 23:01:52.366194 [ 267 ] {def7a392-59ec-40a6-84c8-cfe953d92d80} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:01:52.366731 [ 267 ] {def7a392-59ec-40a6-84c8-cfe953d92d80} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:52.366769 [ 267 ] {def7a392-59ec-40a6-84c8-cfe953d92d80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:52.367326 [ 267 ] {def7a392-59ec-40a6-84c8-cfe953d92d80} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:52.367713 [ 267 ] {def7a392-59ec-40a6-84c8-cfe953d92d80} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:52.367858 [ 267 ] {def7a392-59ec-40a6-84c8-cfe953d92d80} executeQuery: Read 18 rows, 2.52 KiB in 0.001746 sec., 10309.278350515464 rows/sec., 1.41 MiB/sec. 2025.05.13 23:01:52.367896 [ 267 ] {def7a392-59ec-40a6-84c8-cfe953d92d80} TCPHandler: Processed in 0.001931912 sec. 2025.05.13 23:01:52.368011 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.368105 [ 267 ] {f405625d-cd9a-4371-b094-ff38ec4ad550} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:01:52.368144 [ 267 ] {f405625d-cd9a-4371-b094-ff38ec4ad550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:01:52.368642 [ 267 ] {f405625d-cd9a-4371-b094-ff38ec4ad550} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:52.368676 [ 267 ] {f405625d-cd9a-4371-b094-ff38ec4ad550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:52.371059 [ 267 ] {f405625d-cd9a-4371-b094-ff38ec4ad550} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:52.371506 [ 267 ] {f405625d-cd9a-4371-b094-ff38ec4ad550} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:52.371632 [ 267 ] {f405625d-cd9a-4371-b094-ff38ec4ad550} executeQuery: Read 30 rows, 2.32 KiB in 0.003546 sec., 8460.236886632825 rows/sec., 653.24 KiB/sec. 2025.05.13 23:01:52.371668 [ 267 ] {f405625d-cd9a-4371-b094-ff38ec4ad550} TCPHandler: Processed in 0.003709629 sec. 2025.05.13 23:01:52.371799 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.371894 [ 267 ] {1405c72b-d308-4c3e-9966-6155ea9b070c} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:01:52.371932 [ 267 ] {1405c72b-d308-4c3e-9966-6155ea9b070c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:01:52.372353 [ 267 ] {1405c72b-d308-4c3e-9966-6155ea9b070c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:52.372389 [ 267 ] {1405c72b-d308-4c3e-9966-6155ea9b070c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:52.372878 [ 267 ] {1405c72b-d308-4c3e-9966-6155ea9b070c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:52.373299 [ 267 ] {1405c72b-d308-4c3e-9966-6155ea9b070c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:52.373424 [ 267 ] {1405c72b-d308-4c3e-9966-6155ea9b070c} executeQuery: Read 36 rows, 2.88 KiB in 0.001549 sec., 23240.800516462234 rows/sec., 1.81 MiB/sec. 2025.05.13 23:01:52.373460 [ 267 ] {1405c72b-d308-4c3e-9966-6155ea9b070c} TCPHandler: Processed in 0.001710295 sec. 2025.05.13 23:01:52.373570 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.373664 [ 267 ] {f37501f9-5dde-45c0-be3a-91bc71f45a73} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:01:52.373705 [ 267 ] {f37501f9-5dde-45c0-be3a-91bc71f45a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:01:52.374144 [ 267 ] {f37501f9-5dde-45c0-be3a-91bc71f45a73} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:52.374176 [ 267 ] {f37501f9-5dde-45c0-be3a-91bc71f45a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:52.374639 [ 267 ] {f37501f9-5dde-45c0-be3a-91bc71f45a73} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:52.375077 [ 267 ] {f37501f9-5dde-45c0-be3a-91bc71f45a73} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:52.375206 [ 267 ] {f37501f9-5dde-45c0-be3a-91bc71f45a73} executeQuery: Read 88 rows, 6.29 KiB in 0.001561 sec., 56374.11915438821 rows/sec., 3.93 MiB/sec. 2025.05.13 23:01:52.375242 [ 267 ] {f37501f9-5dde-45c0-be3a-91bc71f45a73} TCPHandler: Processed in 0.001721525 sec. 2025.05.13 23:01:52.375360 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:52.375454 [ 267 ] {ea044926-fe7f-4d13-9174-07746be6470b} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:01:52.375495 [ 267 ] {ea044926-fe7f-4d13-9174-07746be6470b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:01:52.375817 [ 267 ] {ea044926-fe7f-4d13-9174-07746be6470b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:52.375853 [ 267 ] {ea044926-fe7f-4d13-9174-07746be6470b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:52.376255 [ 267 ] {ea044926-fe7f-4d13-9174-07746be6470b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:01:52.376675 [ 267 ] {ea044926-fe7f-4d13-9174-07746be6470b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:52.376803 [ 267 ] {ea044926-fe7f-4d13-9174-07746be6470b} executeQuery: Read 32 rows, 2.19 KiB in 0.001366 sec., 23426.06149341142 rows/sec., 1.56 MiB/sec. 2025.05.13 23:01:52.376836 [ 267 ] {ea044926-fe7f-4d13-9174-07746be6470b} TCPHandler: Processed in 0.001526489 sec. 2025.05.13 23:01:53.465696 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.05.13 23:01:53.466173 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:53.466218 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:53.466876 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:01:53.467370 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:53.467494 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.05.13 23:01:53.538348 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.05.13 23:01:53.554619 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:53.554672 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:53.560912 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:01:53.562039 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:53.564968 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.05.13 23:01:54.001151 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.64 MiB, peak 163.64 MiB, free memory in arenas 0.00 B, will set to 160.97 MiB (RSS), difference: 1.33 MiB 2025.05.13 23:01:57.340790 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:57.340971 [ 267 ] {cacdc819-1565-4d30-9732-986f4064a718} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:01:57.341031 [ 267 ] {cacdc819-1565-4d30-9732-986f4064a718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:01:57.341663 [ 267 ] {cacdc819-1565-4d30-9732-986f4064a718} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:57.341699 [ 267 ] {cacdc819-1565-4d30-9732-986f4064a718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:57.342244 [ 267 ] {cacdc819-1565-4d30-9732-986f4064a718} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:01:57.342672 [ 267 ] {cacdc819-1565-4d30-9732-986f4064a718} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:57.342817 [ 267 ] {cacdc819-1565-4d30-9732-986f4064a718} executeQuery: Read 30 rows, 2.32 KiB in 0.001892 sec., 15856.236786469344 rows/sec., 1.20 MiB/sec. 2025.05.13 23:01:57.342857 [ 267 ] {cacdc819-1565-4d30-9732-986f4064a718} TCPHandler: Processed in 0.00218831 sec. 2025.05.13 23:01:57.342976 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:57.343071 [ 267 ] {297e9f5c-4221-4681-8145-a0b4015307b5} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:01:57.343110 [ 267 ] {297e9f5c-4221-4681-8145-a0b4015307b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:01:57.343512 [ 267 ] {297e9f5c-4221-4681-8145-a0b4015307b5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:57.343546 [ 267 ] {297e9f5c-4221-4681-8145-a0b4015307b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:57.343934 [ 267 ] {297e9f5c-4221-4681-8145-a0b4015307b5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:01:57.344347 [ 267 ] {297e9f5c-4221-4681-8145-a0b4015307b5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:57.344474 [ 267 ] {297e9f5c-4221-4681-8145-a0b4015307b5} executeQuery: Read 36 rows, 2.88 KiB in 0.001423 sec., 25298.664792691496 rows/sec., 1.98 MiB/sec. 2025.05.13 23:01:57.344509 [ 267 ] {297e9f5c-4221-4681-8145-a0b4015307b5} TCPHandler: Processed in 0.0015841 sec. 2025.05.13 23:01:57.344615 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:57.344715 [ 267 ] {2a93f6da-160c-4c0a-b600-32963ea847b0} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:01:57.344760 [ 267 ] {2a93f6da-160c-4c0a-b600-32963ea847b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:01:57.345154 [ 267 ] {2a93f6da-160c-4c0a-b600-32963ea847b0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:57.345189 [ 267 ] {2a93f6da-160c-4c0a-b600-32963ea847b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:57.345646 [ 267 ] {2a93f6da-160c-4c0a-b600-32963ea847b0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:01:57.346138 [ 267 ] {2a93f6da-160c-4c0a-b600-32963ea847b0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:57.346268 [ 267 ] {2a93f6da-160c-4c0a-b600-32963ea847b0} executeQuery: Read 110 rows, 7.86 KiB in 0.001571 sec., 70019.09611712286 rows/sec., 4.89 MiB/sec. 2025.05.13 23:01:57.346305 [ 267 ] {2a93f6da-160c-4c0a-b600-32963ea847b0} TCPHandler: Processed in 0.001740306 sec. 2025.05.13 23:01:57.346421 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:01:57.346515 [ 267 ] {72b546c4-7b3f-4e35-a8ba-7085b26940f4} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:01:57.346555 [ 267 ] {72b546c4-7b3f-4e35-a8ba-7085b26940f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:01:57.346883 [ 267 ] {72b546c4-7b3f-4e35-a8ba-7085b26940f4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:01:57.346918 [ 267 ] {72b546c4-7b3f-4e35-a8ba-7085b26940f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:01:57.347387 [ 267 ] {72b546c4-7b3f-4e35-a8ba-7085b26940f4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:01:57.347873 [ 267 ] {72b546c4-7b3f-4e35-a8ba-7085b26940f4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:01:57.348000 [ 267 ] {72b546c4-7b3f-4e35-a8ba-7085b26940f4} executeQuery: Read 40 rows, 2.73 KiB in 0.001504 sec., 26595.744680851065 rows/sec., 1.78 MiB/sec. 2025.05.13 23:01:57.348034 [ 267 ] {72b546c4-7b3f-4e35-a8ba-7085b26940f4} TCPHandler: Processed in 0.001664093 sec. 2025.05.13 23:02:00.918796 [ 68 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:02:00.918858 [ 68 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:02:00.960697 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 2025.05.13 23:02:00.963694 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:00.963738 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:00.965015 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:00.965637 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:00.965918 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 142 2025.05.13 23:02:00.968327 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.05.13 23:02:00.968785 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:00.968820 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:00.969478 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:00.969921 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:00.970048 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.05.13 23:02:01.065798 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.05.13 23:02:01.082202 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:01.082258 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:01.088574 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:01.089795 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:01.092759 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.05.13 23:02:02.341314 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:02.341484 [ 267 ] {d00686d2-fab1-48c1-80a8-e7754c0bbd97} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:02.341546 [ 267 ] {d00686d2-fab1-48c1-80a8-e7754c0bbd97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:02.342155 [ 267 ] {d00686d2-fab1-48c1-80a8-e7754c0bbd97} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:02.342199 [ 267 ] {d00686d2-fab1-48c1-80a8-e7754c0bbd97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:02.342752 [ 267 ] {d00686d2-fab1-48c1-80a8-e7754c0bbd97} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:02.343249 [ 267 ] {d00686d2-fab1-48c1-80a8-e7754c0bbd97} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:02.343411 [ 267 ] {d00686d2-fab1-48c1-80a8-e7754c0bbd97} executeQuery: Read 30 rows, 2.32 KiB in 0.001971 sec., 15220.700152207 rows/sec., 1.15 MiB/sec. 2025.05.13 23:02:02.343460 [ 267 ] {d00686d2-fab1-48c1-80a8-e7754c0bbd97} TCPHandler: Processed in 0.002268823 sec. 2025.05.13 23:02:02.343588 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:02.343690 [ 267 ] {420b02d3-0e85-4e61-8f2c-d8776a945c85} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:02.343732 [ 267 ] {420b02d3-0e85-4e61-8f2c-d8776a945c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:02.344146 [ 267 ] {420b02d3-0e85-4e61-8f2c-d8776a945c85} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:02.344183 [ 267 ] {420b02d3-0e85-4e61-8f2c-d8776a945c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:02.344573 [ 267 ] {420b02d3-0e85-4e61-8f2c-d8776a945c85} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:02.344978 [ 267 ] {420b02d3-0e85-4e61-8f2c-d8776a945c85} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:02.345107 [ 267 ] {420b02d3-0e85-4e61-8f2c-d8776a945c85} executeQuery: Read 36 rows, 2.88 KiB in 0.00144 sec., 25000 rows/sec., 1.95 MiB/sec. 2025.05.13 23:02:02.345143 [ 267 ] {420b02d3-0e85-4e61-8f2c-d8776a945c85} TCPHandler: Processed in 0.001608182 sec. 2025.05.13 23:02:02.345248 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:02.345345 [ 267 ] {d8dd2620-22c5-4587-a876-bb5f6f91f125} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:02.345386 [ 267 ] {d8dd2620-22c5-4587-a876-bb5f6f91f125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:02.345745 [ 267 ] {d8dd2620-22c5-4587-a876-bb5f6f91f125} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:02.345780 [ 267 ] {d8dd2620-22c5-4587-a876-bb5f6f91f125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:02.346226 [ 267 ] {d8dd2620-22c5-4587-a876-bb5f6f91f125} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:02.346755 [ 267 ] {d8dd2620-22c5-4587-a876-bb5f6f91f125} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:02.346882 [ 267 ] {d8dd2620-22c5-4587-a876-bb5f6f91f125} executeQuery: Read 110 rows, 7.86 KiB in 0.001553 sec., 70830.65035415326 rows/sec., 4.94 MiB/sec. 2025.05.13 23:02:02.346916 [ 267 ] {d8dd2620-22c5-4587-a876-bb5f6f91f125} TCPHandler: Processed in 0.001716944 sec. 2025.05.13 23:02:02.347023 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:02.347117 [ 267 ] {7cfda8d4-8c6c-4306-8d94-96938ad892b3} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:02.347158 [ 267 ] {7cfda8d4-8c6c-4306-8d94-96938ad892b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:02.347476 [ 267 ] {7cfda8d4-8c6c-4306-8d94-96938ad892b3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:02.347512 [ 267 ] {7cfda8d4-8c6c-4306-8d94-96938ad892b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:02.347934 [ 267 ] {7cfda8d4-8c6c-4306-8d94-96938ad892b3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:02.348454 [ 267 ] {7cfda8d4-8c6c-4306-8d94-96938ad892b3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:02.348582 [ 267 ] {7cfda8d4-8c6c-4306-8d94-96938ad892b3} executeQuery: Read 40 rows, 2.73 KiB in 0.001484 sec., 26954.17789757412 rows/sec., 1.80 MiB/sec. 2025.05.13 23:02:02.348616 [ 267 ] {7cfda8d4-8c6c-4306-8d94-96938ad892b3} TCPHandler: Processed in 0.001642323 sec. 2025.05.13 23:02:07.340743 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:07.340929 [ 267 ] {e64b36a3-47fc-45a9-ad90-22cd23733842} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:07.340993 [ 267 ] {e64b36a3-47fc-45a9-ad90-22cd23733842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:07.341632 [ 267 ] {e64b36a3-47fc-45a9-ad90-22cd23733842} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:07.341674 [ 267 ] {e64b36a3-47fc-45a9-ad90-22cd23733842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:07.342247 [ 267 ] {e64b36a3-47fc-45a9-ad90-22cd23733842} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:07.342758 [ 267 ] {e64b36a3-47fc-45a9-ad90-22cd23733842} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:07.342920 [ 267 ] {e64b36a3-47fc-45a9-ad90-22cd23733842} executeQuery: Read 30 rows, 2.32 KiB in 0.002037 sec., 14727.540500736375 rows/sec., 1.11 MiB/sec. 2025.05.13 23:02:07.342966 [ 267 ] {e64b36a3-47fc-45a9-ad90-22cd23733842} TCPHandler: Processed in 0.002359596 sec. 2025.05.13 23:02:07.343089 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:07.343191 [ 267 ] {fbed0a46-8c79-46d7-916b-ea0c90922921} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:07.343234 [ 267 ] {fbed0a46-8c79-46d7-916b-ea0c90922921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:07.343641 [ 267 ] {fbed0a46-8c79-46d7-916b-ea0c90922921} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:07.343677 [ 267 ] {fbed0a46-8c79-46d7-916b-ea0c90922921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:07.344106 [ 267 ] {fbed0a46-8c79-46d7-916b-ea0c90922921} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:07.344583 [ 267 ] {fbed0a46-8c79-46d7-916b-ea0c90922921} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:07.344714 [ 267 ] {fbed0a46-8c79-46d7-916b-ea0c90922921} executeQuery: Read 36 rows, 2.88 KiB in 0.001547 sec., 23270.846800258565 rows/sec., 1.82 MiB/sec. 2025.05.13 23:02:07.344751 [ 267 ] {fbed0a46-8c79-46d7-916b-ea0c90922921} TCPHandler: Processed in 0.001715045 sec. 2025.05.13 23:02:07.344854 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:07.344950 [ 267 ] {b5d2eaf5-61be-4556-beaf-7e8c53a593ad} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:07.344996 [ 267 ] {b5d2eaf5-61be-4556-beaf-7e8c53a593ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:07.345371 [ 267 ] {b5d2eaf5-61be-4556-beaf-7e8c53a593ad} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:07.345406 [ 267 ] {b5d2eaf5-61be-4556-beaf-7e8c53a593ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:07.345842 [ 267 ] {b5d2eaf5-61be-4556-beaf-7e8c53a593ad} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:07.346262 [ 267 ] {b5d2eaf5-61be-4556-beaf-7e8c53a593ad} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:07.346390 [ 267 ] {b5d2eaf5-61be-4556-beaf-7e8c53a593ad} executeQuery: Read 110 rows, 7.86 KiB in 0.00146 sec., 75342.46575342467 rows/sec., 5.26 MiB/sec. 2025.05.13 23:02:07.346425 [ 267 ] {b5d2eaf5-61be-4556-beaf-7e8c53a593ad} TCPHandler: Processed in 0.001621332 sec. 2025.05.13 23:02:07.346529 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:07.346618 [ 267 ] {a7ad3f05-673c-4839-ac79-5ed03ccefb78} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:07.346657 [ 267 ] {a7ad3f05-673c-4839-ac79-5ed03ccefb78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:07.346942 [ 267 ] {a7ad3f05-673c-4839-ac79-5ed03ccefb78} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:07.346973 [ 267 ] {a7ad3f05-673c-4839-ac79-5ed03ccefb78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:07.347344 [ 267 ] {a7ad3f05-673c-4839-ac79-5ed03ccefb78} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:07.347815 [ 267 ] {a7ad3f05-673c-4839-ac79-5ed03ccefb78} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:07.347942 [ 267 ] {a7ad3f05-673c-4839-ac79-5ed03ccefb78} executeQuery: Read 40 rows, 2.73 KiB in 0.001334 sec., 29985.007496251877 rows/sec., 2.00 MiB/sec. 2025.05.13 23:02:07.347984 [ 267 ] {a7ad3f05-673c-4839-ac79-5ed03ccefb78} TCPHandler: Processed in 0.001502168 sec. 2025.05.13 23:02:08.470328 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.05.13 23:02:08.470806 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:08.470853 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:08.471556 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:08.472020 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:08.472187 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.05.13 23:02:08.593028 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.05.13 23:02:08.610404 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:08.610461 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:08.616379 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:08.617555 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:08.620594 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.05.13 23:02:10.966126 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 158 2025.05.13 23:02:10.967943 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:10.967985 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:10.969209 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:10.969709 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:10.969946 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 158 2025.05.13 23:02:12.340979 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:12.341167 [ 267 ] {f707ee7d-e671-403a-a8a9-0e5790d1803f} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:12.341240 [ 267 ] {f707ee7d-e671-403a-a8a9-0e5790d1803f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:12.341908 [ 267 ] {f707ee7d-e671-403a-a8a9-0e5790d1803f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:12.341958 [ 267 ] {f707ee7d-e671-403a-a8a9-0e5790d1803f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:12.342451 [ 267 ] {f707ee7d-e671-403a-a8a9-0e5790d1803f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:12.342941 [ 267 ] {f707ee7d-e671-403a-a8a9-0e5790d1803f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:12.343118 [ 267 ] {f707ee7d-e671-403a-a8a9-0e5790d1803f} executeQuery: Read 30 rows, 2.32 KiB in 0.002003 sec., 14977.533699450823 rows/sec., 1.13 MiB/sec. 2025.05.13 23:02:12.343122 [ 78 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.13 23:02:12.343169 [ 267 ] {f707ee7d-e671-403a-a8a9-0e5790d1803f} TCPHandler: Processed in 0.002327015 sec. 2025.05.13 23:02:12.343228 [ 78 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:12.343257 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:12.343306 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:12.343412 [ 267 ] {8515e79f-7f1a-498d-8ab3-661f3dedf1d3} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:12.343458 [ 267 ] {8515e79f-7f1a-498d-8ab3-661f3dedf1d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:12.343880 [ 267 ] {8515e79f-7f1a-498d-8ab3-661f3dedf1d3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:12.343917 [ 267 ] {8515e79f-7f1a-498d-8ab3-661f3dedf1d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:12.344353 [ 267 ] {8515e79f-7f1a-498d-8ab3-661f3dedf1d3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:12.344799 [ 267 ] {8515e79f-7f1a-498d-8ab3-661f3dedf1d3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:12.344938 [ 78 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.13 23:02:12.344956 [ 267 ] {8515e79f-7f1a-498d-8ab3-661f3dedf1d3} executeQuery: Read 36 rows, 2.88 KiB in 0.001567 sec., 22973.835354179962 rows/sec., 1.79 MiB/sec. 2025.05.13 23:02:12.344985 [ 78 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:12.345008 [ 267 ] {8515e79f-7f1a-498d-8ab3-661f3dedf1d3} TCPHandler: Processed in 0.001752966 sec. 2025.05.13 23:02:12.345012 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:12.345133 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:12.345235 [ 267 ] {91d121f1-eb03-4fa2-99d6-8597c985992b} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:12.345280 [ 267 ] {91d121f1-eb03-4fa2-99d6-8597c985992b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:12.345683 [ 267 ] {91d121f1-eb03-4fa2-99d6-8597c985992b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:12.345720 [ 267 ] {91d121f1-eb03-4fa2-99d6-8597c985992b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:12.346184 [ 267 ] {91d121f1-eb03-4fa2-99d6-8597c985992b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:12.346697 [ 267 ] {91d121f1-eb03-4fa2-99d6-8597c985992b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:12.346852 [ 267 ] {91d121f1-eb03-4fa2-99d6-8597c985992b} executeQuery: Read 110 rows, 7.86 KiB in 0.001638 sec., 67155.06715506715 rows/sec., 4.69 MiB/sec. 2025.05.13 23:02:12.346891 [ 267 ] {91d121f1-eb03-4fa2-99d6-8597c985992b} TCPHandler: Processed in 0.001808388 sec. 2025.05.13 23:02:12.347018 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:12.347113 [ 267 ] {5c119b45-0a18-4377-a189-66748c52ea23} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:12.347153 [ 267 ] {5c119b45-0a18-4377-a189-66748c52ea23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:12.347483 [ 267 ] {5c119b45-0a18-4377-a189-66748c52ea23} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:12.347519 [ 267 ] {5c119b45-0a18-4377-a189-66748c52ea23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:12.347924 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::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.05.13 23:02:12.347925 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::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.05.13 23:02:12.347982 [ 267 ] {5c119b45-0a18-4377-a189-66748c52ea23} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:12.348139 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:12.348142 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:12.348572 [ 267 ] {5c119b45-0a18-4377-a189-66748c52ea23} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:12.348732 [ 267 ] {5c119b45-0a18-4377-a189-66748c52ea23} executeQuery: Read 40 rows, 2.73 KiB in 0.001639 sec., 24405.125076266017 rows/sec., 1.63 MiB/sec. 2025.05.13 23:02:12.348771 [ 267 ] {5c119b45-0a18-4377-a189-66748c52ea23} TCPHandler: Processed in 0.001810398 sec. 2025.05.13 23:02:12.350168 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.05.13 23:02:12.350170 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part 2025.05.13 23:02:12.350394 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.05.13 23:02:12.350410 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2025.05.13 23:02:12.350527 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.05.13 23:02:12.350589 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2025.05.13 23:02:12.350644 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2025.05.13 23:02:12.352878 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.05.13 23:02:12.354987 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.05.13 23:02:12.355166 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2025.05.13 23:02:12.356237 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.012883153 sec., 11643.112520669436 rows/sec., 944.49 KiB/sec. 2025.05.13 23:02:12.356384 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.010715362 sec., 16798.312553509622 rows/sec., 1.38 MiB/sec. 2025.05.13 23:02:12.356530 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.13 23:02:12.356657 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.13 23:02:12.357175 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:12.357244 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:12.357264 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_5_1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.13 23:02:12.357317 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_5_1} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.13 23:02:12.357373 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.05.13 23:02:12.357415 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.05.13 23:02:15.919095 [ 74 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:02:15.919153 [ 74 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:02:15.973086 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.05.13 23:02:15.973548 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:15.973594 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:15.974232 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:02:15.974787 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:15.974918 [ 74 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:02:15.974921 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.05.13 23:02:15.974968 [ 74 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:15.974993 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:15.975089 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:02:15.975204 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:15.975241 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.05.13 23:02:15.975308 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.05.13 23:02:15.975371 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.05.13 23:02:15.975418 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.05.13 23:02:15.975460 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2025.05.13 23:02:15.975502 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2025.05.13 23:02:15.988889 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.013843133 sec., 202699.7790167876 rows/sec., 2.90 MiB/sec. 2025.05.13 23:02:15.989889 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:02:15.990428 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:15.990505 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_6_1} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:02:15.990601 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.32 MiB. 2025.05.13 23:02:16.001132 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.09 MiB, peak 170.41 MiB, free memory in arenas 0.00 B, will set to 165.45 MiB (RSS), difference: 1.35 MiB 2025.05.13 23:02:16.121274 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.05.13 23:02:16.138241 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:16.138291 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:16.144891 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:02:16.146032 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:16.146350 [ 74 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:02:16.146417 [ 74 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:16.146442 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:16.146558 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:16.149089 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.05.13 23:02:16.149486 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:16.150198 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:16.153520 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:16.156933 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:16.160651 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:16.167939 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:16.172228 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:16.230594 [ 188 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.084080671 sec., 547.0936358250519 rows/sec., 2.83 MiB/sec. 2025.05.13 23:02:16.233445 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:02:16.235972 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_6_1} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:16.236085 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_6_1} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:02:16.238071 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. 2025.05.13 23:02:17.001147 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 166.54 MiB, peak 176.08 MiB, free memory in arenas 0.00 B, will set to 175.25 MiB (RSS), difference: 8.71 MiB 2025.05.13 23:02:17.337103 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:17.337353 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} executeQuery: (from [fd00:1122:3344:101::d]:64867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:02:17.337779 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:17.337855 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.13 23:02:17.338086 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:17.340343 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:17.345090 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.05.13 23:02:17.347430 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:17.349451 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (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.05.13 23:02:17.349479 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:17.349571 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.05.13 23:02:17.349600 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:17.362915 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} executeQuery: Read 18 rows, 754.00 B in 0.025659 sec., 701.508242721852 rows/sec., 28.70 KiB/sec. 2025.05.13 23:02:17.363033 [ 267 ] {9867d64b-4df5-4339-a5ce-9b5e2f5e5e45} TCPHandler: Processed in 0.026060344 sec. 2025.05.13 23:02:17.368103 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:17.368236 [ 267 ] {bc0f377c-735e-4576-9eba-2b115e55b5c6} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.13 23:02:17.368291 [ 267 ] {bc0f377c-735e-4576-9eba-2b115e55b5c6} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:17.368999 [ 267 ] {bc0f377c-735e-4576-9eba-2b115e55b5c6} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.369041 [ 267 ] {bc0f377c-735e-4576-9eba-2b115e55b5c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.369601 [ 267 ] {bc0f377c-735e-4576-9eba-2b115e55b5c6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:17.369966 [ 267 ] {bc0f377c-735e-4576-9eba-2b115e55b5c6} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.370117 [ 267 ] {bc0f377c-735e-4576-9eba-2b115e55b5c6} executeQuery: Read 1 rows, 153.00 B in 0.001919 sec., 521.1047420531527 rows/sec., 77.86 KiB/sec. 2025.05.13 23:02:17.370158 [ 267 ] {bc0f377c-735e-4576-9eba-2b115e55b5c6} TCPHandler: Processed in 0.002119988 sec. 2025.05.13 23:02:17.370278 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:17.370376 [ 267 ] {72ef107b-6bbb-45ac-9d07-75908472bfc3} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:17.370419 [ 267 ] {72ef107b-6bbb-45ac-9d07-75908472bfc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:17.370853 [ 267 ] {72ef107b-6bbb-45ac-9d07-75908472bfc3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.370891 [ 267 ] {72ef107b-6bbb-45ac-9d07-75908472bfc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.371311 [ 267 ] {72ef107b-6bbb-45ac-9d07-75908472bfc3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:02:17.371737 [ 267 ] {72ef107b-6bbb-45ac-9d07-75908472bfc3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.371871 [ 267 ] {72ef107b-6bbb-45ac-9d07-75908472bfc3} executeQuery: Read 46 rows, 3.90 KiB in 0.001516 sec., 30343.007915567283 rows/sec., 2.51 MiB/sec. 2025.05.13 23:02:17.371908 [ 267 ] {72ef107b-6bbb-45ac-9d07-75908472bfc3} TCPHandler: Processed in 0.001679544 sec. 2025.05.13 23:02:17.372026 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:17.372121 [ 267 ] {d85f53c3-8d84-4d73-99dc-9f38abe75d7f} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:02:17.372162 [ 267 ] {d85f53c3-8d84-4d73-99dc-9f38abe75d7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:02:17.372548 [ 267 ] {d85f53c3-8d84-4d73-99dc-9f38abe75d7f} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.372583 [ 267 ] {d85f53c3-8d84-4d73-99dc-9f38abe75d7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.372981 [ 267 ] {d85f53c3-8d84-4d73-99dc-9f38abe75d7f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:17.373434 [ 267 ] {d85f53c3-8d84-4d73-99dc-9f38abe75d7f} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.373563 [ 267 ] {d85f53c3-8d84-4d73-99dc-9f38abe75d7f} executeQuery: Read 8 rows, 616.00 B in 0.001461 sec., 5475.7015742642025 rows/sec., 411.75 KiB/sec. 2025.05.13 23:02:17.373600 [ 267 ] {d85f53c3-8d84-4d73-99dc-9f38abe75d7f} TCPHandler: Processed in 0.001623522 sec. 2025.05.13 23:02:17.373711 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:17.373806 [ 267 ] {db65fe54-e5e7-4b03-8a85-c622dd69903b} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:17.373845 [ 267 ] {db65fe54-e5e7-4b03-8a85-c622dd69903b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:17.374263 [ 267 ] {db65fe54-e5e7-4b03-8a85-c622dd69903b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.374300 [ 267 ] {db65fe54-e5e7-4b03-8a85-c622dd69903b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.374700 [ 267 ] {db65fe54-e5e7-4b03-8a85-c622dd69903b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:02:17.375121 [ 267 ] {db65fe54-e5e7-4b03-8a85-c622dd69903b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.375252 [ 267 ] {db65fe54-e5e7-4b03-8a85-c622dd69903b} executeQuery: Read 44 rows, 3.52 KiB in 0.001464 sec., 30054.644808743167 rows/sec., 2.35 MiB/sec. 2025.05.13 23:02:17.375288 [ 267 ] {db65fe54-e5e7-4b03-8a85-c622dd69903b} TCPHandler: Processed in 0.001626682 sec. 2025.05.13 23:02:17.375408 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:17.375528 [ 267 ] {7bd0fb2c-59f3-418e-a8e5-f8fd28d7397d} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:17.375581 [ 267 ] {7bd0fb2c-59f3-418e-a8e5-f8fd28d7397d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:17.376006 [ 267 ] {7bd0fb2c-59f3-418e-a8e5-f8fd28d7397d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.376043 [ 267 ] {7bd0fb2c-59f3-418e-a8e5-f8fd28d7397d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.376492 [ 267 ] {7bd0fb2c-59f3-418e-a8e5-f8fd28d7397d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:02:17.376914 [ 267 ] {7bd0fb2c-59f3-418e-a8e5-f8fd28d7397d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.377021 [ 72 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:02:17.377048 [ 267 ] {7bd0fb2c-59f3-418e-a8e5-f8fd28d7397d} executeQuery: Read 110 rows, 7.86 KiB in 0.001545 sec., 71197.41100323625 rows/sec., 4.97 MiB/sec. 2025.05.13 23:02:17.377088 [ 72 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.377096 [ 267 ] {7bd0fb2c-59f3-418e-a8e5-f8fd28d7397d} TCPHandler: Processed in 0.001749136 sec. 2025.05.13 23:02:17.377120 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.377222 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:02:17.377237 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:17.377342 [ 267 ] {f83af83f-9fb0-4ab2-a36f-df6bf4315cad} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:17.377348 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:17.377399 [ 267 ] {f83af83f-9fb0-4ab2-a36f-df6bf4315cad} 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.05.13 23:02:17.377405 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:02:17.377499 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2025.05.13 23:02:17.377553 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2025.05.13 23:02:17.377602 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part 2025.05.13 23:02:17.377649 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2025.05.13 23:02:17.377694 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2025.05.13 23:02:17.378213 [ 267 ] {f83af83f-9fb0-4ab2-a36f-df6bf4315cad} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.378261 [ 267 ] {f83af83f-9fb0-4ab2-a36f-df6bf4315cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.378894 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 638 rows, containing 5 columns (5 merged, 0 gathered) in 0.001712335 sec., 372590.6437700567 rows/sec., 26.00 MiB/sec. 2025.05.13 23:02:17.379170 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:02:17.381651 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.381734 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_6_1} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:02:17.381802 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:02:17.381809 [ 267 ] {f83af83f-9fb0-4ab2-a36f-df6bf4315cad} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:17.382319 [ 267 ] {f83af83f-9fb0-4ab2-a36f-df6bf4315cad} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.382491 [ 267 ] {f83af83f-9fb0-4ab2-a36f-df6bf4315cad} executeQuery: Read 8 rows, 14.68 KiB in 0.005167 sec., 1548.2872072769499 rows/sec., 2.77 MiB/sec. 2025.05.13 23:02:17.382573 [ 267 ] {f83af83f-9fb0-4ab2-a36f-df6bf4315cad} TCPHandler: Processed in 0.005386742 sec. 2025.05.13 23:02:17.382711 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:17.382807 [ 267 ] {1eb63e57-8c8c-4bd2-9fa3-cbca98ff85c1} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:17.382848 [ 267 ] {1eb63e57-8c8c-4bd2-9fa3-cbca98ff85c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:17.383227 [ 267 ] {1eb63e57-8c8c-4bd2-9fa3-cbca98ff85c1} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.383264 [ 267 ] {1eb63e57-8c8c-4bd2-9fa3-cbca98ff85c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.383672 [ 267 ] {1eb63e57-8c8c-4bd2-9fa3-cbca98ff85c1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:02:17.384135 [ 267 ] {1eb63e57-8c8c-4bd2-9fa3-cbca98ff85c1} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.384266 [ 267 ] {1eb63e57-8c8c-4bd2-9fa3-cbca98ff85c1} executeQuery: Read 40 rows, 2.73 KiB in 0.001479 sec., 27045.300878972277 rows/sec., 1.81 MiB/sec. 2025.05.13 23:02:17.384301 [ 267 ] {1eb63e57-8c8c-4bd2-9fa3-cbca98ff85c1} TCPHandler: Processed in 0.001645752 sec. 2025.05.13 23:02:17.384709 [ 72 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:02:17.384749 [ 72 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:17.384769 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:17.384889 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:02:17.385060 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:17.385105 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:02:17.385200 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2025.05.13 23:02:17.385258 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2025.05.13 23:02:17.385303 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2025.05.13 23:02:17.385344 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2025.05.13 23:02:17.385394 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2025.05.13 23:02:17.386380 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 232 rows, containing 4 columns (4 merged, 0 gathered) in 0.00155228 sec., 149457.57208750997 rows/sec., 9.98 MiB/sec. 2025.05.13 23:02:17.386650 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:02:17.387132 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:17.387202 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_6_1} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:02:17.387286 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.13 23:02:20.970796 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 182 2025.05.13 23:02:20.972891 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:20.972936 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:20.974292 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:20.974907 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:20.975158 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 182 2025.05.13 23:02:22.343005 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:22.343187 [ 267 ] {838de8e4-d79c-4b0c-80e7-5eef25094b79} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:22.343249 [ 267 ] {838de8e4-d79c-4b0c-80e7-5eef25094b79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:22.343906 [ 267 ] {838de8e4-d79c-4b0c-80e7-5eef25094b79} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:22.343948 [ 267 ] {838de8e4-d79c-4b0c-80e7-5eef25094b79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:22.344450 [ 267 ] {838de8e4-d79c-4b0c-80e7-5eef25094b79} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:02:22.344929 [ 267 ] {838de8e4-d79c-4b0c-80e7-5eef25094b79} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:22.345098 [ 267 ] {838de8e4-d79c-4b0c-80e7-5eef25094b79} executeQuery: Read 56 rows, 4.38 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.19 MiB/sec. 2025.05.13 23:02:22.345140 [ 267 ] {838de8e4-d79c-4b0c-80e7-5eef25094b79} TCPHandler: Processed in 0.002254412 sec. 2025.05.13 23:02:22.345266 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:22.345359 [ 267 ] {bed55a8c-ba5e-4d03-ba45-f981c2e06ac4} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:22.345398 [ 267 ] {bed55a8c-ba5e-4d03-ba45-f981c2e06ac4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:22.345826 [ 267 ] {bed55a8c-ba5e-4d03-ba45-f981c2e06ac4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:22.345861 [ 267 ] {bed55a8c-ba5e-4d03-ba45-f981c2e06ac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:22.346276 [ 267 ] {bed55a8c-ba5e-4d03-ba45-f981c2e06ac4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:02:22.346695 [ 267 ] {bed55a8c-ba5e-4d03-ba45-f981c2e06ac4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:22.346823 [ 267 ] {bed55a8c-ba5e-4d03-ba45-f981c2e06ac4} executeQuery: Read 64 rows, 5.12 KiB in 0.001483 sec., 43155.76534052596 rows/sec., 3.37 MiB/sec. 2025.05.13 23:02:22.346860 [ 267 ] {bed55a8c-ba5e-4d03-ba45-f981c2e06ac4} TCPHandler: Processed in 0.001643842 sec. 2025.05.13 23:02:22.346979 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:22.347081 [ 267 ] {2eb51754-47d6-445d-bc0c-35c7d967f868} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:22.347126 [ 267 ] {2eb51754-47d6-445d-bc0c-35c7d967f868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:22.347544 [ 267 ] {2eb51754-47d6-445d-bc0c-35c7d967f868} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:22.347581 [ 267 ] {2eb51754-47d6-445d-bc0c-35c7d967f868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:22.348133 [ 267 ] {2eb51754-47d6-445d-bc0c-35c7d967f868} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:02:22.348645 [ 267 ] {2eb51754-47d6-445d-bc0c-35c7d967f868} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:22.348814 [ 267 ] {2eb51754-47d6-445d-bc0c-35c7d967f868} executeQuery: Read 150 rows, 10.70 KiB in 0.001758 sec., 85324.23208191126 rows/sec., 5.94 MiB/sec. 2025.05.13 23:02:22.348859 [ 267 ] {2eb51754-47d6-445d-bc0c-35c7d967f868} TCPHandler: Processed in 0.001929321 sec. 2025.05.13 23:02:22.348982 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:22.349085 [ 267 ] {30e59c55-47a6-4915-b590-6aa1a566e579} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:22.349127 [ 267 ] {30e59c55-47a6-4915-b590-6aa1a566e579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:22.349470 [ 267 ] {30e59c55-47a6-4915-b590-6aa1a566e579} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:22.349506 [ 267 ] {30e59c55-47a6-4915-b590-6aa1a566e579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:22.349914 [ 267 ] {30e59c55-47a6-4915-b590-6aa1a566e579} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:02:22.350348 [ 267 ] {30e59c55-47a6-4915-b590-6aa1a566e579} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:22.350478 [ 267 ] {30e59c55-47a6-4915-b590-6aa1a566e579} executeQuery: Read 56 rows, 3.86 KiB in 0.001412 sec., 39660.056657223795 rows/sec., 2.67 MiB/sec. 2025.05.13 23:02:22.350514 [ 267 ] {30e59c55-47a6-4915-b590-6aa1a566e579} TCPHandler: Processed in 0.001592451 sec. 2025.05.13 23:02:23.475991 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.05.13 23:02:23.476470 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:23.476509 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:23.477123 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:02:23.477560 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:23.477688 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.05.13 23:02:23.650117 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.05.13 23:02:23.668244 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:23.668306 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:23.674113 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:02:23.675184 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:23.678418 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.05.13 23:02:27.344208 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:27.344481 [ 267 ] {525c9f68-f8bc-48a2-b4b8-b13eaad2c1e6} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:27.344578 [ 267 ] {525c9f68-f8bc-48a2-b4b8-b13eaad2c1e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:27.345458 [ 267 ] {525c9f68-f8bc-48a2-b4b8-b13eaad2c1e6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:27.345507 [ 267 ] {525c9f68-f8bc-48a2-b4b8-b13eaad2c1e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:27.346041 [ 267 ] {525c9f68-f8bc-48a2-b4b8-b13eaad2c1e6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:02:27.346554 [ 267 ] {525c9f68-f8bc-48a2-b4b8-b13eaad2c1e6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:27.346713 [ 267 ] {525c9f68-f8bc-48a2-b4b8-b13eaad2c1e6} executeQuery: Read 72 rows, 5.96 KiB in 0.002302 sec., 31277.150304083407 rows/sec., 2.53 MiB/sec. 2025.05.13 23:02:27.346760 [ 267 ] {525c9f68-f8bc-48a2-b4b8-b13eaad2c1e6} TCPHandler: Processed in 0.002716327 sec. 2025.05.13 23:02:27.346892 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:27.346995 [ 267 ] {6098b343-3667-45bf-8bda-0e08a25f602a} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:02:27.347040 [ 267 ] {6098b343-3667-45bf-8bda-0e08a25f602a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:02:27.347452 [ 267 ] {6098b343-3667-45bf-8bda-0e08a25f602a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:27.347491 [ 267 ] {6098b343-3667-45bf-8bda-0e08a25f602a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:27.347902 [ 267 ] {6098b343-3667-45bf-8bda-0e08a25f602a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:27.348330 [ 267 ] {6098b343-3667-45bf-8bda-0e08a25f602a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:27.348463 [ 267 ] {6098b343-3667-45bf-8bda-0e08a25f602a} executeQuery: Read 8 rows, 616.00 B in 0.001491 sec., 5365.526492287056 rows/sec., 403.46 KiB/sec. 2025.05.13 23:02:27.348501 [ 267 ] {6098b343-3667-45bf-8bda-0e08a25f602a} TCPHandler: Processed in 0.001661314 sec. 2025.05.13 23:02:27.348615 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:27.348711 [ 267 ] {77481d58-80b1-4075-9d2e-40a346df2c64} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:27.348753 [ 267 ] {77481d58-80b1-4075-9d2e-40a346df2c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:27.349176 [ 267 ] {77481d58-80b1-4075-9d2e-40a346df2c64} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:27.349213 [ 267 ] {77481d58-80b1-4075-9d2e-40a346df2c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:27.349622 [ 267 ] {77481d58-80b1-4075-9d2e-40a346df2c64} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:02:27.350049 [ 267 ] {77481d58-80b1-4075-9d2e-40a346df2c64} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:27.350179 [ 267 ] {77481d58-80b1-4075-9d2e-40a346df2c64} executeQuery: Read 72 rows, 5.76 KiB in 0.001487 sec., 48419.636852723605 rows/sec., 3.78 MiB/sec. 2025.05.13 23:02:27.350217 [ 267 ] {77481d58-80b1-4075-9d2e-40a346df2c64} TCPHandler: Processed in 0.001650593 sec. 2025.05.13 23:02:27.350331 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:27.350426 [ 267 ] {fb5eef28-a622-40f5-b815-fbc7c36a71b3} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:27.350470 [ 267 ] {fb5eef28-a622-40f5-b815-fbc7c36a71b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:27.350880 [ 267 ] {fb5eef28-a622-40f5-b815-fbc7c36a71b3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:27.350916 [ 267 ] {fb5eef28-a622-40f5-b815-fbc7c36a71b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:27.351357 [ 267 ] {fb5eef28-a622-40f5-b815-fbc7c36a71b3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:02:27.351780 [ 267 ] {fb5eef28-a622-40f5-b815-fbc7c36a71b3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:27.351914 [ 267 ] {fb5eef28-a622-40f5-b815-fbc7c36a71b3} executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. 2025.05.13 23:02:27.351951 [ 267 ] {fb5eef28-a622-40f5-b815-fbc7c36a71b3} TCPHandler: Processed in 0.001669224 sec. 2025.05.13 23:02:27.352064 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:27.352158 [ 267 ] {0562775e-04ec-4c31-a11c-612f857e6b6f} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:27.352213 [ 267 ] {0562775e-04ec-4c31-a11c-612f857e6b6f} 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.05.13 23:02:27.352969 [ 267 ] {0562775e-04ec-4c31-a11c-612f857e6b6f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:27.353006 [ 267 ] {0562775e-04ec-4c31-a11c-612f857e6b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:27.353689 [ 267 ] {0562775e-04ec-4c31-a11c-612f857e6b6f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:27.354301 [ 267 ] {0562775e-04ec-4c31-a11c-612f857e6b6f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:27.354440 [ 267 ] {0562775e-04ec-4c31-a11c-612f857e6b6f} executeQuery: Read 8 rows, 14.68 KiB in 0.0023 sec., 3478.2608695652175 rows/sec., 6.23 MiB/sec. 2025.05.13 23:02:27.354497 [ 267 ] {0562775e-04ec-4c31-a11c-612f857e6b6f} TCPHandler: Processed in 0.002483379 sec. 2025.05.13 23:02:27.354618 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:27.354713 [ 267 ] {40a544c6-1ac5-46ab-9817-6c55d6bf9403} executeQuery: (from [fd00:1122:3344:101::d]:64867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:27.354755 [ 267 ] {40a544c6-1ac5-46ab-9817-6c55d6bf9403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:27.355104 [ 267 ] {40a544c6-1ac5-46ab-9817-6c55d6bf9403} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:27.355142 [ 267 ] {40a544c6-1ac5-46ab-9817-6c55d6bf9403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.68 GiB. 2025.05.13 23:02:27.355551 [ 267 ] {40a544c6-1ac5-46ab-9817-6c55d6bf9403} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:02:27.355979 [ 267 ] {40a544c6-1ac5-46ab-9817-6c55d6bf9403} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:27.356112 [ 267 ] {40a544c6-1ac5-46ab-9817-6c55d6bf9403} executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. 2025.05.13 23:02:27.356147 [ 267 ] {40a544c6-1ac5-46ab-9817-6c55d6bf9403} TCPHandler: Processed in 0.00157954 sec. 2025.05.13 23:02:30.919189 [ 55 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:02:30.919258 [ 55 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:02:30.975287 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 202 2025.05.13 23:02:30.977260 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:30.977318 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:30.977755 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 2025.05.13 23:02:30.978242 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:30.978294 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:30.978478 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:30.978784 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:30.978893 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:02:30.979065 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 202 2025.05.13 23:02:30.979171 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:30.979323 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.05.13 23:02:31.178480 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.05.13 23:02:31.195431 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:31.195493 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:31.201346 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:02:31.202067 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:31.205270 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.05.13 23:02:31.769281 [ 267 ] {} TCPHandler: Done processing connection. 2025.05.13 23:02:31.769376 [ 267 ] {} TCP-Session: f2ec417f-fc1e-4d58-a0b3-46900d1e4ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.13 23:02:32.001159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 175.55 MiB, peak 181.59 MiB, free memory in arenas 0.00 B, will set to 177.49 MiB (RSS), difference: 1.94 MiB 2025.05.13 23:02:32.337203 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.337456 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.337823 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.337859 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.13 23:02:32.338124 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.338195 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.338343 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.05.13 23:02:32.338524 [ 292 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.338571 [ 294 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.338731 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.338762 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.338807 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.05.13 23:02:32.338829 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.339544 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} executeQuery: Read 18 rows, 754.00 B in 0.002191 sec., 8215.426745778184 rows/sec., 336.07 KiB/sec. 2025.05.13 23:02:32.339641 [ 269 ] {5a5910fc-0572-44ac-8ec4-7ae62b71716b} TCPHandler: Processed in 0.002586223 sec. 2025.05.13 23:02:32.341066 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.341195 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.341400 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.341431 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.13 23:02:32.341603 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.341656 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.341758 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.05.13 23:02:32.341825 [ 294 ] {19852443-d76e-49be-80ed-616a1200a900} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.341829 [ 292 ] {19852443-d76e-49be-80ed-616a1200a900} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.341925 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.341949 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.341985 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.05.13 23:02:32.342003 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.342592 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} executeQuery: Read 18 rows, 754.00 B in 0.001448 sec., 12430.939226519336 rows/sec., 508.51 KiB/sec. 2025.05.13 23:02:32.342678 [ 269 ] {19852443-d76e-49be-80ed-616a1200a900} TCPHandler: Processed in 0.001666163 sec. 2025.05.13 23:02:32.343319 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.343445 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.343641 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.343672 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.13 23:02:32.343843 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.343895 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.343997 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.05.13 23:02:32.344055 [ 292 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.344069 [ 294 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.344151 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.344176 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.344212 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.05.13 23:02:32.344230 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.344674 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} executeQuery: Read 18 rows, 754.00 B in 0.001277 sec., 14095.536413469068 rows/sec., 576.61 KiB/sec. 2025.05.13 23:02:32.344761 [ 269 ] {f4a5a7e6-9d8b-45b5-8949-b273246f1465} TCPHandler: Processed in 0.001491478 sec. 2025.05.13 23:02:32.345194 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.345335 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.345567 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.345600 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.05.13 23:02:32.345772 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.345824 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.345924 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.05.13 23:02:32.345999 [ 294 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.346004 [ 292 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.346107 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.346132 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.346169 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.05.13 23:02:32.346187 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.346624 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} executeQuery: Read 18 rows, 754.00 B in 0.00135 sec., 13333.333333333332 rows/sec., 545.43 KiB/sec. 2025.05.13 23:02:32.346709 [ 269 ] {c1628875-f023-444e-b063-4a29d7a0c5d2} TCPHandler: Processed in 0.00156561 sec. 2025.05.13 23:02:32.347048 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.347177 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.347375 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.347407 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.05.13 23:02:32.347581 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.347633 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.347732 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.05.13 23:02:32.347794 [ 292 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.347799 [ 294 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.347885 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.347909 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.347944 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.05.13 23:02:32.347962 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.348404 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} executeQuery: Read 18 rows, 754.00 B in 0.001278 sec., 14084.507042253521 rows/sec., 576.16 KiB/sec. 2025.05.13 23:02:32.348487 [ 269 ] {5e239c76-2eb5-403e-9dbb-12fceab9e487} TCPHandler: Processed in 0.001489028 sec. 2025.05.13 23:02:32.348738 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.348866 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.349067 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.349099 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.05.13 23:02:32.349274 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.349326 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.349428 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.05.13 23:02:32.349490 [ 292 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.349497 [ 294 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.349588 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.349613 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.349647 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.05.13 23:02:32.349666 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.350085 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} executeQuery: Read 18 rows, 754.00 B in 0.001268 sec., 14195.58359621451 rows/sec., 580.70 KiB/sec. 2025.05.13 23:02:32.350168 [ 269 ] {2af97056-ddef-4bcf-9ac7-3232739d4212} TCPHandler: Processed in 0.001479707 sec. 2025.05.13 23:02:32.350410 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.350535 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.350734 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.350766 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.05.13 23:02:32.350941 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.350993 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.351099 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.05.13 23:02:32.351158 [ 292 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.351164 [ 294 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.351253 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.351278 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.351313 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.05.13 23:02:32.351331 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.351742 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} executeQuery: Read 18 rows, 754.00 B in 0.001255 sec., 14342.629482071712 rows/sec., 586.72 KiB/sec. 2025.05.13 23:02:32.351824 [ 269 ] {c464b750-5611-4147-b074-5b3e77f6d6b3} TCPHandler: Processed in 0.001464947 sec. 2025.05.13 23:02:32.352067 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.352196 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.352394 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.352426 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:32.352601 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.352653 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.352753 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.05.13 23:02:32.352810 [ 292 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.352816 [ 294 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.352903 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.352928 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.352964 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.05.13 23:02:32.352983 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.353386 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} executeQuery: Read 18 rows, 754.00 B in 0.001242 sec., 14492.753623188406 rows/sec., 592.86 KiB/sec. 2025.05.13 23:02:32.353466 [ 269 ] {3cc16315-6726-4b1f-9e00-3f87c8f4c663} TCPHandler: Processed in 0.001449777 sec. 2025.05.13 23:02:32.353697 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.353824 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.354020 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.354052 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:32.354229 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.354280 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.354380 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.05.13 23:02:32.354438 [ 292 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.354445 [ 294 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.354530 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.354556 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.354590 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.05.13 23:02:32.354609 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.355009 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} executeQuery: Read 18 rows, 754.00 B in 0.001235 sec., 14574.8987854251 rows/sec., 596.22 KiB/sec. 2025.05.13 23:02:32.355089 [ 269 ] {e9d68dea-e5fe-4756-8709-fe6cc4e82ccb} TCPHandler: Processed in 0.001441657 sec. 2025.05.13 23:02:32.355317 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.355444 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.355642 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.355674 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:32.355853 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.355906 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.356005 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.05.13 23:02:32.356069 [ 292 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.356072 [ 294 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.356159 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.356184 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.356220 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:32.356239 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.356641 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} executeQuery: Read 18 rows, 754.00 B in 0.001247 sec., 14434.643143544507 rows/sec., 590.48 KiB/sec. 2025.05.13 23:02:32.356720 [ 269 ] {27540269-ffe2-4ef8-9811-11fc286c6ae9} TCPHandler: Processed in 0.001452197 sec. 2025.05.13 23:02:32.356945 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.357074 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.357271 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.357303 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:32.357483 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.357535 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.357635 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.05.13 23:02:32.357692 [ 292 ] {25d855ae-1372-4b7a-9368-d705922f1fff} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.357698 [ 294 ] {25d855ae-1372-4b7a-9368-d705922f1fff} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.357783 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.357808 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.357844 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:32.357863 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.358268 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} executeQuery: Read 18 rows, 754.00 B in 0.001246 sec., 14446.227929373998 rows/sec., 590.95 KiB/sec. 2025.05.13 23:02:32.358350 [ 269 ] {25d855ae-1372-4b7a-9368-d705922f1fff} TCPHandler: Processed in 0.001454757 sec. 2025.05.13 23:02:32.363596 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.363725 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:32.363926 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:32.363959 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:32.364142 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.364194 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:32.364296 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.05.13 23:02:32.364361 [ 292 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:32.364365 [ 294 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:32.364459 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.13 23:02:32.364484 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:32.364521 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:32.364540 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.13 23:02:32.364966 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} executeQuery: Read 18 rows, 754.00 B in 0.001292 sec., 13931.88854489164 rows/sec., 569.91 KiB/sec. 2025.05.13 23:02:32.365071 [ 269 ] {57556d57-8ab8-4fc9-9597-0d32ead78edd} TCPHandler: Processed in 0.001524519 sec. 2025.05.13 23:02:32.371309 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.371436 [ 269 ] {2910fba2-7b16-42a0-a6c5-1854249c9f19} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.13 23:02:32.371487 [ 269 ] {2910fba2-7b16-42a0-a6c5-1854249c9f19} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:32.372146 [ 269 ] {2910fba2-7b16-42a0-a6c5-1854249c9f19} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.372193 [ 269 ] {2910fba2-7b16-42a0-a6c5-1854249c9f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.372664 [ 269 ] {2910fba2-7b16-42a0-a6c5-1854249c9f19} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:32.372863 [ 269 ] {2910fba2-7b16-42a0-a6c5-1854249c9f19} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.373005 [ 269 ] {2910fba2-7b16-42a0-a6c5-1854249c9f19} executeQuery: Read 12 rows, 4.37 KiB in 0.001607 sec., 7467.3304293715 rows/sec., 2.66 MiB/sec. 2025.05.13 23:02:32.373044 [ 269 ] {2910fba2-7b16-42a0-a6c5-1854249c9f19} TCPHandler: Processed in 0.001796728 sec. 2025.05.13 23:02:32.373182 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.373275 [ 269 ] {68d31a25-e772-49fa-935c-9513a321db76} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:02:32.373314 [ 269 ] {68d31a25-e772-49fa-935c-9513a321db76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:02:32.375870 [ 269 ] {68d31a25-e772-49fa-935c-9513a321db76} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.375911 [ 269 ] {68d31a25-e772-49fa-935c-9513a321db76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.376278 [ 269 ] {68d31a25-e772-49fa-935c-9513a321db76} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:32.376515 [ 269 ] {68d31a25-e772-49fa-935c-9513a321db76} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.376645 [ 269 ] {68d31a25-e772-49fa-935c-9513a321db76} executeQuery: Read 212 rows, 13.81 KiB in 0.00339 sec., 62536.87315634219 rows/sec., 3.98 MiB/sec. 2025.05.13 23:02:32.376683 [ 269 ] {68d31a25-e772-49fa-935c-9513a321db76} TCPHandler: Processed in 0.003552834 sec. 2025.05.13 23:02:32.376808 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.376902 [ 269 ] {c9a6f9b6-eeb3-4a50-84eb-1d6aa75bf66a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:32.376941 [ 269 ] {c9a6f9b6-eeb3-4a50-84eb-1d6aa75bf66a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:32.377724 [ 269 ] {c9a6f9b6-eeb3-4a50-84eb-1d6aa75bf66a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.377760 [ 269 ] {c9a6f9b6-eeb3-4a50-84eb-1d6aa75bf66a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.378117 [ 269 ] {c9a6f9b6-eeb3-4a50-84eb-1d6aa75bf66a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:02:32.378337 [ 269 ] {c9a6f9b6-eeb3-4a50-84eb-1d6aa75bf66a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.378466 [ 269 ] {c9a6f9b6-eeb3-4a50-84eb-1d6aa75bf66a} executeQuery: Read 617 rows, 49.35 KiB in 0.001583 sec., 389766.26658243843 rows/sec., 30.44 MiB/sec. 2025.05.13 23:02:32.378502 [ 269 ] {c9a6f9b6-eeb3-4a50-84eb-1d6aa75bf66a} TCPHandler: Processed in 0.001745016 sec. 2025.05.13 23:02:32.378653 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.378786 [ 269 ] {fd7fd6ca-7480-40d2-b13c-11f6c6fd70d3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:02:32.378835 [ 269 ] {fd7fd6ca-7480-40d2-b13c-11f6c6fd70d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:02:32.379427 [ 269 ] {fd7fd6ca-7480-40d2-b13c-11f6c6fd70d3} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.379466 [ 269 ] {fd7fd6ca-7480-40d2-b13c-11f6c6fd70d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.379783 [ 269 ] {fd7fd6ca-7480-40d2-b13c-11f6c6fd70d3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:32.380007 [ 269 ] {fd7fd6ca-7480-40d2-b13c-11f6c6fd70d3} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.380157 [ 269 ] {fd7fd6ca-7480-40d2-b13c-11f6c6fd70d3} executeQuery: Read 106 rows, 6.39 KiB in 0.001397 sec., 75876.87902648533 rows/sec., 4.46 MiB/sec. 2025.05.13 23:02:32.380207 [ 269 ] {fd7fd6ca-7480-40d2-b13c-11f6c6fd70d3} TCPHandler: Processed in 0.001617741 sec. 2025.05.13 23:02:32.380331 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.380426 [ 269 ] {2f3edaee-3f5b-4b39-a10e-63eaa4a8577a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:02:32.380465 [ 269 ] {2f3edaee-3f5b-4b39-a10e-63eaa4a8577a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:02:32.380946 [ 269 ] {2f3edaee-3f5b-4b39-a10e-63eaa4a8577a} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.380982 [ 269 ] {2f3edaee-3f5b-4b39-a10e-63eaa4a8577a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.381375 [ 269 ] {2f3edaee-3f5b-4b39-a10e-63eaa4a8577a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:32.381596 [ 269 ] {2f3edaee-3f5b-4b39-a10e-63eaa4a8577a} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.381723 [ 269 ] {2f3edaee-3f5b-4b39-a10e-63eaa4a8577a} executeQuery: Read 113 rows, 7.49 KiB in 0.001317 sec., 85801.06302201973 rows/sec., 5.55 MiB/sec. 2025.05.13 23:02:32.381761 [ 269 ] {2f3edaee-3f5b-4b39-a10e-63eaa4a8577a} TCPHandler: Processed in 0.001480477 sec. 2025.05.13 23:02:32.381889 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.381986 [ 269 ] {2b49c4f1-2c6f-446c-8fca-6e7a0ce8f881} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:02:32.382026 [ 269 ] {2b49c4f1-2c6f-446c-8fca-6e7a0ce8f881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:02:32.382494 [ 269 ] {2b49c4f1-2c6f-446c-8fca-6e7a0ce8f881} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.382530 [ 269 ] {2b49c4f1-2c6f-446c-8fca-6e7a0ce8f881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.384823 [ 269 ] {2b49c4f1-2c6f-446c-8fca-6e7a0ce8f881} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:32.385083 [ 269 ] {2b49c4f1-2c6f-446c-8fca-6e7a0ce8f881} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.385214 [ 269 ] {2b49c4f1-2c6f-446c-8fca-6e7a0ce8f881} executeQuery: Read 112 rows, 6.53 KiB in 0.003247 sec., 34493.378503233755 rows/sec., 1.96 MiB/sec. 2025.05.13 23:02:32.385251 [ 269 ] {2b49c4f1-2c6f-446c-8fca-6e7a0ce8f881} TCPHandler: Processed in 0.00341197 sec. 2025.05.13 23:02:32.385378 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.385471 [ 269 ] {14d5b1a0-0ad5-4255-b879-e3c4057b0668} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:32.385510 [ 269 ] {14d5b1a0-0ad5-4255-b879-e3c4057b0668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:32.386070 [ 269 ] {14d5b1a0-0ad5-4255-b879-e3c4057b0668} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.386110 [ 269 ] {14d5b1a0-0ad5-4255-b879-e3c4057b0668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.386469 [ 269 ] {14d5b1a0-0ad5-4255-b879-e3c4057b0668} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:02:32.386690 [ 269 ] {14d5b1a0-0ad5-4255-b879-e3c4057b0668} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.386816 [ 269 ] {14d5b1a0-0ad5-4255-b879-e3c4057b0668} executeQuery: Read 382 rows, 27.58 KiB in 0.001365 sec., 279853.4798534799 rows/sec., 19.74 MiB/sec. 2025.05.13 23:02:32.386853 [ 269 ] {14d5b1a0-0ad5-4255-b879-e3c4057b0668} TCPHandler: Processed in 0.001526359 sec. 2025.05.13 23:02:32.386974 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.387066 [ 269 ] {d0c71c85-f7d4-4ac8-bdc0-f3f28d1c1444} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:02:32.387107 [ 269 ] {d0c71c85-f7d4-4ac8-bdc0-f3f28d1c1444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:02:32.387438 [ 269 ] {d0c71c85-f7d4-4ac8-bdc0-f3f28d1c1444} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.387475 [ 269 ] {d0c71c85-f7d4-4ac8-bdc0-f3f28d1c1444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.387773 [ 269 ] {d0c71c85-f7d4-4ac8-bdc0-f3f28d1c1444} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:32.387983 [ 269 ] {d0c71c85-f7d4-4ac8-bdc0-f3f28d1c1444} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.388111 [ 269 ] {d0c71c85-f7d4-4ac8-bdc0-f3f28d1c1444} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2025.05.13 23:02:32.388148 [ 269 ] {d0c71c85-f7d4-4ac8-bdc0-f3f28d1c1444} TCPHandler: Processed in 0.001223909 sec. 2025.05.13 23:02:32.388267 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.388358 [ 269 ] {a23e746c-e0c1-48c4-9e39-a887a855812e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:32.388401 [ 269 ] {a23e746c-e0c1-48c4-9e39-a887a855812e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:32.388813 [ 269 ] {a23e746c-e0c1-48c4-9e39-a887a855812e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.388850 [ 269 ] {a23e746c-e0c1-48c4-9e39-a887a855812e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.389181 [ 269 ] {a23e746c-e0c1-48c4-9e39-a887a855812e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:02:32.389391 [ 269 ] {a23e746c-e0c1-48c4-9e39-a887a855812e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.389518 [ 269 ] {a23e746c-e0c1-48c4-9e39-a887a855812e} executeQuery: Read 237 rows, 16.27 KiB in 0.001177 sec., 201359.3882752761 rows/sec., 13.50 MiB/sec. 2025.05.13 23:02:32.389554 [ 269 ] {a23e746c-e0c1-48c4-9e39-a887a855812e} TCPHandler: Processed in 0.001336972 sec. 2025.05.13 23:02:32.389673 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.389767 [ 269 ] {cd7d8df9-2e7d-4c3f-a35e-2211163dbe40} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:02:32.389809 [ 269 ] {cd7d8df9-2e7d-4c3f-a35e-2211163dbe40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:02:32.390164 [ 269 ] {cd7d8df9-2e7d-4c3f-a35e-2211163dbe40} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.390209 [ 269 ] {cd7d8df9-2e7d-4c3f-a35e-2211163dbe40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.390619 [ 269 ] {cd7d8df9-2e7d-4c3f-a35e-2211163dbe40} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:32.390836 [ 269 ] {cd7d8df9-2e7d-4c3f-a35e-2211163dbe40} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.390967 [ 269 ] {cd7d8df9-2e7d-4c3f-a35e-2211163dbe40} executeQuery: Read 1 rows, 69.00 B in 0.001218 sec., 821.0180623973728 rows/sec., 55.32 KiB/sec. 2025.05.13 23:02:32.391005 [ 269 ] {cd7d8df9-2e7d-4c3f-a35e-2211163dbe40} TCPHandler: Processed in 0.001383785 sec. 2025.05.13 23:02:32.391118 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:32.391215 [ 269 ] {25c7210d-3e7a-4328-8911-f34c500728aa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:32.391257 [ 269 ] {25c7210d-3e7a-4328-8911-f34c500728aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:32.391600 [ 269 ] {25c7210d-3e7a-4328-8911-f34c500728aa} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:32.391636 [ 269 ] {25c7210d-3e7a-4328-8911-f34c500728aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:32.391947 [ 269 ] {25c7210d-3e7a-4328-8911-f34c500728aa} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:02:32.392160 [ 269 ] {25c7210d-3e7a-4328-8911-f34c500728aa} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:32.392288 [ 269 ] {25c7210d-3e7a-4328-8911-f34c500728aa} executeQuery: Read 82 rows, 5.33 KiB in 0.001093 sec., 75022.87282708143 rows/sec., 4.76 MiB/sec. 2025.05.13 23:02:32.392326 [ 269 ] {25c7210d-3e7a-4328-8911-f34c500728aa} TCPHandler: Processed in 0.00125701 sec. 2025.05.13 23:02:33.001077 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 178.80 MiB, peak 181.59 MiB, free memory in arenas 0.00 B, will set to 177.68 MiB (RSS), difference: -1.12 MiB 2025.05.13 23:02:37.344938 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:37.345168 [ 269 ] {d6d80df5-b715-4b2f-b93b-a3f814d205d0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:37.345240 [ 269 ] {d6d80df5-b715-4b2f-b93b-a3f814d205d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:37.346041 [ 269 ] {d6d80df5-b715-4b2f-b93b-a3f814d205d0} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:37.346098 [ 269 ] {d6d80df5-b715-4b2f-b93b-a3f814d205d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:37.346546 [ 269 ] {d6d80df5-b715-4b2f-b93b-a3f814d205d0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:02:37.346785 [ 269 ] {d6d80df5-b715-4b2f-b93b-a3f814d205d0} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:37.346949 [ 269 ] {d6d80df5-b715-4b2f-b93b-a3f814d205d0} executeQuery: Read 72 rows, 5.96 KiB in 0.001838 sec., 39173.01414581067 rows/sec., 3.17 MiB/sec. 2025.05.13 23:02:37.346988 [ 46 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.05.13 23:02:37.346994 [ 269 ] {d6d80df5-b715-4b2f-b93b-a3f814d205d0} TCPHandler: Processed in 0.002207051 sec. 2025.05.13 23:02:37.347070 [ 46 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:37.347105 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:37.347201 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:37.347201 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.05.13 23:02:37.347308 [ 269 ] {eca2694f-dd9b-41bc-8d3a-332bac0e912c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:02:37.347314 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:37.347351 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2025.05.13 23:02:37.347354 [ 269 ] {eca2694f-dd9b-41bc-8d3a-332bac0e912c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:02:37.347413 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part 2025.05.13 23:02:37.347460 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2025.05.13 23:02:37.347511 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part 2025.05.13 23:02:37.347564 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 617 rows starting from the beginning of the part 2025.05.13 23:02:37.347625 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part 2025.05.13 23:02:37.347815 [ 269 ] {eca2694f-dd9b-41bc-8d3a-332bac0e912c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:37.347852 [ 269 ] {eca2694f-dd9b-41bc-8d3a-332bac0e912c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:37.348190 [ 269 ] {eca2694f-dd9b-41bc-8d3a-332bac0e912c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:37.348433 [ 269 ] {eca2694f-dd9b-41bc-8d3a-332bac0e912c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:37.348577 [ 269 ] {eca2694f-dd9b-41bc-8d3a-332bac0e912c} executeQuery: Read 8 rows, 616.00 B in 0.00129 sec., 6201.5503875969 rows/sec., 466.33 KiB/sec. 2025.05.13 23:02:37.348616 [ 269 ] {eca2694f-dd9b-41bc-8d3a-332bac0e912c} TCPHandler: Processed in 0.001466536 sec. 2025.05.13 23:02:37.348637 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 893 rows, containing 5 columns (5 merged, 0 gathered) in 0.001466847 sec., 608788.7830155428 rows/sec., 50.17 MiB/sec. 2025.05.13 23:02:37.348737 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:37.348838 [ 269 ] {d3a1f0c7-2ea7-4f47-a894-eb09d7eba3be} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:37.348881 [ 269 ] {d3a1f0c7-2ea7-4f47-a894-eb09d7eba3be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:37.348936 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.05.13 23:02:37.349316 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:37.349365 [ 269 ] {d3a1f0c7-2ea7-4f47-a894-eb09d7eba3be} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:37.349398 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_10_2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.05.13 23:02:37.349410 [ 269 ] {d3a1f0c7-2ea7-4f47-a894-eb09d7eba3be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:37.349514 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.05.13 23:02:37.349796 [ 269 ] {d3a1f0c7-2ea7-4f47-a894-eb09d7eba3be} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:02:37.350076 [ 269 ] {d3a1f0c7-2ea7-4f47-a894-eb09d7eba3be} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:37.350199 [ 46 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.05.13 23:02:37.350232 [ 269 ] {d3a1f0c7-2ea7-4f47-a894-eb09d7eba3be} executeQuery: Read 72 rows, 5.76 KiB in 0.001413 sec., 50955.41401273885 rows/sec., 3.98 MiB/sec. 2025.05.13 23:02:37.350241 [ 46 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:37.350283 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:37.350290 [ 269 ] {d3a1f0c7-2ea7-4f47-a894-eb09d7eba3be} TCPHandler: Processed in 0.001602811 sec. 2025.05.13 23:02:37.350369 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.05.13 23:02:37.350441 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:37.350452 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:37.350482 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 36 rows starting from the beginning of the part 2025.05.13 23:02:37.350525 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part 2025.05.13 23:02:37.350546 [ 269 ] {e159bea4-3953-4e23-98dd-ee02f83f2865} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:37.350563 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2025.05.13 23:02:37.350598 [ 269 ] {e159bea4-3953-4e23-98dd-ee02f83f2865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:37.350607 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part 2025.05.13 23:02:37.350665 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part 2025.05.13 23:02:37.350706 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part 2025.05.13 23:02:37.351122 [ 269 ] {e159bea4-3953-4e23-98dd-ee02f83f2865} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:37.351159 [ 269 ] {e159bea4-3953-4e23-98dd-ee02f83f2865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:37.351529 [ 269 ] {e159bea4-3953-4e23-98dd-ee02f83f2865} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:02:37.351543 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 670 rows, containing 5 columns (5 merged, 0 gathered) in 0.001201508 sec., 557632.5750640029 rows/sec., 43.26 MiB/sec. 2025.05.13 23:02:37.351715 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.05.13 23:02:37.351769 [ 269 ] {e159bea4-3953-4e23-98dd-ee02f83f2865} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:37.351905 [ 269 ] {e159bea4-3953-4e23-98dd-ee02f83f2865} executeQuery: Read 160 rows, 11.41 KiB in 0.001381 sec., 115858.07385952208 rows/sec., 8.07 MiB/sec. 2025.05.13 23:02:37.351953 [ 269 ] {e159bea4-3953-4e23-98dd-ee02f83f2865} TCPHandler: Processed in 0.00157033 sec. 2025.05.13 23:02:37.352022 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:37.352084 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:37.352086 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_10_2} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.05.13 23:02:37.352156 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.05.13 23:02:37.352179 [ 269 ] {f7620fcb-bc86-44cd-8f31-313e0b96a4f6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:37.352235 [ 269 ] {f7620fcb-bc86-44cd-8f31-313e0b96a4f6} 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.05.13 23:02:37.353054 [ 269 ] {f7620fcb-bc86-44cd-8f31-313e0b96a4f6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:37.353092 [ 269 ] {f7620fcb-bc86-44cd-8f31-313e0b96a4f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:37.353685 [ 269 ] {f7620fcb-bc86-44cd-8f31-313e0b96a4f6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:37.353933 [ 269 ] {f7620fcb-bc86-44cd-8f31-313e0b96a4f6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:37.354095 [ 269 ] {f7620fcb-bc86-44cd-8f31-313e0b96a4f6} executeQuery: Read 8 rows, 14.68 KiB in 0.001934 sec., 4136.504653567736 rows/sec., 7.41 MiB/sec. 2025.05.13 23:02:37.354147 [ 269 ] {f7620fcb-bc86-44cd-8f31-313e0b96a4f6} TCPHandler: Processed in 0.002113887 sec. 2025.05.13 23:02:37.354270 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:37.354365 [ 269 ] {cc15562d-3577-4960-8a02-4894d7ff67ee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:37.354412 [ 269 ] {cc15562d-3577-4960-8a02-4894d7ff67ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:37.354787 [ 269 ] {cc15562d-3577-4960-8a02-4894d7ff67ee} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:37.354824 [ 269 ] {cc15562d-3577-4960-8a02-4894d7ff67ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:37.355184 [ 269 ] {cc15562d-3577-4960-8a02-4894d7ff67ee} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:02:37.355417 [ 269 ] {cc15562d-3577-4960-8a02-4894d7ff67ee} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:37.355547 [ 269 ] {cc15562d-3577-4960-8a02-4894d7ff67ee} executeQuery: Read 60 rows, 4.14 KiB in 0.0012 sec., 50000.00000000001 rows/sec., 3.37 MiB/sec. 2025.05.13 23:02:37.355588 [ 269 ] {cc15562d-3577-4960-8a02-4894d7ff67ee} TCPHandler: Processed in 0.001368244 sec. 2025.05.13 23:02:38.480211 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 2025.05.13 23:02:38.480689 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:38.480738 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:38.481230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:02:38.481472 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:38.481612 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.05.13 23:02:38.706149 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.05.13 23:02:38.725292 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:38.725365 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.67 GiB. 2025.05.13 23:02:38.731562 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:02:38.732285 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:38.735988 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.05.13 23:02:39.000159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 178.52 MiB, peak 182.52 MiB, free memory in arenas 0.00 B, will set to 180.33 MiB (RSS), difference: 1.82 MiB 2025.05.13 23:02:40.979981 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 260 2025.05.13 23:02:40.982789 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:40.982838 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:40.984090 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:02:40.984374 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:40.984541 [ 12 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:02:40.984607 [ 12 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:40.984630 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:40.984630 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2025.05.13 23:02:40.984729 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:02:40.985337 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:40.985523 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:02:40.985930 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part 2025.05.13 23:02:40.986318 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2025.05.13 23:02:40.986687 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.05.13 23:02:40.987051 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2025.05.13 23:02:40.987434 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part 2025.05.13 23:02:40.993852 [ 195 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 72 columns (72 merged, 0 gathered) in 0.009161553 sec., 28379.467978845947 rows/sec., 28.36 MiB/sec. 2025.05.13 23:02:40.994749 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:02:40.995396 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:40.995464 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_6_1} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:02:40.995663 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2025.05.13 23:02:41.000356 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 180.45 MiB, peak 184.93 MiB, free memory in arenas 0.00 B, will set to 181.69 MiB (RSS), difference: 1.24 MiB 2025.05.13 23:02:42.350428 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.350617 [ 269 ] {9f0f705e-7c50-4b6e-8821-7aaf4252ea29} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:02:42.350685 [ 269 ] {9f0f705e-7c50-4b6e-8821-7aaf4252ea29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:02:42.351442 [ 269 ] {9f0f705e-7c50-4b6e-8821-7aaf4252ea29} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.351495 [ 269 ] {9f0f705e-7c50-4b6e-8821-7aaf4252ea29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.351943 [ 269 ] {9f0f705e-7c50-4b6e-8821-7aaf4252ea29} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:42.352191 [ 269 ] {9f0f705e-7c50-4b6e-8821-7aaf4252ea29} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.352350 [ 269 ] {9f0f705e-7c50-4b6e-8821-7aaf4252ea29} executeQuery: Read 212 rows, 13.81 KiB in 0.001785 sec., 118767.50700280113 rows/sec., 7.55 MiB/sec. 2025.05.13 23:02:42.352393 [ 269 ] {9f0f705e-7c50-4b6e-8821-7aaf4252ea29} TCPHandler: Processed in 0.002109637 sec. 2025.05.13 23:02:42.352532 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.352629 [ 269 ] {a41589f1-52b1-42ab-8677-cf45061a1a57} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:42.352672 [ 269 ] {a41589f1-52b1-42ab-8677-cf45061a1a57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:42.353419 [ 269 ] {a41589f1-52b1-42ab-8677-cf45061a1a57} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.353457 [ 269 ] {a41589f1-52b1-42ab-8677-cf45061a1a57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.353821 [ 269 ] {a41589f1-52b1-42ab-8677-cf45061a1a57} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:02:42.354103 [ 269 ] {a41589f1-52b1-42ab-8677-cf45061a1a57} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.354250 [ 269 ] {a41589f1-52b1-42ab-8677-cf45061a1a57} executeQuery: Read 617 rows, 49.35 KiB in 0.00164 sec., 376219.51219512196 rows/sec., 29.39 MiB/sec. 2025.05.13 23:02:42.354288 [ 269 ] {a41589f1-52b1-42ab-8677-cf45061a1a57} TCPHandler: Processed in 0.001808008 sec. 2025.05.13 23:02:42.354409 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.354505 [ 269 ] {7efc710d-e252-490f-8db8-3ba31e540b65} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:02:42.354547 [ 269 ] {7efc710d-e252-490f-8db8-3ba31e540b65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:02:42.354998 [ 269 ] {7efc710d-e252-490f-8db8-3ba31e540b65} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.355041 [ 269 ] {7efc710d-e252-490f-8db8-3ba31e540b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.355361 [ 269 ] {7efc710d-e252-490f-8db8-3ba31e540b65} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:42.355592 [ 269 ] {7efc710d-e252-490f-8db8-3ba31e540b65} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.355727 [ 269 ] {7efc710d-e252-490f-8db8-3ba31e540b65} executeQuery: Read 106 rows, 6.39 KiB in 0.001241 sec., 85414.98791297342 rows/sec., 5.03 MiB/sec. 2025.05.13 23:02:42.355766 [ 269 ] {7efc710d-e252-490f-8db8-3ba31e540b65} TCPHandler: Processed in 0.001405875 sec. 2025.05.13 23:02:42.355883 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.355979 [ 269 ] {86218118-6f02-453d-9c40-5fb51635ca79} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:02:42.356020 [ 269 ] {86218118-6f02-453d-9c40-5fb51635ca79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:02:42.356454 [ 269 ] {86218118-6f02-453d-9c40-5fb51635ca79} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.356491 [ 269 ] {86218118-6f02-453d-9c40-5fb51635ca79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.356810 [ 269 ] {86218118-6f02-453d-9c40-5fb51635ca79} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:42.357033 [ 269 ] {86218118-6f02-453d-9c40-5fb51635ca79} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.357169 [ 269 ] {86218118-6f02-453d-9c40-5fb51635ca79} executeQuery: Read 113 rows, 7.49 KiB in 0.001208 sec., 93543.04635761588 rows/sec., 6.06 MiB/sec. 2025.05.13 23:02:42.357208 [ 269 ] {86218118-6f02-453d-9c40-5fb51635ca79} TCPHandler: Processed in 0.001374014 sec. 2025.05.13 23:02:42.357333 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.357431 [ 269 ] {499cd0fa-473b-4170-8fb5-21dd0b56d7d4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:02:42.357473 [ 269 ] {499cd0fa-473b-4170-8fb5-21dd0b56d7d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:02:42.357915 [ 269 ] {499cd0fa-473b-4170-8fb5-21dd0b56d7d4} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.357953 [ 269 ] {499cd0fa-473b-4170-8fb5-21dd0b56d7d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.358275 [ 269 ] {499cd0fa-473b-4170-8fb5-21dd0b56d7d4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:42.358525 [ 269 ] {499cd0fa-473b-4170-8fb5-21dd0b56d7d4} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.358652 [ 269 ] {499cd0fa-473b-4170-8fb5-21dd0b56d7d4} executeQuery: Read 112 rows, 6.53 KiB in 0.001239 sec., 90395.4802259887 rows/sec., 5.15 MiB/sec. 2025.05.13 23:02:42.358691 [ 269 ] {499cd0fa-473b-4170-8fb5-21dd0b56d7d4} TCPHandler: Processed in 0.001408225 sec. 2025.05.13 23:02:42.358832 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.358955 [ 269 ] {d80f10a2-3884-4ed9-aadc-6ba28d43493b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:42.358999 [ 269 ] {d80f10a2-3884-4ed9-aadc-6ba28d43493b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:42.359564 [ 269 ] {d80f10a2-3884-4ed9-aadc-6ba28d43493b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.359601 [ 269 ] {d80f10a2-3884-4ed9-aadc-6ba28d43493b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.359969 [ 269 ] {d80f10a2-3884-4ed9-aadc-6ba28d43493b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:02:42.360216 [ 269 ] {d80f10a2-3884-4ed9-aadc-6ba28d43493b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.360348 [ 269 ] {d80f10a2-3884-4ed9-aadc-6ba28d43493b} executeQuery: Read 382 rows, 27.58 KiB in 0.001416 sec., 269774.01129943505 rows/sec., 19.02 MiB/sec. 2025.05.13 23:02:42.360388 [ 269 ] {d80f10a2-3884-4ed9-aadc-6ba28d43493b} TCPHandler: Processed in 0.001620512 sec. 2025.05.13 23:02:42.360525 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.360619 [ 269 ] {b4894e31-289f-4e9f-b051-e98acf135c30} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:02:42.360663 [ 269 ] {b4894e31-289f-4e9f-b051-e98acf135c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:02:42.361012 [ 269 ] {b4894e31-289f-4e9f-b051-e98acf135c30} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.361048 [ 269 ] {b4894e31-289f-4e9f-b051-e98acf135c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.361367 [ 269 ] {b4894e31-289f-4e9f-b051-e98acf135c30} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:42.361598 [ 269 ] {b4894e31-289f-4e9f-b051-e98acf135c30} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.361721 [ 269 ] {b4894e31-289f-4e9f-b051-e98acf135c30} executeQuery: Read 6 rows, 321.00 B in 0.00112 sec., 5357.142857142858 rows/sec., 279.89 KiB/sec. 2025.05.13 23:02:42.361758 [ 269 ] {b4894e31-289f-4e9f-b051-e98acf135c30} TCPHandler: Processed in 0.001284791 sec. 2025.05.13 23:02:42.361889 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.361984 [ 269 ] {c788c619-0c40-437f-a64b-808a6fda6b62} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:42.362030 [ 269 ] {c788c619-0c40-437f-a64b-808a6fda6b62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:42.362464 [ 269 ] {c788c619-0c40-437f-a64b-808a6fda6b62} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.362509 [ 269 ] {c788c619-0c40-437f-a64b-808a6fda6b62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.362888 [ 269 ] {c788c619-0c40-437f-a64b-808a6fda6b62} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:02:42.363157 [ 269 ] {c788c619-0c40-437f-a64b-808a6fda6b62} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.363278 [ 32 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.13 23:02:42.363288 [ 269 ] {c788c619-0c40-437f-a64b-808a6fda6b62} executeQuery: Read 237 rows, 16.27 KiB in 0.001322 sec., 179273.82753403933 rows/sec., 12.02 MiB/sec. 2025.05.13 23:02:42.363353 [ 32 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.363367 [ 269 ] {c788c619-0c40-437f-a64b-808a6fda6b62} TCPHandler: Processed in 0.001529899 sec. 2025.05.13 23:02:42.363386 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.363495 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:02:42.363499 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.363619 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:42.363633 [ 269 ] {88a30067-057b-464b-add6-0e9aa5f57f09} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:02:42.363659 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 638 rows starting from the beginning of the part 2025.05.13 23:02:42.363683 [ 269 ] {88a30067-057b-464b-add6-0e9aa5f57f09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:02:42.363732 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part 2025.05.13 23:02:42.363784 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:02:42.363831 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part 2025.05.13 23:02:42.363872 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.05.13 23:02:42.363914 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part 2025.05.13 23:02:42.364045 [ 269 ] {88a30067-057b-464b-add6-0e9aa5f57f09} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.364090 [ 269 ] {88a30067-057b-464b-add6-0e9aa5f57f09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.364425 [ 269 ] {88a30067-057b-464b-add6-0e9aa5f57f09} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:02:42.364673 [ 269 ] {88a30067-057b-464b-add6-0e9aa5f57f09} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.364803 [ 269 ] {88a30067-057b-464b-add6-0e9aa5f57f09} executeQuery: Read 1 rows, 69.00 B in 0.001187 sec., 842.4599831508004 rows/sec., 56.77 KiB/sec. 2025.05.13 23:02:42.364853 [ 269 ] {88a30067-057b-464b-add6-0e9aa5f57f09} TCPHandler: Processed in 0.001403885 sec. 2025.05.13 23:02:42.364995 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:42.365102 [ 269 ] {24329749-99a9-41e8-8bd3-1daa7b80643a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:42.365157 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001697424 sec., 932000.490154493 rows/sec., 64.24 MiB/sec. 2025.05.13 23:02:42.365162 [ 269 ] {24329749-99a9-41e8-8bd3-1daa7b80643a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:42.365432 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.13 23:02:42.365584 [ 269 ] {24329749-99a9-41e8-8bd3-1daa7b80643a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.365626 [ 269 ] {24329749-99a9-41e8-8bd3-1daa7b80643a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.365721 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.365823 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_11_2} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.13 23:02:42.365901 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2025.05.13 23:02:42.365972 [ 269 ] {24329749-99a9-41e8-8bd3-1daa7b80643a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:02:42.366197 [ 269 ] {24329749-99a9-41e8-8bd3-1daa7b80643a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.366314 [ 32 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.13 23:02:42.366329 [ 269 ] {24329749-99a9-41e8-8bd3-1daa7b80643a} executeQuery: Read 82 rows, 5.33 KiB in 0.001252 sec., 65495.20766773163 rows/sec., 4.16 MiB/sec. 2025.05.13 23:02:42.366355 [ 32 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:42.366385 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:42.366393 [ 269 ] {24329749-99a9-41e8-8bd3-1daa7b80643a} TCPHandler: Processed in 0.001449546 sec. 2025.05.13 23:02:42.366533 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:02:42.366684 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:42.366727 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 232 rows starting from the beginning of the part 2025.05.13 23:02:42.366813 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2025.05.13 23:02:42.366862 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:02:42.366903 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part 2025.05.13 23:02:42.366944 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.05.13 23:02:42.367021 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part 2025.05.13 23:02:42.367982 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 4 columns (4 merged, 0 gathered) in 0.001514929 sec., 377575.45073069434 rows/sec., 24.93 MiB/sec. 2025.05.13 23:02:42.368200 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.13 23:02:42.368542 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:42.368645 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_11_2} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.13 23:02:42.368740 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.05.13 23:02:45.919507 [ 39 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:02:45.919589 [ 39 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:02:45.982598 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 2025.05.13 23:02:45.983164 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:45.983204 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:45.983712 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:02:45.983956 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:45.984085 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.05.13 23:02:46.236974 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.05.13 23:02:46.254765 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:46.254828 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:46.261327 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:02:46.262113 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:46.265731 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.05.13 23:02:47.001155 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 182.37 MiB, peak 186.37 MiB, free memory in arenas 0.00 B, will set to 184.44 MiB (RSS), difference: 2.07 MiB 2025.05.13 23:02:47.338883 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.339123 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:47.339513 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:47.339552 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:47.339805 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:47.339877 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:47.340023 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.05.13 23:02:47.340258 [ 294 ] {f77681de-d2be-4718-80c2-f0fc65484c78} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:47.340264 [ 292 ] {f77681de-d2be-4718-80c2-f0fc65484c78} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:47.340298 [ 295 ] {f77681de-d2be-4718-80c2-f0fc65484c78} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.13 23:02:47.340413 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2025.05.13 23:02:47.340445 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:47.342641 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.13 23:02:47.342672 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.05.13 23:02:47.342726 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:47.342779 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:47.343773 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} executeQuery: Read 30 rows, 1.12 KiB in 0.004751 sec., 6314.460113660282 rows/sec., 236.59 KiB/sec. 2025.05.13 23:02:47.343896 [ 269 ] {f77681de-d2be-4718-80c2-f0fc65484c78} TCPHandler: Processed in 0.005153034 sec. 2025.05.13 23:02:47.344206 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.344349 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:47.344607 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:47.344644 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:47.344846 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:47.344901 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:47.345006 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.05.13 23:02:47.345075 [ 295 ] {a427d405-5623-42bd-b880-63b40d5a3890} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:47.345075 [ 292 ] {a427d405-5623-42bd-b880-63b40d5a3890} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:47.345101 [ 294 ] {a427d405-5623-42bd-b880-63b40d5a3890} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.13 23:02:47.345210 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2025.05.13 23:02:47.345238 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:47.345307 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.13 23:02:47.345334 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.05.13 23:02:47.345375 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:47.345409 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:47.345991 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} executeQuery: Read 30 rows, 1.12 KiB in 0.001702 sec., 17626.32197414806 rows/sec., 660.41 KiB/sec. 2025.05.13 23:02:47.346103 [ 269 ] {a427d405-5623-42bd-b880-63b40d5a3890} TCPHandler: Processed in 0.001957273 sec. 2025.05.13 23:02:47.346342 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.346481 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:47.346717 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:47.346753 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:47.346972 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:47.347029 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:47.347130 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.05.13 23:02:47.347201 [ 292 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:47.347205 [ 295 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:47.347225 [ 294 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.13 23:02:47.347330 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2025.05.13 23:02:47.347356 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:47.347411 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.13 23:02:47.347429 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.05.13 23:02:47.347460 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:47.347513 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:47.348185 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} executeQuery: Read 30 rows, 1.12 KiB in 0.001762 sec., 17026.1066969353 rows/sec., 637.92 KiB/sec. 2025.05.13 23:02:47.348295 [ 269 ] {cd2868e9-9976-4d41-bfcf-2c62f00ea6a1} TCPHandler: Processed in 0.002003964 sec. 2025.05.13 23:02:47.355265 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.355379 [ 269 ] {5e76547a-d207-46bc-8a77-92ce2b1690de} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.13 23:02:47.355423 [ 269 ] {5e76547a-d207-46bc-8a77-92ce2b1690de} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:47.356017 [ 269 ] {5e76547a-d207-46bc-8a77-92ce2b1690de} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.356064 [ 269 ] {5e76547a-d207-46bc-8a77-92ce2b1690de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.356485 [ 269 ] {5e76547a-d207-46bc-8a77-92ce2b1690de} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:47.356694 [ 269 ] {5e76547a-d207-46bc-8a77-92ce2b1690de} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.356840 [ 269 ] {5e76547a-d207-46bc-8a77-92ce2b1690de} executeQuery: Read 3 rows, 280.00 B in 0.001493 sec., 2009.3770931011386 rows/sec., 183.15 KiB/sec. 2025.05.13 23:02:47.356878 [ 269 ] {5e76547a-d207-46bc-8a77-92ce2b1690de} TCPHandler: Processed in 0.001667013 sec. 2025.05.13 23:02:47.356998 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.357094 [ 269 ] {d57e5139-61e6-4b01-aafe-284ad1c1c0ce} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:47.357137 [ 269 ] {d57e5139-61e6-4b01-aafe-284ad1c1c0ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:47.357619 [ 269 ] {d57e5139-61e6-4b01-aafe-284ad1c1c0ce} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.357657 [ 269 ] {d57e5139-61e6-4b01-aafe-284ad1c1c0ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.358009 [ 269 ] {d57e5139-61e6-4b01-aafe-284ad1c1c0ce} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:02:47.358226 [ 269 ] {d57e5139-61e6-4b01-aafe-284ad1c1c0ce} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.358355 [ 269 ] {d57e5139-61e6-4b01-aafe-284ad1c1c0ce} executeQuery: Read 116 rows, 10.09 KiB in 0.001279 sec., 90695.85613760751 rows/sec., 7.70 MiB/sec. 2025.05.13 23:02:47.358393 [ 269 ] {d57e5139-61e6-4b01-aafe-284ad1c1c0ce} TCPHandler: Processed in 0.001446067 sec. 2025.05.13 23:02:47.358513 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.358607 [ 269 ] {b443c069-ea7e-47ad-ab23-cee0028b70df} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:02:47.358648 [ 269 ] {b443c069-ea7e-47ad-ab23-cee0028b70df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:02:47.359069 [ 269 ] {b443c069-ea7e-47ad-ab23-cee0028b70df} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.359106 [ 269 ] {b443c069-ea7e-47ad-ab23-cee0028b70df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.359415 [ 269 ] {b443c069-ea7e-47ad-ab23-cee0028b70df} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:02:47.359636 [ 269 ] {b443c069-ea7e-47ad-ab23-cee0028b70df} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.359740 [ 38 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:02:47.359768 [ 269 ] {b443c069-ea7e-47ad-ab23-cee0028b70df} executeQuery: Read 30 rows, 2.26 KiB in 0.001179 sec., 25445.29262086514 rows/sec., 1.87 MiB/sec. 2025.05.13 23:02:47.359794 [ 38 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.359812 [ 269 ] {b443c069-ea7e-47ad-ab23-cee0028b70df} TCPHandler: Processed in 0.001348043 sec. 2025.05.13 23:02:47.359823 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.359941 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:02:47.359943 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.360072 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:47.360076 [ 269 ] {81729605-7f8a-4a0b-8f7b-5caa8941a502} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:47.360117 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:02:47.360136 [ 269 ] {81729605-7f8a-4a0b-8f7b-5caa8941a502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:47.360193 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:02:47.360251 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 106 rows starting from the beginning of the part 2025.05.13 23:02:47.360301 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:02:47.360348 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part 2025.05.13 23:02:47.360395 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2025.05.13 23:02:47.360761 [ 269 ] {81729605-7f8a-4a0b-8f7b-5caa8941a502} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.360804 [ 269 ] {81729605-7f8a-4a0b-8f7b-5caa8941a502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.361254 [ 198 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.001361164 sec., 195420.97792771482 rows/sec., 12.82 MiB/sec. 2025.05.13 23:02:47.361293 [ 269 ] {81729605-7f8a-4a0b-8f7b-5caa8941a502} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:02:47.361439 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:02:47.361547 [ 269 ] {81729605-7f8a-4a0b-8f7b-5caa8941a502} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.361698 [ 269 ] {81729605-7f8a-4a0b-8f7b-5caa8941a502} executeQuery: Read 104 rows, 8.33 KiB in 0.00164 sec., 63414.634146341465 rows/sec., 4.96 MiB/sec. 2025.05.13 23:02:47.361737 [ 269 ] {81729605-7f8a-4a0b-8f7b-5caa8941a502} TCPHandler: Processed in 0.001844979 sec. 2025.05.13 23:02:47.361756 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_6_1} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.361831 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_6_1} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:02:47.361861 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.361908 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.05.13 23:02:47.361961 [ 269 ] {cf6f57f9-361b-4553-ae0e-36f91c4c9735} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:47.362011 [ 269 ] {cf6f57f9-361b-4553-ae0e-36f91c4c9735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:47.362436 [ 269 ] {cf6f57f9-361b-4553-ae0e-36f91c4c9735} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.362475 [ 269 ] {cf6f57f9-361b-4553-ae0e-36f91c4c9735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.362833 [ 269 ] {cf6f57f9-361b-4553-ae0e-36f91c4c9735} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:02:47.363055 [ 269 ] {cf6f57f9-361b-4553-ae0e-36f91c4c9735} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.363184 [ 269 ] {cf6f57f9-361b-4553-ae0e-36f91c4c9735} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2025.05.13 23:02:47.363221 [ 269 ] {cf6f57f9-361b-4553-ae0e-36f91c4c9735} TCPHandler: Processed in 0.001411625 sec. 2025.05.13 23:02:47.363339 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.363435 [ 269 ] {0352e455-8d86-4274-b971-f7cad0762d07} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:47.363492 [ 269 ] {0352e455-8d86-4274-b971-f7cad0762d07} 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.05.13 23:02:47.364265 [ 269 ] {0352e455-8d86-4274-b971-f7cad0762d07} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.364302 [ 269 ] {0352e455-8d86-4274-b971-f7cad0762d07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.364839 [ 269 ] {0352e455-8d86-4274-b971-f7cad0762d07} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:02:47.365077 [ 269 ] {0352e455-8d86-4274-b971-f7cad0762d07} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.365217 [ 269 ] {0352e455-8d86-4274-b971-f7cad0762d07} executeQuery: Read 30 rows, 55.05 KiB in 0.0018 sec., 16666.666666666668 rows/sec., 29.87 MiB/sec. 2025.05.13 23:02:47.365271 [ 269 ] {0352e455-8d86-4274-b971-f7cad0762d07} TCPHandler: Processed in 0.001983363 sec. 2025.05.13 23:02:47.365392 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.365492 [ 269 ] {ebf1eb91-cd08-4f28-9b41-9d1901c6b79d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.13 23:02:47.365537 [ 269 ] {ebf1eb91-cd08-4f28-9b41-9d1901c6b79d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.13 23:02:47.365871 [ 269 ] {ebf1eb91-cd08-4f28-9b41-9d1901c6b79d} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.365908 [ 269 ] {ebf1eb91-cd08-4f28-9b41-9d1901c6b79d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.366211 [ 269 ] {ebf1eb91-cd08-4f28-9b41-9d1901c6b79d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:47.366425 [ 269 ] {ebf1eb91-cd08-4f28-9b41-9d1901c6b79d} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.366550 [ 269 ] {ebf1eb91-cd08-4f28-9b41-9d1901c6b79d} executeQuery: Read 18 rows, 1.36 KiB in 0.001077 sec., 16713.09192200557 rows/sec., 1.23 MiB/sec. 2025.05.13 23:02:47.366594 [ 269 ] {ebf1eb91-cd08-4f28-9b41-9d1901c6b79d} TCPHandler: Processed in 0.00125197 sec. 2025.05.13 23:02:47.366704 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:47.366803 [ 269 ] {fb789039-8e85-450d-9f0f-74e427918170} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:47.366855 [ 269 ] {fb789039-8e85-450d-9f0f-74e427918170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:47.367262 [ 269 ] {fb789039-8e85-450d-9f0f-74e427918170} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:47.367307 [ 269 ] {fb789039-8e85-450d-9f0f-74e427918170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:47.367686 [ 269 ] {fb789039-8e85-450d-9f0f-74e427918170} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:02:47.367920 [ 269 ] {fb789039-8e85-450d-9f0f-74e427918170} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:47.368048 [ 269 ] {fb789039-8e85-450d-9f0f-74e427918170} executeQuery: Read 60 rows, 4.14 KiB in 0.001264 sec., 47468.354430379746 rows/sec., 3.20 MiB/sec. 2025.05.13 23:02:47.368093 [ 269 ] {fb789039-8e85-450d-9f0f-74e427918170} TCPHandler: Processed in 0.001440366 sec. 2025.05.13 23:02:50.985679 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 302 2025.05.13 23:02:50.988029 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:50.988087 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:50.989269 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:02:50.989536 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:50.989788 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 302 2025.05.13 23:02:52.335474 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.335743 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:02:52.336128 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:02:52.336170 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:02:52.336435 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:52.336507 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:02:52.336648 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.05.13 23:02:52.336779 [ 294 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.13 23:02:52.336823 [ 292 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.13 23:02:52.336842 [ 297 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.13 23:02:52.336823 [ 295 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.13 23:02:52.336968 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.05.13 23:02:52.336999 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:02:52.337086 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.13 23:02:52.337106 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Reading approx. 33 rows with 3 streams 2025.05.13 23:02:52.337141 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:52.337184 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:52.337223 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:02:52.338162 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} executeQuery: Read 33 rows, 1.26 KiB in 0.002538 sec., 13002.364066193853 rows/sec., 497.52 KiB/sec. 2025.05.13 23:02:52.338311 [ 269 ] {138b1b35-c7f8-4f3f-9824-d315102f5157} TCPHandler: Processed in 0.002985946 sec. 2025.05.13 23:02:52.352499 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.352638 [ 269 ] {eab7c468-e043-47ce-8f9a-2c220efac2a7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.13 23:02:52.352693 [ 269 ] {eab7c468-e043-47ce-8f9a-2c220efac2a7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:02:52.353317 [ 269 ] {eab7c468-e043-47ce-8f9a-2c220efac2a7} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.353360 [ 269 ] {eab7c468-e043-47ce-8f9a-2c220efac2a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.353772 [ 269 ] {eab7c468-e043-47ce-8f9a-2c220efac2a7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:52.353962 [ 269 ] {eab7c468-e043-47ce-8f9a-2c220efac2a7} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.354108 [ 269 ] {eab7c468-e043-47ce-8f9a-2c220efac2a7} executeQuery: Read 1 rows, 232.00 B in 0.00151 sec., 662.251655629139 rows/sec., 150.04 KiB/sec. 2025.05.13 23:02:52.354145 [ 269 ] {eab7c468-e043-47ce-8f9a-2c220efac2a7} TCPHandler: Processed in 0.001714984 sec. 2025.05.13 23:02:52.354263 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.354357 [ 269 ] {0b0cfb87-265d-4504-91b2-271c2ad52a57} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:02:52.354397 [ 269 ] {0b0cfb87-265d-4504-91b2-271c2ad52a57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:02:52.354936 [ 269 ] {0b0cfb87-265d-4504-91b2-271c2ad52a57} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.354977 [ 269 ] {0b0cfb87-265d-4504-91b2-271c2ad52a57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.355307 [ 269 ] {0b0cfb87-265d-4504-91b2-271c2ad52a57} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:52.355525 [ 269 ] {0b0cfb87-265d-4504-91b2-271c2ad52a57} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.355657 [ 269 ] {0b0cfb87-265d-4504-91b2-271c2ad52a57} executeQuery: Read 212 rows, 13.81 KiB in 0.001318 sec., 160849.77238239758 rows/sec., 10.23 MiB/sec. 2025.05.13 23:02:52.355695 [ 269 ] {0b0cfb87-265d-4504-91b2-271c2ad52a57} TCPHandler: Processed in 0.001482607 sec. 2025.05.13 23:02:52.355806 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.355901 [ 269 ] {8fb70cb2-c6cd-49ee-949e-e461b1c8e035} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:02:52.355943 [ 269 ] {8fb70cb2-c6cd-49ee-949e-e461b1c8e035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:02:52.356337 [ 269 ] {8fb70cb2-c6cd-49ee-949e-e461b1c8e035} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.356375 [ 269 ] {8fb70cb2-c6cd-49ee-949e-e461b1c8e035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.356668 [ 269 ] {8fb70cb2-c6cd-49ee-949e-e461b1c8e035} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.13 23:02:52.356882 [ 269 ] {8fb70cb2-c6cd-49ee-949e-e461b1c8e035} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.357008 [ 269 ] {8fb70cb2-c6cd-49ee-949e-e461b1c8e035} executeQuery: Read 4 rows, 334.00 B in 0.001124 sec., 3558.7188612099644 rows/sec., 290.19 KiB/sec. 2025.05.13 23:02:52.357045 [ 269 ] {8fb70cb2-c6cd-49ee-949e-e461b1c8e035} TCPHandler: Processed in 0.001289241 sec. 2025.05.13 23:02:52.357158 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.357253 [ 269 ] {e5f113fe-061d-4988-939e-23ef8d6c8e69} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:52.357294 [ 269 ] {e5f113fe-061d-4988-939e-23ef8d6c8e69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:52.358015 [ 269 ] {e5f113fe-061d-4988-939e-23ef8d6c8e69} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.358052 [ 269 ] {e5f113fe-061d-4988-939e-23ef8d6c8e69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.358394 [ 269 ] {e5f113fe-061d-4988-939e-23ef8d6c8e69} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:02:52.358603 [ 269 ] {e5f113fe-061d-4988-939e-23ef8d6c8e69} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.358734 [ 269 ] {e5f113fe-061d-4988-939e-23ef8d6c8e69} executeQuery: Read 619 rows, 49.50 KiB in 0.001498 sec., 413217.62349799735 rows/sec., 32.27 MiB/sec. 2025.05.13 23:02:52.358771 [ 269 ] {e5f113fe-061d-4988-939e-23ef8d6c8e69} TCPHandler: Processed in 0.001662363 sec. 2025.05.13 23:02:52.358891 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.358987 [ 269 ] {df86fc37-63eb-4553-b363-890f795233d9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:02:52.359027 [ 269 ] {df86fc37-63eb-4553-b363-890f795233d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:02:52.359449 [ 269 ] {df86fc37-63eb-4553-b363-890f795233d9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.359487 [ 269 ] {df86fc37-63eb-4553-b363-890f795233d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.359791 [ 269 ] {df86fc37-63eb-4553-b363-890f795233d9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:02:52.360001 [ 269 ] {df86fc37-63eb-4553-b363-890f795233d9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.360127 [ 269 ] {df86fc37-63eb-4553-b363-890f795233d9} executeQuery: Read 110 rows, 6.67 KiB in 0.001158 sec., 94991.36442141623 rows/sec., 5.62 MiB/sec. 2025.05.13 23:02:52.360166 [ 269 ] {df86fc37-63eb-4553-b363-890f795233d9} TCPHandler: Processed in 0.001323632 sec. 2025.05.13 23:02:52.360289 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.360383 [ 269 ] {249405dc-f6ab-4d5d-a402-698abd255587} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:02:52.360424 [ 269 ] {249405dc-f6ab-4d5d-a402-698abd255587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:02:52.360865 [ 269 ] {249405dc-f6ab-4d5d-a402-698abd255587} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.360904 [ 269 ] {249405dc-f6ab-4d5d-a402-698abd255587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.361209 [ 269 ] {249405dc-f6ab-4d5d-a402-698abd255587} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:52.361426 [ 269 ] {249405dc-f6ab-4d5d-a402-698abd255587} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.361554 [ 269 ] {249405dc-f6ab-4d5d-a402-698abd255587} executeQuery: Read 113 rows, 7.49 KiB in 0.001189 sec., 95037.84693019344 rows/sec., 6.15 MiB/sec. 2025.05.13 23:02:52.361593 [ 269 ] {249405dc-f6ab-4d5d-a402-698abd255587} TCPHandler: Processed in 0.001353873 sec. 2025.05.13 23:02:52.361709 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.361802 [ 269 ] {9e743d86-2294-46e4-a3cf-157ddee75783} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:02:52.361842 [ 269 ] {9e743d86-2294-46e4-a3cf-157ddee75783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:02:52.362249 [ 269 ] {9e743d86-2294-46e4-a3cf-157ddee75783} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.362285 [ 269 ] {9e743d86-2294-46e4-a3cf-157ddee75783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.362588 [ 269 ] {9e743d86-2294-46e4-a3cf-157ddee75783} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:52.362808 [ 269 ] {9e743d86-2294-46e4-a3cf-157ddee75783} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.362933 [ 269 ] {9e743d86-2294-46e4-a3cf-157ddee75783} executeQuery: Read 112 rows, 6.53 KiB in 0.001148 sec., 97560.9756097561 rows/sec., 5.56 MiB/sec. 2025.05.13 23:02:52.362971 [ 269 ] {9e743d86-2294-46e4-a3cf-157ddee75783} TCPHandler: Processed in 0.001312022 sec. 2025.05.13 23:02:52.363085 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.363179 [ 269 ] {d1053211-a2dc-4048-9644-ce8ced8b66d2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:52.363218 [ 269 ] {d1053211-a2dc-4048-9644-ce8ced8b66d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:52.363745 [ 269 ] {d1053211-a2dc-4048-9644-ce8ced8b66d2} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.363783 [ 269 ] {d1053211-a2dc-4048-9644-ce8ced8b66d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.364109 [ 269 ] {d1053211-a2dc-4048-9644-ce8ced8b66d2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:02:52.364321 [ 269 ] {d1053211-a2dc-4048-9644-ce8ced8b66d2} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.364448 [ 269 ] {d1053211-a2dc-4048-9644-ce8ced8b66d2} executeQuery: Read 386 rows, 27.91 KiB in 0.001286 sec., 300155.5209953344 rows/sec., 21.20 MiB/sec. 2025.05.13 23:02:52.364486 [ 269 ] {d1053211-a2dc-4048-9644-ce8ced8b66d2} TCPHandler: Processed in 0.001449747 sec. 2025.05.13 23:02:52.364599 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.364693 [ 269 ] {122655a8-7755-4567-b61f-0bd50943a2c8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:02:52.364735 [ 269 ] {122655a8-7755-4567-b61f-0bd50943a2c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:02:52.365050 [ 269 ] {122655a8-7755-4567-b61f-0bd50943a2c8} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.365087 [ 269 ] {122655a8-7755-4567-b61f-0bd50943a2c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.365394 [ 269 ] {122655a8-7755-4567-b61f-0bd50943a2c8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:52.365621 [ 269 ] {122655a8-7755-4567-b61f-0bd50943a2c8} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.365750 [ 269 ] {122655a8-7755-4567-b61f-0bd50943a2c8} executeQuery: Read 6 rows, 321.00 B in 0.001074 sec., 5586.592178770949 rows/sec., 291.88 KiB/sec. 2025.05.13 23:02:52.365786 [ 269 ] {122655a8-7755-4567-b61f-0bd50943a2c8} TCPHandler: Processed in 0.00123652 sec. 2025.05.13 23:02:52.365890 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.365984 [ 269 ] {309360ff-5bd2-4c91-8c26-947e7009d709} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:52.366027 [ 269 ] {309360ff-5bd2-4c91-8c26-947e7009d709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:52.366428 [ 269 ] {309360ff-5bd2-4c91-8c26-947e7009d709} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.366464 [ 269 ] {309360ff-5bd2-4c91-8c26-947e7009d709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.366806 [ 269 ] {309360ff-5bd2-4c91-8c26-947e7009d709} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:02:52.367026 [ 269 ] {309360ff-5bd2-4c91-8c26-947e7009d709} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.367153 [ 269 ] {309360ff-5bd2-4c91-8c26-947e7009d709} executeQuery: Read 239 rows, 16.41 KiB in 0.001185 sec., 201687.76371308014 rows/sec., 13.52 MiB/sec. 2025.05.13 23:02:52.367191 [ 269 ] {309360ff-5bd2-4c91-8c26-947e7009d709} TCPHandler: Processed in 0.001348183 sec. 2025.05.13 23:02:52.367302 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.367396 [ 269 ] {67f8be3f-8769-46f5-b61c-60bcff987197} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:02:52.367439 [ 269 ] {67f8be3f-8769-46f5-b61c-60bcff987197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:02:52.367754 [ 269 ] {67f8be3f-8769-46f5-b61c-60bcff987197} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.367791 [ 269 ] {67f8be3f-8769-46f5-b61c-60bcff987197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.368097 [ 269 ] {67f8be3f-8769-46f5-b61c-60bcff987197} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:02:52.368307 [ 269 ] {67f8be3f-8769-46f5-b61c-60bcff987197} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.368431 [ 269 ] {67f8be3f-8769-46f5-b61c-60bcff987197} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2025.05.13 23:02:52.368467 [ 269 ] {67f8be3f-8769-46f5-b61c-60bcff987197} TCPHandler: Processed in 0.001214299 sec. 2025.05.13 23:02:52.368576 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:52.368669 [ 269 ] {6448b266-41d7-4a10-98c2-28c4965c0830} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:52.368709 [ 269 ] {6448b266-41d7-4a10-98c2-28c4965c0830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:52.369044 [ 269 ] {6448b266-41d7-4a10-98c2-28c4965c0830} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:52.369082 [ 269 ] {6448b266-41d7-4a10-98c2-28c4965c0830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:52.369380 [ 269 ] {6448b266-41d7-4a10-98c2-28c4965c0830} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:02:52.369584 [ 269 ] {6448b266-41d7-4a10-98c2-28c4965c0830} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:52.369704 [ 269 ] {6448b266-41d7-4a10-98c2-28c4965c0830} executeQuery: Read 82 rows, 5.33 KiB in 0.001054 sec., 77798.8614800759 rows/sec., 4.94 MiB/sec. 2025.05.13 23:02:52.369739 [ 269 ] {6448b266-41d7-4a10-98c2-28c4965c0830} TCPHandler: Processed in 0.001211799 sec. 2025.05.13 23:02:53.484972 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 2025.05.13 23:02:53.485459 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:53.485503 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:53.485999 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:02:53.486242 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:53.486374 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.05.13 23:02:53.486434 [ 26 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.13 23:02:53.486529 [ 26 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:53.486565 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:53.486686 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:02:53.486801 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:53.486839 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:02:53.486905 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part 2025.05.13 23:02:53.486957 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part 2025.05.13 23:02:53.487002 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part 2025.05.13 23:02:53.487037 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part 2025.05.13 23:02:53.487079 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part 2025.05.13 23:02:53.488460 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001817038 sec., 2819974.045672132 rows/sec., 40.34 MiB/sec. 2025.05.13 23:02:53.489368 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.13 23:02:53.489614 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:53.489680 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_11_2} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.13 23:02:53.489747 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.05.13 23:02:53.766609 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.05.13 23:02:53.783551 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:53.783606 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:53.789359 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:02:53.790129 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:53.790420 [ 26 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.13 23:02:53.790491 [ 26 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:53.790515 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:53.790621 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:53.793217 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.05.13 23:02:53.794625 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:02:53.795976 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:53.800416 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:53.804598 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:53.808891 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:53.813546 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:53.817760 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:02:53.869697 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079121751 sec., 1049.016218056145 rows/sec., 5.42 MiB/sec. 2025.05.13 23:02:53.872264 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.13 23:02:53.874337 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_11_2} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:53.874441 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_11_2} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.13 23:02:53.876432 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.05.13 23:02:54.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.24 MiB, peak 196.12 MiB, free memory in arenas 0.00 B, will set to 195.04 MiB (RSS), difference: 8.80 MiB 2025.05.13 23:02:57.344781 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:57.345002 [ 269 ] {aada2a19-cd33-4aac-ac78-00f1e0da9ff7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:02:57.345080 [ 269 ] {aada2a19-cd33-4aac-ac78-00f1e0da9ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:02:57.345777 [ 269 ] {aada2a19-cd33-4aac-ac78-00f1e0da9ff7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:57.345824 [ 269 ] {aada2a19-cd33-4aac-ac78-00f1e0da9ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:57.346246 [ 269 ] {aada2a19-cd33-4aac-ac78-00f1e0da9ff7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:02:57.346479 [ 269 ] {aada2a19-cd33-4aac-ac78-00f1e0da9ff7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:57.346636 [ 269 ] {aada2a19-cd33-4aac-ac78-00f1e0da9ff7} executeQuery: Read 118 rows, 10.28 KiB in 0.001689 sec., 69863.82474837182 rows/sec., 5.94 MiB/sec. 2025.05.13 23:02:57.346678 [ 269 ] {aada2a19-cd33-4aac-ac78-00f1e0da9ff7} TCPHandler: Processed in 0.002043265 sec. 2025.05.13 23:02:57.346809 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:57.346905 [ 269 ] {c385baaa-ff95-4f72-9905-b66979a3bf74} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:02:57.346947 [ 269 ] {c385baaa-ff95-4f72-9905-b66979a3bf74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:02:57.347360 [ 269 ] {c385baaa-ff95-4f72-9905-b66979a3bf74} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:57.347396 [ 269 ] {c385baaa-ff95-4f72-9905-b66979a3bf74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:57.347703 [ 269 ] {c385baaa-ff95-4f72-9905-b66979a3bf74} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:02:57.347915 [ 269 ] {c385baaa-ff95-4f72-9905-b66979a3bf74} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:57.348041 [ 269 ] {c385baaa-ff95-4f72-9905-b66979a3bf74} executeQuery: Read 31 rows, 2.33 KiB in 0.001155 sec., 26839.82683982684 rows/sec., 1.97 MiB/sec. 2025.05.13 23:02:57.348079 [ 269 ] {c385baaa-ff95-4f72-9905-b66979a3bf74} TCPHandler: Processed in 0.001320222 sec. 2025.05.13 23:02:57.348195 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:57.348290 [ 269 ] {4cc4d887-7cd9-4a83-9821-2357aab4ebd9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:02:57.348329 [ 269 ] {4cc4d887-7cd9-4a83-9821-2357aab4ebd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:02:57.348750 [ 269 ] {4cc4d887-7cd9-4a83-9821-2357aab4ebd9} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:57.348788 [ 269 ] {4cc4d887-7cd9-4a83-9821-2357aab4ebd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:57.349101 [ 269 ] {4cc4d887-7cd9-4a83-9821-2357aab4ebd9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:02:57.349319 [ 269 ] {4cc4d887-7cd9-4a83-9821-2357aab4ebd9} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:57.349450 [ 269 ] {4cc4d887-7cd9-4a83-9821-2357aab4ebd9} executeQuery: Read 95 rows, 7.60 KiB in 0.001178 sec., 80645.16129032258 rows/sec., 6.30 MiB/sec. 2025.05.13 23:02:57.349487 [ 269 ] {4cc4d887-7cd9-4a83-9821-2357aab4ebd9} TCPHandler: Processed in 0.001341693 sec. 2025.05.13 23:02:57.349602 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:57.349699 [ 269 ] {3f0508ce-5a08-402e-a9b1-0fcb35cb98fc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:57.349742 [ 269 ] {3f0508ce-5a08-402e-a9b1-0fcb35cb98fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:02:57.350160 [ 269 ] {3f0508ce-5a08-402e-a9b1-0fcb35cb98fc} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:57.350197 [ 269 ] {3f0508ce-5a08-402e-a9b1-0fcb35cb98fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:57.350529 [ 269 ] {3f0508ce-5a08-402e-a9b1-0fcb35cb98fc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:02:57.350741 [ 269 ] {3f0508ce-5a08-402e-a9b1-0fcb35cb98fc} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:57.350871 [ 269 ] {3f0508ce-5a08-402e-a9b1-0fcb35cb98fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2025.05.13 23:02:57.350909 [ 269 ] {3f0508ce-5a08-402e-a9b1-0fcb35cb98fc} TCPHandler: Processed in 0.001355924 sec. 2025.05.13 23:02:57.351014 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:57.351108 [ 269 ] {d0cb0cb6-d37c-4af1-95ce-07d81bd0741a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:02:57.351164 [ 269 ] {d0cb0cb6-d37c-4af1-95ce-07d81bd0741a} 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.05.13 23:02:57.351988 [ 269 ] {d0cb0cb6-d37c-4af1-95ce-07d81bd0741a} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:57.352026 [ 269 ] {d0cb0cb6-d37c-4af1-95ce-07d81bd0741a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:57.352592 [ 269 ] {d0cb0cb6-d37c-4af1-95ce-07d81bd0741a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:02:57.352821 [ 269 ] {d0cb0cb6-d37c-4af1-95ce-07d81bd0741a} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:57.352962 [ 269 ] {d0cb0cb6-d37c-4af1-95ce-07d81bd0741a} executeQuery: Read 31 rows, 56.88 KiB in 0.001872 sec., 16559.82905982906 rows/sec., 29.67 MiB/sec. 2025.05.13 23:02:57.353015 [ 269 ] {d0cb0cb6-d37c-4af1-95ce-07d81bd0741a} TCPHandler: Processed in 0.002050156 sec. 2025.05.13 23:02:57.353132 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:02:57.353227 [ 269 ] {1276d100-2c0b-4076-86f7-34a2cdac1199} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:02:57.353269 [ 269 ] {1276d100-2c0b-4076-86f7-34a2cdac1199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:02:57.353610 [ 269 ] {1276d100-2c0b-4076-86f7-34a2cdac1199} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:02:57.353652 [ 269 ] {1276d100-2c0b-4076-86f7-34a2cdac1199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:02:57.353957 [ 269 ] {1276d100-2c0b-4076-86f7-34a2cdac1199} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:02:57.354169 [ 269 ] {1276d100-2c0b-4076-86f7-34a2cdac1199} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:02:57.354297 [ 269 ] {1276d100-2c0b-4076-86f7-34a2cdac1199} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.05.13 23:02:57.354334 [ 269 ] {1276d100-2c0b-4076-86f7-34a2cdac1199} TCPHandler: Processed in 0.00125223 sec. 2025.05.13 23:03:00.919647 [ 126 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:03:00.919749 [ 126 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:03:00.987371 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 2025.05.13 23:03:00.987854 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:00.987900 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:00.988451 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:03:00.988680 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:00.988806 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.05.13 23:03:00.990789 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 340 2025.05.13 23:03:00.993128 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:00.993177 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:00.994386 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:03:00.994656 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:00.994920 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 340 2025.05.13 23:03:01.294211 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.05.13 23:03:01.309068 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:01.309131 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:01.314991 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:03:01.315710 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:01.318403 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.05.13 23:03:02.349372 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.349576 [ 269 ] {9d50d270-4ce4-4cfd-ba2c-539997ccc5de} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.349648 [ 269 ] {9d50d270-4ce4-4cfd-ba2c-539997ccc5de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:03:02.350438 [ 269 ] {9d50d270-4ce4-4cfd-ba2c-539997ccc5de} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.350481 [ 269 ] {9d50d270-4ce4-4cfd-ba2c-539997ccc5de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.350879 [ 269 ] {9d50d270-4ce4-4cfd-ba2c-539997ccc5de} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:03:02.351113 [ 269 ] {9d50d270-4ce4-4cfd-ba2c-539997ccc5de} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.351263 [ 269 ] {9d50d270-4ce4-4cfd-ba2c-539997ccc5de} executeQuery: Read 212 rows, 13.81 KiB in 0.001745 sec., 121489.97134670487 rows/sec., 7.73 MiB/sec. 2025.05.13 23:03:02.351307 [ 269 ] {9d50d270-4ce4-4cfd-ba2c-539997ccc5de} TCPHandler: Processed in 0.002075276 sec. 2025.05.13 23:03:02.351430 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.351528 [ 269 ] {35b02656-989a-41dd-a79d-3aeddc54cacb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:02.351568 [ 269 ] {35b02656-989a-41dd-a79d-3aeddc54cacb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:02.352285 [ 269 ] {35b02656-989a-41dd-a79d-3aeddc54cacb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.352320 [ 269 ] {35b02656-989a-41dd-a79d-3aeddc54cacb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.352672 [ 269 ] {35b02656-989a-41dd-a79d-3aeddc54cacb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:03:02.352885 [ 269 ] {35b02656-989a-41dd-a79d-3aeddc54cacb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.352999 [ 170 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.05.13 23:03:02.353013 [ 269 ] {35b02656-989a-41dd-a79d-3aeddc54cacb} executeQuery: Read 635 rows, 51.07 KiB in 0.001503 sec., 422488.35662009317 rows/sec., 33.18 MiB/sec. 2025.05.13 23:03:02.353070 [ 170 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.353078 [ 269 ] {35b02656-989a-41dd-a79d-3aeddc54cacb} TCPHandler: Processed in 0.001696224 sec. 2025.05.13 23:03:02.353100 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.353197 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.353231 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.05.13 23:03:02.353295 [ 269 ] {30b58087-4ec3-4a19-a537-446065d0b23e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.353339 [ 269 ] {30b58087-4ec3-4a19-a537-446065d0b23e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:02.353375 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:02.353414 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 633 rows starting from the beginning of the part 2025.05.13 23:03:02.353507 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 617 rows starting from the beginning of the part 2025.05.13 23:03:02.353555 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 116 rows starting from the beginning of the part 2025.05.13 23:03:02.353605 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 619 rows starting from the beginning of the part 2025.05.13 23:03:02.353647 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 118 rows starting from the beginning of the part 2025.05.13 23:03:02.353689 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 635 rows starting from the beginning of the part 2025.05.13 23:03:02.353751 [ 269 ] {30b58087-4ec3-4a19-a537-446065d0b23e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.353791 [ 269 ] {30b58087-4ec3-4a19-a537-446065d0b23e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.354168 [ 269 ] {30b58087-4ec3-4a19-a537-446065d0b23e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:03:02.354392 [ 269 ] {30b58087-4ec3-4a19-a537-446065d0b23e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.354519 [ 269 ] {30b58087-4ec3-4a19-a537-446065d0b23e} executeQuery: Read 115 rows, 7.06 KiB in 0.001244 sec., 92443.72990353697 rows/sec., 5.54 MiB/sec. 2025.05.13 23:03:02.354556 [ 269 ] {30b58087-4ec3-4a19-a537-446065d0b23e} TCPHandler: Processed in 0.001406165 sec. 2025.05.13 23:03:02.354666 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.354757 [ 269 ] {bec7306e-9518-498f-afe1-10c378af22c2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.354795 [ 269 ] {bec7306e-9518-498f-afe1-10c378af22c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:03:02.355125 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 2738 rows, containing 5 columns (5 merged, 0 gathered) in 0.001953163 sec., 1401828.7260203066 rows/sec., 115.95 MiB/sec. 2025.05.13 23:03:02.355203 [ 269 ] {bec7306e-9518-498f-afe1-10c378af22c2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.355239 [ 269 ] {bec7306e-9518-498f-afe1-10c378af22c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.355405 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.05.13 23:03:02.355558 [ 269 ] {bec7306e-9518-498f-afe1-10c378af22c2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:03:02.355784 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.355836 [ 269 ] {bec7306e-9518-498f-afe1-10c378af22c2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.355873 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_15_3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.05.13 23:03:02.355968 [ 269 ] {bec7306e-9518-498f-afe1-10c378af22c2} executeQuery: Read 113 rows, 7.49 KiB in 0.001229 sec., 91944.6704637917 rows/sec., 5.95 MiB/sec. 2025.05.13 23:03:02.355975 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.05.13 23:03:02.356011 [ 269 ] {bec7306e-9518-498f-afe1-10c378af22c2} TCPHandler: Processed in 0.001391294 sec. 2025.05.13 23:03:02.356128 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.356218 [ 269 ] {8952ca1c-e64c-4f3e-81af-4aaa9263b8e0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.356256 [ 269 ] {8952ca1c-e64c-4f3e-81af-4aaa9263b8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:03:02.356667 [ 269 ] {8952ca1c-e64c-4f3e-81af-4aaa9263b8e0} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.356702 [ 269 ] {8952ca1c-e64c-4f3e-81af-4aaa9263b8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.356989 [ 269 ] {8952ca1c-e64c-4f3e-81af-4aaa9263b8e0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:03:02.357194 [ 269 ] {8952ca1c-e64c-4f3e-81af-4aaa9263b8e0} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.357311 [ 269 ] {8952ca1c-e64c-4f3e-81af-4aaa9263b8e0} executeQuery: Read 112 rows, 6.53 KiB in 0.00111 sec., 100900.90090090089 rows/sec., 5.75 MiB/sec. 2025.05.13 23:03:02.357348 [ 269 ] {8952ca1c-e64c-4f3e-81af-4aaa9263b8e0} TCPHandler: Processed in 0.001266681 sec. 2025.05.13 23:03:02.357454 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.357544 [ 269 ] {d74fd5a9-3979-48bc-850d-3fd1a32bc96a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:02.357582 [ 269 ] {d74fd5a9-3979-48bc-850d-3fd1a32bc96a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:02.358098 [ 269 ] {d74fd5a9-3979-48bc-850d-3fd1a32bc96a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.358134 [ 269 ] {d74fd5a9-3979-48bc-850d-3fd1a32bc96a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.358451 [ 269 ] {d74fd5a9-3979-48bc-850d-3fd1a32bc96a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:03:02.358656 [ 269 ] {d74fd5a9-3979-48bc-850d-3fd1a32bc96a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.358752 [ 170 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.05.13 23:03:02.358775 [ 269 ] {d74fd5a9-3979-48bc-850d-3fd1a32bc96a} executeQuery: Read 400 rows, 29.03 KiB in 0.001249 sec., 320256.2049639712 rows/sec., 22.70 MiB/sec. 2025.05.13 23:03:02.358791 [ 170 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.358815 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.358817 [ 269 ] {d74fd5a9-3979-48bc-850d-3fd1a32bc96a} TCPHandler: Processed in 0.001409115 sec. 2025.05.13 23:03:02.358895 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.05.13 23:03:02.358939 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.359008 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:02.359035 [ 269 ] {dd443b86-7b8f-43cb-bd09-b553650d92e0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:03:02.359041 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 390 rows starting from the beginning of the part 2025.05.13 23:03:02.359084 [ 269 ] {dd443b86-7b8f-43cb-bd09-b553650d92e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:03:02.359114 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part 2025.05.13 23:03:02.359162 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 104 rows starting from the beginning of the part 2025.05.13 23:03:02.359203 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 386 rows starting from the beginning of the part 2025.05.13 23:03:02.359240 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 95 rows starting from the beginning of the part 2025.05.13 23:03:02.359280 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 400 rows starting from the beginning of the part 2025.05.13 23:03:02.359406 [ 269 ] {dd443b86-7b8f-43cb-bd09-b553650d92e0} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.359447 [ 269 ] {dd443b86-7b8f-43cb-bd09-b553650d92e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.359752 [ 269 ] {dd443b86-7b8f-43cb-bd09-b553650d92e0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:03:02.359984 [ 269 ] {dd443b86-7b8f-43cb-bd09-b553650d92e0} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.360106 [ 269 ] {dd443b86-7b8f-43cb-bd09-b553650d92e0} executeQuery: Read 6 rows, 321.00 B in 0.001089 sec., 5509.641873278238 rows/sec., 287.86 KiB/sec. 2025.05.13 23:03:02.360141 [ 269 ] {dd443b86-7b8f-43cb-bd09-b553650d92e0} TCPHandler: Processed in 0.00124924 sec. 2025.05.13 23:03:02.360240 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.360285 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 1757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001423076 sec., 1234649.4495023456 rows/sec., 93.01 MiB/sec. 2025.05.13 23:03:02.360329 [ 269 ] {fa7c0d50-f1fd-45f2-b4e6-0935ba9581e3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.360375 [ 269 ] {fa7c0d50-f1fd-45f2-b4e6-0935ba9581e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:02.360463 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.05.13 23:03:02.360738 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.360764 [ 269 ] {fa7c0d50-f1fd-45f2-b4e6-0935ba9581e3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.360798 [ 269 ] {fa7c0d50-f1fd-45f2-b4e6-0935ba9581e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.360806 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_15_3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.05.13 23:03:02.360881 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.05.13 23:03:02.361110 [ 269 ] {fa7c0d50-f1fd-45f2-b4e6-0935ba9581e3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:03:02.361314 [ 269 ] {fa7c0d50-f1fd-45f2-b4e6-0935ba9581e3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.361435 [ 269 ] {fa7c0d50-f1fd-45f2-b4e6-0935ba9581e3} executeQuery: Read 237 rows, 16.27 KiB in 0.001123 sec., 211041.85218165626 rows/sec., 14.15 MiB/sec. 2025.05.13 23:03:02.361469 [ 269 ] {fa7c0d50-f1fd-45f2-b4e6-0935ba9581e3} TCPHandler: Processed in 0.001276601 sec. 2025.05.13 23:03:02.361579 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.361670 [ 269 ] {0b6edf5a-9022-4c4d-b773-b390ac40f627} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.361710 [ 269 ] {0b6edf5a-9022-4c4d-b773-b390ac40f627} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:03:02.362010 [ 269 ] {0b6edf5a-9022-4c4d-b773-b390ac40f627} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.362044 [ 269 ] {0b6edf5a-9022-4c4d-b773-b390ac40f627} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.362325 [ 269 ] {0b6edf5a-9022-4c4d-b773-b390ac40f627} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:03:02.362519 [ 269 ] {0b6edf5a-9022-4c4d-b773-b390ac40f627} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.362639 [ 269 ] {0b6edf5a-9022-4c4d-b773-b390ac40f627} executeQuery: Read 1 rows, 69.00 B in 0.000986 sec., 1014.1987829614606 rows/sec., 68.34 KiB/sec. 2025.05.13 23:03:02.362674 [ 269 ] {0b6edf5a-9022-4c4d-b773-b390ac40f627} TCPHandler: Processed in 0.001147376 sec. 2025.05.13 23:03:02.362772 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.362863 [ 269 ] {21adc6ba-5a22-429f-843e-652ef254550e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.362916 [ 269 ] {21adc6ba-5a22-429f-843e-652ef254550e} 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.05.13 23:03:02.363656 [ 269 ] {21adc6ba-5a22-429f-843e-652ef254550e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.363691 [ 269 ] {21adc6ba-5a22-429f-843e-652ef254550e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.364176 [ 269 ] {21adc6ba-5a22-429f-843e-652ef254550e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:03:02.364384 [ 269 ] {21adc6ba-5a22-429f-843e-652ef254550e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.364481 [ 170 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:03:02.364510 [ 269 ] {21adc6ba-5a22-429f-843e-652ef254550e} executeQuery: Read 9 rows, 16.51 KiB in 0.001666 sec., 5402.160864345738 rows/sec., 9.68 MiB/sec. 2025.05.13 23:03:02.364519 [ 170 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.364550 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.364565 [ 269 ] {21adc6ba-5a22-429f-843e-652ef254550e} TCPHandler: Processed in 0.001840869 sec. 2025.05.13 23:03:02.364638 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:03:02.364688 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.364785 [ 269 ] {5da60c49-f251-4a9f-8ae6-8a2ab52bb9a5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.364825 [ 269 ] {5da60c49-f251-4a9f-8ae6-8a2ab52bb9a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.13 23:03:02.364862 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:02.364923 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:03:02.365081 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:03:02.365132 [ 269 ] {5da60c49-f251-4a9f-8ae6-8a2ab52bb9a5} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.365170 [ 269 ] {5da60c49-f251-4a9f-8ae6-8a2ab52bb9a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.365210 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2025.05.13 23:03:02.365325 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2025.05.13 23:03:02.365427 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part 2025.05.13 23:03:02.365458 [ 269 ] {5da60c49-f251-4a9f-8ae6-8a2ab52bb9a5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:03:02.365532 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part 2025.05.13 23:03:02.365688 [ 269 ] {5da60c49-f251-4a9f-8ae6-8a2ab52bb9a5} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.365814 [ 269 ] {5da60c49-f251-4a9f-8ae6-8a2ab52bb9a5} executeQuery: Read 9 rows, 651.00 B in 0.001047 sec., 8595.988538681948 rows/sec., 607.20 KiB/sec. 2025.05.13 23:03:02.365849 [ 269 ] {5da60c49-f251-4a9f-8ae6-8a2ab52bb9a5} TCPHandler: Processed in 0.001207629 sec. 2025.05.13 23:03:02.365958 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:02.366050 [ 269 ] {c3cbebf6-69e0-417d-ba88-7832ecd19612} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:02.366089 [ 269 ] {c3cbebf6-69e0-417d-ba88-7832ecd19612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:02.366405 [ 269 ] {c3cbebf6-69e0-417d-ba88-7832ecd19612} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:02.366440 [ 269 ] {c3cbebf6-69e0-417d-ba88-7832ecd19612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:02.366745 [ 269 ] {c3cbebf6-69e0-417d-ba88-7832ecd19612} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:03:02.366961 [ 269 ] {c3cbebf6-69e0-417d-ba88-7832ecd19612} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.367081 [ 269 ] {c3cbebf6-69e0-417d-ba88-7832ecd19612} executeQuery: Read 82 rows, 5.33 KiB in 0.001049 sec., 78169.68541468064 rows/sec., 4.96 MiB/sec. 2025.05.13 23:03:02.367116 [ 269 ] {c3cbebf6-69e0-417d-ba88-7832ecd19612} TCPHandler: Processed in 0.001204718 sec. 2025.05.13 23:03:02.367419 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 19 columns (19 merged, 0 gathered) in 0.0028282 sec., 33236.687645852486 rows/sec., 59.56 MiB/sec. 2025.05.13 23:03:02.367670 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:03:02.367996 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:02.368060 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_6_1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:03:02.368137 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.05.13 23:03:03.577086 [ 130 ] {} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.13 23:03:03.577150 [ 130 ] {} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:03.577173 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.17 GiB. 2025.05.13 23:03:03.577275 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::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.05.13 23:03:03.577566 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:03.577608 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.05.13 23:03:03.577692 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.05.13 23:03:03.577759 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::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.05.13 23:03:03.577822 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part 2025.05.13 23:03:03.577882 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.05.13 23:03:03.579317 [ 201 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 6 columns (6 merged, 0 gathered) in 0.002081896 sec., 16811.598658146228 rows/sec., 3.54 MiB/sec. 2025.05.13 23:03:03.579503 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.13 23:03:03.579803 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:03.579867 [ 190 ] {9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0::all_1_5_1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.13 23:03:03.579925 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:03:07.344778 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:07.344981 [ 269 ] {919befb4-d0ef-446f-a017-d484c21c2637} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:03:07.345052 [ 269 ] {919befb4-d0ef-446f-a017-d484c21c2637} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:03:07.345708 [ 269 ] {919befb4-d0ef-446f-a017-d484c21c2637} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.345755 [ 269 ] {919befb4-d0ef-446f-a017-d484c21c2637} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.346132 [ 269 ] {919befb4-d0ef-446f-a017-d484c21c2637} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.13 23:03:07.346360 [ 269 ] {919befb4-d0ef-446f-a017-d484c21c2637} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.346513 [ 269 ] {919befb4-d0ef-446f-a017-d484c21c2637} executeQuery: Read 2 rows, 167.00 B in 0.001583 sec., 1263.4238787113077 rows/sec., 103.02 KiB/sec. 2025.05.13 23:03:07.346560 [ 269 ] {919befb4-d0ef-446f-a017-d484c21c2637} TCPHandler: Processed in 0.001917342 sec. 2025.05.13 23:03:07.346692 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:07.346792 [ 269 ] {f1f1ff2a-a244-457d-be4e-1b0b27ac1668} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:07.346835 [ 269 ] {f1f1ff2a-a244-457d-be4e-1b0b27ac1668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:07.347308 [ 269 ] {f1f1ff2a-a244-457d-be4e-1b0b27ac1668} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.347346 [ 269 ] {f1f1ff2a-a244-457d-be4e-1b0b27ac1668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.347671 [ 269 ] {f1f1ff2a-a244-457d-be4e-1b0b27ac1668} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:03:07.347886 [ 269 ] {f1f1ff2a-a244-457d-be4e-1b0b27ac1668} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.348010 [ 269 ] {f1f1ff2a-a244-457d-be4e-1b0b27ac1668} executeQuery: Read 119 rows, 10.35 KiB in 0.001241 sec., 95890.41095890412 rows/sec., 8.15 MiB/sec. 2025.05.13 23:03:07.348049 [ 269 ] {f1f1ff2a-a244-457d-be4e-1b0b27ac1668} TCPHandler: Processed in 0.001409625 sec. 2025.05.13 23:03:07.348167 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:07.348259 [ 269 ] {4b29b480-9d29-4819-ae7e-623ebe0997b5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:07.348299 [ 269 ] {4b29b480-9d29-4819-ae7e-623ebe0997b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:07.348708 [ 269 ] {4b29b480-9d29-4819-ae7e-623ebe0997b5} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.348745 [ 269 ] {4b29b480-9d29-4819-ae7e-623ebe0997b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.349043 [ 269 ] {4b29b480-9d29-4819-ae7e-623ebe0997b5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:03:07.349250 [ 269 ] {4b29b480-9d29-4819-ae7e-623ebe0997b5} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.349376 [ 269 ] {4b29b480-9d29-4819-ae7e-623ebe0997b5} executeQuery: Read 33 rows, 2.47 KiB in 0.001134 sec., 29100.5291005291 rows/sec., 2.13 MiB/sec. 2025.05.13 23:03:07.349413 [ 269 ] {4b29b480-9d29-4819-ae7e-623ebe0997b5} TCPHandler: Processed in 0.001295731 sec. 2025.05.13 23:03:07.349524 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:07.349618 [ 269 ] {c2c9e8a1-0988-456b-a958-c6f3fe1cd7ac} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:07.349657 [ 269 ] {c2c9e8a1-0988-456b-a958-c6f3fe1cd7ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:07.350085 [ 269 ] {c2c9e8a1-0988-456b-a958-c6f3fe1cd7ac} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.350123 [ 269 ] {c2c9e8a1-0988-456b-a958-c6f3fe1cd7ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.350433 [ 269 ] {c2c9e8a1-0988-456b-a958-c6f3fe1cd7ac} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:03:07.350640 [ 269 ] {c2c9e8a1-0988-456b-a958-c6f3fe1cd7ac} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.350764 [ 269 ] {c2c9e8a1-0988-456b-a958-c6f3fe1cd7ac} executeQuery: Read 97 rows, 7.76 KiB in 0.001163 sec., 83404.98710232158 rows/sec., 6.52 MiB/sec. 2025.05.13 23:03:07.350802 [ 269 ] {c2c9e8a1-0988-456b-a958-c6f3fe1cd7ac} TCPHandler: Processed in 0.001327123 sec. 2025.05.13 23:03:07.350917 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:07.351009 [ 269 ] {d44fd00a-6ab6-4fd9-b720-e72cae8b1462} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:07.351053 [ 269 ] {d44fd00a-6ab6-4fd9-b720-e72cae8b1462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:07.351465 [ 269 ] {d44fd00a-6ab6-4fd9-b720-e72cae8b1462} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.351501 [ 269 ] {d44fd00a-6ab6-4fd9-b720-e72cae8b1462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.351831 [ 269 ] {d44fd00a-6ab6-4fd9-b720-e72cae8b1462} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:03:07.352053 [ 269 ] {d44fd00a-6ab6-4fd9-b720-e72cae8b1462} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.352157 [ 152 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.13 23:03:07.352180 [ 269 ] {d44fd00a-6ab6-4fd9-b720-e72cae8b1462} executeQuery: Read 161 rows, 11.48 KiB in 0.001188 sec., 135521.88552188553 rows/sec., 9.44 MiB/sec. 2025.05.13 23:03:07.352229 [ 152 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.352236 [ 269 ] {d44fd00a-6ab6-4fd9-b720-e72cae8b1462} TCPHandler: Processed in 0.001368553 sec. 2025.05.13 23:03:07.352263 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.352377 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:07.352387 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:03:07.352474 [ 269 ] {3b9fad4c-3ca5-4205-97d9-5066992c00c7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:07.352534 [ 269 ] {3b9fad4c-3ca5-4205-97d9-5066992c00c7} 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.05.13 23:03:07.352552 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:07.352598 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1582 rows starting from the beginning of the part 2025.05.13 23:03:07.352701 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:03:07.352757 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 239 rows starting from the beginning of the part 2025.05.13 23:03:07.352812 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.05.13 23:03:07.352862 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part 2025.05.13 23:03:07.352911 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part 2025.05.13 23:03:07.353369 [ 269 ] {3b9fad4c-3ca5-4205-97d9-5066992c00c7} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.353411 [ 269 ] {3b9fad4c-3ca5-4205-97d9-5066992c00c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.354014 [ 269 ] {3b9fad4c-3ca5-4205-97d9-5066992c00c7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:03:07.354298 [ 269 ] {3b9fad4c-3ca5-4205-97d9-5066992c00c7} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.354443 [ 269 ] {3b9fad4c-3ca5-4205-97d9-5066992c00c7} executeQuery: Read 31 rows, 56.88 KiB in 0.001987 sec., 15601.40915953699 rows/sec., 27.96 MiB/sec. 2025.05.13 23:03:07.354497 [ 269 ] {3b9fad4c-3ca5-4205-97d9-5066992c00c7} TCPHandler: Processed in 0.00217085 sec. 2025.05.13 23:03:07.354510 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2539 rows, containing 5 columns (5 merged, 0 gathered) in 0.00217461 sec., 1167565.678443491 rows/sec., 80.22 MiB/sec. 2025.05.13 23:03:07.354613 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:07.354712 [ 269 ] {55295bb0-ab61-4d47-a43a-1878b8e15e07} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:07.354755 [ 269 ] {55295bb0-ab61-4d47-a43a-1878b8e15e07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:07.354869 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.13 23:03:07.355109 [ 269 ] {55295bb0-ab61-4d47-a43a-1878b8e15e07} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.355153 [ 269 ] {55295bb0-ab61-4d47-a43a-1878b8e15e07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.355198 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.355286 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_16_3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.13 23:03:07.355379 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.05.13 23:03:07.355484 [ 269 ] {55295bb0-ab61-4d47-a43a-1878b8e15e07} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:03:07.355700 [ 269 ] {55295bb0-ab61-4d47-a43a-1878b8e15e07} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.355805 [ 152 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.13 23:03:07.355831 [ 269 ] {55295bb0-ab61-4d47-a43a-1878b8e15e07} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2025.05.13 23:03:07.355840 [ 152 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:07.355871 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:07.355873 [ 269 ] {55295bb0-ab61-4d47-a43a-1878b8e15e07} TCPHandler: Processed in 0.001309312 sec. 2025.05.13 23:03:07.355944 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:07.356036 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:07.356060 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 572 rows starting from the beginning of the part 2025.05.13 23:03:07.356103 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:07.356138 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part 2025.05.13 23:03:07.356170 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:07.356201 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part 2025.05.13 23:03:07.356232 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:07.357027 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 916 rows, containing 4 columns (4 merged, 0 gathered) in 0.001114756 sec., 821704.4806217684 rows/sec., 54.10 MiB/sec. 2025.05.13 23:03:07.357207 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.13 23:03:07.357486 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_16_3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:07.357557 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_16_3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.13 23:03:07.357650 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.05.13 23:03:08.488972 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 2025.05.13 23:03:08.489454 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:08.489499 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:08.489981 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:03:08.490204 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:08.490338 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 2025.05.13 23:03:08.818578 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.05.13 23:03:08.835726 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:08.835773 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:08.841819 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:03:08.842494 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:08.845260 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.05.13 23:03:10.995145 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 378 2025.05.13 23:03:10.997581 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:10.997629 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:10.998769 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:03:10.999040 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:10.999284 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 378 2025.05.13 23:03:12.349084 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.349290 [ 269 ] {9eeb9ff3-ba65-4339-9167-01b83cf04968} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:03:12.349367 [ 269 ] {9eeb9ff3-ba65-4339-9167-01b83cf04968} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:03:12.350156 [ 269 ] {9eeb9ff3-ba65-4339-9167-01b83cf04968} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.350207 [ 269 ] {9eeb9ff3-ba65-4339-9167-01b83cf04968} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.350621 [ 269 ] {9eeb9ff3-ba65-4339-9167-01b83cf04968} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:03:12.350859 [ 269 ] {9eeb9ff3-ba65-4339-9167-01b83cf04968} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.350989 [ 148 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.13 23:03:12.351019 [ 269 ] {9eeb9ff3-ba65-4339-9167-01b83cf04968} executeQuery: Read 212 rows, 13.81 KiB in 0.001783 sec., 118900.72910824453 rows/sec., 7.56 MiB/sec. 2025.05.13 23:03:12.351058 [ 148 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.351080 [ 269 ] {9eeb9ff3-ba65-4339-9167-01b83cf04968} TCPHandler: Processed in 0.002139849 sec. 2025.05.13 23:03:12.351086 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.351219 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.351220 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::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.05.13 23:03:12.351326 [ 269 ] {487b2b08-996c-4446-8531-489cb404f5c5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:12.351376 [ 269 ] {487b2b08-996c-4446-8531-489cb404f5c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:12.351393 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:12.351435 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:12.351511 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:12.351562 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:12.351608 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:12.351653 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:12.352074 [ 269 ] {487b2b08-996c-4446-8531-489cb404f5c5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.352117 [ 269 ] {487b2b08-996c-4446-8531-489cb404f5c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.352539 [ 269 ] {487b2b08-996c-4446-8531-489cb404f5c5} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:03:12.352566 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001404305 sec., 754821.780168838 rows/sec., 50.89 MiB/sec. 2025.05.13 23:03:12.352724 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.13 23:03:12.352804 [ 269 ] {487b2b08-996c-4446-8531-489cb404f5c5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.352957 [ 269 ] {487b2b08-996c-4446-8531-489cb404f5c5} executeQuery: Read 635 rows, 51.07 KiB in 0.001654 sec., 383917.7750906892 rows/sec., 30.15 MiB/sec. 2025.05.13 23:03:12.352998 [ 269 ] {487b2b08-996c-4446-8531-489cb404f5c5} TCPHandler: Processed in 0.001832889 sec. 2025.05.13 23:03:12.352998 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.353079 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_5_1} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.13 23:03:12.353112 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.353147 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:03:12.353213 [ 269 ] {9410edfc-172f-4c22-9f99-74b20687f4ba} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:12.353258 [ 269 ] {9410edfc-172f-4c22-9f99-74b20687f4ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:12.353689 [ 269 ] {9410edfc-172f-4c22-9f99-74b20687f4ba} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.353727 [ 269 ] {9410edfc-172f-4c22-9f99-74b20687f4ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.354033 [ 269 ] {9410edfc-172f-4c22-9f99-74b20687f4ba} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:03:12.354241 [ 269 ] {9410edfc-172f-4c22-9f99-74b20687f4ba} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.354343 [ 148 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.13 23:03:12.354369 [ 269 ] {9410edfc-172f-4c22-9f99-74b20687f4ba} executeQuery: Read 115 rows, 7.06 KiB in 0.001175 sec., 97872.34042553192 rows/sec., 5.87 MiB/sec. 2025.05.13 23:03:12.354375 [ 148 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.354409 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.354413 [ 269 ] {9410edfc-172f-4c22-9f99-74b20687f4ba} TCPHandler: Processed in 0.001350823 sec. 2025.05.13 23:03:12.354497 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:03:12.354540 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.354589 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:12.354620 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 136 rows starting from the beginning of the part 2025.05.13 23:03:12.354633 [ 269 ] {ce17fc3a-3960-4a04-ac94-0662407303b0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:03:12.354674 [ 269 ] {ce17fc3a-3960-4a04-ac94-0662407303b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:03:12.354686 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:03:12.354738 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part 2025.05.13 23:03:12.354784 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 115 rows starting from the beginning of the part 2025.05.13 23:03:12.354830 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part 2025.05.13 23:03:12.354875 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 115 rows starting from the beginning of the part 2025.05.13 23:03:12.355092 [ 269 ] {ce17fc3a-3960-4a04-ac94-0662407303b0} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.355128 [ 269 ] {ce17fc3a-3960-4a04-ac94-0662407303b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.355434 [ 269 ] {ce17fc3a-3960-4a04-ac94-0662407303b0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:03:12.355646 [ 269 ] {ce17fc3a-3960-4a04-ac94-0662407303b0} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.355746 [ 148 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.13 23:03:12.355773 [ 269 ] {ce17fc3a-3960-4a04-ac94-0662407303b0} executeQuery: Read 113 rows, 7.49 KiB in 0.001157 sec., 97666.37856525497 rows/sec., 6.32 MiB/sec. 2025.05.13 23:03:12.355775 [ 148 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.355790 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.001332263 sec., 405325.3749447369 rows/sec., 26.64 MiB/sec. 2025.05.13 23:03:12.355816 [ 269 ] {ce17fc3a-3960-4a04-ac94-0662407303b0} TCPHandler: Processed in 0.001326432 sec. 2025.05.13 23:03:12.355817 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.355898 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::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.05.13 23:03:12.355941 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.355976 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.13 23:03:12.355981 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:12.356020 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:12.356034 [ 269 ] {1211aa00-0648-49f6-beeb-fc19b689aaaa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:03:12.356065 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:12.356074 [ 269 ] {1211aa00-0648-49f6-beeb-fc19b689aaaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:03:12.356106 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:12.356144 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:12.356180 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:12.356326 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.356426 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_11_2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.13 23:03:12.356497 [ 269 ] {1211aa00-0648-49f6-beeb-fc19b689aaaa} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.356533 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:03:12.356537 [ 269 ] {1211aa00-0648-49f6-beeb-fc19b689aaaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.356861 [ 269 ] {1211aa00-0648-49f6-beeb-fc19b689aaaa} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:03:12.356892 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.001016532 sec., 555811.3271397261 rows/sec., 38.10 MiB/sec. 2025.05.13 23:03:12.357048 [ 192 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.13 23:03:12.357106 [ 269 ] {1211aa00-0648-49f6-beeb-fc19b689aaaa} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.357217 [ 148 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.13 23:03:12.357244 [ 148 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.357250 [ 269 ] {1211aa00-0648-49f6-beeb-fc19b689aaaa} executeQuery: Read 112 rows, 6.53 KiB in 0.001233 sec., 90835.36090835361 rows/sec., 5.17 MiB/sec. 2025.05.13 23:03:12.357262 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.357297 [ 269 ] {1211aa00-0648-49f6-beeb-fc19b689aaaa} TCPHandler: Processed in 0.001404544 sec. 2025.05.13 23:03:12.357334 [ 192 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.357348 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::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.05.13 23:03:12.357412 [ 192 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_5_1} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.13 23:03:12.357424 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.357442 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:12.357468 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:12.357500 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:03:12.357522 [ 269 ] {68c6db91-a2f9-4846-bc97-b2e5df60d9f4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:12.357547 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:12.357566 [ 269 ] {68c6db91-a2f9-4846-bc97-b2e5df60d9f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:12.357620 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:12.357678 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:12.357720 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:12.358085 [ 269 ] {68c6db91-a2f9-4846-bc97-b2e5df60d9f4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.358121 [ 269 ] {68c6db91-a2f9-4846-bc97-b2e5df60d9f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.358448 [ 269 ] {68c6db91-a2f9-4846-bc97-b2e5df60d9f4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:03:12.358460 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001146757 sec., 488333.6225547348 rows/sec., 29.68 MiB/sec. 2025.05.13 23:03:12.358603 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.13 23:03:12.358664 [ 269 ] {68c6db91-a2f9-4846-bc97-b2e5df60d9f4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.358790 [ 269 ] {68c6db91-a2f9-4846-bc97-b2e5df60d9f4} executeQuery: Read 391 rows, 28.31 KiB in 0.001286 sec., 304043.54587869364 rows/sec., 21.49 MiB/sec. 2025.05.13 23:03:12.358828 [ 269 ] {68c6db91-a2f9-4846-bc97-b2e5df60d9f4} TCPHandler: Processed in 0.001453046 sec. 2025.05.13 23:03:12.358911 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.358943 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.358986 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_5_1} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.13 23:03:12.359037 [ 269 ] {d5673422-e8ee-4b28-9813-3342db70b285} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:03:12.359052 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.13 23:03:12.359077 [ 269 ] {d5673422-e8ee-4b28-9813-3342db70b285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:03:12.359412 [ 269 ] {d5673422-e8ee-4b28-9813-3342db70b285} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.359447 [ 269 ] {d5673422-e8ee-4b28-9813-3342db70b285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.359747 [ 269 ] {d5673422-e8ee-4b28-9813-3342db70b285} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:03:12.359951 [ 269 ] {d5673422-e8ee-4b28-9813-3342db70b285} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.360082 [ 269 ] {d5673422-e8ee-4b28-9813-3342db70b285} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2025.05.13 23:03:12.360119 [ 269 ] {d5673422-e8ee-4b28-9813-3342db70b285} TCPHandler: Processed in 0.001225119 sec. 2025.05.13 23:03:12.360229 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.360322 [ 269 ] {b777c16a-6904-4e98-9764-5f6f4e4c3b61} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:12.360364 [ 269 ] {b777c16a-6904-4e98-9764-5f6f4e4c3b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:12.360765 [ 269 ] {b777c16a-6904-4e98-9764-5f6f4e4c3b61} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.360801 [ 269 ] {b777c16a-6904-4e98-9764-5f6f4e4c3b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.361128 [ 269 ] {b777c16a-6904-4e98-9764-5f6f4e4c3b61} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:03:12.361342 [ 269 ] {b777c16a-6904-4e98-9764-5f6f4e4c3b61} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.361466 [ 269 ] {b777c16a-6904-4e98-9764-5f6f4e4c3b61} executeQuery: Read 237 rows, 16.27 KiB in 0.001161 sec., 204134.36692506462 rows/sec., 13.68 MiB/sec. 2025.05.13 23:03:12.361502 [ 269 ] {b777c16a-6904-4e98-9764-5f6f4e4c3b61} TCPHandler: Processed in 0.001321382 sec. 2025.05.13 23:03:12.361616 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.361711 [ 269 ] {0669c297-d9f3-481a-917c-709b3a3ef8b9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:03:12.361752 [ 269 ] {0669c297-d9f3-481a-917c-709b3a3ef8b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:03:12.362066 [ 269 ] {0669c297-d9f3-481a-917c-709b3a3ef8b9} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.362102 [ 269 ] {0669c297-d9f3-481a-917c-709b3a3ef8b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.362391 [ 269 ] {0669c297-d9f3-481a-917c-709b3a3ef8b9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:03:12.362595 [ 269 ] {0669c297-d9f3-481a-917c-709b3a3ef8b9} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.362691 [ 148 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.13 23:03:12.362722 [ 148 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.362723 [ 269 ] {0669c297-d9f3-481a-917c-709b3a3ef8b9} executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. 2025.05.13 23:03:12.362740 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.362771 [ 269 ] {0669c297-d9f3-481a-917c-709b3a3ef8b9} TCPHandler: Processed in 0.001204689 sec. 2025.05.13 23:03:12.362814 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::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.05.13 23:03:12.362890 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.362905 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:12.362936 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.05.13 23:03:12.362977 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.05.13 23:03:12.362992 [ 269 ] {07c036e3-b395-4e69-ba59-fd79027c5192} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:12.363011 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.05.13 23:03:12.363046 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.05.13 23:03:12.363050 [ 269 ] {07c036e3-b395-4e69-ba59-fd79027c5192} 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.05.13 23:03:12.363079 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.05.13 23:03:12.363698 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.000901879 sec., 5543.980955316622 rows/sec., 373.57 KiB/sec. 2025.05.13 23:03:12.363827 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.13 23:03:12.363863 [ 269 ] {07c036e3-b395-4e69-ba59-fd79027c5192} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.363902 [ 269 ] {07c036e3-b395-4e69-ba59-fd79027c5192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.364086 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.364146 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_5_1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.13 23:03:12.364198 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.05.13 23:03:12.364440 [ 269 ] {07c036e3-b395-4e69-ba59-fd79027c5192} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:03:12.364662 [ 269 ] {07c036e3-b395-4e69-ba59-fd79027c5192} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.364801 [ 269 ] {07c036e3-b395-4e69-ba59-fd79027c5192} executeQuery: Read 9 rows, 16.51 KiB in 0.001829 sec., 4920.721705850192 rows/sec., 8.82 MiB/sec. 2025.05.13 23:03:12.364867 [ 269 ] {07c036e3-b395-4e69-ba59-fd79027c5192} TCPHandler: Processed in 0.002028215 sec. 2025.05.13 23:03:12.364986 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:12.365080 [ 269 ] {f50915c2-3455-441e-810c-8ffa1fa9213d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:12.365120 [ 269 ] {f50915c2-3455-441e-810c-8ffa1fa9213d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:12.365462 [ 269 ] {f50915c2-3455-441e-810c-8ffa1fa9213d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:12.365498 [ 269 ] {f50915c2-3455-441e-810c-8ffa1fa9213d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:12.365815 [ 269 ] {f50915c2-3455-441e-810c-8ffa1fa9213d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:03:12.366021 [ 269 ] {f50915c2-3455-441e-810c-8ffa1fa9213d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:12.366146 [ 269 ] {f50915c2-3455-441e-810c-8ffa1fa9213d} executeQuery: Read 82 rows, 5.33 KiB in 0.001086 sec., 75506.44567219153 rows/sec., 4.80 MiB/sec. 2025.05.13 23:03:12.366181 [ 269 ] {f50915c2-3455-441e-810c-8ffa1fa9213d} TCPHandler: Processed in 0.00124402 sec. 2025.05.13 23:03:15.919798 [ 142 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:03:15.919859 [ 142 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:03:15.991271 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 2025.05.13 23:03:15.991804 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:15.991852 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:15.992349 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:03:15.992580 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:15.992707 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.05.13 23:03:16.346175 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.05.13 23:03:16.364519 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:16.364608 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:16.370293 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:03:16.371121 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:16.375749 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.05.13 23:03:17.343533 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:17.343737 [ 269 ] {eca6c8d6-c603-4f14-a658-4082350dc2d7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:17.343809 [ 269 ] {eca6c8d6-c603-4f14-a658-4082350dc2d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:17.344486 [ 269 ] {eca6c8d6-c603-4f14-a658-4082350dc2d7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:17.344538 [ 269 ] {eca6c8d6-c603-4f14-a658-4082350dc2d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:17.344934 [ 269 ] {eca6c8d6-c603-4f14-a658-4082350dc2d7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:03:17.345153 [ 269 ] {eca6c8d6-c603-4f14-a658-4082350dc2d7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:17.345308 [ 269 ] {eca6c8d6-c603-4f14-a658-4082350dc2d7} executeQuery: Read 118 rows, 10.28 KiB in 0.001627 sec., 72526.1216963737 rows/sec., 6.17 MiB/sec. 2025.05.13 23:03:17.345349 [ 269 ] {eca6c8d6-c603-4f14-a658-4082350dc2d7} TCPHandler: Processed in 0.001960793 sec. 2025.05.13 23:03:17.345474 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:17.345569 [ 269 ] {f20bb0cc-f342-4539-9d55-4aaf0074d582} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:17.345608 [ 269 ] {f20bb0cc-f342-4539-9d55-4aaf0074d582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:17.346021 [ 269 ] {f20bb0cc-f342-4539-9d55-4aaf0074d582} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:17.346057 [ 269 ] {f20bb0cc-f342-4539-9d55-4aaf0074d582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:17.346370 [ 269 ] {f20bb0cc-f342-4539-9d55-4aaf0074d582} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:03:17.346578 [ 269 ] {f20bb0cc-f342-4539-9d55-4aaf0074d582} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:17.346706 [ 269 ] {f20bb0cc-f342-4539-9d55-4aaf0074d582} executeQuery: Read 31 rows, 2.33 KiB in 0.001158 sec., 26770.293609671848 rows/sec., 1.97 MiB/sec. 2025.05.13 23:03:17.346744 [ 269 ] {f20bb0cc-f342-4539-9d55-4aaf0074d582} TCPHandler: Processed in 0.001320293 sec. 2025.05.13 23:03:17.346852 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:17.346944 [ 269 ] {d1a25cc7-706e-40d3-a5e3-cb36560e715b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:17.346983 [ 269 ] {d1a25cc7-706e-40d3-a5e3-cb36560e715b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:17.347400 [ 269 ] {d1a25cc7-706e-40d3-a5e3-cb36560e715b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:17.347436 [ 269 ] {d1a25cc7-706e-40d3-a5e3-cb36560e715b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:17.347730 [ 269 ] {d1a25cc7-706e-40d3-a5e3-cb36560e715b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:03:17.347938 [ 269 ] {d1a25cc7-706e-40d3-a5e3-cb36560e715b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:17.348069 [ 269 ] {d1a25cc7-706e-40d3-a5e3-cb36560e715b} executeQuery: Read 95 rows, 7.60 KiB in 0.001143 sec., 83114.6106736658 rows/sec., 6.49 MiB/sec. 2025.05.13 23:03:17.348107 [ 269 ] {d1a25cc7-706e-40d3-a5e3-cb36560e715b} TCPHandler: Processed in 0.001303892 sec. 2025.05.13 23:03:17.348218 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:17.348311 [ 269 ] {57eb1b2e-92f9-4f65-8ba1-5960500f6308} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:17.348354 [ 269 ] {57eb1b2e-92f9-4f65-8ba1-5960500f6308} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:17.348746 [ 269 ] {57eb1b2e-92f9-4f65-8ba1-5960500f6308} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:17.348783 [ 269 ] {57eb1b2e-92f9-4f65-8ba1-5960500f6308} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:17.349109 [ 269 ] {57eb1b2e-92f9-4f65-8ba1-5960500f6308} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:03:17.349310 [ 269 ] {57eb1b2e-92f9-4f65-8ba1-5960500f6308} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:17.349440 [ 269 ] {57eb1b2e-92f9-4f65-8ba1-5960500f6308} executeQuery: Read 160 rows, 11.41 KiB in 0.001148 sec., 139372.82229965157 rows/sec., 9.71 MiB/sec. 2025.05.13 23:03:17.349477 [ 269 ] {57eb1b2e-92f9-4f65-8ba1-5960500f6308} TCPHandler: Processed in 0.001307552 sec. 2025.05.13 23:03:17.349596 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:17.349688 [ 269 ] {7671cba2-e77e-4e3c-af31-749c390dc91d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:17.349743 [ 269 ] {7671cba2-e77e-4e3c-af31-749c390dc91d} 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.05.13 23:03:17.350525 [ 269 ] {7671cba2-e77e-4e3c-af31-749c390dc91d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:17.350562 [ 269 ] {7671cba2-e77e-4e3c-af31-749c390dc91d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:17.351090 [ 269 ] {7671cba2-e77e-4e3c-af31-749c390dc91d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:03:17.351314 [ 269 ] {7671cba2-e77e-4e3c-af31-749c390dc91d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:17.351447 [ 269 ] {7671cba2-e77e-4e3c-af31-749c390dc91d} executeQuery: Read 31 rows, 56.88 KiB in 0.001777 sec., 17445.132245357345 rows/sec., 31.26 MiB/sec. 2025.05.13 23:03:17.351498 [ 269 ] {7671cba2-e77e-4e3c-af31-749c390dc91d} TCPHandler: Processed in 0.001951823 sec. 2025.05.13 23:03:17.351612 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:17.351706 [ 269 ] {13778bf1-2ad8-479e-8aee-cc83d51e6601} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:17.351749 [ 269 ] {13778bf1-2ad8-479e-8aee-cc83d51e6601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:17.352089 [ 269 ] {13778bf1-2ad8-479e-8aee-cc83d51e6601} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:17.352125 [ 269 ] {13778bf1-2ad8-479e-8aee-cc83d51e6601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:17.352423 [ 269 ] {13778bf1-2ad8-479e-8aee-cc83d51e6601} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:03:17.352625 [ 269 ] {13778bf1-2ad8-479e-8aee-cc83d51e6601} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:17.352755 [ 269 ] {13778bf1-2ad8-479e-8aee-cc83d51e6601} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.05.13 23:03:17.352791 [ 269 ] {13778bf1-2ad8-479e-8aee-cc83d51e6601} TCPHandler: Processed in 0.001227279 sec. 2025.05.13 23:03:21.000002 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 412 2025.05.13 23:03:21.002333 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:21.002384 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:21.003573 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:03:21.003857 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:21.004124 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 412 2025.05.13 23:03:22.348472 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.348669 [ 269 ] {d06d8a22-76f9-4b88-99c1-5ce4eed6404a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:03:22.348734 [ 269 ] {d06d8a22-76f9-4b88-99c1-5ce4eed6404a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:03:22.349498 [ 269 ] {d06d8a22-76f9-4b88-99c1-5ce4eed6404a} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.349536 [ 269 ] {d06d8a22-76f9-4b88-99c1-5ce4eed6404a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.349925 [ 269 ] {d06d8a22-76f9-4b88-99c1-5ce4eed6404a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:03:22.350150 [ 269 ] {d06d8a22-76f9-4b88-99c1-5ce4eed6404a} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.350299 [ 269 ] {d06d8a22-76f9-4b88-99c1-5ce4eed6404a} executeQuery: Read 212 rows, 13.81 KiB in 0.001688 sec., 125592.41706161137 rows/sec., 7.99 MiB/sec. 2025.05.13 23:03:22.350339 [ 269 ] {d06d8a22-76f9-4b88-99c1-5ce4eed6404a} TCPHandler: Processed in 0.002008225 sec. 2025.05.13 23:03:22.350463 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.350573 [ 269 ] {9096e094-a7a4-4d2b-84e6-61f52876b6ab} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:03:22.350614 [ 269 ] {9096e094-a7a4-4d2b-84e6-61f52876b6ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:03:22.351021 [ 269 ] {9096e094-a7a4-4d2b-84e6-61f52876b6ab} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.351059 [ 269 ] {9096e094-a7a4-4d2b-84e6-61f52876b6ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.351376 [ 269 ] {9096e094-a7a4-4d2b-84e6-61f52876b6ab} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:03:22.351588 [ 269 ] {9096e094-a7a4-4d2b-84e6-61f52876b6ab} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.351714 [ 269 ] {9096e094-a7a4-4d2b-84e6-61f52876b6ab} executeQuery: Read 4 rows, 334.00 B in 0.00116 sec., 3448.2758620689656 rows/sec., 281.18 KiB/sec. 2025.05.13 23:03:22.351753 [ 269 ] {9096e094-a7a4-4d2b-84e6-61f52876b6ab} TCPHandler: Processed in 0.001341033 sec. 2025.05.13 23:03:22.351867 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.351960 [ 269 ] {073ec244-5462-4799-9891-2f54111dea10} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:22.352000 [ 269 ] {073ec244-5462-4799-9891-2f54111dea10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:22.352699 [ 269 ] {073ec244-5462-4799-9891-2f54111dea10} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.352736 [ 269 ] {073ec244-5462-4799-9891-2f54111dea10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.353075 [ 269 ] {073ec244-5462-4799-9891-2f54111dea10} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:03:22.353294 [ 269 ] {073ec244-5462-4799-9891-2f54111dea10} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.353419 [ 269 ] {073ec244-5462-4799-9891-2f54111dea10} executeQuery: Read 637 rows, 51.21 KiB in 0.001477 sec., 431279.6208530806 rows/sec., 33.86 MiB/sec. 2025.05.13 23:03:22.353456 [ 269 ] {073ec244-5462-4799-9891-2f54111dea10} TCPHandler: Processed in 0.001638333 sec. 2025.05.13 23:03:22.353567 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.353662 [ 269 ] {333d94e1-4613-41ee-99a9-e49e7c5ee200} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:22.353701 [ 269 ] {333d94e1-4613-41ee-99a9-e49e7c5ee200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:22.354126 [ 269 ] {333d94e1-4613-41ee-99a9-e49e7c5ee200} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.354160 [ 269 ] {333d94e1-4613-41ee-99a9-e49e7c5ee200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.354458 [ 269 ] {333d94e1-4613-41ee-99a9-e49e7c5ee200} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:03:22.354672 [ 269 ] {333d94e1-4613-41ee-99a9-e49e7c5ee200} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.354797 [ 269 ] {333d94e1-4613-41ee-99a9-e49e7c5ee200} executeQuery: Read 119 rows, 7.34 KiB in 0.001154 sec., 103119.58405545927 rows/sec., 6.21 MiB/sec. 2025.05.13 23:03:22.354834 [ 269 ] {333d94e1-4613-41ee-99a9-e49e7c5ee200} TCPHandler: Processed in 0.001315382 sec. 2025.05.13 23:03:22.354947 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.355040 [ 269 ] {58d198e7-ee1e-49d8-9086-bf9a6aaef2ec} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:03:22.355079 [ 269 ] {58d198e7-ee1e-49d8-9086-bf9a6aaef2ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:03:22.355494 [ 269 ] {58d198e7-ee1e-49d8-9086-bf9a6aaef2ec} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.355530 [ 269 ] {58d198e7-ee1e-49d8-9086-bf9a6aaef2ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.355840 [ 269 ] {58d198e7-ee1e-49d8-9086-bf9a6aaef2ec} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:03:22.356057 [ 269 ] {58d198e7-ee1e-49d8-9086-bf9a6aaef2ec} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.356179 [ 269 ] {58d198e7-ee1e-49d8-9086-bf9a6aaef2ec} executeQuery: Read 113 rows, 7.49 KiB in 0.001156 sec., 97750.86505190312 rows/sec., 6.33 MiB/sec. 2025.05.13 23:03:22.356217 [ 269 ] {58d198e7-ee1e-49d8-9086-bf9a6aaef2ec} TCPHandler: Processed in 0.001318642 sec. 2025.05.13 23:03:22.356331 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.356424 [ 269 ] {54508c3e-a63b-4352-b797-4f6060a4b9e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:03:22.356462 [ 269 ] {54508c3e-a63b-4352-b797-4f6060a4b9e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:03:22.356895 [ 269 ] {54508c3e-a63b-4352-b797-4f6060a4b9e8} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.356932 [ 269 ] {54508c3e-a63b-4352-b797-4f6060a4b9e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.357230 [ 269 ] {54508c3e-a63b-4352-b797-4f6060a4b9e8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:03:22.357439 [ 269 ] {54508c3e-a63b-4352-b797-4f6060a4b9e8} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.357559 [ 269 ] {54508c3e-a63b-4352-b797-4f6060a4b9e8} executeQuery: Read 112 rows, 6.53 KiB in 0.001153 sec., 97137.9011274935 rows/sec., 5.53 MiB/sec. 2025.05.13 23:03:22.357596 [ 269 ] {54508c3e-a63b-4352-b797-4f6060a4b9e8} TCPHandler: Processed in 0.001313542 sec. 2025.05.13 23:03:22.357709 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.357802 [ 269 ] {a28cbb7d-a47a-4a8a-8863-c74aca442808} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:22.357841 [ 269 ] {a28cbb7d-a47a-4a8a-8863-c74aca442808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:22.358375 [ 269 ] {a28cbb7d-a47a-4a8a-8863-c74aca442808} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.358411 [ 269 ] {a28cbb7d-a47a-4a8a-8863-c74aca442808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.358730 [ 269 ] {a28cbb7d-a47a-4a8a-8863-c74aca442808} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:03:22.358944 [ 269 ] {a28cbb7d-a47a-4a8a-8863-c74aca442808} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.359068 [ 269 ] {a28cbb7d-a47a-4a8a-8863-c74aca442808} executeQuery: Read 395 rows, 28.63 KiB in 0.001283 sec., 307872.1745908028 rows/sec., 21.79 MiB/sec. 2025.05.13 23:03:22.359105 [ 269 ] {a28cbb7d-a47a-4a8a-8863-c74aca442808} TCPHandler: Processed in 0.001443806 sec. 2025.05.13 23:03:22.359220 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.359314 [ 269 ] {96ef8081-d45c-4a72-8d3b-7141554e94d7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:03:22.359355 [ 269 ] {96ef8081-d45c-4a72-8d3b-7141554e94d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:03:22.359691 [ 269 ] {96ef8081-d45c-4a72-8d3b-7141554e94d7} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.359727 [ 269 ] {96ef8081-d45c-4a72-8d3b-7141554e94d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.360033 [ 269 ] {96ef8081-d45c-4a72-8d3b-7141554e94d7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:03:22.360254 [ 269 ] {96ef8081-d45c-4a72-8d3b-7141554e94d7} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.360355 [ 134 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:03:22.360382 [ 269 ] {96ef8081-d45c-4a72-8d3b-7141554e94d7} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2025.05.13 23:03:22.360425 [ 134 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.360432 [ 269 ] {96ef8081-d45c-4a72-8d3b-7141554e94d7} TCPHandler: Processed in 0.001260561 sec. 2025.05.13 23:03:22.360454 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.360563 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.360582 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:03:22.360685 [ 269 ] {eeb6e44f-e597-4be8-ad54-c912918f3c9f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:22.360731 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:22.360741 [ 269 ] {eeb6e44f-e597-4be8-ad54-c912918f3c9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:22.360773 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.05.13 23:03:22.360877 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.05.13 23:03:22.360925 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.05.13 23:03:22.360967 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.05.13 23:03:22.361009 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.05.13 23:03:22.361056 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.05.13 23:03:22.361248 [ 269 ] {eeb6e44f-e597-4be8-ad54-c912918f3c9f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.361297 [ 269 ] {eeb6e44f-e597-4be8-ad54-c912918f3c9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.361713 [ 269 ] {eeb6e44f-e597-4be8-ad54-c912918f3c9f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:03:22.361900 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001374075 sec., 26199.443261830686 rows/sec., 1.34 MiB/sec. 2025.05.13 23:03:22.361926 [ 269 ] {eeb6e44f-e597-4be8-ad54-c912918f3c9f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.362052 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:03:22.362069 [ 269 ] {eeb6e44f-e597-4be8-ad54-c912918f3c9f} executeQuery: Read 239 rows, 16.41 KiB in 0.001409 sec., 169623.84669978707 rows/sec., 11.37 MiB/sec. 2025.05.13 23:03:22.362105 [ 269 ] {eeb6e44f-e597-4be8-ad54-c912918f3c9f} TCPHandler: Processed in 0.001600711 sec. 2025.05.13 23:03:22.362219 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.362311 [ 269 ] {c5326733-124d-48fd-9e31-9440c9b4fb79} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:03:22.362315 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.362352 [ 269 ] {c5326733-124d-48fd-9e31-9440c9b4fb79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:03:22.362384 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_6_1} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:03:22.362456 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:03:22.362667 [ 269 ] {c5326733-124d-48fd-9e31-9440c9b4fb79} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.362701 [ 269 ] {c5326733-124d-48fd-9e31-9440c9b4fb79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.362985 [ 269 ] {c5326733-124d-48fd-9e31-9440c9b4fb79} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:03:22.363182 [ 269 ] {c5326733-124d-48fd-9e31-9440c9b4fb79} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.363306 [ 269 ] {c5326733-124d-48fd-9e31-9440c9b4fb79} executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. 2025.05.13 23:03:22.363341 [ 269 ] {c5326733-124d-48fd-9e31-9440c9b4fb79} TCPHandler: Processed in 0.001170958 sec. 2025.05.13 23:03:22.363447 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.363545 [ 269 ] {c28a2ec1-4b0c-4508-83da-3d2db6993115} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:22.363602 [ 269 ] {c28a2ec1-4b0c-4508-83da-3d2db6993115} 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.05.13 23:03:22.364358 [ 269 ] {c28a2ec1-4b0c-4508-83da-3d2db6993115} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.364395 [ 269 ] {c28a2ec1-4b0c-4508-83da-3d2db6993115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.364906 [ 269 ] {c28a2ec1-4b0c-4508-83da-3d2db6993115} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:03:22.365136 [ 269 ] {c28a2ec1-4b0c-4508-83da-3d2db6993115} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.365273 [ 269 ] {c28a2ec1-4b0c-4508-83da-3d2db6993115} executeQuery: Read 9 rows, 16.51 KiB in 0.001746 sec., 5154.639175257732 rows/sec., 9.24 MiB/sec. 2025.05.13 23:03:22.365325 [ 269 ] {c28a2ec1-4b0c-4508-83da-3d2db6993115} TCPHandler: Processed in 0.001929491 sec. 2025.05.13 23:03:22.365443 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:22.365537 [ 269 ] {a923f9a0-6d95-4a46-b824-207c574173cf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:22.365579 [ 269 ] {a923f9a0-6d95-4a46-b824-207c574173cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:22.365913 [ 269 ] {a923f9a0-6d95-4a46-b824-207c574173cf} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:22.365949 [ 269 ] {a923f9a0-6d95-4a46-b824-207c574173cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:22.366260 [ 269 ] {a923f9a0-6d95-4a46-b824-207c574173cf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:03:22.366479 [ 269 ] {a923f9a0-6d95-4a46-b824-207c574173cf} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:22.366603 [ 269 ] {a923f9a0-6d95-4a46-b824-207c574173cf} executeQuery: Read 82 rows, 5.33 KiB in 0.001085 sec., 75576.03686635944 rows/sec., 4.80 MiB/sec. 2025.05.13 23:03:22.366639 [ 269 ] {a923f9a0-6d95-4a46-b824-207c574173cf} TCPHandler: Processed in 0.00124613 sec. 2025.05.13 23:03:23.493356 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 2025.05.13 23:03:23.493847 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:23.493894 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:23.494388 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:03:23.494623 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:23.494772 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 2025.05.13 23:03:23.876386 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.05.13 23:03:23.892463 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:23.892520 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:23.897921 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:03:23.898595 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:23.901321 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.05.13 23:03:27.343973 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:27.344261 [ 269 ] {fdbdb1af-d9a5-4030-a441-421730287ea6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:27.344360 [ 269 ] {fdbdb1af-d9a5-4030-a441-421730287ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:27.345216 [ 269 ] {fdbdb1af-d9a5-4030-a441-421730287ea6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.345264 [ 269 ] {fdbdb1af-d9a5-4030-a441-421730287ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.345682 [ 269 ] {fdbdb1af-d9a5-4030-a441-421730287ea6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:03:27.345914 [ 269 ] {fdbdb1af-d9a5-4030-a441-421730287ea6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.346055 [ 127 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.05.13 23:03:27.346068 [ 269 ] {fdbdb1af-d9a5-4030-a441-421730287ea6} executeQuery: Read 118 rows, 10.28 KiB in 0.00188 sec., 62765.95744680851 rows/sec., 5.34 MiB/sec. 2025.05.13 23:03:27.346099 [ 127 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.346118 [ 269 ] {fdbdb1af-d9a5-4030-a441-421730287ea6} TCPHandler: Processed in 0.002304433 sec. 2025.05.13 23:03:27.346123 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.346265 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:27.346293 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.05.13 23:03:27.346360 [ 269 ] {ff81d811-c80b-47d1-9b80-7f1c2fd16a64} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:27.346407 [ 269 ] {ff81d811-c80b-47d1-9b80-7f1c2fd16a64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:27.346505 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:27.346566 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 699 rows starting from the beginning of the part 2025.05.13 23:03:27.346713 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 119 rows starting from the beginning of the part 2025.05.13 23:03:27.346802 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 635 rows starting from the beginning of the part 2025.05.13 23:03:27.346844 [ 269 ] {ff81d811-c80b-47d1-9b80-7f1c2fd16a64} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.346879 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 118 rows starting from the beginning of the part 2025.05.13 23:03:27.346886 [ 269 ] {ff81d811-c80b-47d1-9b80-7f1c2fd16a64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.346961 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 637 rows starting from the beginning of the part 2025.05.13 23:03:27.347016 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 118 rows starting from the beginning of the part 2025.05.13 23:03:27.347227 [ 269 ] {ff81d811-c80b-47d1-9b80-7f1c2fd16a64} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:03:27.347473 [ 269 ] {ff81d811-c80b-47d1-9b80-7f1c2fd16a64} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.347605 [ 269 ] {ff81d811-c80b-47d1-9b80-7f1c2fd16a64} executeQuery: Read 31 rows, 2.33 KiB in 0.001263 sec., 24544.73475851148 rows/sec., 1.80 MiB/sec. 2025.05.13 23:03:27.347643 [ 269 ] {ff81d811-c80b-47d1-9b80-7f1c2fd16a64} TCPHandler: Processed in 0.001427815 sec. 2025.05.13 23:03:27.347758 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:27.347851 [ 269 ] {2f570bdb-978f-42d7-a548-1ae5c82f6f73} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:27.347890 [ 269 ] {2f570bdb-978f-42d7-a548-1ae5c82f6f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:27.348329 [ 269 ] {2f570bdb-978f-42d7-a548-1ae5c82f6f73} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.348336 [ 196 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 2326 rows, containing 5 columns (5 merged, 0 gathered) in 0.002128048 sec., 1093020.4581851538 rows/sec., 91.50 MiB/sec. 2025.05.13 23:03:27.348367 [ 269 ] {2f570bdb-978f-42d7-a548-1ae5c82f6f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.348601 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.05.13 23:03:27.348691 [ 269 ] {2f570bdb-978f-42d7-a548-1ae5c82f6f73} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:03:27.348974 [ 269 ] {2f570bdb-978f-42d7-a548-1ae5c82f6f73} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.349023 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.349070 [ 127 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.05.13 23:03:27.349106 [ 127 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.349107 [ 269 ] {2f570bdb-978f-42d7-a548-1ae5c82f6f73} executeQuery: Read 95 rows, 7.60 KiB in 0.001274 sec., 74568.28885400314 rows/sec., 5.82 MiB/sec. 2025.05.13 23:03:27.349111 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_20_4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.05.13 23:03:27.349127 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.349153 [ 269 ] {2f570bdb-978f-42d7-a548-1ae5c82f6f73} TCPHandler: Processed in 0.001445516 sec. 2025.05.13 23:03:27.349234 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.05.13 23:03:27.349270 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:27.349277 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.05.13 23:03:27.349368 [ 269 ] {ac626ac8-292d-4cc8-997e-1511390880d3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:27.349372 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:27.349420 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 444 rows starting from the beginning of the part 2025.05.13 23:03:27.349420 [ 269 ] {ac626ac8-292d-4cc8-997e-1511390880d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:27.349481 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 97 rows starting from the beginning of the part 2025.05.13 23:03:27.349526 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 391 rows starting from the beginning of the part 2025.05.13 23:03:27.349584 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 95 rows starting from the beginning of the part 2025.05.13 23:03:27.349625 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 395 rows starting from the beginning of the part 2025.05.13 23:03:27.349662 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 95 rows starting from the beginning of the part 2025.05.13 23:03:27.349850 [ 269 ] {ac626ac8-292d-4cc8-997e-1511390880d3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.349892 [ 269 ] {ac626ac8-292d-4cc8-997e-1511390880d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.350252 [ 269 ] {ac626ac8-292d-4cc8-997e-1511390880d3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:03:27.350480 [ 269 ] {ac626ac8-292d-4cc8-997e-1511390880d3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.350606 [ 269 ] {ac626ac8-292d-4cc8-997e-1511390880d3} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.05.13 23:03:27.350643 [ 269 ] {ac626ac8-292d-4cc8-997e-1511390880d3} TCPHandler: Processed in 0.001422575 sec. 2025.05.13 23:03:27.350730 [ 200 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.001539939 sec., 985103.9554164159 rows/sec., 75.07 MiB/sec. 2025.05.13 23:03:27.350756 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:27.350856 [ 269 ] {d133b430-1228-448b-b570-15f12aed2a2b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:27.350913 [ 269 ] {d133b430-1228-448b-b570-15f12aed2a2b} 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.05.13 23:03:27.350932 [ 200 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.05.13 23:03:27.351258 [ 200 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.351350 [ 200 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_20_4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.05.13 23:03:27.351442 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.05.13 23:03:27.351762 [ 269 ] {d133b430-1228-448b-b570-15f12aed2a2b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.351803 [ 269 ] {d133b430-1228-448b-b570-15f12aed2a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.352348 [ 269 ] {d133b430-1228-448b-b570-15f12aed2a2b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:03:27.352572 [ 269 ] {d133b430-1228-448b-b570-15f12aed2a2b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.352666 [ 127 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.13 23:03:27.352700 [ 127 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.352705 [ 269 ] {d133b430-1228-448b-b570-15f12aed2a2b} executeQuery: Read 31 rows, 56.88 KiB in 0.001867 sec., 16604.177825388324 rows/sec., 29.75 MiB/sec. 2025.05.13 23:03:27.352721 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.352760 [ 269 ] {d133b430-1228-448b-b570-15f12aed2a2b} TCPHandler: Processed in 0.002055176 sec. 2025.05.13 23:03:27.352790 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:03:27.352882 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:27.352980 [ 269 ] {88923e24-4793-43a0-b642-5cb4d8a91b4f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:27.352996 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:27.353022 [ 269 ] {88923e24-4793-43a0-b642-5cb4d8a91b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:27.353063 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 94 rows starting from the beginning of the part 2025.05.13 23:03:27.353201 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part 2025.05.13 23:03:27.353330 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part 2025.05.13 23:03:27.353381 [ 269 ] {88923e24-4793-43a0-b642-5cb4d8a91b4f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:27.353421 [ 269 ] {88923e24-4793-43a0-b642-5cb4d8a91b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:27.353448 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2025.05.13 23:03:27.353572 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part 2025.05.13 23:03:27.353688 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2025.05.13 23:03:27.353731 [ 269 ] {88923e24-4793-43a0-b642-5cb4d8a91b4f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:03:27.353948 [ 269 ] {88923e24-4793-43a0-b642-5cb4d8a91b4f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.354082 [ 269 ] {88923e24-4793-43a0-b642-5cb4d8a91b4f} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2025.05.13 23:03:27.354118 [ 269 ] {88923e24-4793-43a0-b642-5cb4d8a91b4f} TCPHandler: Processed in 0.001287032 sec. 2025.05.13 23:03:27.357920 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 19 columns (19 merged, 0 gathered) in 0.005157595 sec., 39747.20775865496 rows/sec., 71.23 MiB/sec. 2025.05.13 23:03:27.358311 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.13 23:03:27.358606 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:27.358673 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_11_2} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.13 23:03:27.358743 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.05.13 23:03:30.919911 [ 122 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:03:30.920012 [ 122 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:03:30.995010 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 2025.05.13 23:03:30.995491 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:30.995534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:30.996087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:03:30.996316 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:30.996441 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.05.13 23:03:30.996452 [ 122 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.13 23:03:30.996520 [ 122 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:30.996543 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:30.996696 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:03:30.996854 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:30.996905 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part 2025.05.13 23:03:30.997011 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part 2025.05.13 23:03:30.997072 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part 2025.05.13 23:03:30.997125 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part 2025.05.13 23:03:30.997172 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part 2025.05.13 23:03:30.997213 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part 2025.05.13 23:03:30.998600 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001988574 sec., 3711704.9704964464 rows/sec., 53.10 MiB/sec. 2025.05.13 23:03:30.998990 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.13 23:03:30.999231 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:30.999366 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_16_3} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.13 23:03:30.999440 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.05.13 23:03:31.001174 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000826787 sec. 2025.05.13 23:03:31.004339 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 448 2025.05.13 23:03:31.006934 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:31.006972 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:31.008176 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:03:31.008445 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:31.008569 [ 122 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.13 23:03:31.008598 [ 122 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:31.008614 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:31.008697 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:03:31.008706 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 448 2025.05.13 23:03:31.009179 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:31.009299 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 260 rows starting from the beginning of the part 2025.05.13 23:03:31.009626 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part 2025.05.13 23:03:31.009939 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part 2025.05.13 23:03:31.010255 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part 2025.05.13 23:03:31.010561 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2025.05.13 23:03:31.010861 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2025.05.13 23:03:31.016971 [ 191 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 72 columns (72 merged, 0 gathered) in 0.008306126 sec., 53936.094877443466 rows/sec., 48.40 MiB/sec. 2025.05.13 23:03:31.018162 [ 193 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.13 23:03:31.018777 [ 193 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:31.018863 [ 193 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_11_2} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.13 23:03:31.019188 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2025.05.13 23:03:31.401581 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.05.13 23:03:31.418972 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:31.419040 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:31.425439 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:03:31.426149 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:31.426441 [ 122 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.13 23:03:31.426498 [ 122 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:31.426519 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:31.426646 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:03:31.429332 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.05.13 23:03:31.431000 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:31.432493 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:03:31.436980 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:03:31.441342 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:03:31.445764 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:03:31.450307 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:03:31.454837 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:03:31.509736 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.08314727 sec., 1455.2492222534788 rows/sec., 7.52 MiB/sec. 2025.05.13 23:03:31.512151 [ 190 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.13 23:03:31.514309 [ 190 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_16_3} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:31.514414 [ 190 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_16_3} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.13 23:03:31.516587 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.05.13 23:03:32.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 199.78 MiB, peak 209.74 MiB, free memory in arenas 0.00 B, will set to 210.93 MiB (RSS), difference: 11.15 MiB 2025.05.13 23:03:32.348921 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.349107 [ 269 ] {520dada3-5dfd-46f7-afeb-39c4a8126706} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:03:32.349172 [ 269 ] {520dada3-5dfd-46f7-afeb-39c4a8126706} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:03:32.349932 [ 269 ] {520dada3-5dfd-46f7-afeb-39c4a8126706} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.349974 [ 269 ] {520dada3-5dfd-46f7-afeb-39c4a8126706} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.350374 [ 269 ] {520dada3-5dfd-46f7-afeb-39c4a8126706} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:03:32.350613 [ 269 ] {520dada3-5dfd-46f7-afeb-39c4a8126706} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.350781 [ 269 ] {520dada3-5dfd-46f7-afeb-39c4a8126706} executeQuery: Read 212 rows, 13.81 KiB in 0.001727 sec., 122756.2246670527 rows/sec., 7.81 MiB/sec. 2025.05.13 23:03:32.350826 [ 269 ] {520dada3-5dfd-46f7-afeb-39c4a8126706} TCPHandler: Processed in 0.002036656 sec. 2025.05.13 23:03:32.350954 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.351051 [ 269 ] {633870a0-f944-4857-94d8-05380791318e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:32.351093 [ 269 ] {633870a0-f944-4857-94d8-05380791318e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:32.351824 [ 269 ] {633870a0-f944-4857-94d8-05380791318e} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.351861 [ 269 ] {633870a0-f944-4857-94d8-05380791318e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.352217 [ 269 ] {633870a0-f944-4857-94d8-05380791318e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:03:32.352453 [ 269 ] {633870a0-f944-4857-94d8-05380791318e} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.352587 [ 269 ] {633870a0-f944-4857-94d8-05380791318e} executeQuery: Read 635 rows, 51.07 KiB in 0.001555 sec., 408360.12861736334 rows/sec., 32.07 MiB/sec. 2025.05.13 23:03:32.352624 [ 269 ] {633870a0-f944-4857-94d8-05380791318e} TCPHandler: Processed in 0.001721605 sec. 2025.05.13 23:03:32.352737 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.352833 [ 269 ] {90966ccd-feb3-429e-ac6f-5ffe6f91664b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:32.352874 [ 269 ] {90966ccd-feb3-429e-ac6f-5ffe6f91664b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:32.353312 [ 269 ] {90966ccd-feb3-429e-ac6f-5ffe6f91664b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.353349 [ 269 ] {90966ccd-feb3-429e-ac6f-5ffe6f91664b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.353657 [ 269 ] {90966ccd-feb3-429e-ac6f-5ffe6f91664b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:03:32.353874 [ 269 ] {90966ccd-feb3-429e-ac6f-5ffe6f91664b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.354002 [ 269 ] {90966ccd-feb3-429e-ac6f-5ffe6f91664b} executeQuery: Read 115 rows, 7.06 KiB in 0.001188 sec., 96801.3468013468 rows/sec., 5.81 MiB/sec. 2025.05.13 23:03:32.354038 [ 269 ] {90966ccd-feb3-429e-ac6f-5ffe6f91664b} TCPHandler: Processed in 0.001351713 sec. 2025.05.13 23:03:32.354154 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.354250 [ 269 ] {e7272a30-6627-46d1-854e-e66232b5a919} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:03:32.354290 [ 269 ] {e7272a30-6627-46d1-854e-e66232b5a919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:03:32.354716 [ 269 ] {e7272a30-6627-46d1-854e-e66232b5a919} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.354751 [ 269 ] {e7272a30-6627-46d1-854e-e66232b5a919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.355058 [ 269 ] {e7272a30-6627-46d1-854e-e66232b5a919} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:03:32.355281 [ 269 ] {e7272a30-6627-46d1-854e-e66232b5a919} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.355408 [ 269 ] {e7272a30-6627-46d1-854e-e66232b5a919} executeQuery: Read 113 rows, 7.49 KiB in 0.001176 sec., 96088.43537414966 rows/sec., 6.22 MiB/sec. 2025.05.13 23:03:32.355444 [ 269 ] {e7272a30-6627-46d1-854e-e66232b5a919} TCPHandler: Processed in 0.001340323 sec. 2025.05.13 23:03:32.355560 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.355655 [ 269 ] {c5d9bb94-85b4-4cef-a65e-80c4e73188e7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:03:32.355695 [ 269 ] {c5d9bb94-85b4-4cef-a65e-80c4e73188e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:03:32.356121 [ 269 ] {c5d9bb94-85b4-4cef-a65e-80c4e73188e7} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.356157 [ 269 ] {c5d9bb94-85b4-4cef-a65e-80c4e73188e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.356463 [ 269 ] {c5d9bb94-85b4-4cef-a65e-80c4e73188e7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:03:32.356678 [ 269 ] {c5d9bb94-85b4-4cef-a65e-80c4e73188e7} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.356803 [ 269 ] {c5d9bb94-85b4-4cef-a65e-80c4e73188e7} executeQuery: Read 112 rows, 6.53 KiB in 0.001168 sec., 95890.4109589041 rows/sec., 5.46 MiB/sec. 2025.05.13 23:03:32.356841 [ 269 ] {c5d9bb94-85b4-4cef-a65e-80c4e73188e7} TCPHandler: Processed in 0.001330153 sec. 2025.05.13 23:03:32.356957 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.357050 [ 269 ] {bb8b1bf9-4b70-430f-82b3-f74c347e426e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:32.357091 [ 269 ] {bb8b1bf9-4b70-430f-82b3-f74c347e426e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:32.357631 [ 269 ] {bb8b1bf9-4b70-430f-82b3-f74c347e426e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.357670 [ 269 ] {bb8b1bf9-4b70-430f-82b3-f74c347e426e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.357999 [ 269 ] {bb8b1bf9-4b70-430f-82b3-f74c347e426e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:03:32.358211 [ 269 ] {bb8b1bf9-4b70-430f-82b3-f74c347e426e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.358340 [ 269 ] {bb8b1bf9-4b70-430f-82b3-f74c347e426e} executeQuery: Read 391 rows, 28.31 KiB in 0.001307 sec., 299158.3779648049 rows/sec., 21.15 MiB/sec. 2025.05.13 23:03:32.358386 [ 269 ] {bb8b1bf9-4b70-430f-82b3-f74c347e426e} TCPHandler: Processed in 0.001480807 sec. 2025.05.13 23:03:32.358560 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.358654 [ 269 ] {fd13127d-fce3-4e29-b13d-487cdeddcc36} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:03:32.358697 [ 269 ] {fd13127d-fce3-4e29-b13d-487cdeddcc36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:03:32.359026 [ 269 ] {fd13127d-fce3-4e29-b13d-487cdeddcc36} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.359062 [ 269 ] {fd13127d-fce3-4e29-b13d-487cdeddcc36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.359362 [ 269 ] {fd13127d-fce3-4e29-b13d-487cdeddcc36} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:03:32.359585 [ 269 ] {fd13127d-fce3-4e29-b13d-487cdeddcc36} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.359712 [ 269 ] {fd13127d-fce3-4e29-b13d-487cdeddcc36} executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. 2025.05.13 23:03:32.359748 [ 269 ] {fd13127d-fce3-4e29-b13d-487cdeddcc36} TCPHandler: Processed in 0.0012393 sec. 2025.05.13 23:03:32.359859 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.359955 [ 269 ] {7ab9a24e-ea01-4781-aa54-30bd3d2dcdaa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:32.359997 [ 269 ] {7ab9a24e-ea01-4781-aa54-30bd3d2dcdaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:32.360405 [ 269 ] {7ab9a24e-ea01-4781-aa54-30bd3d2dcdaa} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.360440 [ 269 ] {7ab9a24e-ea01-4781-aa54-30bd3d2dcdaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.360767 [ 269 ] {7ab9a24e-ea01-4781-aa54-30bd3d2dcdaa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:03:32.360981 [ 269 ] {7ab9a24e-ea01-4781-aa54-30bd3d2dcdaa} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.361081 [ 120 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.13 23:03:32.361105 [ 269 ] {7ab9a24e-ea01-4781-aa54-30bd3d2dcdaa} executeQuery: Read 237 rows, 16.27 KiB in 0.001171 sec., 202391.11870196415 rows/sec., 13.57 MiB/sec. 2025.05.13 23:03:32.361153 [ 120 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.361162 [ 269 ] {7ab9a24e-ea01-4781-aa54-30bd3d2dcdaa} TCPHandler: Processed in 0.001352263 sec. 2025.05.13 23:03:32.361182 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.361290 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.361291 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:03:32.361392 [ 269 ] {073b5c50-5538-4d8d-a64b-f89c56f032bf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:03:32.361438 [ 269 ] {073b5c50-5538-4d8d-a64b-f89c56f032bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:03:32.361463 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:32.361510 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2539 rows starting from the beginning of the part 2025.05.13 23:03:32.361612 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part 2025.05.13 23:03:32.361669 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:03:32.361718 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 239 rows starting from the beginning of the part 2025.05.13 23:03:32.361749 [ 269 ] {073b5c50-5538-4d8d-a64b-f89c56f032bf} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.361767 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2025.05.13 23:03:32.361793 [ 269 ] {073b5c50-5538-4d8d-a64b-f89c56f032bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.361825 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part 2025.05.13 23:03:32.362198 [ 269 ] {073b5c50-5538-4d8d-a64b-f89c56f032bf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:03:32.362434 [ 269 ] {073b5c50-5538-4d8d-a64b-f89c56f032bf} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.362566 [ 269 ] {073b5c50-5538-4d8d-a64b-f89c56f032bf} executeQuery: Read 1 rows, 69.00 B in 0.001194 sec., 837.5209380234506 rows/sec., 56.43 KiB/sec. 2025.05.13 23:03:32.362605 [ 269 ] {073b5c50-5538-4d8d-a64b-f89c56f032bf} TCPHandler: Processed in 0.001366613 sec. 2025.05.13 23:03:32.362713 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.362817 [ 269 ] {2e0c03bd-3a9e-436b-982b-3a17c99a61e9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:32.362874 [ 269 ] {2e0c03bd-3a9e-436b-982b-3a17c99a61e9} 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.05.13 23:03:32.363631 [ 269 ] {2e0c03bd-3a9e-436b-982b-3a17c99a61e9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.363669 [ 269 ] {2e0c03bd-3a9e-436b-982b-3a17c99a61e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.363712 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3572 rows, containing 5 columns (5 merged, 0 gathered) in 0.002463089 sec., 1450211.5027106206 rows/sec., 99.28 MiB/sec. 2025.05.13 23:03:32.364165 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.13 23:03:32.364260 [ 269 ] {2e0c03bd-3a9e-436b-982b-3a17c99a61e9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:03:32.364451 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.364514 [ 269 ] {2e0c03bd-3a9e-436b-982b-3a17c99a61e9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.364519 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_21_4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.13 23:03:32.364600 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2025.05.13 23:03:32.364657 [ 269 ] {2e0c03bd-3a9e-436b-982b-3a17c99a61e9} executeQuery: Read 9 rows, 16.51 KiB in 0.001859 sec., 4841.312533620226 rows/sec., 8.68 MiB/sec. 2025.05.13 23:03:32.364720 [ 269 ] {2e0c03bd-3a9e-436b-982b-3a17c99a61e9} TCPHandler: Processed in 0.002057396 sec. 2025.05.13 23:03:32.364837 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:32.364931 [ 269 ] {b5453fcc-26b2-4c16-9ee1-d1e57cf6cd78} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:32.364973 [ 269 ] {b5453fcc-26b2-4c16-9ee1-d1e57cf6cd78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:32.365312 [ 269 ] {b5453fcc-26b2-4c16-9ee1-d1e57cf6cd78} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.365349 [ 269 ] {b5453fcc-26b2-4c16-9ee1-d1e57cf6cd78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.365666 [ 269 ] {b5453fcc-26b2-4c16-9ee1-d1e57cf6cd78} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:03:32.365871 [ 269 ] {b5453fcc-26b2-4c16-9ee1-d1e57cf6cd78} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.365970 [ 120 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.13 23:03:32.365995 [ 269 ] {b5453fcc-26b2-4c16-9ee1-d1e57cf6cd78} executeQuery: Read 82 rows, 5.33 KiB in 0.001083 sec., 75715.60480147738 rows/sec., 4.81 MiB/sec. 2025.05.13 23:03:32.366010 [ 120 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:32.366038 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:32.366038 [ 269 ] {b5453fcc-26b2-4c16-9ee1-d1e57cf6cd78} TCPHandler: Processed in 0.00125143 sec. 2025.05.13 23:03:32.366141 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:32.366288 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:32.366320 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 916 rows starting from the beginning of the part 2025.05.13 23:03:32.366381 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part 2025.05.13 23:03:32.366422 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:32.366460 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part 2025.05.13 23:03:32.366496 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:32.366534 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part 2025.05.13 23:03:32.367495 [ 191 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1282 rows, containing 4 columns (4 merged, 0 gathered) in 0.001406925 sec., 911207.0650532189 rows/sec., 59.72 MiB/sec. 2025.05.13 23:03:32.367732 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.13 23:03:32.368055 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:32.368138 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_21_4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.13 23:03:32.368246 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.05.13 23:03:37.345099 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:37.345312 [ 269 ] {d343cc53-9833-496b-946b-e4d1d51f7db6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:03:37.345385 [ 269 ] {d343cc53-9833-496b-946b-e4d1d51f7db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:03:37.345987 [ 269 ] {d343cc53-9833-496b-946b-e4d1d51f7db6} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:37.346028 [ 269 ] {d343cc53-9833-496b-946b-e4d1d51f7db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:37.346398 [ 269 ] {d343cc53-9833-496b-946b-e4d1d51f7db6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:03:37.346626 [ 269 ] {d343cc53-9833-496b-946b-e4d1d51f7db6} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:37.346771 [ 269 ] {d343cc53-9833-496b-946b-e4d1d51f7db6} executeQuery: Read 2 rows, 167.00 B in 0.001516 sec., 1319.2612137203166 rows/sec., 107.58 KiB/sec. 2025.05.13 23:03:37.346812 [ 269 ] {d343cc53-9833-496b-946b-e4d1d51f7db6} TCPHandler: Processed in 0.001852149 sec. 2025.05.13 23:03:37.346932 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:37.347027 [ 269 ] {161c164d-3b6b-44f3-8de0-b19ef03d2413} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:37.347067 [ 269 ] {161c164d-3b6b-44f3-8de0-b19ef03d2413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:37.347514 [ 269 ] {161c164d-3b6b-44f3-8de0-b19ef03d2413} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:37.347550 [ 269 ] {161c164d-3b6b-44f3-8de0-b19ef03d2413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:37.347859 [ 269 ] {161c164d-3b6b-44f3-8de0-b19ef03d2413} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:03:37.348075 [ 269 ] {161c164d-3b6b-44f3-8de0-b19ef03d2413} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:37.348200 [ 269 ] {161c164d-3b6b-44f3-8de0-b19ef03d2413} executeQuery: Read 119 rows, 10.35 KiB in 0.001192 sec., 99832.21476510068 rows/sec., 8.48 MiB/sec. 2025.05.13 23:03:37.348235 [ 269 ] {161c164d-3b6b-44f3-8de0-b19ef03d2413} TCPHandler: Processed in 0.001352834 sec. 2025.05.13 23:03:37.348345 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:37.348438 [ 269 ] {42bcee5f-401b-4459-a275-b83d0aabb734} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:37.348477 [ 269 ] {42bcee5f-401b-4459-a275-b83d0aabb734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:37.348864 [ 269 ] {42bcee5f-401b-4459-a275-b83d0aabb734} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:37.348897 [ 269 ] {42bcee5f-401b-4459-a275-b83d0aabb734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:37.349185 [ 269 ] {42bcee5f-401b-4459-a275-b83d0aabb734} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:03:37.349390 [ 269 ] {42bcee5f-401b-4459-a275-b83d0aabb734} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:37.349503 [ 114 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.13 23:03:37.349513 [ 269 ] {42bcee5f-401b-4459-a275-b83d0aabb734} executeQuery: Read 33 rows, 2.47 KiB in 0.001093 sec., 30192.13174748399 rows/sec., 2.21 MiB/sec. 2025.05.13 23:03:37.349576 [ 114 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:37.349591 [ 269 ] {42bcee5f-401b-4459-a275-b83d0aabb734} TCPHandler: Processed in 0.001294732 sec. 2025.05.13 23:03:37.349603 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:37.349709 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:37.349746 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:03:37.349806 [ 269 ] {c459c6d1-4452-4aed-80ff-38aa3206bb3b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:37.349850 [ 269 ] {c459c6d1-4452-4aed-80ff-38aa3206bb3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:37.349902 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:37.349942 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part 2025.05.13 23:03:37.350007 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part 2025.05.13 23:03:37.350052 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 119 rows starting from the beginning of the part 2025.05.13 23:03:37.350093 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part 2025.05.13 23:03:37.350129 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 115 rows starting from the beginning of the part 2025.05.13 23:03:37.350169 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part 2025.05.13 23:03:37.350260 [ 269 ] {c459c6d1-4452-4aed-80ff-38aa3206bb3b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:37.350302 [ 269 ] {c459c6d1-4452-4aed-80ff-38aa3206bb3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:37.350662 [ 269 ] {c459c6d1-4452-4aed-80ff-38aa3206bb3b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:03:37.350889 [ 269 ] {c459c6d1-4452-4aed-80ff-38aa3206bb3b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:37.351023 [ 269 ] {c459c6d1-4452-4aed-80ff-38aa3206bb3b} executeQuery: Read 97 rows, 7.76 KiB in 0.001235 sec., 78542.5101214575 rows/sec., 6.14 MiB/sec. 2025.05.13 23:03:37.351060 [ 269 ] {c459c6d1-4452-4aed-80ff-38aa3206bb3b} TCPHandler: Processed in 0.001399975 sec. 2025.05.13 23:03:37.351084 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 481 rows, containing 5 columns (5 merged, 0 gathered) in 0.001393435 sec., 345190.1236871472 rows/sec., 23.29 MiB/sec. 2025.05.13 23:03:37.351178 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:37.351274 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.13 23:03:37.351277 [ 269 ] {bc906f07-aa54-4fc6-bafe-a67d448297e0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:37.351338 [ 269 ] {bc906f07-aa54-4fc6-bafe-a67d448297e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:37.351582 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:37.351664 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_16_3} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.13 23:03:37.351740 [ 269 ] {bc906f07-aa54-4fc6-bafe-a67d448297e0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:37.351755 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:03:37.351783 [ 269 ] {bc906f07-aa54-4fc6-bafe-a67d448297e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:37.352128 [ 269 ] {bc906f07-aa54-4fc6-bafe-a67d448297e0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:03:37.352330 [ 269 ] {bc906f07-aa54-4fc6-bafe-a67d448297e0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:37.352459 [ 269 ] {bc906f07-aa54-4fc6-bafe-a67d448297e0} executeQuery: Read 161 rows, 11.48 KiB in 0.001202 sec., 133943.42762063228 rows/sec., 9.33 MiB/sec. 2025.05.13 23:03:37.352495 [ 269 ] {bc906f07-aa54-4fc6-bafe-a67d448297e0} TCPHandler: Processed in 0.001365644 sec. 2025.05.13 23:03:37.352595 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:37.352687 [ 269 ] {1e18e715-4135-4887-856b-913b8264b638} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:37.352741 [ 269 ] {1e18e715-4135-4887-856b-913b8264b638} 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.05.13 23:03:37.353534 [ 269 ] {1e18e715-4135-4887-856b-913b8264b638} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:37.353570 [ 269 ] {1e18e715-4135-4887-856b-913b8264b638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:37.354141 [ 269 ] {1e18e715-4135-4887-856b-913b8264b638} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:03:37.354359 [ 269 ] {1e18e715-4135-4887-856b-913b8264b638} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:37.354494 [ 269 ] {1e18e715-4135-4887-856b-913b8264b638} executeQuery: Read 31 rows, 56.88 KiB in 0.001825 sec., 16986.301369863013 rows/sec., 30.44 MiB/sec. 2025.05.13 23:03:37.354544 [ 269 ] {1e18e715-4135-4887-856b-913b8264b638} TCPHandler: Processed in 0.001998804 sec. 2025.05.13 23:03:37.354655 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:37.354749 [ 269 ] {f545f3e0-eb0c-4327-b0c1-ff8e85d8d1ae} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:37.354789 [ 269 ] {f545f3e0-eb0c-4327-b0c1-ff8e85d8d1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:37.355118 [ 269 ] {f545f3e0-eb0c-4327-b0c1-ff8e85d8d1ae} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:37.355153 [ 269 ] {f545f3e0-eb0c-4327-b0c1-ff8e85d8d1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:37.355458 [ 269 ] {f545f3e0-eb0c-4327-b0c1-ff8e85d8d1ae} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:03:37.355660 [ 269 ] {f545f3e0-eb0c-4327-b0c1-ff8e85d8d1ae} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:37.355782 [ 269 ] {f545f3e0-eb0c-4327-b0c1-ff8e85d8d1ae} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.05.13 23:03:37.355816 [ 269 ] {f545f3e0-eb0c-4327-b0c1-ff8e85d8d1ae} TCPHandler: Processed in 0.001210409 sec. 2025.05.13 23:03:38.496535 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 2025.05.13 23:03:38.497014 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:38.497053 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:38.497522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:03:38.497755 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:38.497882 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 2025.05.13 23:03:38.929404 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.05.13 23:03:38.944352 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:38.944399 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:38.950704 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:03:38.951417 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:38.954025 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.05.13 23:03:41.008857 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 484 2025.05.13 23:03:41.011328 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:41.011385 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:41.012597 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:03:41.012872 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:41.013213 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 484 2025.05.13 23:03:42.349251 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.349483 [ 269 ] {4005ff84-0445-4af8-8314-b10a81ff10a3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:03:42.349571 [ 269 ] {4005ff84-0445-4af8-8314-b10a81ff10a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:03:42.350373 [ 269 ] {4005ff84-0445-4af8-8314-b10a81ff10a3} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.350417 [ 269 ] {4005ff84-0445-4af8-8314-b10a81ff10a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.350824 [ 269 ] {4005ff84-0445-4af8-8314-b10a81ff10a3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:03:42.351046 [ 269 ] {4005ff84-0445-4af8-8314-b10a81ff10a3} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.351193 [ 269 ] {4005ff84-0445-4af8-8314-b10a81ff10a3} executeQuery: Read 212 rows, 13.81 KiB in 0.001776 sec., 119369.36936936936 rows/sec., 7.59 MiB/sec. 2025.05.13 23:03:42.351233 [ 269 ] {4005ff84-0445-4af8-8314-b10a81ff10a3} TCPHandler: Processed in 0.002145719 sec. 2025.05.13 23:03:42.351372 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.351494 [ 269 ] {47f7a7ad-fcd6-4ce8-a70e-610eeaefe4a1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:42.351543 [ 269 ] {47f7a7ad-fcd6-4ce8-a70e-610eeaefe4a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:42.352225 [ 269 ] {47f7a7ad-fcd6-4ce8-a70e-610eeaefe4a1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.352260 [ 269 ] {47f7a7ad-fcd6-4ce8-a70e-610eeaefe4a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.352602 [ 269 ] {47f7a7ad-fcd6-4ce8-a70e-610eeaefe4a1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:03:42.352808 [ 269 ] {47f7a7ad-fcd6-4ce8-a70e-610eeaefe4a1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.352935 [ 269 ] {47f7a7ad-fcd6-4ce8-a70e-610eeaefe4a1} executeQuery: Read 635 rows, 51.07 KiB in 0.001466 sec., 433151.4324693042 rows/sec., 34.02 MiB/sec. 2025.05.13 23:03:42.352972 [ 269 ] {47f7a7ad-fcd6-4ce8-a70e-610eeaefe4a1} TCPHandler: Processed in 0.001662413 sec. 2025.05.13 23:03:42.353094 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.353215 [ 269 ] {fcf42406-786e-444f-a31f-a775ec18eb82} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:42.353265 [ 269 ] {fcf42406-786e-444f-a31f-a775ec18eb82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:42.353753 [ 269 ] {fcf42406-786e-444f-a31f-a775ec18eb82} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.353789 [ 269 ] {fcf42406-786e-444f-a31f-a775ec18eb82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.354105 [ 269 ] {fcf42406-786e-444f-a31f-a775ec18eb82} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:03:42.354321 [ 269 ] {fcf42406-786e-444f-a31f-a775ec18eb82} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.354452 [ 269 ] {fcf42406-786e-444f-a31f-a775ec18eb82} executeQuery: Read 115 rows, 7.06 KiB in 0.001262 sec., 91125.19809825673 rows/sec., 5.47 MiB/sec. 2025.05.13 23:03:42.354490 [ 269 ] {fcf42406-786e-444f-a31f-a775ec18eb82} TCPHandler: Processed in 0.001457626 sec. 2025.05.13 23:03:42.354607 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.354701 [ 269 ] {10865b32-acfe-401a-8a8d-daacff06ba60} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:03:42.354740 [ 269 ] {10865b32-acfe-401a-8a8d-daacff06ba60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:03:42.355158 [ 269 ] {10865b32-acfe-401a-8a8d-daacff06ba60} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.355192 [ 269 ] {10865b32-acfe-401a-8a8d-daacff06ba60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.355486 [ 269 ] {10865b32-acfe-401a-8a8d-daacff06ba60} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:03:42.355703 [ 269 ] {10865b32-acfe-401a-8a8d-daacff06ba60} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.355827 [ 269 ] {10865b32-acfe-401a-8a8d-daacff06ba60} executeQuery: Read 113 rows, 7.49 KiB in 0.001144 sec., 98776.22377622378 rows/sec., 6.39 MiB/sec. 2025.05.13 23:03:42.355864 [ 269 ] {10865b32-acfe-401a-8a8d-daacff06ba60} TCPHandler: Processed in 0.001306021 sec. 2025.05.13 23:03:42.355978 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.356070 [ 269 ] {c7ec5fc1-0dde-44cc-b86b-7419202c9267} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:03:42.356109 [ 269 ] {c7ec5fc1-0dde-44cc-b86b-7419202c9267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:03:42.356520 [ 269 ] {c7ec5fc1-0dde-44cc-b86b-7419202c9267} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.356554 [ 269 ] {c7ec5fc1-0dde-44cc-b86b-7419202c9267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.356844 [ 269 ] {c7ec5fc1-0dde-44cc-b86b-7419202c9267} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:03:42.357047 [ 269 ] {c7ec5fc1-0dde-44cc-b86b-7419202c9267} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.357168 [ 269 ] {c7ec5fc1-0dde-44cc-b86b-7419202c9267} executeQuery: Read 112 rows, 6.53 KiB in 0.001117 sec., 100268.57654431513 rows/sec., 5.71 MiB/sec. 2025.05.13 23:03:42.357205 [ 269 ] {c7ec5fc1-0dde-44cc-b86b-7419202c9267} TCPHandler: Processed in 0.001276551 sec. 2025.05.13 23:03:42.357318 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.357410 [ 269 ] {54a97c49-71a4-4cd9-bf6b-00c5c6a76e0a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:42.357449 [ 269 ] {54a97c49-71a4-4cd9-bf6b-00c5c6a76e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:42.357959 [ 269 ] {54a97c49-71a4-4cd9-bf6b-00c5c6a76e0a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.357993 [ 269 ] {54a97c49-71a4-4cd9-bf6b-00c5c6a76e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.358307 [ 269 ] {54a97c49-71a4-4cd9-bf6b-00c5c6a76e0a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:03:42.358521 [ 269 ] {54a97c49-71a4-4cd9-bf6b-00c5c6a76e0a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.358647 [ 269 ] {54a97c49-71a4-4cd9-bf6b-00c5c6a76e0a} executeQuery: Read 391 rows, 28.31 KiB in 0.001255 sec., 311553.78486055776 rows/sec., 22.03 MiB/sec. 2025.05.13 23:03:42.358684 [ 269 ] {54a97c49-71a4-4cd9-bf6b-00c5c6a76e0a} TCPHandler: Processed in 0.001415516 sec. 2025.05.13 23:03:42.358797 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.358890 [ 269 ] {d2ce8c15-b443-4c76-97ac-224477fed0ab} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:03:42.358932 [ 269 ] {d2ce8c15-b443-4c76-97ac-224477fed0ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:03:42.359266 [ 269 ] {d2ce8c15-b443-4c76-97ac-224477fed0ab} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.359301 [ 269 ] {d2ce8c15-b443-4c76-97ac-224477fed0ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.359595 [ 269 ] {d2ce8c15-b443-4c76-97ac-224477fed0ab} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:03:42.359816 [ 269 ] {d2ce8c15-b443-4c76-97ac-224477fed0ab} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.359940 [ 269 ] {d2ce8c15-b443-4c76-97ac-224477fed0ab} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2025.05.13 23:03:42.359975 [ 269 ] {d2ce8c15-b443-4c76-97ac-224477fed0ab} TCPHandler: Processed in 0.001227299 sec. 2025.05.13 23:03:42.360096 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.360219 [ 269 ] {ba235c26-9574-4046-b0ce-cd660ef3bc33} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:42.360274 [ 269 ] {ba235c26-9574-4046-b0ce-cd660ef3bc33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:42.360742 [ 269 ] {ba235c26-9574-4046-b0ce-cd660ef3bc33} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.360781 [ 269 ] {ba235c26-9574-4046-b0ce-cd660ef3bc33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.361140 [ 269 ] {ba235c26-9574-4046-b0ce-cd660ef3bc33} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:03:42.361376 [ 269 ] {ba235c26-9574-4046-b0ce-cd660ef3bc33} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.361505 [ 269 ] {ba235c26-9574-4046-b0ce-cd660ef3bc33} executeQuery: Read 237 rows, 16.27 KiB in 0.001311 sec., 180778.03203661327 rows/sec., 12.12 MiB/sec. 2025.05.13 23:03:42.361543 [ 269 ] {ba235c26-9574-4046-b0ce-cd660ef3bc33} TCPHandler: Processed in 0.001506578 sec. 2025.05.13 23:03:42.361658 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.361754 [ 269 ] {ac256fde-f920-49e2-858e-8f0b9e664385} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:03:42.361797 [ 269 ] {ac256fde-f920-49e2-858e-8f0b9e664385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:03:42.362119 [ 269 ] {ac256fde-f920-49e2-858e-8f0b9e664385} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.362154 [ 269 ] {ac256fde-f920-49e2-858e-8f0b9e664385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.362452 [ 269 ] {ac256fde-f920-49e2-858e-8f0b9e664385} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:03:42.362663 [ 269 ] {ac256fde-f920-49e2-858e-8f0b9e664385} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.362789 [ 269 ] {ac256fde-f920-49e2-858e-8f0b9e664385} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2025.05.13 23:03:42.362826 [ 269 ] {ac256fde-f920-49e2-858e-8f0b9e664385} TCPHandler: Processed in 0.001217879 sec. 2025.05.13 23:03:42.362933 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.363028 [ 269 ] {a132cd03-3fa9-4d71-9304-ab250f60984b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:42.363084 [ 269 ] {a132cd03-3fa9-4d71-9304-ab250f60984b} 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.05.13 23:03:42.363830 [ 269 ] {a132cd03-3fa9-4d71-9304-ab250f60984b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.363866 [ 269 ] {a132cd03-3fa9-4d71-9304-ab250f60984b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.364389 [ 269 ] {a132cd03-3fa9-4d71-9304-ab250f60984b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:03:42.364612 [ 269 ] {a132cd03-3fa9-4d71-9304-ab250f60984b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.364748 [ 269 ] {a132cd03-3fa9-4d71-9304-ab250f60984b} executeQuery: Read 9 rows, 16.51 KiB in 0.001738 sec., 5178.3659378596085 rows/sec., 9.28 MiB/sec. 2025.05.13 23:03:42.364800 [ 269 ] {a132cd03-3fa9-4d71-9304-ab250f60984b} TCPHandler: Processed in 0.001916171 sec. 2025.05.13 23:03:42.364918 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:42.365013 [ 269 ] {e8faab17-a56b-4d0b-a9eb-08a750d85e22} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:42.365054 [ 269 ] {e8faab17-a56b-4d0b-a9eb-08a750d85e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:42.365387 [ 269 ] {e8faab17-a56b-4d0b-a9eb-08a750d85e22} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:42.365422 [ 269 ] {e8faab17-a56b-4d0b-a9eb-08a750d85e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.16 GiB. 2025.05.13 23:03:42.365729 [ 269 ] {e8faab17-a56b-4d0b-a9eb-08a750d85e22} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:03:42.365941 [ 269 ] {e8faab17-a56b-4d0b-a9eb-08a750d85e22} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:42.366064 [ 269 ] {e8faab17-a56b-4d0b-a9eb-08a750d85e22} executeQuery: Read 82 rows, 5.33 KiB in 0.00107 sec., 76635.5140186916 rows/sec., 4.87 MiB/sec. 2025.05.13 23:03:42.366101 [ 269 ] {e8faab17-a56b-4d0b-a9eb-08a750d85e22} TCPHandler: Processed in 0.00123224 sec. 2025.05.13 23:03:45.920065 [ 103 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:03:45.920162 [ 103 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:03:45.998875 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 2025.05.13 23:03:45.999348 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:45.999394 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:45.999930 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:03:46.000176 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:46.000310 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.05.13 23:03:46.455020 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.05.13 23:03:46.471736 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:46.471809 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:46.477738 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:03:46.478440 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:46.481355 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.05.13 23:03:47.343444 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:47.343651 [ 269 ] {45bf1804-6eaa-47dd-ac35-3a761cd8332d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:47.343727 [ 269 ] {45bf1804-6eaa-47dd-ac35-3a761cd8332d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:47.344453 [ 269 ] {45bf1804-6eaa-47dd-ac35-3a761cd8332d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:47.344502 [ 269 ] {45bf1804-6eaa-47dd-ac35-3a761cd8332d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:47.344918 [ 269 ] {45bf1804-6eaa-47dd-ac35-3a761cd8332d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:03:47.345140 [ 269 ] {45bf1804-6eaa-47dd-ac35-3a761cd8332d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:47.345291 [ 269 ] {45bf1804-6eaa-47dd-ac35-3a761cd8332d} executeQuery: Read 120 rows, 10.47 KiB in 0.001697 sec., 70713.02298173247 rows/sec., 6.02 MiB/sec. 2025.05.13 23:03:47.345334 [ 269 ] {45bf1804-6eaa-47dd-ac35-3a761cd8332d} TCPHandler: Processed in 0.002036775 sec. 2025.05.13 23:03:47.345468 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:47.345563 [ 269 ] {88c4d3a0-8a0e-45dd-ad57-6fa087bfd7d5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:47.345604 [ 269 ] {88c4d3a0-8a0e-45dd-ad57-6fa087bfd7d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:47.346019 [ 269 ] {88c4d3a0-8a0e-45dd-ad57-6fa087bfd7d5} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:47.346057 [ 269 ] {88c4d3a0-8a0e-45dd-ad57-6fa087bfd7d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:47.346371 [ 269 ] {88c4d3a0-8a0e-45dd-ad57-6fa087bfd7d5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:03:47.346581 [ 269 ] {88c4d3a0-8a0e-45dd-ad57-6fa087bfd7d5} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:47.346717 [ 269 ] {88c4d3a0-8a0e-45dd-ad57-6fa087bfd7d5} executeQuery: Read 32 rows, 2.41 KiB in 0.001173 sec., 27280.477408354647 rows/sec., 2.00 MiB/sec. 2025.05.13 23:03:47.346755 [ 269 ] {88c4d3a0-8a0e-45dd-ad57-6fa087bfd7d5} TCPHandler: Processed in 0.001338082 sec. 2025.05.13 23:03:47.346862 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:47.346956 [ 269 ] {4f110511-8a6f-4f63-8113-d313c76f2b7f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:47.346997 [ 269 ] {4f110511-8a6f-4f63-8113-d313c76f2b7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:47.347434 [ 269 ] {4f110511-8a6f-4f63-8113-d313c76f2b7f} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:47.347471 [ 269 ] {4f110511-8a6f-4f63-8113-d313c76f2b7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:47.347775 [ 269 ] {4f110511-8a6f-4f63-8113-d313c76f2b7f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:03:47.347983 [ 269 ] {4f110511-8a6f-4f63-8113-d313c76f2b7f} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:47.348111 [ 269 ] {4f110511-8a6f-4f63-8113-d313c76f2b7f} executeQuery: Read 96 rows, 7.68 KiB in 0.001173 sec., 81841.43222506394 rows/sec., 6.39 MiB/sec. 2025.05.13 23:03:47.348150 [ 269 ] {4f110511-8a6f-4f63-8113-d313c76f2b7f} TCPHandler: Processed in 0.001336723 sec. 2025.05.13 23:03:47.348266 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:47.348360 [ 269 ] {9e5aa34a-cb03-4862-a4b9-ab6dcbf00699} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:47.348405 [ 269 ] {9e5aa34a-cb03-4862-a4b9-ab6dcbf00699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:47.348817 [ 269 ] {9e5aa34a-cb03-4862-a4b9-ab6dcbf00699} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:47.348854 [ 269 ] {9e5aa34a-cb03-4862-a4b9-ab6dcbf00699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:47.349193 [ 269 ] {9e5aa34a-cb03-4862-a4b9-ab6dcbf00699} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:03:47.349406 [ 269 ] {9e5aa34a-cb03-4862-a4b9-ab6dcbf00699} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:47.349534 [ 269 ] {9e5aa34a-cb03-4862-a4b9-ab6dcbf00699} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2025.05.13 23:03:47.349570 [ 269 ] {9e5aa34a-cb03-4862-a4b9-ab6dcbf00699} TCPHandler: Processed in 0.001353374 sec. 2025.05.13 23:03:47.349683 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:47.349777 [ 269 ] {e97260b8-cdba-40a9-b1e0-c1f0212791b5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:47.349832 [ 269 ] {e97260b8-cdba-40a9-b1e0-c1f0212791b5} 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.05.13 23:03:47.350671 [ 269 ] {e97260b8-cdba-40a9-b1e0-c1f0212791b5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:47.350710 [ 269 ] {e97260b8-cdba-40a9-b1e0-c1f0212791b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:47.351253 [ 269 ] {e97260b8-cdba-40a9-b1e0-c1f0212791b5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:03:47.351478 [ 269 ] {e97260b8-cdba-40a9-b1e0-c1f0212791b5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:47.351612 [ 269 ] {e97260b8-cdba-40a9-b1e0-c1f0212791b5} executeQuery: Read 32 rows, 58.72 KiB in 0.001853 sec., 17269.293038316242 rows/sec., 30.95 MiB/sec. 2025.05.13 23:03:47.351667 [ 269 ] {e97260b8-cdba-40a9-b1e0-c1f0212791b5} TCPHandler: Processed in 0.002034326 sec. 2025.05.13 23:03:47.351793 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:47.351888 [ 269 ] {b3e10b7b-cdd6-46c6-887f-d0e7b328de30} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:47.351930 [ 269 ] {b3e10b7b-cdd6-46c6-887f-d0e7b328de30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:47.352272 [ 269 ] {b3e10b7b-cdd6-46c6-887f-d0e7b328de30} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:47.352309 [ 269 ] {b3e10b7b-cdd6-46c6-887f-d0e7b328de30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:47.352609 [ 269 ] {b3e10b7b-cdd6-46c6-887f-d0e7b328de30} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:03:47.352820 [ 269 ] {b3e10b7b-cdd6-46c6-887f-d0e7b328de30} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:47.352946 [ 269 ] {b3e10b7b-cdd6-46c6-887f-d0e7b328de30} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.05.13 23:03:47.352983 [ 269 ] {b3e10b7b-cdd6-46c6-887f-d0e7b328de30} TCPHandler: Processed in 0.00124066 sec. 2025.05.13 23:03:51.014258 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 518 2025.05.13 23:03:51.016551 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:51.016603 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:51.017804 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:03:51.018085 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:51.018419 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 518 2025.05.13 23:03:52.348810 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.349011 [ 269 ] {dadd749b-0140-4ee7-956b-64a9aa4c56e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:03:52.349087 [ 269 ] {dadd749b-0140-4ee7-956b-64a9aa4c56e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:03:52.349916 [ 269 ] {dadd749b-0140-4ee7-956b-64a9aa4c56e8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.349973 [ 269 ] {dadd749b-0140-4ee7-956b-64a9aa4c56e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.350394 [ 269 ] {dadd749b-0140-4ee7-956b-64a9aa4c56e8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:03:52.350626 [ 269 ] {dadd749b-0140-4ee7-956b-64a9aa4c56e8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.350773 [ 94 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.05.13 23:03:52.350783 [ 269 ] {dadd749b-0140-4ee7-956b-64a9aa4c56e8} executeQuery: Read 212 rows, 13.81 KiB in 0.001828 sec., 115973.74179431073 rows/sec., 7.38 MiB/sec. 2025.05.13 23:03:52.350845 [ 94 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.350873 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.350877 [ 269 ] {dadd749b-0140-4ee7-956b-64a9aa4c56e8} TCPHandler: Processed in 0.002212741 sec. 2025.05.13 23:03:52.350983 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::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.05.13 23:03:52.351021 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.351117 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:52.351126 [ 269 ] {f0ae3ed7-8dbd-438d-ad89-a2908f53d6d0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:03:52.351160 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part 2025.05.13 23:03:52.351181 [ 269 ] {f0ae3ed7-8dbd-438d-ad89-a2908f53d6d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:03:52.351240 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:52.351306 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:52.351381 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:52.351445 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.05.13 23:03:52.351603 [ 269 ] {f0ae3ed7-8dbd-438d-ad89-a2908f53d6d0} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.351647 [ 269 ] {f0ae3ed7-8dbd-438d-ad89-a2908f53d6d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.351955 [ 269 ] {f0ae3ed7-8dbd-438d-ad89-a2908f53d6d0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:03:52.352178 [ 269 ] {f0ae3ed7-8dbd-438d-ad89-a2908f53d6d0} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.352314 [ 269 ] {f0ae3ed7-8dbd-438d-ad89-a2908f53d6d0} executeQuery: Read 8 rows, 668.00 B in 0.001211 sec., 6606.110652353426 rows/sec., 538.68 KiB/sec. 2025.05.13 23:03:52.352352 [ 269 ] {f0ae3ed7-8dbd-438d-ad89-a2908f53d6d0} TCPHandler: Processed in 0.001385784 sec. 2025.05.13 23:03:52.352449 [ 190 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513948 sec., 700156.1480315044 rows/sec., 47.20 MiB/sec. 2025.05.13 23:03:52.352471 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.352568 [ 269 ] {99f80cf0-88e9-4690-af40-e1813930534a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:52.352583 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.05.13 23:03:52.352609 [ 269 ] {99f80cf0-88e9-4690-af40-e1813930534a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:52.352848 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.352923 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_9_2} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.05.13 23:03:52.352992 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.05.13 23:03:52.353340 [ 269 ] {99f80cf0-88e9-4690-af40-e1813930534a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.353381 [ 269 ] {99f80cf0-88e9-4690-af40-e1813930534a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.353723 [ 269 ] {99f80cf0-88e9-4690-af40-e1813930534a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:03:52.353931 [ 269 ] {99f80cf0-88e9-4690-af40-e1813930534a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.354044 [ 94 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.05.13 23:03:52.354066 [ 269 ] {99f80cf0-88e9-4690-af40-e1813930534a} executeQuery: Read 639 rows, 51.36 KiB in 0.001516 sec., 421503.9577836412 rows/sec., 33.09 MiB/sec. 2025.05.13 23:03:52.354074 [ 94 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.354105 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.354110 [ 269 ] {99f80cf0-88e9-4690-af40-e1813930534a} TCPHandler: Processed in 0.001689704 sec. 2025.05.13 23:03:52.354178 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.05.13 23:03:52.354242 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.354282 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:52.354312 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 702 rows starting from the beginning of the part 2025.05.13 23:03:52.354339 [ 269 ] {f68b1a94-bc0f-4f12-8e2c-5187dc3bdd69} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:52.354381 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 635 rows starting from the beginning of the part 2025.05.13 23:03:52.354384 [ 269 ] {f68b1a94-bc0f-4f12-8e2c-5187dc3bdd69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:52.354433 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 119 rows starting from the beginning of the part 2025.05.13 23:03:52.354482 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 635 rows starting from the beginning of the part 2025.05.13 23:03:52.354524 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 120 rows starting from the beginning of the part 2025.05.13 23:03:52.354564 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 639 rows starting from the beginning of the part 2025.05.13 23:03:52.354841 [ 269 ] {f68b1a94-bc0f-4f12-8e2c-5187dc3bdd69} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.354882 [ 269 ] {f68b1a94-bc0f-4f12-8e2c-5187dc3bdd69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.355208 [ 269 ] {f68b1a94-bc0f-4f12-8e2c-5187dc3bdd69} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:03:52.355440 [ 269 ] {f68b1a94-bc0f-4f12-8e2c-5187dc3bdd69} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.355567 [ 269 ] {f68b1a94-bc0f-4f12-8e2c-5187dc3bdd69} executeQuery: Read 123 rows, 7.62 KiB in 0.001246 sec., 98715.89085072232 rows/sec., 5.97 MiB/sec. 2025.05.13 23:03:52.355605 [ 269 ] {f68b1a94-bc0f-4f12-8e2c-5187dc3bdd69} TCPHandler: Processed in 0.001418156 sec. 2025.05.13 23:03:52.355725 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.355817 [ 269 ] {1b7a6565-8d1d-47ff-8b9f-8afef609d3da} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:03:52.355846 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 2850 rows, containing 5 columns (5 merged, 0 gathered) in 0.001701294 sec., 1675195.4688607615 rows/sec., 139.36 MiB/sec. 2025.05.13 23:03:52.355857 [ 269 ] {1b7a6565-8d1d-47ff-8b9f-8afef609d3da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:03:52.356000 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.05.13 23:03:52.356306 [ 269 ] {1b7a6565-8d1d-47ff-8b9f-8afef609d3da} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.356313 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.356350 [ 269 ] {1b7a6565-8d1d-47ff-8b9f-8afef609d3da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.356403 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_25_5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.05.13 23:03:52.356476 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.05.13 23:03:52.356677 [ 269 ] {1b7a6565-8d1d-47ff-8b9f-8afef609d3da} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:03:52.356891 [ 269 ] {1b7a6565-8d1d-47ff-8b9f-8afef609d3da} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.356995 [ 94 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.05.13 23:03:52.357016 [ 269 ] {1b7a6565-8d1d-47ff-8b9f-8afef609d3da} executeQuery: Read 113 rows, 7.49 KiB in 0.001217 sec., 92851.27362366475 rows/sec., 6.01 MiB/sec. 2025.05.13 23:03:52.357029 [ 94 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.357057 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.357062 [ 269 ] {1b7a6565-8d1d-47ff-8b9f-8afef609d3da} TCPHandler: Processed in 0.001386924 sec. 2025.05.13 23:03:52.357116 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::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.05.13 23:03:52.357190 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.357205 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:52.357238 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 113 rows starting from the beginning of the part 2025.05.13 23:03:52.357281 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:52.357290 [ 269 ] {8c48e09c-51e3-4d72-bf34-a97f8b6e3e09} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:03:52.357321 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:52.357336 [ 269 ] {8c48e09c-51e3-4d72-bf34-a97f8b6e3e09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:03:52.357358 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:52.357397 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part 2025.05.13 23:03:52.357772 [ 269 ] {8c48e09c-51e3-4d72-bf34-a97f8b6e3e09} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.357814 [ 269 ] {8c48e09c-51e3-4d72-bf34-a97f8b6e3e09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.358064 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.000967851 sec., 583767.5427312675 rows/sec., 40.02 MiB/sec. 2025.05.13 23:03:52.358118 [ 269 ] {8c48e09c-51e3-4d72-bf34-a97f8b6e3e09} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:03:52.358198 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.05.13 23:03:52.358384 [ 269 ] {8c48e09c-51e3-4d72-bf34-a97f8b6e3e09} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.358488 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.358496 [ 94 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.05.13 23:03:52.358525 [ 94 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.358525 [ 269 ] {8c48e09c-51e3-4d72-bf34-a97f8b6e3e09} executeQuery: Read 112 rows, 6.53 KiB in 0.001252 sec., 89456.86900958465 rows/sec., 5.10 MiB/sec. 2025.05.13 23:03:52.358543 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.358555 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_9_2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.05.13 23:03:52.358577 [ 269 ] {8c48e09c-51e3-4d72-bf34-a97f8b6e3e09} TCPHandler: Processed in 0.001436496 sec. 2025.05.13 23:03:52.358610 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::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.05.13 23:03:52.358622 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:03:52.358705 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.358708 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:52.358756 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part 2025.05.13 23:03:52.358806 [ 269 ] {40ddd669-a084-4cc8-9149-5c6c257984b7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:52.358807 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:52.358855 [ 269 ] {40ddd669-a084-4cc8-9149-5c6c257984b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:52.358869 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:52.358912 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:52.358947 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part 2025.05.13 23:03:52.359407 [ 269 ] {40ddd669-a084-4cc8-9149-5c6c257984b7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.359449 [ 269 ] {40ddd669-a084-4cc8-9149-5c6c257984b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.359655 [ 187 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001066484 sec., 525089.9216490824 rows/sec., 31.91 MiB/sec. 2025.05.13 23:03:52.359777 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.05.13 23:03:52.359781 [ 269 ] {40ddd669-a084-4cc8-9149-5c6c257984b7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:03:52.360099 [ 269 ] {40ddd669-a084-4cc8-9149-5c6c257984b7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.360110 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.360183 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_9_2} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.05.13 23:03:52.360212 [ 94 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.05.13 23:03:52.360238 [ 94 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.360240 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:03:52.360255 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.360244 [ 269 ] {40ddd669-a084-4cc8-9149-5c6c257984b7} executeQuery: Read 399 rows, 28.96 KiB in 0.001455 sec., 274226.80412371136 rows/sec., 19.44 MiB/sec. 2025.05.13 23:03:52.360327 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.05.13 23:03:52.360330 [ 269 ] {40ddd669-a084-4cc8-9149-5c6c257984b7} TCPHandler: Processed in 0.001675034 sec. 2025.05.13 23:03:52.360421 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:52.360453 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 450 rows starting from the beginning of the part 2025.05.13 23:03:52.360481 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.360496 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 391 rows starting from the beginning of the part 2025.05.13 23:03:52.360540 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 97 rows starting from the beginning of the part 2025.05.13 23:03:52.360571 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 391 rows starting from the beginning of the part 2025.05.13 23:03:52.360581 [ 269 ] {11fccf24-e48d-4c38-8b41-be99d8a8fa85} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:03:52.360603 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 96 rows starting from the beginning of the part 2025.05.13 23:03:52.360628 [ 269 ] {11fccf24-e48d-4c38-8b41-be99d8a8fa85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:03:52.360640 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 399 rows starting from the beginning of the part 2025.05.13 23:03:52.360995 [ 269 ] {11fccf24-e48d-4c38-8b41-be99d8a8fa85} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.361036 [ 269 ] {11fccf24-e48d-4c38-8b41-be99d8a8fa85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.361354 [ 269 ] {11fccf24-e48d-4c38-8b41-be99d8a8fa85} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:03:52.361562 [ 269 ] {11fccf24-e48d-4c38-8b41-be99d8a8fa85} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.361612 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 1824 rows, containing 5 columns (5 merged, 0 gathered) in 0.001301271 sec., 1401706.4854284774 rows/sec., 105.95 MiB/sec. 2025.05.13 23:03:52.361693 [ 269 ] {11fccf24-e48d-4c38-8b41-be99d8a8fa85} executeQuery: Read 6 rows, 321.00 B in 0.00113 sec., 5309.734513274337 rows/sec., 277.41 KiB/sec. 2025.05.13 23:03:52.361733 [ 269 ] {11fccf24-e48d-4c38-8b41-be99d8a8fa85} TCPHandler: Processed in 0.001302592 sec. 2025.05.13 23:03:52.361806 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.05.13 23:03:52.361847 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.361940 [ 269 ] {4b63dc01-6481-4307-b03c-504e1db8a433} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:52.361984 [ 269 ] {4b63dc01-6481-4307-b03c-504e1db8a433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:52.362071 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.362137 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_25_5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.05.13 23:03:52.362216 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.05.13 23:03:52.362397 [ 269 ] {4b63dc01-6481-4307-b03c-504e1db8a433} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.362431 [ 269 ] {4b63dc01-6481-4307-b03c-504e1db8a433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.362751 [ 269 ] {4b63dc01-6481-4307-b03c-504e1db8a433} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:03:52.362959 [ 269 ] {4b63dc01-6481-4307-b03c-504e1db8a433} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.363085 [ 269 ] {4b63dc01-6481-4307-b03c-504e1db8a433} executeQuery: Read 241 rows, 16.55 KiB in 0.001163 sec., 207222.69991401548 rows/sec., 13.90 MiB/sec. 2025.05.13 23:03:52.363122 [ 269 ] {4b63dc01-6481-4307-b03c-504e1db8a433} TCPHandler: Processed in 0.001323662 sec. 2025.05.13 23:03:52.363241 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.363333 [ 269 ] {c8067ad1-5bf2-4bdc-b08d-b43d41c260fb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:03:52.363374 [ 269 ] {c8067ad1-5bf2-4bdc-b08d-b43d41c260fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:03:52.363688 [ 269 ] {c8067ad1-5bf2-4bdc-b08d-b43d41c260fb} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.363725 [ 269 ] {c8067ad1-5bf2-4bdc-b08d-b43d41c260fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.364015 [ 269 ] {c8067ad1-5bf2-4bdc-b08d-b43d41c260fb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:03:52.364234 [ 269 ] {c8067ad1-5bf2-4bdc-b08d-b43d41c260fb} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.364361 [ 269 ] {c8067ad1-5bf2-4bdc-b08d-b43d41c260fb} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2025.05.13 23:03:52.364398 [ 269 ] {c8067ad1-5bf2-4bdc-b08d-b43d41c260fb} TCPHandler: Processed in 0.001208189 sec. 2025.05.13 23:03:52.364518 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.364609 [ 269 ] {ca6b2b4b-e31d-40ce-96b5-a3cfa1603be1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:52.364663 [ 269 ] {ca6b2b4b-e31d-40ce-96b5-a3cfa1603be1} 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.05.13 23:03:52.365421 [ 269 ] {ca6b2b4b-e31d-40ce-96b5-a3cfa1603be1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.365457 [ 269 ] {ca6b2b4b-e31d-40ce-96b5-a3cfa1603be1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.365957 [ 269 ] {ca6b2b4b-e31d-40ce-96b5-a3cfa1603be1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:03:52.366175 [ 269 ] {ca6b2b4b-e31d-40ce-96b5-a3cfa1603be1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.366283 [ 94 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.13 23:03:52.366309 [ 269 ] {ca6b2b4b-e31d-40ce-96b5-a3cfa1603be1} executeQuery: Read 9 rows, 16.51 KiB in 0.001717 sec., 5241.7006406523005 rows/sec., 9.39 MiB/sec. 2025.05.13 23:03:52.366317 [ 94 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.366347 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.366368 [ 269 ] {ca6b2b4b-e31d-40ce-96b5-a3cfa1603be1} TCPHandler: Processed in 0.001899031 sec. 2025.05.13 23:03:52.366408 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:03:52.366496 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:52.366591 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:52.366594 [ 269 ] {fe2c8918-c74a-4b51-b8df-6ad6d03c4a6a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:52.366642 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 205 rows starting from the beginning of the part 2025.05.13 23:03:52.366652 [ 269 ] {fe2c8918-c74a-4b51-b8df-6ad6d03c4a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:52.366758 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part 2025.05.13 23:03:52.366875 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2025.05.13 23:03:52.366987 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part 2025.05.13 23:03:52.367011 [ 269 ] {fe2c8918-c74a-4b51-b8df-6ad6d03c4a6a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:52.367053 [ 269 ] {fe2c8918-c74a-4b51-b8df-6ad6d03c4a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:52.367086 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2025.05.13 23:03:52.367186 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part 2025.05.13 23:03:52.367376 [ 269 ] {fe2c8918-c74a-4b51-b8df-6ad6d03c4a6a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:03:52.367625 [ 269 ] {fe2c8918-c74a-4b51-b8df-6ad6d03c4a6a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.367764 [ 269 ] {fe2c8918-c74a-4b51-b8df-6ad6d03c4a6a} executeQuery: Read 82 rows, 5.33 KiB in 0.001188 sec., 69023.56902356903 rows/sec., 4.38 MiB/sec. 2025.05.13 23:03:52.367800 [ 269 ] {fe2c8918-c74a-4b51-b8df-6ad6d03c4a6a} TCPHandler: Processed in 0.001353814 sec. 2025.05.13 23:03:52.369492 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 19 columns (19 merged, 0 gathered) in 0.00311335 sec., 94753.24007901456 rows/sec., 169.79 MiB/sec. 2025.05.13 23:03:52.370058 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.13 23:03:52.370450 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:52.370532 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_16_3} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.13 23:03:52.370702 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2025.05.13 23:03:53.501288 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 2025.05.13 23:03:53.501758 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:53.501793 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:53.502268 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:03:53.502499 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:53.502621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 2025.05.13 23:03:53.982328 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.05.13 23:03:54.000999 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:54.001160 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:54.006839 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:03:54.007540 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:54.010765 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.05.13 23:03:57.343836 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:57.344057 [ 269 ] {4b6b9036-a127-42b1-b8f5-4c39f71a659c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:03:57.344132 [ 269 ] {4b6b9036-a127-42b1-b8f5-4c39f71a659c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:03:57.344825 [ 269 ] {4b6b9036-a127-42b1-b8f5-4c39f71a659c} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:57.344875 [ 269 ] {4b6b9036-a127-42b1-b8f5-4c39f71a659c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:57.345271 [ 269 ] {4b6b9036-a127-42b1-b8f5-4c39f71a659c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:03:57.345498 [ 269 ] {4b6b9036-a127-42b1-b8f5-4c39f71a659c} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:57.345651 [ 269 ] {4b6b9036-a127-42b1-b8f5-4c39f71a659c} executeQuery: Read 120 rows, 10.47 KiB in 0.001649 sec., 72771.37659187386 rows/sec., 6.20 MiB/sec. 2025.05.13 23:03:57.345693 [ 269 ] {4b6b9036-a127-42b1-b8f5-4c39f71a659c} TCPHandler: Processed in 0.002004404 sec. 2025.05.13 23:03:57.345817 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:57.345912 [ 269 ] {1de0885b-4deb-4f5e-828a-6e3a0e803036} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:03:57.345954 [ 269 ] {1de0885b-4deb-4f5e-828a-6e3a0e803036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:03:57.346369 [ 269 ] {1de0885b-4deb-4f5e-828a-6e3a0e803036} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:57.346406 [ 269 ] {1de0885b-4deb-4f5e-828a-6e3a0e803036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:57.346707 [ 269 ] {1de0885b-4deb-4f5e-828a-6e3a0e803036} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:03:57.346917 [ 269 ] {1de0885b-4deb-4f5e-828a-6e3a0e803036} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:57.347045 [ 269 ] {1de0885b-4deb-4f5e-828a-6e3a0e803036} executeQuery: Read 32 rows, 2.41 KiB in 0.001151 sec., 27801.911381407474 rows/sec., 2.04 MiB/sec. 2025.05.13 23:03:57.347082 [ 269 ] {1de0885b-4deb-4f5e-828a-6e3a0e803036} TCPHandler: Processed in 0.001314792 sec. 2025.05.13 23:03:57.347211 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:57.347306 [ 269 ] {5405a8ee-10ab-4a47-ba83-da8a63e1cd7b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:03:57.347347 [ 269 ] {5405a8ee-10ab-4a47-ba83-da8a63e1cd7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:03:57.347763 [ 269 ] {5405a8ee-10ab-4a47-ba83-da8a63e1cd7b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:57.347801 [ 269 ] {5405a8ee-10ab-4a47-ba83-da8a63e1cd7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:57.348099 [ 269 ] {5405a8ee-10ab-4a47-ba83-da8a63e1cd7b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:03:57.348302 [ 269 ] {5405a8ee-10ab-4a47-ba83-da8a63e1cd7b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:57.348424 [ 269 ] {5405a8ee-10ab-4a47-ba83-da8a63e1cd7b} executeQuery: Read 96 rows, 7.68 KiB in 0.001136 sec., 84507.04225352113 rows/sec., 6.60 MiB/sec. 2025.05.13 23:03:57.348461 [ 269 ] {5405a8ee-10ab-4a47-ba83-da8a63e1cd7b} TCPHandler: Processed in 0.001299332 sec. 2025.05.13 23:03:57.348569 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:57.348662 [ 269 ] {b71f5fd4-52ab-4f3f-a70a-0a7fc95a11e5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:57.348705 [ 269 ] {b71f5fd4-52ab-4f3f-a70a-0a7fc95a11e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:03:57.349104 [ 269 ] {b71f5fd4-52ab-4f3f-a70a-0a7fc95a11e5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:57.349141 [ 269 ] {b71f5fd4-52ab-4f3f-a70a-0a7fc95a11e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:57.349462 [ 269 ] {b71f5fd4-52ab-4f3f-a70a-0a7fc95a11e5} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:03:57.349663 [ 269 ] {b71f5fd4-52ab-4f3f-a70a-0a7fc95a11e5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:57.349768 [ 85 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.05.13 23:03:57.349787 [ 269 ] {b71f5fd4-52ab-4f3f-a70a-0a7fc95a11e5} executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. 2025.05.13 23:03:57.349836 [ 85 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:57.349845 [ 269 ] {b71f5fd4-52ab-4f3f-a70a-0a7fc95a11e5} TCPHandler: Processed in 0.001324882 sec. 2025.05.13 23:03:57.349866 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:57.349967 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:57.350023 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:03:57.350064 [ 269 ] {fa76c7ea-4be3-44a6-a602-2cb2e5761e6e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:03:57.350151 [ 269 ] {fa76c7ea-4be3-44a6-a602-2cb2e5761e6e} 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.05.13 23:03:57.350256 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:57.350323 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3572 rows starting from the beginning of the part 2025.05.13 23:03:57.350439 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part 2025.05.13 23:03:57.350521 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part 2025.05.13 23:03:57.350596 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:03:57.350666 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 241 rows starting from the beginning of the part 2025.05.13 23:03:57.350731 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2025.05.13 23:03:57.350963 [ 269 ] {fa76c7ea-4be3-44a6-a602-2cb2e5761e6e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:57.351007 [ 269 ] {fa76c7ea-4be3-44a6-a602-2cb2e5761e6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:57.351581 [ 269 ] {fa76c7ea-4be3-44a6-a602-2cb2e5761e6e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:03:57.351816 [ 269 ] {fa76c7ea-4be3-44a6-a602-2cb2e5761e6e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:57.351949 [ 269 ] {fa76c7ea-4be3-44a6-a602-2cb2e5761e6e} executeQuery: Read 32 rows, 58.72 KiB in 0.001903 sec., 16815.554387808723 rows/sec., 30.13 MiB/sec. 2025.05.13 23:03:57.352002 [ 269 ] {fa76c7ea-4be3-44a6-a602-2cb2e5761e6e} TCPHandler: Processed in 0.002086197 sec. 2025.05.13 23:03:57.352112 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:03:57.352206 [ 269 ] {9ac5b14b-7862-404b-8e80-d01f77ea86d4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:03:57.352248 [ 269 ] {9ac5b14b-7862-404b-8e80-d01f77ea86d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:03:57.352445 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4531 rows, containing 5 columns (5 merged, 0 gathered) in 0.00250411 sec., 1809425.3047989106 rows/sec., 123.82 MiB/sec. 2025.05.13 23:03:57.352578 [ 269 ] {9ac5b14b-7862-404b-8e80-d01f77ea86d4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:57.352618 [ 269 ] {9ac5b14b-7862-404b-8e80-d01f77ea86d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:57.352846 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.05.13 23:03:57.352931 [ 269 ] {9ac5b14b-7862-404b-8e80-d01f77ea86d4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:03:57.353196 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:57.353244 [ 269 ] {9ac5b14b-7862-404b-8e80-d01f77ea86d4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:57.353279 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_26_5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.05.13 23:03:57.353362 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2025.05.13 23:03:57.353361 [ 85 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.05.13 23:03:57.353387 [ 269 ] {9ac5b14b-7862-404b-8e80-d01f77ea86d4} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.05.13 23:03:57.353441 [ 85 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:03:57.353467 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:03:57.353468 [ 269 ] {9ac5b14b-7862-404b-8e80-d01f77ea86d4} TCPHandler: Processed in 0.001405345 sec. 2025.05.13 23:03:57.353552 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:57.353648 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:03:57.353677 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1282 rows starting from the beginning of the part 2025.05.13 23:03:57.353735 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:57.353778 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part 2025.05.13 23:03:57.353848 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:57.353886 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part 2025.05.13 23:03:57.353922 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:03:57.354916 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1626 rows, containing 4 columns (4 merged, 0 gathered) in 0.001402914 sec., 1159016.162074083 rows/sec., 75.96 MiB/sec. 2025.05.13 23:03:57.355103 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.05.13 23:03:57.355352 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_26_5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:03:57.355412 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_26_5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.05.13 23:03:57.355473 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.05.13 23:04:00.920220 [ 58 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:04:00.920290 [ 58 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:04:01.003588 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9272 2025.05.13 23:04:01.004091 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:01.004139 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:01.004630 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:04:01.004856 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:01.004989 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9272 2025.05.13 23:04:01.019437 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 554 2025.05.13 23:04:01.021753 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:01.021791 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:01.022976 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:04:01.023236 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:01.023478 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 554 2025.05.13 23:04:01.511733 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.05.13 23:04:01.528907 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:01.528965 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:01.534460 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:04:01.535155 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:01.537969 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.05.13 23:04:02.348975 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.349178 [ 269 ] {3956f5ec-9d7e-4e4a-89b5-cb4c4e720002} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:04:02.349253 [ 269 ] {3956f5ec-9d7e-4e4a-89b5-cb4c4e720002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:04:02.350000 [ 269 ] {3956f5ec-9d7e-4e4a-89b5-cb4c4e720002} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.350047 [ 269 ] {3956f5ec-9d7e-4e4a-89b5-cb4c4e720002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.350440 [ 269 ] {3956f5ec-9d7e-4e4a-89b5-cb4c4e720002} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:04:02.350657 [ 269 ] {3956f5ec-9d7e-4e4a-89b5-cb4c4e720002} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.350809 [ 269 ] {3956f5ec-9d7e-4e4a-89b5-cb4c4e720002} executeQuery: Read 212 rows, 13.81 KiB in 0.001687 sec., 125666.86425607587 rows/sec., 7.99 MiB/sec. 2025.05.13 23:04:02.350851 [ 269 ] {3956f5ec-9d7e-4e4a-89b5-cb4c4e720002} TCPHandler: Processed in 0.002023595 sec. 2025.05.13 23:04:02.350977 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.351073 [ 269 ] {37657f76-16b5-4924-9434-9c5fc73d1160} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:02.351114 [ 269 ] {37657f76-16b5-4924-9434-9c5fc73d1160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:02.351794 [ 269 ] {37657f76-16b5-4924-9434-9c5fc73d1160} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.351831 [ 269 ] {37657f76-16b5-4924-9434-9c5fc73d1160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.352179 [ 269 ] {37657f76-16b5-4924-9434-9c5fc73d1160} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:04:02.352398 [ 269 ] {37657f76-16b5-4924-9434-9c5fc73d1160} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.352527 [ 269 ] {37657f76-16b5-4924-9434-9c5fc73d1160} executeQuery: Read 635 rows, 51.07 KiB in 0.001472 sec., 431385.8695652174 rows/sec., 33.88 MiB/sec. 2025.05.13 23:04:02.352564 [ 269 ] {37657f76-16b5-4924-9434-9c5fc73d1160} TCPHandler: Processed in 0.001637093 sec. 2025.05.13 23:04:02.352677 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.352770 [ 269 ] {95fe1a7d-9ed9-404b-b21d-9138a0274ade} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:02.352810 [ 269 ] {95fe1a7d-9ed9-404b-b21d-9138a0274ade} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:02.353245 [ 269 ] {95fe1a7d-9ed9-404b-b21d-9138a0274ade} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.353279 [ 269 ] {95fe1a7d-9ed9-404b-b21d-9138a0274ade} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.353578 [ 269 ] {95fe1a7d-9ed9-404b-b21d-9138a0274ade} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:04:02.353788 [ 269 ] {95fe1a7d-9ed9-404b-b21d-9138a0274ade} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.353896 [ 42 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.13 23:04:02.353912 [ 269 ] {95fe1a7d-9ed9-404b-b21d-9138a0274ade} executeQuery: Read 115 rows, 7.06 KiB in 0.00116 sec., 99137.93103448275 rows/sec., 5.95 MiB/sec. 2025.05.13 23:04:02.353963 [ 42 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.353972 [ 269 ] {95fe1a7d-9ed9-404b-b21d-9138a0274ade} TCPHandler: Processed in 0.001344743 sec. 2025.05.13 23:04:02.353993 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.354097 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:04:02.354107 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.354208 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:02.354217 [ 269 ] {554e20d3-4926-4c68-9241-a9c56132b37c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:04:02.354241 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 158 rows starting from the beginning of the part 2025.05.13 23:04:02.354259 [ 269 ] {554e20d3-4926-4c68-9241-a9c56132b37c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:04:02.354310 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 115 rows starting from the beginning of the part 2025.05.13 23:04:02.354360 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part 2025.05.13 23:04:02.354405 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 123 rows starting from the beginning of the part 2025.05.13 23:04:02.354450 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:04:02.354491 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 115 rows starting from the beginning of the part 2025.05.13 23:04:02.354673 [ 269 ] {554e20d3-4926-4c68-9241-a9c56132b37c} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.354707 [ 269 ] {554e20d3-4926-4c68-9241-a9c56132b37c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.355011 [ 269 ] {554e20d3-4926-4c68-9241-a9c56132b37c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:04:02.355221 [ 269 ] {554e20d3-4926-4c68-9241-a9c56132b37c} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.355345 [ 269 ] {554e20d3-4926-4c68-9241-a9c56132b37c} executeQuery: Read 113 rows, 7.49 KiB in 0.001146 sec., 98603.83944153576 rows/sec., 6.38 MiB/sec. 2025.05.13 23:04:02.355383 [ 269 ] {554e20d3-4926-4c68-9241-a9c56132b37c} TCPHandler: Processed in 0.001329533 sec. 2025.05.13 23:04:02.355398 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 575 rows, containing 5 columns (5 merged, 0 gathered) in 0.001339612 sec., 429228.7617608681 rows/sec., 28.46 MiB/sec. 2025.05.13 23:04:02.355492 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.355589 [ 269 ] {a64073a6-ae84-4a93-a515-99794cdf8044} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:04:02.355601 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.13 23:04:02.355629 [ 269 ] {a64073a6-ae84-4a93-a515-99794cdf8044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:04:02.355926 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.356012 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_21_4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.13 23:04:02.356043 [ 269 ] {a64073a6-ae84-4a93-a515-99794cdf8044} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.356085 [ 269 ] {a64073a6-ae84-4a93-a515-99794cdf8044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.356112 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.05.13 23:04:02.356380 [ 269 ] {a64073a6-ae84-4a93-a515-99794cdf8044} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:04:02.356601 [ 269 ] {a64073a6-ae84-4a93-a515-99794cdf8044} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.356726 [ 269 ] {a64073a6-ae84-4a93-a515-99794cdf8044} executeQuery: Read 112 rows, 6.53 KiB in 0.001155 sec., 96969.69696969698 rows/sec., 5.52 MiB/sec. 2025.05.13 23:04:02.356764 [ 269 ] {a64073a6-ae84-4a93-a515-99794cdf8044} TCPHandler: Processed in 0.001321912 sec. 2025.05.13 23:04:02.356873 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.356965 [ 269 ] {4f479b28-b0f4-41e4-840f-bf8e65f6e3d4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:02.357004 [ 269 ] {4f479b28-b0f4-41e4-840f-bf8e65f6e3d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:02.357504 [ 269 ] {4f479b28-b0f4-41e4-840f-bf8e65f6e3d4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.357540 [ 269 ] {4f479b28-b0f4-41e4-840f-bf8e65f6e3d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.357856 [ 269 ] {4f479b28-b0f4-41e4-840f-bf8e65f6e3d4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:04:02.358066 [ 269 ] {4f479b28-b0f4-41e4-840f-bf8e65f6e3d4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.358194 [ 269 ] {4f479b28-b0f4-41e4-840f-bf8e65f6e3d4} executeQuery: Read 391 rows, 28.31 KiB in 0.001246 sec., 313804.1733547352 rows/sec., 22.18 MiB/sec. 2025.05.13 23:04:02.358231 [ 269 ] {4f479b28-b0f4-41e4-840f-bf8e65f6e3d4} TCPHandler: Processed in 0.001407655 sec. 2025.05.13 23:04:02.358340 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.358432 [ 269 ] {0b7fa91e-52b1-4017-906c-059301846b45} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:04:02.358473 [ 269 ] {0b7fa91e-52b1-4017-906c-059301846b45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:04:02.358787 [ 269 ] {0b7fa91e-52b1-4017-906c-059301846b45} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.358823 [ 269 ] {0b7fa91e-52b1-4017-906c-059301846b45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.359119 [ 269 ] {0b7fa91e-52b1-4017-906c-059301846b45} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:04:02.359319 [ 269 ] {0b7fa91e-52b1-4017-906c-059301846b45} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.359444 [ 269 ] {0b7fa91e-52b1-4017-906c-059301846b45} executeQuery: Read 6 rows, 321.00 B in 0.00103 sec., 5825.242718446601 rows/sec., 304.35 KiB/sec. 2025.05.13 23:04:02.359480 [ 269 ] {0b7fa91e-52b1-4017-906c-059301846b45} TCPHandler: Processed in 0.001189878 sec. 2025.05.13 23:04:02.359603 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.359721 [ 269 ] {be810ada-480c-4180-9b0c-12339c458579} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:02.359773 [ 269 ] {be810ada-480c-4180-9b0c-12339c458579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:02.360256 [ 269 ] {be810ada-480c-4180-9b0c-12339c458579} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.360295 [ 269 ] {be810ada-480c-4180-9b0c-12339c458579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.360640 [ 269 ] {be810ada-480c-4180-9b0c-12339c458579} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:04:02.360854 [ 269 ] {be810ada-480c-4180-9b0c-12339c458579} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.360981 [ 269 ] {be810ada-480c-4180-9b0c-12339c458579} executeQuery: Read 237 rows, 16.27 KiB in 0.001285 sec., 184435.79766536967 rows/sec., 12.36 MiB/sec. 2025.05.13 23:04:02.361019 [ 269 ] {be810ada-480c-4180-9b0c-12339c458579} TCPHandler: Processed in 0.001476797 sec. 2025.05.13 23:04:02.361127 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.361220 [ 269 ] {9501819d-2499-4274-90fe-39fb75a007a5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:04:02.361261 [ 269 ] {9501819d-2499-4274-90fe-39fb75a007a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:04:02.361559 [ 269 ] {9501819d-2499-4274-90fe-39fb75a007a5} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.361594 [ 269 ] {9501819d-2499-4274-90fe-39fb75a007a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.361894 [ 269 ] {9501819d-2499-4274-90fe-39fb75a007a5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:04:02.362105 [ 269 ] {9501819d-2499-4274-90fe-39fb75a007a5} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.362206 [ 41 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.05.13 23:04:02.362232 [ 269 ] {9501819d-2499-4274-90fe-39fb75a007a5} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2025.05.13 23:04:02.362253 [ 41 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.362273 [ 269 ] {9501819d-2499-4274-90fe-39fb75a007a5} TCPHandler: Processed in 0.001196009 sec. 2025.05.13 23:04:02.362280 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.362364 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.05.13 23:04:02.362385 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.362465 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:02.362486 [ 269 ] {e74fed2d-5680-4b63-ba9e-f7e036c4fcf8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:02.362494 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2025.05.13 23:04:02.362543 [ 269 ] {e74fed2d-5680-4b63-ba9e-f7e036c4fcf8} 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.05.13 23:04:02.362546 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:02.362592 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:02.362629 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:02.362665 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:02.362700 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:02.363287 [ 269 ] {e74fed2d-5680-4b63-ba9e-f7e036c4fcf8} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.363322 [ 269 ] {e74fed2d-5680-4b63-ba9e-f7e036c4fcf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.363481 [ 198 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001145707 sec., 8728.235054861321 rows/sec., 588.13 KiB/sec. 2025.05.13 23:04:02.363593 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.05.13 23:04:02.363826 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.363847 [ 269 ] {e74fed2d-5680-4b63-ba9e-f7e036c4fcf8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:04:02.363888 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_10_2} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.05.13 23:04:02.363944 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:04:02.364072 [ 269 ] {e74fed2d-5680-4b63-ba9e-f7e036c4fcf8} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.364213 [ 269 ] {e74fed2d-5680-4b63-ba9e-f7e036c4fcf8} executeQuery: Read 9 rows, 16.51 KiB in 0.001746 sec., 5154.639175257732 rows/sec., 9.24 MiB/sec. 2025.05.13 23:04:02.364273 [ 269 ] {e74fed2d-5680-4b63-ba9e-f7e036c4fcf8} TCPHandler: Processed in 0.001938643 sec. 2025.05.13 23:04:02.364383 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.364477 [ 269 ] {1e75fb74-1701-4af2-8296-40ec5b187822} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:02.364519 [ 269 ] {1e75fb74-1701-4af2-8296-40ec5b187822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:02.364838 [ 269 ] {1e75fb74-1701-4af2-8296-40ec5b187822} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.364873 [ 269 ] {1e75fb74-1701-4af2-8296-40ec5b187822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:02.365241 [ 269 ] {1e75fb74-1701-4af2-8296-40ec5b187822} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:04:02.365448 [ 269 ] {1e75fb74-1701-4af2-8296-40ec5b187822} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:02.365569 [ 269 ] {1e75fb74-1701-4af2-8296-40ec5b187822} executeQuery: Read 82 rows, 5.33 KiB in 0.001112 sec., 73741.00719424461 rows/sec., 4.68 MiB/sec. 2025.05.13 23:04:02.365605 [ 269 ] {1e75fb74-1701-4af2-8296-40ec5b187822} TCPHandler: Processed in 0.001271111 sec. 2025.05.13 23:04:02.801992 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.802355 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:04:02.802724 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:04:02.802761 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:04:02.803018 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:04:02.803086 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:04:02.803232 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.05.13 23:04:02.803269 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.05.13 23:04:02.803293 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (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.05.13 23:04:02.803309 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:04:02.803349 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:04:02.803369 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 2025.05.13 23:04:02.804232 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} executeQuery: Read 35 rows, 1.35 KiB in 0.002029 sec., 17249.87678659438 rows/sec., 663.72 KiB/sec. 2025.05.13 23:04:02.804331 [ 269 ] {5d1292e9-4c09-4b0a-81ce-705c39d25e42} TCPHandler: Processed in 0.002531431 sec. 2025.05.13 23:04:02.804654 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.804790 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:04:02.805001 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:04:02.805036 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:04:02.805234 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:04:02.805287 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:04:02.805386 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.05.13 23:04:02.805415 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.05.13 23:04:02.805434 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (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.05.13 23:04:02.805449 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:04:02.805482 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:04:02.805500 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 2025.05.13 23:04:02.806007 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} executeQuery: Read 35 rows, 1.35 KiB in 0.001275 sec., 27450.98039215686 rows/sec., 1.03 MiB/sec. 2025.05.13 23:04:02.806092 [ 269 ] {cdf57f6b-a778-46cb-94f6-f8aac13418a1} TCPHandler: Processed in 0.001488657 sec. 2025.05.13 23:04:02.806327 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.806460 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:04:02.806671 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:04:02.806706 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:04:02.806904 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:04:02.806956 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:04:02.807054 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.05.13 23:04:02.807082 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.05.13 23:04:02.807101 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (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.05.13 23:04:02.807116 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:04:02.807150 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:04:02.807168 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 2025.05.13 23:04:02.807604 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} executeQuery: Read 35 rows, 1.35 KiB in 0.0012 sec., 29166.666666666668 rows/sec., 1.10 MiB/sec. 2025.05.13 23:04:02.807688 [ 269 ] {1ddd793c-d315-4480-a01a-54a606270dba} TCPHandler: Processed in 0.001410526 sec. 2025.05.13 23:04:02.807889 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.808021 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:04:02.808230 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:04:02.808264 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:04:02.808463 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:04:02.808516 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:04:02.808613 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.05.13 23:04:02.808641 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.05.13 23:04:02.808660 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (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.05.13 23:04:02.808674 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:04:02.808707 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:04:02.808725 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 2025.05.13 23:04:02.809136 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} executeQuery: Read 35 rows, 1.35 KiB in 0.001172 sec., 29863.48122866894 rows/sec., 1.12 MiB/sec. 2025.05.13 23:04:02.809220 [ 269 ] {10f36c6d-f8bd-4d18-ab21-dd8f33632f65} TCPHandler: Processed in 0.001379894 sec. 2025.05.13 23:04:02.809420 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.809555 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:04:02.809769 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:04:02.809804 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:04:02.810007 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:04:02.810058 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:04:02.810156 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.05.13 23:04:02.810185 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.05.13 23:04:02.810204 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (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.05.13 23:04:02.810218 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:04:02.810250 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:04:02.810267 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 2025.05.13 23:04:02.810679 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} executeQuery: Read 35 rows, 1.35 KiB in 0.001181 sec., 29635.901778154108 rows/sec., 1.11 MiB/sec. 2025.05.13 23:04:02.810764 [ 269 ] {2493c2c4-c2a6-4a97-b4cb-e9fb3c7b67bd} TCPHandler: Processed in 0.001393085 sec. 2025.05.13 23:04:02.810977 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.811111 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:04:02.811321 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:04:02.811356 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:04:02.811559 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:04:02.811611 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:04:02.811708 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.05.13 23:04:02.811735 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.05.13 23:04:02.811754 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (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.05.13 23:04:02.811768 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:04:02.811801 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:04:02.811819 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 2025.05.13 23:04:02.812421 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} executeQuery: Read 35 rows, 1.35 KiB in 0.001368 sec., 25584.795321637426 rows/sec., 984.41 KiB/sec. 2025.05.13 23:04:02.812506 [ 269 ] {931200af-604c-4795-ba24-17769c1e8cf8} TCPHandler: Processed in 0.00157804 sec. 2025.05.13 23:04:02.996725 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.996931 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:04:02.997256 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:04:02.997295 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:04:02.997546 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:04:02.997612 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:04:02.997742 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.05.13 23:04:02.997778 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.05.13 23:04:02.997800 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (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.05.13 23:04:02.997815 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:04:02.997855 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:04:02.997874 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 2025.05.13 23:04:02.998563 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} executeQuery: Read 35 rows, 1.35 KiB in 0.001722 sec., 20325.20325203252 rows/sec., 782.04 KiB/sec. 2025.05.13 23:04:02.998670 [ 269 ] {675ed14a-3e57-484a-8e85-4b728c3f5479} TCPHandler: Processed in 0.002050786 sec. 2025.05.13 23:04:02.999046 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:02.999159 [ 269 ] {8aacc52b-3d0e-4beb-9c8f-970bf60b2a40} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.13 23:04:02.999204 [ 269 ] {8aacc52b-3d0e-4beb-9c8f-970bf60b2a40} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:04:02.999751 [ 269 ] {8aacc52b-3d0e-4beb-9c8f-970bf60b2a40} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:02.999797 [ 269 ] {8aacc52b-3d0e-4beb-9c8f-970bf60b2a40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.000154 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 214.73 MiB, peak 218.99 MiB, free memory in arenas 0.00 B, will set to 213.64 MiB (RSS), difference: -1.09 MiB 2025.05.13 23:04:03.000375 [ 269 ] {8aacc52b-3d0e-4beb-9c8f-970bf60b2a40} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:04:03.000586 [ 269 ] {8aacc52b-3d0e-4beb-9c8f-970bf60b2a40} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.000741 [ 269 ] {8aacc52b-3d0e-4beb-9c8f-970bf60b2a40} executeQuery: Read 7 rows, 1.42 KiB in 0.001615 sec., 4334.3653250774 rows/sec., 881.63 KiB/sec. 2025.05.13 23:04:03.000781 [ 269 ] {8aacc52b-3d0e-4beb-9c8f-970bf60b2a40} TCPHandler: Processed in 0.001785967 sec. 2025.05.13 23:04:03.000901 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:03.001001 [ 269 ] {b8a9174a-65ef-4bdf-a487-56c6fb36c27b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:04:03.001042 [ 269 ] {b8a9174a-65ef-4bdf-a487-56c6fb36c27b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:04:03.001464 [ 269 ] {b8a9174a-65ef-4bdf-a487-56c6fb36c27b} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.001501 [ 269 ] {b8a9174a-65ef-4bdf-a487-56c6fb36c27b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.001802 [ 269 ] {b8a9174a-65ef-4bdf-a487-56c6fb36c27b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:04:03.002016 [ 269 ] {b8a9174a-65ef-4bdf-a487-56c6fb36c27b} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.002130 [ 61 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:04:03.002147 [ 269 ] {b8a9174a-65ef-4bdf-a487-56c6fb36c27b} executeQuery: Read 2 rows, 167.00 B in 0.001168 sec., 1712.3287671232877 rows/sec., 139.63 KiB/sec. 2025.05.13 23:04:03.002199 [ 61 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.002203 [ 269 ] {b8a9174a-65ef-4bdf-a487-56c6fb36c27b} TCPHandler: Processed in 0.001352983 sec. 2025.05.13 23:04:03.002229 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.002340 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::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.05.13 23:04:03.002369 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:03.002474 [ 269 ] {3431c814-1050-4841-9378-9e264f6d7ecd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:03.002478 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:03.002517 [ 269 ] {3431c814-1050-4841-9378-9e264f6d7ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:03.002529 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2025.05.13 23:04:03.002606 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.05.13 23:04:03.002660 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2025.05.13 23:04:03.002708 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2025.05.13 23:04:03.002756 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2025.05.13 23:04:03.002800 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.05.13 23:04:03.003642 [ 193 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352633 sec., 16264.574352392703 rows/sec., 1.36 MiB/sec. 2025.05.13 23:04:03.003784 [ 269 ] {3431c814-1050-4841-9378-9e264f6d7ecd} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.003821 [ 198 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:04:03.003827 [ 269 ] {3431c814-1050-4841-9378-9e264f6d7ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.004177 [ 198 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.004265 [ 198 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_6_1} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:04:03.004290 [ 269 ] {3431c814-1050-4841-9378-9e264f6d7ecd} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:04:03.004376 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.05.13 23:04:03.004532 [ 269 ] {3431c814-1050-4841-9378-9e264f6d7ecd} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.004666 [ 269 ] {3431c814-1050-4841-9378-9e264f6d7ecd} executeQuery: Read 1262 rows, 106.73 KiB in 0.002213 sec., 570266.6064166289 rows/sec., 47.10 MiB/sec. 2025.05.13 23:04:03.004704 [ 269 ] {3431c814-1050-4841-9378-9e264f6d7ecd} TCPHandler: Processed in 0.002385836 sec. 2025.05.13 23:04:03.004832 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:03.004925 [ 269 ] {7568a45b-2d2d-4f6c-83f3-684de156d1c6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:03.004966 [ 269 ] {7568a45b-2d2d-4f6c-83f3-684de156d1c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:03.005398 [ 269 ] {7568a45b-2d2d-4f6c-83f3-684de156d1c6} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.005435 [ 269 ] {7568a45b-2d2d-4f6c-83f3-684de156d1c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.005733 [ 269 ] {7568a45b-2d2d-4f6c-83f3-684de156d1c6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:04:03.005944 [ 269 ] {7568a45b-2d2d-4f6c-83f3-684de156d1c6} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.006071 [ 269 ] {7568a45b-2d2d-4f6c-83f3-684de156d1c6} executeQuery: Read 34 rows, 2.55 KiB in 0.001164 sec., 29209.621993127144 rows/sec., 2.14 MiB/sec. 2025.05.13 23:04:03.006118 [ 269 ] {7568a45b-2d2d-4f6c-83f3-684de156d1c6} TCPHandler: Processed in 0.001335803 sec. 2025.05.13 23:04:03.006238 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:03.006331 [ 269 ] {fb4f031c-10e6-42a0-9291-a4289e237dad} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:04:03.006371 [ 269 ] {fb4f031c-10e6-42a0-9291-a4289e237dad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:04:03.006859 [ 269 ] {fb4f031c-10e6-42a0-9291-a4289e237dad} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.006895 [ 269 ] {fb4f031c-10e6-42a0-9291-a4289e237dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.007206 [ 269 ] {fb4f031c-10e6-42a0-9291-a4289e237dad} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:04:03.007416 [ 269 ] {fb4f031c-10e6-42a0-9291-a4289e237dad} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.007550 [ 269 ] {fb4f031c-10e6-42a0-9291-a4289e237dad} executeQuery: Read 228 rows, 15.81 KiB in 0.001237 sec., 184316.89571544057 rows/sec., 12.48 MiB/sec. 2025.05.13 23:04:03.007595 [ 269 ] {fb4f031c-10e6-42a0-9291-a4289e237dad} TCPHandler: Processed in 0.001407415 sec. 2025.05.13 23:04:03.007711 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:03.007804 [ 269 ] {1ea4fd9d-838c-4987-a8bf-8a21fc46f274} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:03.007843 [ 269 ] {1ea4fd9d-838c-4987-a8bf-8a21fc46f274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:03.008436 [ 269 ] {1ea4fd9d-838c-4987-a8bf-8a21fc46f274} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.008473 [ 269 ] {1ea4fd9d-838c-4987-a8bf-8a21fc46f274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.008794 [ 269 ] {1ea4fd9d-838c-4987-a8bf-8a21fc46f274} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:04:03.009012 [ 269 ] {1ea4fd9d-838c-4987-a8bf-8a21fc46f274} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.009137 [ 269 ] {1ea4fd9d-838c-4987-a8bf-8a21fc46f274} executeQuery: Read 554 rows, 42.13 KiB in 0.001352 sec., 409763.31360946747 rows/sec., 30.43 MiB/sec. 2025.05.13 23:04:03.009181 [ 269 ] {1ea4fd9d-838c-4987-a8bf-8a21fc46f274} TCPHandler: Processed in 0.001520229 sec. 2025.05.13 23:04:03.009302 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:03.009396 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:03.009439 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:03.011429 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.011465 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.012075 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:04:03.012292 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.012421 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} executeQuery: Read 5261 rows, 359.74 KiB in 0.003043 sec., 1728885.9677949392 rows/sec., 115.45 MiB/sec. 2025.05.13 23:04:03.012469 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} MemoryTracker: Peak memory usage (for query): 4.16 MiB. 2025.05.13 23:04:03.012484 [ 269 ] {7eebd236-6c70-43b0-97b3-950a10099b52} TCPHandler: Processed in 0.003232314 sec. 2025.05.13 23:04:03.012609 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:03.012704 [ 269 ] {a8a35147-b0a8-45de-9753-591b6b8d8df1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:03.012760 [ 269 ] {a8a35147-b0a8-45de-9753-591b6b8d8df1} 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.05.13 23:04:03.013570 [ 269 ] {a8a35147-b0a8-45de-9753-591b6b8d8df1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.013607 [ 269 ] {a8a35147-b0a8-45de-9753-591b6b8d8df1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.014141 [ 269 ] {a8a35147-b0a8-45de-9753-591b6b8d8df1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:04:03.014372 [ 269 ] {a8a35147-b0a8-45de-9753-591b6b8d8df1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.014509 [ 269 ] {a8a35147-b0a8-45de-9753-591b6b8d8df1} executeQuery: Read 32 rows, 58.72 KiB in 0.001824 sec., 17543.859649122805 rows/sec., 31.44 MiB/sec. 2025.05.13 23:04:03.014561 [ 269 ] {a8a35147-b0a8-45de-9753-591b6b8d8df1} TCPHandler: Processed in 0.002000574 sec. 2025.05.13 23:04:03.014683 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:03.014780 [ 269 ] {a719c467-80c3-4cb0-8166-c89c196cb802} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:03.014822 [ 269 ] {a719c467-80c3-4cb0-8166-c89c196cb802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:03.015167 [ 269 ] {a719c467-80c3-4cb0-8166-c89c196cb802} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:03.015202 [ 269 ] {a719c467-80c3-4cb0-8166-c89c196cb802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:03.015502 [ 269 ] {a719c467-80c3-4cb0-8166-c89c196cb802} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:04:03.015717 [ 269 ] {a719c467-80c3-4cb0-8166-c89c196cb802} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:03.015845 [ 269 ] {a719c467-80c3-4cb0-8166-c89c196cb802} executeQuery: Read 12 rows, 848.00 B in 0.001085 sec., 11059.907834101383 rows/sec., 763.25 KiB/sec. 2025.05.13 23:04:03.015881 [ 269 ] {a719c467-80c3-4cb0-8166-c89c196cb802} TCPHandler: Processed in 0.00124818 sec. 2025.05.13 23:04:07.340373 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:07.340592 [ 269 ] {8d599330-66b9-4212-94df-8d1094ed5195} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:07.340670 [ 269 ] {8d599330-66b9-4212-94df-8d1094ed5195} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:07.341422 [ 269 ] {8d599330-66b9-4212-94df-8d1094ed5195} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:07.341465 [ 269 ] {8d599330-66b9-4212-94df-8d1094ed5195} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:07.341869 [ 269 ] {8d599330-66b9-4212-94df-8d1094ed5195} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:04:07.342100 [ 269 ] {8d599330-66b9-4212-94df-8d1094ed5195} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:07.342251 [ 269 ] {8d599330-66b9-4212-94df-8d1094ed5195} executeQuery: Read 56 rows, 4.38 KiB in 0.001714 sec., 32672.112018669777 rows/sec., 2.49 MiB/sec. 2025.05.13 23:04:07.342294 [ 269 ] {8d599330-66b9-4212-94df-8d1094ed5195} TCPHandler: Processed in 0.002060906 sec. 2025.05.13 23:04:07.342420 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:07.342520 [ 269 ] {df9ab71c-b44f-43c4-ac63-e39ca8ded83f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:07.342563 [ 269 ] {df9ab71c-b44f-43c4-ac63-e39ca8ded83f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:07.342999 [ 269 ] {df9ab71c-b44f-43c4-ac63-e39ca8ded83f} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:07.343033 [ 269 ] {df9ab71c-b44f-43c4-ac63-e39ca8ded83f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:07.343335 [ 269 ] {df9ab71c-b44f-43c4-ac63-e39ca8ded83f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:04:07.343556 [ 269 ] {df9ab71c-b44f-43c4-ac63-e39ca8ded83f} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:07.343683 [ 269 ] {df9ab71c-b44f-43c4-ac63-e39ca8ded83f} executeQuery: Read 64 rows, 5.12 KiB in 0.001186 sec., 53962.900505902195 rows/sec., 4.21 MiB/sec. 2025.05.13 23:04:07.343720 [ 269 ] {df9ab71c-b44f-43c4-ac63-e39ca8ded83f} TCPHandler: Processed in 0.001352203 sec. 2025.05.13 23:04:07.343836 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:07.343930 [ 269 ] {d3e7d85b-d0b5-4520-8d9b-1b2b5b09213b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:07.343974 [ 269 ] {d3e7d85b-d0b5-4520-8d9b-1b2b5b09213b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:07.344387 [ 269 ] {d3e7d85b-d0b5-4520-8d9b-1b2b5b09213b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:07.344423 [ 269 ] {d3e7d85b-d0b5-4520-8d9b-1b2b5b09213b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:07.344756 [ 269 ] {d3e7d85b-d0b5-4520-8d9b-1b2b5b09213b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:04:07.344978 [ 269 ] {d3e7d85b-d0b5-4520-8d9b-1b2b5b09213b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:07.345104 [ 269 ] {d3e7d85b-d0b5-4520-8d9b-1b2b5b09213b} executeQuery: Read 128 rows, 9.13 KiB in 0.001192 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. 2025.05.13 23:04:07.345140 [ 269 ] {d3e7d85b-d0b5-4520-8d9b-1b2b5b09213b} TCPHandler: Processed in 0.001353363 sec. 2025.05.13 23:04:07.345259 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:07.345351 [ 269 ] {26e8ac14-76b6-4cce-9d80-dfdcc636786c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:07.345394 [ 269 ] {26e8ac14-76b6-4cce-9d80-dfdcc636786c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:07.345753 [ 269 ] {26e8ac14-76b6-4cce-9d80-dfdcc636786c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:07.345787 [ 269 ] {26e8ac14-76b6-4cce-9d80-dfdcc636786c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:07.346108 [ 269 ] {26e8ac14-76b6-4cce-9d80-dfdcc636786c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:04:07.346321 [ 269 ] {26e8ac14-76b6-4cce-9d80-dfdcc636786c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:07.346448 [ 269 ] {26e8ac14-76b6-4cce-9d80-dfdcc636786c} executeQuery: Read 48 rows, 3.31 KiB in 0.001115 sec., 43049.32735426009 rows/sec., 2.90 MiB/sec. 2025.05.13 23:04:07.346483 [ 269 ] {26e8ac14-76b6-4cce-9d80-dfdcc636786c} TCPHandler: Processed in 0.001274671 sec. 2025.05.13 23:04:08.506002 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9699 2025.05.13 23:04:08.506468 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:08.506506 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:08.506986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:04:08.507231 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:08.507351 [ 80 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.13 23:04:08.507364 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 2025.05.13 23:04:08.507396 [ 80 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:08.507419 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:08.507502 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:04:08.507591 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:08.507621 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part 2025.05.13 23:04:08.507675 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part 2025.05.13 23:04:08.507716 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part 2025.05.13 23:04:08.507755 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part 2025.05.13 23:04:08.507791 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part 2025.05.13 23:04:08.507827 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part 2025.05.13 23:04:08.509397 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.001926722 sec., 5033938.47166327 rows/sec., 72.01 MiB/sec. 2025.05.13 23:04:08.509710 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.13 23:04:08.510004 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:08.510080 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_21_4} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.13 23:04:08.510155 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.05.13 23:04:09.038963 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.05.13 23:04:09.057023 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:09.057086 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:09.063475 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:04:09.064340 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:09.064632 [ 79 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.13 23:04:09.064671 [ 79 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:09.064691 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:09.064837 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:09.069178 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.05.13 23:04:09.069422 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:09.070926 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:09.075808 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:09.080838 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:09.085487 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:09.090162 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:09.094761 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:09.155080 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.09029859 sec., 1760.8248367997774 rows/sec., 9.10 MiB/sec. 2025.05.13 23:04:09.157696 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.13 23:04:09.160081 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_21_4} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:09.160229 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_21_4} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.13 23:04:09.162530 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.05.13 23:04:10.001156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 215.18 MiB, peak 225.72 MiB, free memory in arenas 0.00 B, will set to 223.91 MiB (RSS), difference: 8.73 MiB 2025.05.13 23:04:11.024564 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 616 2025.05.13 23:04:11.027441 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:11.027486 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:11.028736 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:04:11.028995 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:11.029253 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 616 2025.05.13 23:04:12.348622 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.348822 [ 269 ] {c6b7f94e-b866-48e0-83f6-8d8ed0610c3a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:04:12.348895 [ 269 ] {c6b7f94e-b866-48e0-83f6-8d8ed0610c3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:04:12.349733 [ 269 ] {c6b7f94e-b866-48e0-83f6-8d8ed0610c3a} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.349770 [ 269 ] {c6b7f94e-b866-48e0-83f6-8d8ed0610c3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.350221 [ 269 ] {c6b7f94e-b866-48e0-83f6-8d8ed0610c3a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:04:12.350458 [ 269 ] {c6b7f94e-b866-48e0-83f6-8d8ed0610c3a} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.350613 [ 269 ] {c6b7f94e-b866-48e0-83f6-8d8ed0610c3a} executeQuery: Read 212 rows, 13.81 KiB in 0.001846 sec., 114842.90357529794 rows/sec., 7.30 MiB/sec. 2025.05.13 23:04:12.350654 [ 269 ] {c6b7f94e-b866-48e0-83f6-8d8ed0610c3a} TCPHandler: Processed in 0.00217154 sec. 2025.05.13 23:04:12.350782 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.350878 [ 269 ] {7d90f2e4-b00c-45cb-abfd-b4c4274b2e09} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:12.350919 [ 269 ] {7d90f2e4-b00c-45cb-abfd-b4c4274b2e09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:12.351619 [ 269 ] {7d90f2e4-b00c-45cb-abfd-b4c4274b2e09} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.351656 [ 269 ] {7d90f2e4-b00c-45cb-abfd-b4c4274b2e09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.352019 [ 269 ] {7d90f2e4-b00c-45cb-abfd-b4c4274b2e09} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:04:12.352242 [ 269 ] {7d90f2e4-b00c-45cb-abfd-b4c4274b2e09} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.352341 [ 75 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.05.13 23:04:12.352370 [ 269 ] {7d90f2e4-b00c-45cb-abfd-b4c4274b2e09} executeQuery: Read 635 rows, 51.07 KiB in 0.001511 sec., 420251.4890800794 rows/sec., 33.01 MiB/sec. 2025.05.13 23:04:12.352378 [ 75 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.352402 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.352407 [ 269 ] {7d90f2e4-b00c-45cb-abfd-b4c4274b2e09} TCPHandler: Processed in 0.001675344 sec. 2025.05.13 23:04:12.352523 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.05.13 23:04:12.352528 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.352670 [ 269 ] {6d685c12-a79a-4a6c-8cb3-39bd651551a0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:12.352679 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:12.352714 [ 269 ] {6d685c12-a79a-4a6c-8cb3-39bd651551a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:12.352723 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 707 rows starting from the beginning of the part 2025.05.13 23:04:12.352805 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 120 rows starting from the beginning of the part 2025.05.13 23:04:12.352848 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 635 rows starting from the beginning of the part 2025.05.13 23:04:12.352891 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:04:12.352934 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2025.05.13 23:04:12.352973 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 635 rows starting from the beginning of the part 2025.05.13 23:04:12.353163 [ 269 ] {6d685c12-a79a-4a6c-8cb3-39bd651551a0} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.353205 [ 269 ] {6d685c12-a79a-4a6c-8cb3-39bd651551a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.353647 [ 269 ] {6d685c12-a79a-4a6c-8cb3-39bd651551a0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:04:12.353899 [ 269 ] {6d685c12-a79a-4a6c-8cb3-39bd651551a0} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.354027 [ 269 ] {6d685c12-a79a-4a6c-8cb3-39bd651551a0} executeQuery: Read 115 rows, 7.06 KiB in 0.001376 sec., 83575.58139534884 rows/sec., 5.01 MiB/sec. 2025.05.13 23:04:12.354063 [ 269 ] {6d685c12-a79a-4a6c-8cb3-39bd651551a0} TCPHandler: Processed in 0.001584641 sec. 2025.05.13 23:04:12.354185 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.354279 [ 269 ] {090d021c-3e06-4596-b0ca-586431d7fbd6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:04:12.354319 [ 269 ] {090d021c-3e06-4596-b0ca-586431d7fbd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:04:12.354459 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 3415 rows, containing 5 columns (5 merged, 0 gathered) in 0.001996473 sec., 1710516.4958404147 rows/sec., 144.20 MiB/sec. 2025.05.13 23:04:12.354703 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.05.13 23:04:12.354747 [ 269 ] {090d021c-3e06-4596-b0ca-586431d7fbd6} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.354792 [ 269 ] {090d021c-3e06-4596-b0ca-586431d7fbd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.354976 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.355062 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_30_6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.05.13 23:04:12.355138 [ 269 ] {090d021c-3e06-4596-b0ca-586431d7fbd6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:04:12.355142 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2025.05.13 23:04:12.355369 [ 269 ] {090d021c-3e06-4596-b0ca-586431d7fbd6} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.355500 [ 269 ] {090d021c-3e06-4596-b0ca-586431d7fbd6} executeQuery: Read 113 rows, 7.49 KiB in 0.001239 sec., 91202.58272800645 rows/sec., 5.90 MiB/sec. 2025.05.13 23:04:12.355537 [ 269 ] {090d021c-3e06-4596-b0ca-586431d7fbd6} TCPHandler: Processed in 0.001402075 sec. 2025.05.13 23:04:12.355654 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.355748 [ 269 ] {80c6e8b4-5052-4562-a324-a7a33b319654} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:04:12.355787 [ 269 ] {80c6e8b4-5052-4562-a324-a7a33b319654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:04:12.356207 [ 269 ] {80c6e8b4-5052-4562-a324-a7a33b319654} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.356242 [ 269 ] {80c6e8b4-5052-4562-a324-a7a33b319654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.356543 [ 269 ] {80c6e8b4-5052-4562-a324-a7a33b319654} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:04:12.356758 [ 269 ] {80c6e8b4-5052-4562-a324-a7a33b319654} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.356884 [ 269 ] {80c6e8b4-5052-4562-a324-a7a33b319654} executeQuery: Read 112 rows, 6.53 KiB in 0.001155 sec., 96969.69696969698 rows/sec., 5.52 MiB/sec. 2025.05.13 23:04:12.356921 [ 269 ] {80c6e8b4-5052-4562-a324-a7a33b319654} TCPHandler: Processed in 0.001316872 sec. 2025.05.13 23:04:12.357036 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.357129 [ 269 ] {3e96c145-ea3d-448c-a5e6-9b539db43142} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:12.357168 [ 269 ] {3e96c145-ea3d-448c-a5e6-9b539db43142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:12.357710 [ 269 ] {3e96c145-ea3d-448c-a5e6-9b539db43142} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.357744 [ 269 ] {3e96c145-ea3d-448c-a5e6-9b539db43142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.358083 [ 269 ] {3e96c145-ea3d-448c-a5e6-9b539db43142} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:04:12.358309 [ 269 ] {3e96c145-ea3d-448c-a5e6-9b539db43142} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.358399 [ 75 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.05.13 23:04:12.358427 [ 75 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.358436 [ 269 ] {3e96c145-ea3d-448c-a5e6-9b539db43142} executeQuery: Read 391 rows, 28.31 KiB in 0.001324 sec., 295317.2205438066 rows/sec., 20.88 MiB/sec. 2025.05.13 23:04:12.358444 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.358474 [ 269 ] {3e96c145-ea3d-448c-a5e6-9b539db43142} TCPHandler: Processed in 0.001487748 sec. 2025.05.13 23:04:12.358531 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.05.13 23:04:12.358589 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.358640 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:12.358676 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 457 rows starting from the beginning of the part 2025.05.13 23:04:12.358688 [ 269 ] {a6fff972-31a9-4256-acba-2280ac23d4e9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:04:12.358733 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 96 rows starting from the beginning of the part 2025.05.13 23:04:12.358736 [ 269 ] {a6fff972-31a9-4256-acba-2280ac23d4e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:04:12.358787 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 391 rows starting from the beginning of the part 2025.05.13 23:04:12.358842 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 554 rows starting from the beginning of the part 2025.05.13 23:04:12.358886 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2025.05.13 23:04:12.358971 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 391 rows starting from the beginning of the part 2025.05.13 23:04:12.359132 [ 269 ] {a6fff972-31a9-4256-acba-2280ac23d4e9} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.359183 [ 269 ] {a6fff972-31a9-4256-acba-2280ac23d4e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.359585 [ 269 ] {a6fff972-31a9-4256-acba-2280ac23d4e9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:04:12.359814 [ 269 ] {a6fff972-31a9-4256-acba-2280ac23d4e9} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.359905 [ 75 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.13 23:04:12.359929 [ 75 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.359945 [ 269 ] {a6fff972-31a9-4256-acba-2280ac23d4e9} executeQuery: Read 6 rows, 321.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 246.06 KiB/sec. 2025.05.13 23:04:12.359946 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.360011 [ 269 ] {a6fff972-31a9-4256-acba-2280ac23d4e9} TCPHandler: Processed in 0.001470517 sec. 2025.05.13 23:04:12.360060 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:04:12.360119 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620302 sec., 1205330.858074606 rows/sec., 92.08 MiB/sec. 2025.05.13 23:04:12.360148 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:12.360126 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.360186 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.05.13 23:04:12.360240 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.05.13 23:04:12.360275 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.05.13 23:04:12.360277 [ 269 ] {179a1512-ca23-42d2-9c40-f03a8f85cc4a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:12.360309 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.05.13 23:04:12.360311 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.05.13 23:04:12.360335 [ 269 ] {179a1512-ca23-42d2-9c40-f03a8f85cc4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:12.360349 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.05.13 23:04:12.360390 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.05.13 23:04:12.360615 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.360680 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_30_6} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.05.13 23:04:12.360741 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.05.13 23:04:12.360782 [ 269 ] {179a1512-ca23-42d2-9c40-f03a8f85cc4a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.360824 [ 269 ] {179a1512-ca23-42d2-9c40-f03a8f85cc4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.361030 [ 191 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001000652 sec., 65956.99603858283 rows/sec., 3.37 MiB/sec. 2025.05.13 23:04:12.361126 [ 201 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.13 23:04:12.361183 [ 269 ] {179a1512-ca23-42d2-9c40-f03a8f85cc4a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:04:12.361438 [ 201 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.361481 [ 269 ] {179a1512-ca23-42d2-9c40-f03a8f85cc4a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.361513 [ 201 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_11_2} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.13 23:04:12.361573 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.05.13 23:04:12.361624 [ 269 ] {179a1512-ca23-42d2-9c40-f03a8f85cc4a} executeQuery: Read 237 rows, 16.27 KiB in 0.001368 sec., 173245.6140350877 rows/sec., 11.61 MiB/sec. 2025.05.13 23:04:12.361665 [ 269 ] {179a1512-ca23-42d2-9c40-f03a8f85cc4a} TCPHandler: Processed in 0.001590471 sec. 2025.05.13 23:04:12.361782 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.361878 [ 269 ] {42a9d6b0-b2fe-43af-993a-40ab62b21e9c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:04:12.361920 [ 269 ] {42a9d6b0-b2fe-43af-993a-40ab62b21e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:04:12.362241 [ 269 ] {42a9d6b0-b2fe-43af-993a-40ab62b21e9c} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.362275 [ 269 ] {42a9d6b0-b2fe-43af-993a-40ab62b21e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.362573 [ 269 ] {42a9d6b0-b2fe-43af-993a-40ab62b21e9c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:04:12.362796 [ 269 ] {42a9d6b0-b2fe-43af-993a-40ab62b21e9c} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.362926 [ 269 ] {42a9d6b0-b2fe-43af-993a-40ab62b21e9c} executeQuery: Read 1 rows, 69.00 B in 0.001068 sec., 936.3295880149814 rows/sec., 63.09 KiB/sec. 2025.05.13 23:04:12.362961 [ 269 ] {42a9d6b0-b2fe-43af-993a-40ab62b21e9c} TCPHandler: Processed in 0.001231229 sec. 2025.05.13 23:04:12.363073 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.363166 [ 269 ] {88a374ab-a39d-44a8-8461-962e708572dd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:12.363220 [ 269 ] {88a374ab-a39d-44a8-8461-962e708572dd} 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.05.13 23:04:12.363994 [ 269 ] {88a374ab-a39d-44a8-8461-962e708572dd} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.364030 [ 269 ] {88a374ab-a39d-44a8-8461-962e708572dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.364522 [ 269 ] {88a374ab-a39d-44a8-8461-962e708572dd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:04:12.364745 [ 269 ] {88a374ab-a39d-44a8-8461-962e708572dd} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.364876 [ 269 ] {88a374ab-a39d-44a8-8461-962e708572dd} executeQuery: Read 9 rows, 16.51 KiB in 0.001729 sec., 5205.320994794679 rows/sec., 9.33 MiB/sec. 2025.05.13 23:04:12.364929 [ 269 ] {88a374ab-a39d-44a8-8461-962e708572dd} TCPHandler: Processed in 0.001904601 sec. 2025.05.13 23:04:12.365049 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:12.365144 [ 269 ] {8033e280-9883-4b33-9cc3-1b0f5a123fdf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:12.365185 [ 269 ] {8033e280-9883-4b33-9cc3-1b0f5a123fdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:12.365519 [ 269 ] {8033e280-9883-4b33-9cc3-1b0f5a123fdf} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:12.365554 [ 269 ] {8033e280-9883-4b33-9cc3-1b0f5a123fdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:12.365869 [ 269 ] {8033e280-9883-4b33-9cc3-1b0f5a123fdf} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:04:12.366085 [ 269 ] {8033e280-9883-4b33-9cc3-1b0f5a123fdf} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:12.366209 [ 269 ] {8033e280-9883-4b33-9cc3-1b0f5a123fdf} executeQuery: Read 82 rows, 5.33 KiB in 0.001084 sec., 75645.75645756458 rows/sec., 4.80 MiB/sec. 2025.05.13 23:04:12.366245 [ 269 ] {8033e280-9883-4b33-9cc3-1b0f5a123fdf} TCPHandler: Processed in 0.0012457 sec. 2025.05.13 23:04:15.920331 [ 70 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:04:15.920394 [ 70 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:04:16.008341 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10187 2025.05.13 23:04:16.008879 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:16.008927 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:16.009401 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:04:16.009633 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:16.009770 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10187 2025.05.13 23:04:16.570136 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.05.13 23:04:16.585735 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:16.585786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:16.592205 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:04:16.592909 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:16.595485 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.05.13 23:04:17.000220 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 224.51 MiB, peak 230.80 MiB, free memory in arenas 0.00 B, will set to 225.54 MiB (RSS), difference: 1.03 MiB 2025.05.13 23:04:17.343948 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:17.344150 [ 269 ] {86f05106-8799-4270-8cf5-346f4a05a138} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:17.344223 [ 269 ] {86f05106-8799-4270-8cf5-346f4a05a138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:17.344975 [ 269 ] {86f05106-8799-4270-8cf5-346f4a05a138} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.345017 [ 269 ] {86f05106-8799-4270-8cf5-346f4a05a138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.345421 [ 269 ] {86f05106-8799-4270-8cf5-346f4a05a138} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:04:17.345658 [ 269 ] {86f05106-8799-4270-8cf5-346f4a05a138} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.345817 [ 269 ] {86f05106-8799-4270-8cf5-346f4a05a138} executeQuery: Read 120 rows, 10.47 KiB in 0.001723 sec., 69645.96633778294 rows/sec., 5.93 MiB/sec. 2025.05.13 23:04:17.345868 [ 269 ] {86f05106-8799-4270-8cf5-346f4a05a138} TCPHandler: Processed in 0.002060935 sec. 2025.05.13 23:04:17.346017 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:17.346119 [ 269 ] {49501990-4653-4e89-b36a-e76ba8b65207} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:17.346161 [ 269 ] {49501990-4653-4e89-b36a-e76ba8b65207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:17.346595 [ 269 ] {49501990-4653-4e89-b36a-e76ba8b65207} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.346631 [ 269 ] {49501990-4653-4e89-b36a-e76ba8b65207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.346934 [ 269 ] {49501990-4653-4e89-b36a-e76ba8b65207} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:04:17.347148 [ 269 ] {49501990-4653-4e89-b36a-e76ba8b65207} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.347275 [ 269 ] {49501990-4653-4e89-b36a-e76ba8b65207} executeQuery: Read 32 rows, 2.41 KiB in 0.00118 sec., 27118.64406779661 rows/sec., 1.99 MiB/sec. 2025.05.13 23:04:17.347311 [ 269 ] {49501990-4653-4e89-b36a-e76ba8b65207} TCPHandler: Processed in 0.001344983 sec. 2025.05.13 23:04:17.347424 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:17.347519 [ 269 ] {0290724b-7cdb-4324-abf7-67344ed0d03b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:17.347558 [ 269 ] {0290724b-7cdb-4324-abf7-67344ed0d03b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:17.347999 [ 269 ] {0290724b-7cdb-4324-abf7-67344ed0d03b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.348032 [ 269 ] {0290724b-7cdb-4324-abf7-67344ed0d03b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.348328 [ 269 ] {0290724b-7cdb-4324-abf7-67344ed0d03b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:04:17.348548 [ 269 ] {0290724b-7cdb-4324-abf7-67344ed0d03b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.348673 [ 269 ] {0290724b-7cdb-4324-abf7-67344ed0d03b} executeQuery: Read 96 rows, 7.68 KiB in 0.001174 sec., 81771.72061328791 rows/sec., 6.39 MiB/sec. 2025.05.13 23:04:17.348710 [ 269 ] {0290724b-7cdb-4324-abf7-67344ed0d03b} TCPHandler: Processed in 0.001333182 sec. 2025.05.13 23:04:17.348836 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:17.348931 [ 269 ] {25468254-79d4-471c-90ef-1d2f007490f9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:17.348974 [ 269 ] {25468254-79d4-471c-90ef-1d2f007490f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:17.349391 [ 269 ] {25468254-79d4-471c-90ef-1d2f007490f9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.349424 [ 269 ] {25468254-79d4-471c-90ef-1d2f007490f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.349741 [ 269 ] {25468254-79d4-471c-90ef-1d2f007490f9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:04:17.349960 [ 269 ] {25468254-79d4-471c-90ef-1d2f007490f9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.350050 [ 67 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.05.13 23:04:17.350083 [ 269 ] {25468254-79d4-471c-90ef-1d2f007490f9} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.05.13 23:04:17.350088 [ 67 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.350113 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.350119 [ 269 ] {25468254-79d4-471c-90ef-1d2f007490f9} TCPHandler: Processed in 0.001340913 sec. 2025.05.13 23:04:17.350229 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:04:17.350233 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:17.350380 [ 269 ] {c3db1860-99cd-41fc-bf17-b30e1710aaee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:17.350402 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:17.350435 [ 269 ] {c3db1860-99cd-41fc-bf17-b30e1710aaee} 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.05.13 23:04:17.350448 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4531 rows starting from the beginning of the part 2025.05.13 23:04:17.350527 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part 2025.05.13 23:04:17.350579 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5261 rows starting from the beginning of the part 2025.05.13 23:04:17.350626 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part 2025.05.13 23:04:17.350673 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part 2025.05.13 23:04:17.350720 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:04:17.351258 [ 269 ] {c3db1860-99cd-41fc-bf17-b30e1710aaee} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.351299 [ 269 ] {c3db1860-99cd-41fc-bf17-b30e1710aaee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.352015 [ 269 ] {c3db1860-99cd-41fc-bf17-b30e1710aaee} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:04:17.352255 [ 269 ] {c3db1860-99cd-41fc-bf17-b30e1710aaee} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.352389 [ 269 ] {c3db1860-99cd-41fc-bf17-b30e1710aaee} executeQuery: Read 32 rows, 58.72 KiB in 0.002027 sec., 15786.877158362111 rows/sec., 28.29 MiB/sec. 2025.05.13 23:04:17.352391 [ 66 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.13 23:04:17.352442 [ 269 ] {c3db1860-99cd-41fc-bf17-b30e1710aaee} TCPHandler: Processed in 0.002257232 sec. 2025.05.13 23:04:17.352476 [ 66 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.352502 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.352566 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:17.352591 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:04:17.352663 [ 269 ] {5e4408fd-4b15-457e-927e-0496d04c051f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:17.352705 [ 269 ] {5e4408fd-4b15-457e-927e-0496d04c051f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:17.352773 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:17.352839 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 295 rows starting from the beginning of the part 2025.05.13 23:04:17.352978 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2025.05.13 23:04:17.353040 [ 269 ] {5e4408fd-4b15-457e-927e-0496d04c051f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.353075 [ 269 ] {5e4408fd-4b15-457e-927e-0496d04c051f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.353079 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part 2025.05.13 23:04:17.353216 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2025.05.13 23:04:17.353305 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part 2025.05.13 23:04:17.353396 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part 2025.05.13 23:04:17.353441 [ 269 ] {5e4408fd-4b15-457e-927e-0496d04c051f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:04:17.353666 [ 269 ] {5e4408fd-4b15-457e-927e-0496d04c051f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.353782 [ 66 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.05.13 23:04:17.353798 [ 269 ] {5e4408fd-4b15-457e-927e-0496d04c051f} executeQuery: Read 60 rows, 4.14 KiB in 0.001153 sec., 52038.16131830009 rows/sec., 3.51 MiB/sec. 2025.05.13 23:04:17.353822 [ 66 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:17.353840 [ 269 ] {5e4408fd-4b15-457e-927e-0496d04c051f} TCPHandler: Processed in 0.001321973 sec. 2025.05.13 23:04:17.353848 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:17.353931 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:04:17.354021 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:17.354048 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1626 rows starting from the beginning of the part 2025.05.13 23:04:17.354096 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part 2025.05.13 23:04:17.354137 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2025.05.13 23:04:17.354173 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part 2025.05.13 23:04:17.354212 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part 2025.05.13 23:04:17.354248 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:04:17.355556 [ 187 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10554 rows, containing 5 columns (5 merged, 0 gathered) in 0.005385232 sec., 1959804.1458566687 rows/sec., 132.44 MiB/sec. 2025.05.13 23:04:17.355636 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1910 rows, containing 4 columns (4 merged, 0 gathered) in 0.001735965 sec., 1100252.5972585853 rows/sec., 72.05 MiB/sec. 2025.05.13 23:04:17.355905 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.05.13 23:04:17.355988 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.05.13 23:04:17.356270 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.356358 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.356366 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_31_6} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.05.13 23:04:17.356454 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_31_6} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.05.13 23:04:17.356479 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2025.05.13 23:04:17.356568 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2025.05.13 23:04:17.357327 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 409 rows, containing 19 columns (19 merged, 0 gathered) in 0.004777593 sec., 85607.96200094902 rows/sec., 153.41 MiB/sec. 2025.05.13 23:04:17.357948 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.13 23:04:17.358255 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:17.358319 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_21_4} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.13 23:04:17.358395 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2025.05.13 23:04:18.001179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 226.13 MiB, peak 237.72 MiB, free memory in arenas 0.00 B, will set to 229.73 MiB (RSS), difference: 3.60 MiB 2025.05.13 23:04:21.030423 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 650 2025.05.13 23:04:21.032734 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:21.032787 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:21.033993 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:04:21.034274 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:21.034449 [ 63 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.13 23:04:21.034515 [ 63 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:21.034536 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:21.034539 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 650 2025.05.13 23:04:21.034665 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:04:21.035260 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:21.035419 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:04:21.035813 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2025.05.13 23:04:21.036122 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2025.05.13 23:04:21.036432 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2025.05.13 23:04:21.036720 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 62 rows starting from the beginning of the part 2025.05.13 23:04:21.037051 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2025.05.13 23:04:21.043176 [ 195 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 650 rows, containing 72 columns (72 merged, 0 gathered) in 0.008570404 sec., 75842.39902809716 rows/sec., 65.74 MiB/sec. 2025.05.13 23:04:21.044032 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.13 23:04:21.044558 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:21.044632 [ 192 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_16_3} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.13 23:04:21.044813 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2025.05.13 23:04:22.348663 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.348855 [ 269 ] {4df8fd34-057c-4b67-90c3-94e6e2e4f638} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:04:22.348936 [ 269 ] {4df8fd34-057c-4b67-90c3-94e6e2e4f638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:04:22.349713 [ 269 ] {4df8fd34-057c-4b67-90c3-94e6e2e4f638} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.349762 [ 269 ] {4df8fd34-057c-4b67-90c3-94e6e2e4f638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.350172 [ 269 ] {4df8fd34-057c-4b67-90c3-94e6e2e4f638} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:04:22.350411 [ 269 ] {4df8fd34-057c-4b67-90c3-94e6e2e4f638} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.350563 [ 269 ] {4df8fd34-057c-4b67-90c3-94e6e2e4f638} executeQuery: Read 212 rows, 13.81 KiB in 0.001761 sec., 120386.14423622942 rows/sec., 7.66 MiB/sec. 2025.05.13 23:04:22.350608 [ 269 ] {4df8fd34-057c-4b67-90c3-94e6e2e4f638} TCPHandler: Processed in 0.002102057 sec. 2025.05.13 23:04:22.350745 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.350839 [ 269 ] {9b5aa8ff-e814-4253-8309-d153814b8563} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:04:22.350881 [ 269 ] {9b5aa8ff-e814-4253-8309-d153814b8563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:04:22.351295 [ 269 ] {9b5aa8ff-e814-4253-8309-d153814b8563} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.351332 [ 269 ] {9b5aa8ff-e814-4253-8309-d153814b8563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.351659 [ 269 ] {9b5aa8ff-e814-4253-8309-d153814b8563} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:04:22.351871 [ 269 ] {9b5aa8ff-e814-4253-8309-d153814b8563} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.352007 [ 269 ] {9b5aa8ff-e814-4253-8309-d153814b8563} executeQuery: Read 4 rows, 334.00 B in 0.001188 sec., 3367.0033670033667 rows/sec., 274.56 KiB/sec. 2025.05.13 23:04:22.352050 [ 269 ] {9b5aa8ff-e814-4253-8309-d153814b8563} TCPHandler: Processed in 0.001355433 sec. 2025.05.13 23:04:22.352169 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.352274 [ 269 ] {86dd7b10-04a3-47d0-8bf5-ce2d7900c95d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:22.352317 [ 269 ] {86dd7b10-04a3-47d0-8bf5-ce2d7900c95d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:22.353056 [ 269 ] {86dd7b10-04a3-47d0-8bf5-ce2d7900c95d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.353090 [ 269 ] {86dd7b10-04a3-47d0-8bf5-ce2d7900c95d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.353443 [ 269 ] {86dd7b10-04a3-47d0-8bf5-ce2d7900c95d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:04:22.353661 [ 269 ] {86dd7b10-04a3-47d0-8bf5-ce2d7900c95d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.353792 [ 269 ] {86dd7b10-04a3-47d0-8bf5-ce2d7900c95d} executeQuery: Read 637 rows, 51.21 KiB in 0.001542 sec., 413099.8702983139 rows/sec., 32.43 MiB/sec. 2025.05.13 23:04:22.353829 [ 269 ] {86dd7b10-04a3-47d0-8bf5-ce2d7900c95d} TCPHandler: Processed in 0.001716225 sec. 2025.05.13 23:04:22.353942 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.354035 [ 269 ] {f728e3aa-5397-419e-bb2e-5c08e022894b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:22.354075 [ 269 ] {f728e3aa-5397-419e-bb2e-5c08e022894b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:22.354510 [ 269 ] {f728e3aa-5397-419e-bb2e-5c08e022894b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.354544 [ 269 ] {f728e3aa-5397-419e-bb2e-5c08e022894b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.354847 [ 269 ] {f728e3aa-5397-419e-bb2e-5c08e022894b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:04:22.355066 [ 269 ] {f728e3aa-5397-419e-bb2e-5c08e022894b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.355192 [ 269 ] {f728e3aa-5397-419e-bb2e-5c08e022894b} executeQuery: Read 119 rows, 7.34 KiB in 0.001177 sec., 101104.50297366185 rows/sec., 6.09 MiB/sec. 2025.05.13 23:04:22.355230 [ 269 ] {f728e3aa-5397-419e-bb2e-5c08e022894b} TCPHandler: Processed in 0.001337643 sec. 2025.05.13 23:04:22.355344 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.355437 [ 269 ] {9a35244e-9718-4660-a82d-0d915f03456b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:04:22.355476 [ 269 ] {9a35244e-9718-4660-a82d-0d915f03456b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:04:22.355898 [ 269 ] {9a35244e-9718-4660-a82d-0d915f03456b} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.355932 [ 269 ] {9a35244e-9718-4660-a82d-0d915f03456b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.356255 [ 269 ] {9a35244e-9718-4660-a82d-0d915f03456b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:04:22.356469 [ 269 ] {9a35244e-9718-4660-a82d-0d915f03456b} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.356591 [ 269 ] {9a35244e-9718-4660-a82d-0d915f03456b} executeQuery: Read 113 rows, 7.49 KiB in 0.001174 sec., 96252.12947189098 rows/sec., 6.23 MiB/sec. 2025.05.13 23:04:22.356629 [ 269 ] {9a35244e-9718-4660-a82d-0d915f03456b} TCPHandler: Processed in 0.001334323 sec. 2025.05.13 23:04:22.356750 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.356842 [ 269 ] {bc06f58c-4241-4494-821e-407556b15c7c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:04:22.356883 [ 269 ] {bc06f58c-4241-4494-821e-407556b15c7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:04:22.357310 [ 269 ] {bc06f58c-4241-4494-821e-407556b15c7c} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.357343 [ 269 ] {bc06f58c-4241-4494-821e-407556b15c7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.357641 [ 269 ] {bc06f58c-4241-4494-821e-407556b15c7c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:04:22.357855 [ 269 ] {bc06f58c-4241-4494-821e-407556b15c7c} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.357979 [ 269 ] {bc06f58c-4241-4494-821e-407556b15c7c} executeQuery: Read 112 rows, 6.53 KiB in 0.001156 sec., 96885.81314878893 rows/sec., 5.52 MiB/sec. 2025.05.13 23:04:22.358017 [ 269 ] {bc06f58c-4241-4494-821e-407556b15c7c} TCPHandler: Processed in 0.001317002 sec. 2025.05.13 23:04:22.358133 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.358225 [ 269 ] {6302436f-02d4-4c61-af59-8d53b3538e81} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:22.358266 [ 269 ] {6302436f-02d4-4c61-af59-8d53b3538e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:22.358793 [ 269 ] {6302436f-02d4-4c61-af59-8d53b3538e81} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.358827 [ 269 ] {6302436f-02d4-4c61-af59-8d53b3538e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.359158 [ 269 ] {6302436f-02d4-4c61-af59-8d53b3538e81} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:04:22.359378 [ 269 ] {6302436f-02d4-4c61-af59-8d53b3538e81} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.359504 [ 269 ] {6302436f-02d4-4c61-af59-8d53b3538e81} executeQuery: Read 395 rows, 28.63 KiB in 0.001297 sec., 304548.95913646877 rows/sec., 21.56 MiB/sec. 2025.05.13 23:04:22.359541 [ 269 ] {6302436f-02d4-4c61-af59-8d53b3538e81} TCPHandler: Processed in 0.001457187 sec. 2025.05.13 23:04:22.359679 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.359774 [ 269 ] {7f831954-f8c1-438a-a229-ffb03c2de903} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:04:22.359818 [ 269 ] {7f831954-f8c1-438a-a229-ffb03c2de903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:04:22.360162 [ 269 ] {7f831954-f8c1-438a-a229-ffb03c2de903} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.360198 [ 269 ] {7f831954-f8c1-438a-a229-ffb03c2de903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.360511 [ 269 ] {7f831954-f8c1-438a-a229-ffb03c2de903} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:04:22.360733 [ 269 ] {7f831954-f8c1-438a-a229-ffb03c2de903} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.360856 [ 269 ] {7f831954-f8c1-438a-a229-ffb03c2de903} executeQuery: Read 6 rows, 321.00 B in 0.001101 sec., 5449.591280653951 rows/sec., 284.72 KiB/sec. 2025.05.13 23:04:22.360892 [ 269 ] {7f831954-f8c1-438a-a229-ffb03c2de903} TCPHandler: Processed in 0.00126272 sec. 2025.05.13 23:04:22.361006 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.361099 [ 269 ] {13e53d7a-884d-41f7-9603-4f95da4c2bfe} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:22.361142 [ 269 ] {13e53d7a-884d-41f7-9603-4f95da4c2bfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:22.361555 [ 269 ] {13e53d7a-884d-41f7-9603-4f95da4c2bfe} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.361589 [ 269 ] {13e53d7a-884d-41f7-9603-4f95da4c2bfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.361920 [ 269 ] {13e53d7a-884d-41f7-9603-4f95da4c2bfe} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:04:22.362133 [ 269 ] {13e53d7a-884d-41f7-9603-4f95da4c2bfe} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.362257 [ 269 ] {13e53d7a-884d-41f7-9603-4f95da4c2bfe} executeQuery: Read 239 rows, 16.41 KiB in 0.001178 sec., 202886.2478777589 rows/sec., 13.60 MiB/sec. 2025.05.13 23:04:22.362294 [ 269 ] {13e53d7a-884d-41f7-9603-4f95da4c2bfe} TCPHandler: Processed in 0.001337363 sec. 2025.05.13 23:04:22.362413 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.362505 [ 269 ] {9c033abc-f216-4818-bb26-3004565f6e2d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:04:22.362547 [ 269 ] {9c033abc-f216-4818-bb26-3004565f6e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:04:22.362866 [ 269 ] {9c033abc-f216-4818-bb26-3004565f6e2d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.362901 [ 269 ] {9c033abc-f216-4818-bb26-3004565f6e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.363201 [ 269 ] {9c033abc-f216-4818-bb26-3004565f6e2d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:04:22.363411 [ 269 ] {9c033abc-f216-4818-bb26-3004565f6e2d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.363535 [ 269 ] {9c033abc-f216-4818-bb26-3004565f6e2d} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2025.05.13 23:04:22.363570 [ 269 ] {9c033abc-f216-4818-bb26-3004565f6e2d} TCPHandler: Processed in 0.001208749 sec. 2025.05.13 23:04:22.363675 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.363766 [ 269 ] {893ada6f-211a-4f33-a1ce-364895bff8e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:22.363820 [ 269 ] {893ada6f-211a-4f33-a1ce-364895bff8e8} 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.05.13 23:04:22.364572 [ 269 ] {893ada6f-211a-4f33-a1ce-364895bff8e8} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.364607 [ 269 ] {893ada6f-211a-4f33-a1ce-364895bff8e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.365125 [ 269 ] {893ada6f-211a-4f33-a1ce-364895bff8e8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:04:22.365363 [ 269 ] {893ada6f-211a-4f33-a1ce-364895bff8e8} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.365496 [ 269 ] {893ada6f-211a-4f33-a1ce-364895bff8e8} executeQuery: Read 9 rows, 16.51 KiB in 0.001748 sec., 5148.741418764302 rows/sec., 9.23 MiB/sec. 2025.05.13 23:04:22.365547 [ 269 ] {893ada6f-211a-4f33-a1ce-364895bff8e8} TCPHandler: Processed in 0.001922342 sec. 2025.05.13 23:04:22.365663 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:22.365756 [ 269 ] {43ae30a3-91fb-40a3-977d-04f4fb7fd64d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:22.365797 [ 269 ] {43ae30a3-91fb-40a3-977d-04f4fb7fd64d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:22.366129 [ 269 ] {43ae30a3-91fb-40a3-977d-04f4fb7fd64d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:22.366164 [ 269 ] {43ae30a3-91fb-40a3-977d-04f4fb7fd64d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:22.366465 [ 269 ] {43ae30a3-91fb-40a3-977d-04f4fb7fd64d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:04:22.366677 [ 269 ] {43ae30a3-91fb-40a3-977d-04f4fb7fd64d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:22.366796 [ 269 ] {43ae30a3-91fb-40a3-977d-04f4fb7fd64d} executeQuery: Read 82 rows, 5.33 KiB in 0.001059 sec., 77431.53918791312 rows/sec., 4.92 MiB/sec. 2025.05.13 23:04:22.366831 [ 269 ] {43ae30a3-91fb-40a3-977d-04f4fb7fd64d} TCPHandler: Processed in 0.001216879 sec. 2025.05.13 23:04:23.509944 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10614 2025.05.13 23:04:23.510406 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:23.510442 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:23.510918 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:04:23.511144 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:23.511266 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 2025.05.13 23:04:24.096455 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.05.13 23:04:24.113340 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:24.113408 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.15 GiB. 2025.05.13 23:04:24.119862 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:04:24.120624 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:24.123935 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.05.13 23:04:27.343308 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:27.343505 [ 269 ] {9c132fe5-20e5-4c1e-8988-5ad9699a90ab} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:27.343571 [ 269 ] {9c132fe5-20e5-4c1e-8988-5ad9699a90ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:27.344281 [ 269 ] {9c132fe5-20e5-4c1e-8988-5ad9699a90ab} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:27.344323 [ 269 ] {9c132fe5-20e5-4c1e-8988-5ad9699a90ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:27.344784 [ 269 ] {9c132fe5-20e5-4c1e-8988-5ad9699a90ab} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:04:27.345089 [ 269 ] {9c132fe5-20e5-4c1e-8988-5ad9699a90ab} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:27.345243 [ 269 ] {9c132fe5-20e5-4c1e-8988-5ad9699a90ab} executeQuery: Read 120 rows, 10.47 KiB in 0.00179 sec., 67039.1061452514 rows/sec., 5.71 MiB/sec. 2025.05.13 23:04:27.345285 [ 269 ] {9c132fe5-20e5-4c1e-8988-5ad9699a90ab} TCPHandler: Processed in 0.002107707 sec. 2025.05.13 23:04:27.345447 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:27.345544 [ 269 ] {321c72cb-f596-4e24-b640-8e596322f2f4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:27.345586 [ 269 ] {321c72cb-f596-4e24-b640-8e596322f2f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:27.346055 [ 269 ] {321c72cb-f596-4e24-b640-8e596322f2f4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:27.346091 [ 269 ] {321c72cb-f596-4e24-b640-8e596322f2f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:27.346390 [ 269 ] {321c72cb-f596-4e24-b640-8e596322f2f4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:04:27.346613 [ 269 ] {321c72cb-f596-4e24-b640-8e596322f2f4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:27.346727 [ 52 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.05.13 23:04:27.346739 [ 269 ] {321c72cb-f596-4e24-b640-8e596322f2f4} executeQuery: Read 32 rows, 2.41 KiB in 0.001215 sec., 26337.448559670782 rows/sec., 1.93 MiB/sec. 2025.05.13 23:04:27.346800 [ 52 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:27.346816 [ 269 ] {321c72cb-f596-4e24-b640-8e596322f2f4} TCPHandler: Processed in 0.001417125 sec. 2025.05.13 23:04:27.346829 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:27.346943 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:27.346953 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:04:27.347044 [ 269 ] {6e3a893e-2523-48b7-a13c-87d1037947fb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:27.347088 [ 269 ] {6e3a893e-2523-48b7-a13c-87d1037947fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:27.347100 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:27.347139 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 163 rows starting from the beginning of the part 2025.05.13 23:04:27.347206 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part 2025.05.13 23:04:27.347251 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 115 rows starting from the beginning of the part 2025.05.13 23:04:27.347302 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part 2025.05.13 23:04:27.347348 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 119 rows starting from the beginning of the part 2025.05.13 23:04:27.347392 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:04:27.347543 [ 269 ] {6e3a893e-2523-48b7-a13c-87d1037947fb} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:27.347585 [ 269 ] {6e3a893e-2523-48b7-a13c-87d1037947fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:27.347936 [ 269 ] {6e3a893e-2523-48b7-a13c-87d1037947fb} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:04:27.348164 [ 269 ] {6e3a893e-2523-48b7-a13c-87d1037947fb} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:27.348291 [ 269 ] {6e3a893e-2523-48b7-a13c-87d1037947fb} executeQuery: Read 96 rows, 7.68 KiB in 0.001264 sec., 75949.3670886076 rows/sec., 5.93 MiB/sec. 2025.05.13 23:04:27.348325 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.001426385 sec., 347031.13114621927 rows/sec., 23.47 MiB/sec. 2025.05.13 23:04:27.348328 [ 269 ] {6e3a893e-2523-48b7-a13c-87d1037947fb} TCPHandler: Processed in 0.001432726 sec. 2025.05.13 23:04:27.348469 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:27.348496 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.05.13 23:04:27.348562 [ 269 ] {2c212e4d-8fee-4661-9151-3f8b9344629e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:27.348612 [ 269 ] {2c212e4d-8fee-4661-9151-3f8b9344629e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:27.348793 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:27.348873 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_26_5} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.05.13 23:04:27.348978 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:04:27.349027 [ 269 ] {2c212e4d-8fee-4661-9151-3f8b9344629e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:27.349068 [ 269 ] {2c212e4d-8fee-4661-9151-3f8b9344629e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:27.349390 [ 269 ] {2c212e4d-8fee-4661-9151-3f8b9344629e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:04:27.349593 [ 269 ] {2c212e4d-8fee-4661-9151-3f8b9344629e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:27.349716 [ 269 ] {2c212e4d-8fee-4661-9151-3f8b9344629e} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.05.13 23:04:27.349751 [ 269 ] {2c212e4d-8fee-4661-9151-3f8b9344629e} TCPHandler: Processed in 0.001329672 sec. 2025.05.13 23:04:27.349921 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:27.350013 [ 269 ] {8a3e3e6a-4a27-4645-8cbb-418f726d0bd3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:27.350067 [ 269 ] {8a3e3e6a-4a27-4645-8cbb-418f726d0bd3} 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.05.13 23:04:27.350889 [ 269 ] {8a3e3e6a-4a27-4645-8cbb-418f726d0bd3} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:27.350925 [ 269 ] {8a3e3e6a-4a27-4645-8cbb-418f726d0bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:27.351457 [ 269 ] {8a3e3e6a-4a27-4645-8cbb-418f726d0bd3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:04:27.351673 [ 269 ] {8a3e3e6a-4a27-4645-8cbb-418f726d0bd3} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:27.351804 [ 269 ] {8a3e3e6a-4a27-4645-8cbb-418f726d0bd3} executeQuery: Read 32 rows, 58.72 KiB in 0.001808 sec., 17699.11504424779 rows/sec., 31.72 MiB/sec. 2025.05.13 23:04:27.351854 [ 269 ] {8a3e3e6a-4a27-4645-8cbb-418f726d0bd3} TCPHandler: Processed in 0.001981344 sec. 2025.05.13 23:04:27.351970 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:27.352064 [ 269 ] {d05af00c-d7fa-4f07-a96f-d20ecf346bd9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:27.352105 [ 269 ] {d05af00c-d7fa-4f07-a96f-d20ecf346bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:27.352441 [ 269 ] {d05af00c-d7fa-4f07-a96f-d20ecf346bd9} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:27.352476 [ 269 ] {d05af00c-d7fa-4f07-a96f-d20ecf346bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:27.352775 [ 269 ] {d05af00c-d7fa-4f07-a96f-d20ecf346bd9} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:04:27.352977 [ 269 ] {d05af00c-d7fa-4f07-a96f-d20ecf346bd9} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:27.353106 [ 269 ] {d05af00c-d7fa-4f07-a96f-d20ecf346bd9} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.05.13 23:04:27.353140 [ 269 ] {d05af00c-d7fa-4f07-a96f-d20ecf346bd9} TCPHandler: Processed in 0.001217479 sec. 2025.05.13 23:04:30.920647 [ 47 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:04:30.920721 [ 47 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:04:31.012248 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11102 2025.05.13 23:04:31.012744 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:31.012788 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:31.013266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:04:31.013494 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:31.013632 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11102 2025.05.13 23:04:31.035602 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 686 2025.05.13 23:04:31.037985 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:31.038042 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:31.039337 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:04:31.039662 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:31.040032 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 686 2025.05.13 23:04:31.624909 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.05.13 23:04:31.641749 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:31.641802 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:31.648496 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:04:31.649219 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:31.652138 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.05.13 23:04:32.347266 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.347451 [ 269 ] {36640d9c-580e-4f89-8ec6-07756a89d58c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:04:32.347516 [ 269 ] {36640d9c-580e-4f89-8ec6-07756a89d58c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:04:32.348244 [ 269 ] {36640d9c-580e-4f89-8ec6-07756a89d58c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.348287 [ 269 ] {36640d9c-580e-4f89-8ec6-07756a89d58c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.348686 [ 269 ] {36640d9c-580e-4f89-8ec6-07756a89d58c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:04:32.348916 [ 269 ] {36640d9c-580e-4f89-8ec6-07756a89d58c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.349047 [ 46 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.05.13 23:04:32.349065 [ 269 ] {36640d9c-580e-4f89-8ec6-07756a89d58c} executeQuery: Read 212 rows, 13.81 KiB in 0.001664 sec., 127403.84615384616 rows/sec., 8.10 MiB/sec. 2025.05.13 23:04:32.349115 [ 46 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.349128 [ 269 ] {36640d9c-580e-4f89-8ec6-07756a89d58c} TCPHandler: Processed in 0.001993284 sec. 2025.05.13 23:04:32.349144 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.349265 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.349267 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::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.05.13 23:04:32.349365 [ 269 ] {6d64e711-c28e-4d47-a81b-c33580e5f9d3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:32.349408 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:32.349410 [ 269 ] {6d64e711-c28e-4d47-a81b-c33580e5f9d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:32.349448 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part 2025.05.13 23:04:32.349519 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2025.05.13 23:04:32.349565 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2025.05.13 23:04:32.349607 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part 2025.05.13 23:04:32.349647 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2025.05.13 23:04:32.350174 [ 269 ] {6d64e711-c28e-4d47-a81b-c33580e5f9d3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.350215 [ 269 ] {6d64e711-c28e-4d47-a81b-c33580e5f9d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.350565 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340953 sec., 790482.5896209636 rows/sec., 53.29 MiB/sec. 2025.05.13 23:04:32.350587 [ 269 ] {6d64e711-c28e-4d47-a81b-c33580e5f9d3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:04:32.350771 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.05.13 23:04:32.350823 [ 269 ] {6d64e711-c28e-4d47-a81b-c33580e5f9d3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.350965 [ 269 ] {6d64e711-c28e-4d47-a81b-c33580e5f9d3} executeQuery: Read 635 rows, 51.07 KiB in 0.001619 sec., 392217.4181593576 rows/sec., 30.80 MiB/sec. 2025.05.13 23:04:32.351005 [ 269 ] {6d64e711-c28e-4d47-a81b-c33580e5f9d3} TCPHandler: Processed in 0.001788628 sec. 2025.05.13 23:04:32.351107 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.351131 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.351191 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_13_3} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.05.13 23:04:32.351228 [ 269 ] {5c5abf87-086a-4cde-85ae-7d79f6e94a75} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:32.351272 [ 269 ] {5c5abf87-086a-4cde-85ae-7d79f6e94a75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:32.351289 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:04:32.351707 [ 269 ] {5c5abf87-086a-4cde-85ae-7d79f6e94a75} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.351747 [ 269 ] {5c5abf87-086a-4cde-85ae-7d79f6e94a75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.352060 [ 269 ] {5c5abf87-086a-4cde-85ae-7d79f6e94a75} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:04:32.352267 [ 269 ] {5c5abf87-086a-4cde-85ae-7d79f6e94a75} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.352390 [ 269 ] {5c5abf87-086a-4cde-85ae-7d79f6e94a75} executeQuery: Read 115 rows, 7.06 KiB in 0.00118 sec., 97457.62711864406 rows/sec., 5.84 MiB/sec. 2025.05.13 23:04:32.352427 [ 269 ] {5c5abf87-086a-4cde-85ae-7d79f6e94a75} TCPHandler: Processed in 0.001343723 sec. 2025.05.13 23:04:32.352545 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.352636 [ 269 ] {70e18186-9553-45b4-9928-5399a7879c2e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:04:32.352675 [ 269 ] {70e18186-9553-45b4-9928-5399a7879c2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:04:32.353103 [ 269 ] {70e18186-9553-45b4-9928-5399a7879c2e} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.353139 [ 269 ] {70e18186-9553-45b4-9928-5399a7879c2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.353445 [ 269 ] {70e18186-9553-45b4-9928-5399a7879c2e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:04:32.353662 [ 269 ] {70e18186-9553-45b4-9928-5399a7879c2e} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.353790 [ 46 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2025.05.13 23:04:32.353823 [ 269 ] {70e18186-9553-45b4-9928-5399a7879c2e} executeQuery: Read 113 rows, 7.49 KiB in 0.001203 sec., 93931.8370739817 rows/sec., 6.08 MiB/sec. 2025.05.13 23:04:32.353829 [ 46 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.353872 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.353883 [ 269 ] {70e18186-9553-45b4-9928-5399a7879c2e} TCPHandler: Processed in 0.001384565 sec. 2025.05.13 23:04:32.353940 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2025.05.13 23:04:32.354066 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:32.354079 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.354096 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 113 rows starting from the beginning of the part 2025.05.13 23:04:32.354163 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part 2025.05.13 23:04:32.354201 [ 269 ] {758b6763-2105-47bc-b8a2-4db1e84a8455} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:04:32.354206 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part 2025.05.13 23:04:32.354249 [ 269 ] {758b6763-2105-47bc-b8a2-4db1e84a8455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:04:32.354265 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part 2025.05.13 23:04:32.354309 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part 2025.05.13 23:04:32.354360 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part 2025.05.13 23:04:32.354692 [ 269 ] {758b6763-2105-47bc-b8a2-4db1e84a8455} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.354733 [ 269 ] {758b6763-2105-47bc-b8a2-4db1e84a8455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.355075 [ 269 ] {758b6763-2105-47bc-b8a2-4db1e84a8455} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:04:32.355262 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349373 sec., 587680.352282134 rows/sec., 40.79 MiB/sec. 2025.05.13 23:04:32.355287 [ 269 ] {758b6763-2105-47bc-b8a2-4db1e84a8455} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.355397 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.05.13 23:04:32.355399 [ 46 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.05.13 23:04:32.355420 [ 269 ] {758b6763-2105-47bc-b8a2-4db1e84a8455} executeQuery: Read 112 rows, 6.53 KiB in 0.001243 sec., 90104.58567980691 rows/sec., 5.13 MiB/sec. 2025.05.13 23:04:32.355440 [ 46 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.355463 [ 269 ] {758b6763-2105-47bc-b8a2-4db1e84a8455} TCPHandler: Processed in 0.001442446 sec. 2025.05.13 23:04:32.355464 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.355568 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::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.05.13 23:04:32.355590 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.355649 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.355670 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:32.355685 [ 269 ] {c214689e-b8ca-48df-a74c-e3adf7ddecc1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:32.355706 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part 2025.05.13 23:04:32.355725 [ 269 ] {c214689e-b8ca-48df-a74c-e3adf7ddecc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:32.355725 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_14_3} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2025.05.13 23:04:32.355768 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part 2025.05.13 23:04:32.355806 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.05.13 23:04:32.355819 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part 2025.05.13 23:04:32.355907 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part 2025.05.13 23:04:32.356046 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part 2025.05.13 23:04:32.356419 [ 269 ] {c214689e-b8ca-48df-a74c-e3adf7ddecc1} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.356462 [ 269 ] {c214689e-b8ca-48df-a74c-e3adf7ddecc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.356820 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285471 sec., 435637.9879437187 rows/sec., 26.48 MiB/sec. 2025.05.13 23:04:32.356908 [ 269 ] {c214689e-b8ca-48df-a74c-e3adf7ddecc1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:04:32.356971 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.05.13 23:04:32.357133 [ 269 ] {c214689e-b8ca-48df-a74c-e3adf7ddecc1} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.357203 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.357260 [ 269 ] {c214689e-b8ca-48df-a74c-e3adf7ddecc1} executeQuery: Read 391 rows, 28.31 KiB in 0.001593 sec., 245448.83866917764 rows/sec., 17.35 MiB/sec. 2025.05.13 23:04:32.357285 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_13_3} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.05.13 23:04:32.357297 [ 269 ] {c214689e-b8ca-48df-a74c-e3adf7ddecc1} TCPHandler: Processed in 0.001754176 sec. 2025.05.13 23:04:32.357353 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:04:32.357426 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.357520 [ 269 ] {4bb9036f-6455-4d78-a323-1319cae3b6f1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:04:32.357561 [ 269 ] {4bb9036f-6455-4d78-a323-1319cae3b6f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:04:32.357902 [ 269 ] {4bb9036f-6455-4d78-a323-1319cae3b6f1} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.357937 [ 269 ] {4bb9036f-6455-4d78-a323-1319cae3b6f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.358230 [ 269 ] {4bb9036f-6455-4d78-a323-1319cae3b6f1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:04:32.358458 [ 269 ] {4bb9036f-6455-4d78-a323-1319cae3b6f1} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.358583 [ 269 ] {4bb9036f-6455-4d78-a323-1319cae3b6f1} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2025.05.13 23:04:32.358619 [ 269 ] {4bb9036f-6455-4d78-a323-1319cae3b6f1} TCPHandler: Processed in 0.00124136 sec. 2025.05.13 23:04:32.358734 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.358826 [ 269 ] {d0989001-6fbf-402f-95f3-08185d6cfa69} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:32.358868 [ 269 ] {d0989001-6fbf-402f-95f3-08185d6cfa69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:32.359265 [ 269 ] {d0989001-6fbf-402f-95f3-08185d6cfa69} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.359300 [ 269 ] {d0989001-6fbf-402f-95f3-08185d6cfa69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.359644 [ 269 ] {d0989001-6fbf-402f-95f3-08185d6cfa69} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:04:32.359856 [ 269 ] {d0989001-6fbf-402f-95f3-08185d6cfa69} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.359977 [ 269 ] {d0989001-6fbf-402f-95f3-08185d6cfa69} executeQuery: Read 237 rows, 16.27 KiB in 0.001168 sec., 202910.9589041096 rows/sec., 13.60 MiB/sec. 2025.05.13 23:04:32.360012 [ 269 ] {d0989001-6fbf-402f-95f3-08185d6cfa69} TCPHandler: Processed in 0.001326213 sec. 2025.05.13 23:04:32.360129 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.360220 [ 269 ] {a0892cc9-60e7-46e3-aaf7-6b1f79f9fac0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:04:32.360260 [ 269 ] {a0892cc9-60e7-46e3-aaf7-6b1f79f9fac0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:04:32.360574 [ 269 ] {a0892cc9-60e7-46e3-aaf7-6b1f79f9fac0} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.360609 [ 269 ] {a0892cc9-60e7-46e3-aaf7-6b1f79f9fac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.360908 [ 269 ] {a0892cc9-60e7-46e3-aaf7-6b1f79f9fac0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:04:32.361111 [ 269 ] {a0892cc9-60e7-46e3-aaf7-6b1f79f9fac0} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.361235 [ 269 ] {a0892cc9-60e7-46e3-aaf7-6b1f79f9fac0} executeQuery: Read 1 rows, 69.00 B in 0.001032 sec., 968.9922480620156 rows/sec., 65.29 KiB/sec. 2025.05.13 23:04:32.361269 [ 269 ] {a0892cc9-60e7-46e3-aaf7-6b1f79f9fac0} TCPHandler: Processed in 0.001189568 sec. 2025.05.13 23:04:32.361386 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.361478 [ 269 ] {8a8d4357-6e5d-4061-bafa-9691bc10ae42} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:32.361532 [ 269 ] {8a8d4357-6e5d-4061-bafa-9691bc10ae42} 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.05.13 23:04:32.362277 [ 269 ] {8a8d4357-6e5d-4061-bafa-9691bc10ae42} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.362312 [ 269 ] {8a8d4357-6e5d-4061-bafa-9691bc10ae42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.362841 [ 269 ] {8a8d4357-6e5d-4061-bafa-9691bc10ae42} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:04:32.363068 [ 269 ] {8a8d4357-6e5d-4061-bafa-9691bc10ae42} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.363199 [ 269 ] {8a8d4357-6e5d-4061-bafa-9691bc10ae42} executeQuery: Read 9 rows, 16.51 KiB in 0.001738 sec., 5178.3659378596085 rows/sec., 9.28 MiB/sec. 2025.05.13 23:04:32.363250 [ 269 ] {8a8d4357-6e5d-4061-bafa-9691bc10ae42} TCPHandler: Processed in 0.001911801 sec. 2025.05.13 23:04:32.363369 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:32.363462 [ 269 ] {4663ee16-a2a2-4094-9d1e-9fced8e38bed} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:32.363503 [ 269 ] {4663ee16-a2a2-4094-9d1e-9fced8e38bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:32.363844 [ 269 ] {4663ee16-a2a2-4094-9d1e-9fced8e38bed} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:32.363880 [ 269 ] {4663ee16-a2a2-4094-9d1e-9fced8e38bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:32.364195 [ 269 ] {4663ee16-a2a2-4094-9d1e-9fced8e38bed} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:04:32.364401 [ 269 ] {4663ee16-a2a2-4094-9d1e-9fced8e38bed} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:32.364530 [ 269 ] {4663ee16-a2a2-4094-9d1e-9fced8e38bed} executeQuery: Read 82 rows, 5.33 KiB in 0.001086 sec., 75506.44567219153 rows/sec., 4.80 MiB/sec. 2025.05.13 23:04:32.364566 [ 269 ] {4663ee16-a2a2-4094-9d1e-9fced8e38bed} TCPHandler: Processed in 0.001244419 sec. 2025.05.13 23:04:35.561841 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:35.562062 [ 269 ] {3898e8ec-e659-4d1a-9cea-64aaee60227c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:04:35.562140 [ 269 ] {3898e8ec-e659-4d1a-9cea-64aaee60227c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:04:35.562797 [ 269 ] {3898e8ec-e659-4d1a-9cea-64aaee60227c} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.562850 [ 269 ] {3898e8ec-e659-4d1a-9cea-64aaee60227c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.563257 [ 269 ] {3898e8ec-e659-4d1a-9cea-64aaee60227c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.13 23:04:35.563493 [ 269 ] {3898e8ec-e659-4d1a-9cea-64aaee60227c} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.563651 [ 269 ] {3898e8ec-e659-4d1a-9cea-64aaee60227c} executeQuery: Read 4 rows, 334.00 B in 0.001647 sec., 2428.6581663630845 rows/sec., 198.04 KiB/sec. 2025.05.13 23:04:35.563703 [ 269 ] {3898e8ec-e659-4d1a-9cea-64aaee60227c} TCPHandler: Processed in 0.002008575 sec. 2025.05.13 23:04:35.563858 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:35.563961 [ 269 ] {b220ed50-bcc1-4877-acf9-e9a6e44a0f73} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:35.564005 [ 269 ] {b220ed50-bcc1-4877-acf9-e9a6e44a0f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:35.565066 [ 269 ] {b220ed50-bcc1-4877-acf9-e9a6e44a0f73} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.565105 [ 269 ] {b220ed50-bcc1-4877-acf9-e9a6e44a0f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.565537 [ 269 ] {b220ed50-bcc1-4877-acf9-e9a6e44a0f73} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:04:35.565777 [ 269 ] {b220ed50-bcc1-4877-acf9-e9a6e44a0f73} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.565901 [ 28 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.05.13 23:04:35.565913 [ 269 ] {b220ed50-bcc1-4877-acf9-e9a6e44a0f73} executeQuery: Read 1262 rows, 106.73 KiB in 0.001978 sec., 638018.2002022244 rows/sec., 52.70 MiB/sec. 2025.05.13 23:04:35.565977 [ 28 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.566010 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.566018 [ 269 ] {b220ed50-bcc1-4877-acf9-e9a6e44a0f73} TCPHandler: Processed in 0.002211731 sec. 2025.05.13 23:04:35.566150 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.05.13 23:04:35.566196 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:35.566286 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:35.566321 [ 269 ] {5da51155-44b5-487d-94cc-75d0a2a94fbf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:35.566326 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1848 rows starting from the beginning of the part 2025.05.13 23:04:35.566376 [ 269 ] {5da51155-44b5-487d-94cc-75d0a2a94fbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:35.566411 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 120 rows starting from the beginning of the part 2025.05.13 23:04:35.566461 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 637 rows starting from the beginning of the part 2025.05.13 23:04:35.566502 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 120 rows starting from the beginning of the part 2025.05.13 23:04:35.566538 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 635 rows starting from the beginning of the part 2025.05.13 23:04:35.566577 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:04:35.566826 [ 269 ] {5da51155-44b5-487d-94cc-75d0a2a94fbf} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.566870 [ 269 ] {5da51155-44b5-487d-94cc-75d0a2a94fbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.567216 [ 269 ] {5da51155-44b5-487d-94cc-75d0a2a94fbf} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:04:35.567457 [ 269 ] {5da51155-44b5-487d-94cc-75d0a2a94fbf} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.567591 [ 269 ] {5da51155-44b5-487d-94cc-75d0a2a94fbf} executeQuery: Read 36 rows, 2.69 KiB in 0.001293 sec., 27842.227378190255 rows/sec., 2.03 MiB/sec. 2025.05.13 23:04:35.567630 [ 269 ] {5da51155-44b5-487d-94cc-75d0a2a94fbf} TCPHandler: Processed in 0.001497659 sec. 2025.05.13 23:04:35.567747 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:35.567848 [ 269 ] {f2c4a5aa-80ab-42eb-b3bf-90dd8ee6ce9b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:04:35.567889 [ 269 ] {f2c4a5aa-80ab-42eb-b3bf-90dd8ee6ce9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:04:35.568218 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 4622 rows, containing 5 columns (5 merged, 0 gathered) in 0.002141648 sec., 2158151.106064115 rows/sec., 183.28 MiB/sec. 2025.05.13 23:04:35.568393 [ 269 ] {f2c4a5aa-80ab-42eb-b3bf-90dd8ee6ce9b} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.568435 [ 269 ] {f2c4a5aa-80ab-42eb-b3bf-90dd8ee6ce9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.568437 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.05.13 23:04:35.568736 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.568815 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_35_7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.05.13 23:04:35.568848 [ 269 ] {f2c4a5aa-80ab-42eb-b3bf-90dd8ee6ce9b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:04:35.568891 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.05.13 23:04:35.569077 [ 269 ] {f2c4a5aa-80ab-42eb-b3bf-90dd8ee6ce9b} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.569219 [ 269 ] {f2c4a5aa-80ab-42eb-b3bf-90dd8ee6ce9b} executeQuery: Read 228 rows, 15.81 KiB in 0.00139 sec., 164028.77697841727 rows/sec., 11.11 MiB/sec. 2025.05.13 23:04:35.569260 [ 269 ] {f2c4a5aa-80ab-42eb-b3bf-90dd8ee6ce9b} TCPHandler: Processed in 0.00156491 sec. 2025.05.13 23:04:35.569381 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:35.569497 [ 269 ] {d08cc9bd-ced7-4545-8821-550f49632cca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:35.569546 [ 269 ] {d08cc9bd-ced7-4545-8821-550f49632cca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:35.570258 [ 269 ] {d08cc9bd-ced7-4545-8821-550f49632cca} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.570301 [ 269 ] {d08cc9bd-ced7-4545-8821-550f49632cca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.570669 [ 269 ] {d08cc9bd-ced7-4545-8821-550f49632cca} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:04:35.570889 [ 269 ] {d08cc9bd-ced7-4545-8821-550f49632cca} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.570993 [ 28 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.05.13 23:04:35.571018 [ 269 ] {d08cc9bd-ced7-4545-8821-550f49632cca} executeQuery: Read 556 rows, 42.29 KiB in 0.001545 sec., 359870.55016181234 rows/sec., 26.73 MiB/sec. 2025.05.13 23:04:35.571031 [ 28 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.571060 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.571065 [ 269 ] {d08cc9bd-ced7-4545-8821-550f49632cca} TCPHandler: Processed in 0.001745345 sec. 2025.05.13 23:04:35.571142 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.05.13 23:04:35.571189 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:35.571257 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:35.571285 [ 269 ] {fdf0de0f-4d36-4b4b-8bda-39c5fd9d35d9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:35.571293 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 913 rows starting from the beginning of the part 2025.05.13 23:04:35.571331 [ 269 ] {fdf0de0f-4d36-4b4b-8bda-39c5fd9d35d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:35.571363 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 96 rows starting from the beginning of the part 2025.05.13 23:04:35.571412 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 395 rows starting from the beginning of the part 2025.05.13 23:04:35.571456 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 96 rows starting from the beginning of the part 2025.05.13 23:04:35.571502 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 391 rows starting from the beginning of the part 2025.05.13 23:04:35.571545 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 556 rows starting from the beginning of the part 2025.05.13 23:04:35.571952 [ 269 ] {fdf0de0f-4d36-4b4b-8bda-39c5fd9d35d9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.571988 [ 269 ] {fdf0de0f-4d36-4b4b-8bda-39c5fd9d35d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.572410 [ 269 ] {fdf0de0f-4d36-4b4b-8bda-39c5fd9d35d9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:04:35.572622 [ 269 ] {fdf0de0f-4d36-4b4b-8bda-39c5fd9d35d9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.572720 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 2447 rows, containing 5 columns (5 merged, 0 gathered) in 0.001615792 sec., 1514427.5995920268 rows/sec., 116.07 MiB/sec. 2025.05.13 23:04:35.572751 [ 269 ] {fdf0de0f-4d36-4b4b-8bda-39c5fd9d35d9} executeQuery: Read 930 rows, 63.93 KiB in 0.001485 sec., 626262.6262626263 rows/sec., 42.04 MiB/sec. 2025.05.13 23:04:35.572791 [ 269 ] {fdf0de0f-4d36-4b4b-8bda-39c5fd9d35d9} TCPHandler: Processed in 0.001651273 sec. 2025.05.13 23:04:35.572856 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.05.13 23:04:35.572911 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:35.573005 [ 269 ] {3717605e-c895-4cbc-b1fb-568dc7011a3f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:35.573063 [ 269 ] {3717605e-c895-4cbc-b1fb-568dc7011a3f} 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.05.13 23:04:35.573083 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.573145 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_35_7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.05.13 23:04:35.573201 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:04:35.573908 [ 269 ] {3717605e-c895-4cbc-b1fb-568dc7011a3f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.573944 [ 269 ] {3717605e-c895-4cbc-b1fb-568dc7011a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.574529 [ 269 ] {3717605e-c895-4cbc-b1fb-568dc7011a3f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:04:35.574764 [ 269 ] {3717605e-c895-4cbc-b1fb-568dc7011a3f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.574907 [ 269 ] {3717605e-c895-4cbc-b1fb-568dc7011a3f} executeQuery: Read 32 rows, 58.72 KiB in 0.001919 sec., 16675.351745700886 rows/sec., 29.88 MiB/sec. 2025.05.13 23:04:35.574963 [ 269 ] {3717605e-c895-4cbc-b1fb-568dc7011a3f} TCPHandler: Processed in 0.002101497 sec. 2025.05.13 23:04:35.575078 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:35.575173 [ 269 ] {707382d6-0f8a-4d2f-9e83-79cff8d6467a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:35.575216 [ 269 ] {707382d6-0f8a-4d2f-9e83-79cff8d6467a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:35.575554 [ 269 ] {707382d6-0f8a-4d2f-9e83-79cff8d6467a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:35.575592 [ 269 ] {707382d6-0f8a-4d2f-9e83-79cff8d6467a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:35.575895 [ 269 ] {707382d6-0f8a-4d2f-9e83-79cff8d6467a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:04:35.576100 [ 269 ] {707382d6-0f8a-4d2f-9e83-79cff8d6467a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:35.576229 [ 269 ] {707382d6-0f8a-4d2f-9e83-79cff8d6467a} executeQuery: Read 44 rows, 3.03 KiB in 0.001074 sec., 40968.34264432029 rows/sec., 2.76 MiB/sec. 2025.05.13 23:04:35.576265 [ 269 ] {707382d6-0f8a-4d2f-9e83-79cff8d6467a} TCPHandler: Processed in 0.00123609 sec. 2025.05.13 23:04:37.336062 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:37.336266 [ 269 ] {e872c907-205c-4556-b263-67159f6b70f6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:37.336341 [ 269 ] {e872c907-205c-4556-b263-67159f6b70f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:37.337045 [ 269 ] {e872c907-205c-4556-b263-67159f6b70f6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:37.337097 [ 269 ] {e872c907-205c-4556-b263-67159f6b70f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:37.337496 [ 269 ] {e872c907-205c-4556-b263-67159f6b70f6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:04:37.337726 [ 269 ] {e872c907-205c-4556-b263-67159f6b70f6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:37.337881 [ 269 ] {e872c907-205c-4556-b263-67159f6b70f6} executeQuery: Read 56 rows, 4.38 KiB in 0.001671 sec., 33512.86654697786 rows/sec., 2.56 MiB/sec. 2025.05.13 23:04:37.337932 [ 269 ] {e872c907-205c-4556-b263-67159f6b70f6} TCPHandler: Processed in 0.002010904 sec. 2025.05.13 23:04:37.338064 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:37.338165 [ 269 ] {90633dac-94dd-45a2-bb24-cd100669fe8a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:37.338208 [ 269 ] {90633dac-94dd-45a2-bb24-cd100669fe8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:37.338643 [ 269 ] {90633dac-94dd-45a2-bb24-cd100669fe8a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:37.338779 [ 269 ] {90633dac-94dd-45a2-bb24-cd100669fe8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:37.339101 [ 269 ] {90633dac-94dd-45a2-bb24-cd100669fe8a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:04:37.339307 [ 269 ] {90633dac-94dd-45a2-bb24-cd100669fe8a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:37.339433 [ 269 ] {90633dac-94dd-45a2-bb24-cd100669fe8a} executeQuery: Read 64 rows, 5.12 KiB in 0.001292 sec., 49535.60371517028 rows/sec., 3.87 MiB/sec. 2025.05.13 23:04:37.339469 [ 269 ] {90633dac-94dd-45a2-bb24-cd100669fe8a} TCPHandler: Processed in 0.001458236 sec. 2025.05.13 23:04:37.339586 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:37.339680 [ 269 ] {fb38f31f-50e5-453e-bf3d-5b6726deda77} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:37.339724 [ 269 ] {fb38f31f-50e5-453e-bf3d-5b6726deda77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:37.340181 [ 269 ] {fb38f31f-50e5-453e-bf3d-5b6726deda77} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:37.340217 [ 269 ] {fb38f31f-50e5-453e-bf3d-5b6726deda77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:37.340564 [ 269 ] {fb38f31f-50e5-453e-bf3d-5b6726deda77} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:04:37.340771 [ 269 ] {fb38f31f-50e5-453e-bf3d-5b6726deda77} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:37.340880 [ 40 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.05.13 23:04:37.340896 [ 269 ] {fb38f31f-50e5-453e-bf3d-5b6726deda77} executeQuery: Read 42 rows, 2.99 KiB in 0.001236 sec., 33980.58252427185 rows/sec., 2.36 MiB/sec. 2025.05.13 23:04:37.340950 [ 40 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:37.340958 [ 269 ] {fb38f31f-50e5-453e-bf3d-5b6726deda77} TCPHandler: Processed in 0.001421766 sec. 2025.05.13 23:04:37.340978 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:37.341098 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:37.341116 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:04:37.341225 [ 269 ] {d7fa782a-ccc5-44c5-8888-4153143551ed} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:37.341281 [ 269 ] {d7fa782a-ccc5-44c5-8888-4153143551ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:37.341285 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:37.341341 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10554 rows starting from the beginning of the part 2025.05.13 23:04:37.341413 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 239 rows starting from the beginning of the part 2025.05.13 23:04:37.341478 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:04:37.341524 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part 2025.05.13 23:04:37.341567 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 930 rows starting from the beginning of the part 2025.05.13 23:04:37.341610 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2025.05.13 23:04:37.341674 [ 269 ] {d7fa782a-ccc5-44c5-8888-4153143551ed} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:37.341723 [ 269 ] {d7fa782a-ccc5-44c5-8888-4153143551ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:37.342156 [ 269 ] {d7fa782a-ccc5-44c5-8888-4153143551ed} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:04:37.342397 [ 269 ] {d7fa782a-ccc5-44c5-8888-4153143551ed} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:37.342500 [ 40 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.05.13 23:04:37.342524 [ 269 ] {d7fa782a-ccc5-44c5-8888-4153143551ed} executeQuery: Read 16 rows, 1.11 KiB in 0.001324 sec., 12084.592145015105 rows/sec., 837.90 KiB/sec. 2025.05.13 23:04:37.342530 [ 40 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:37.342564 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:37.342568 [ 269 ] {d7fa782a-ccc5-44c5-8888-4153143551ed} TCPHandler: Processed in 0.00154289 sec. 2025.05.13 23:04:37.342642 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:04:37.342736 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:37.342766 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1910 rows starting from the beginning of the part 2025.05.13 23:04:37.342819 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part 2025.05.13 23:04:37.342862 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:04:37.342901 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part 2025.05.13 23:04:37.342938 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 44 rows starting from the beginning of the part 2025.05.13 23:04:37.342974 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part 2025.05.13 23:04:37.344129 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 4 columns (4 merged, 0 gathered) in 0.001522108 sec., 1441422.0278718723 rows/sec., 94.32 MiB/sec. 2025.05.13 23:04:37.344536 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.05.13 23:04:37.344835 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:37.344917 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_36_7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.05.13 23:04:37.345024 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.05.13 23:04:37.345733 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12162 rows, containing 5 columns (5 merged, 0 gathered) in 0.00468589 sec., 2595451.45105839 rows/sec., 175.34 MiB/sec. 2025.05.13 23:04:37.346069 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.05.13 23:04:37.346311 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:37.346383 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_36_7} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.05.13 23:04:37.346473 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. 2025.05.13 23:04:38.001158 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 232.86 MiB, peak 239.66 MiB, free memory in arenas 0.00 B, will set to 234.00 MiB (RSS), difference: 1.14 MiB 2025.05.13 23:04:38.514600 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11529 2025.05.13 23:04:38.515065 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:38.515105 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:38.515558 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:04:38.515789 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:38.515918 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 2025.05.13 23:04:39.153095 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.05.13 23:04:39.170410 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:39.170464 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:39.176527 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:04:39.177231 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:39.180087 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.05.13 23:04:41.041066 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 732 2025.05.13 23:04:41.043577 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:41.043618 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:41.044850 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:04:41.045124 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:41.045384 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 732 2025.05.13 23:04:42.347605 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.347897 [ 269 ] {8af738b8-c896-4cc4-9ccb-3cdcc1fef010} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:04:42.348000 [ 269 ] {8af738b8-c896-4cc4-9ccb-3cdcc1fef010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:04:42.348968 [ 269 ] {8af738b8-c896-4cc4-9ccb-3cdcc1fef010} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.349014 [ 269 ] {8af738b8-c896-4cc4-9ccb-3cdcc1fef010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.349429 [ 269 ] {8af738b8-c896-4cc4-9ccb-3cdcc1fef010} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:04:42.349657 [ 269 ] {8af738b8-c896-4cc4-9ccb-3cdcc1fef010} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.349807 [ 269 ] {8af738b8-c896-4cc4-9ccb-3cdcc1fef010} executeQuery: Read 212 rows, 13.81 KiB in 0.001988 sec., 106639.83903420522 rows/sec., 6.78 MiB/sec. 2025.05.13 23:04:42.349849 [ 269 ] {8af738b8-c896-4cc4-9ccb-3cdcc1fef010} TCPHandler: Processed in 0.002434047 sec. 2025.05.13 23:04:42.349978 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.350073 [ 269 ] {0d5fde54-edff-4f5a-9b68-170cfb1de108} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:42.350114 [ 269 ] {0d5fde54-edff-4f5a-9b68-170cfb1de108} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:42.350829 [ 269 ] {0d5fde54-edff-4f5a-9b68-170cfb1de108} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.350866 [ 269 ] {0d5fde54-edff-4f5a-9b68-170cfb1de108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.351195 [ 269 ] {0d5fde54-edff-4f5a-9b68-170cfb1de108} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:04:42.351401 [ 269 ] {0d5fde54-edff-4f5a-9b68-170cfb1de108} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.351529 [ 269 ] {0d5fde54-edff-4f5a-9b68-170cfb1de108} executeQuery: Read 635 rows, 51.07 KiB in 0.001476 sec., 430216.8021680217 rows/sec., 33.79 MiB/sec. 2025.05.13 23:04:42.351568 [ 269 ] {0d5fde54-edff-4f5a-9b68-170cfb1de108} TCPHandler: Processed in 0.001639163 sec. 2025.05.13 23:04:42.351687 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.351812 [ 269 ] {056473d9-2a5f-4d49-9d5a-52376bdf6a00} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:42.351860 [ 269 ] {056473d9-2a5f-4d49-9d5a-52376bdf6a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:42.352388 [ 269 ] {056473d9-2a5f-4d49-9d5a-52376bdf6a00} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.352432 [ 269 ] {056473d9-2a5f-4d49-9d5a-52376bdf6a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.352758 [ 269 ] {056473d9-2a5f-4d49-9d5a-52376bdf6a00} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:04:42.352968 [ 269 ] {056473d9-2a5f-4d49-9d5a-52376bdf6a00} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.353099 [ 269 ] {056473d9-2a5f-4d49-9d5a-52376bdf6a00} executeQuery: Read 115 rows, 7.06 KiB in 0.001313 sec., 87585.68164508759 rows/sec., 5.25 MiB/sec. 2025.05.13 23:04:42.353137 [ 269 ] {056473d9-2a5f-4d49-9d5a-52376bdf6a00} TCPHandler: Processed in 0.001511239 sec. 2025.05.13 23:04:42.353252 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.353346 [ 269 ] {832731c6-5d30-42ba-82cc-ed3f3cb50026} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:04:42.353385 [ 269 ] {832731c6-5d30-42ba-82cc-ed3f3cb50026} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:04:42.353806 [ 269 ] {832731c6-5d30-42ba-82cc-ed3f3cb50026} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.353842 [ 269 ] {832731c6-5d30-42ba-82cc-ed3f3cb50026} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.354140 [ 269 ] {832731c6-5d30-42ba-82cc-ed3f3cb50026} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:04:42.354348 [ 269 ] {832731c6-5d30-42ba-82cc-ed3f3cb50026} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.354470 [ 269 ] {832731c6-5d30-42ba-82cc-ed3f3cb50026} executeQuery: Read 113 rows, 7.49 KiB in 0.001143 sec., 98862.64216972879 rows/sec., 6.40 MiB/sec. 2025.05.13 23:04:42.354509 [ 269 ] {832731c6-5d30-42ba-82cc-ed3f3cb50026} TCPHandler: Processed in 0.001305641 sec. 2025.05.13 23:04:42.354625 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.354719 [ 269 ] {b53e5fd5-b85b-45cf-a762-15a806ceba3b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:04:42.354759 [ 269 ] {b53e5fd5-b85b-45cf-a762-15a806ceba3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:04:42.355176 [ 269 ] {b53e5fd5-b85b-45cf-a762-15a806ceba3b} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.355212 [ 269 ] {b53e5fd5-b85b-45cf-a762-15a806ceba3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.355502 [ 269 ] {b53e5fd5-b85b-45cf-a762-15a806ceba3b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:04:42.355707 [ 269 ] {b53e5fd5-b85b-45cf-a762-15a806ceba3b} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.355831 [ 269 ] {b53e5fd5-b85b-45cf-a762-15a806ceba3b} executeQuery: Read 112 rows, 6.53 KiB in 0.00113 sec., 99115.04424778762 rows/sec., 5.65 MiB/sec. 2025.05.13 23:04:42.355867 [ 269 ] {b53e5fd5-b85b-45cf-a762-15a806ceba3b} TCPHandler: Processed in 0.001292531 sec. 2025.05.13 23:04:42.355982 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.356075 [ 269 ] {409b634d-4f2f-4a73-8806-fa331c895134} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:42.356114 [ 269 ] {409b634d-4f2f-4a73-8806-fa331c895134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:42.356629 [ 269 ] {409b634d-4f2f-4a73-8806-fa331c895134} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.356666 [ 269 ] {409b634d-4f2f-4a73-8806-fa331c895134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.356993 [ 269 ] {409b634d-4f2f-4a73-8806-fa331c895134} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:04:42.357203 [ 269 ] {409b634d-4f2f-4a73-8806-fa331c895134} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.357327 [ 269 ] {409b634d-4f2f-4a73-8806-fa331c895134} executeQuery: Read 391 rows, 28.31 KiB in 0.001272 sec., 307389.93710691825 rows/sec., 21.73 MiB/sec. 2025.05.13 23:04:42.357365 [ 269 ] {409b634d-4f2f-4a73-8806-fa331c895134} TCPHandler: Processed in 0.001432596 sec. 2025.05.13 23:04:42.357478 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.357572 [ 269 ] {10e6a40f-9e40-448f-9352-1e5bf6ab9237} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:04:42.357613 [ 269 ] {10e6a40f-9e40-448f-9352-1e5bf6ab9237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:04:42.357951 [ 269 ] {10e6a40f-9e40-448f-9352-1e5bf6ab9237} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.357987 [ 269 ] {10e6a40f-9e40-448f-9352-1e5bf6ab9237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.358277 [ 269 ] {10e6a40f-9e40-448f-9352-1e5bf6ab9237} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:04:42.358482 [ 269 ] {10e6a40f-9e40-448f-9352-1e5bf6ab9237} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.358607 [ 269 ] {10e6a40f-9e40-448f-9352-1e5bf6ab9237} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.05.13 23:04:42.358643 [ 269 ] {10e6a40f-9e40-448f-9352-1e5bf6ab9237} TCPHandler: Processed in 0.001213469 sec. 2025.05.13 23:04:42.358764 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.358887 [ 269 ] {7e2bad26-1e1b-487b-87a7-d62785fff518} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:42.358941 [ 269 ] {7e2bad26-1e1b-487b-87a7-d62785fff518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:42.359425 [ 269 ] {7e2bad26-1e1b-487b-87a7-d62785fff518} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.359469 [ 269 ] {7e2bad26-1e1b-487b-87a7-d62785fff518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.359825 [ 269 ] {7e2bad26-1e1b-487b-87a7-d62785fff518} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:04:42.360049 [ 269 ] {7e2bad26-1e1b-487b-87a7-d62785fff518} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.360176 [ 269 ] {7e2bad26-1e1b-487b-87a7-d62785fff518} executeQuery: Read 237 rows, 16.27 KiB in 0.001315 sec., 180228.13688212927 rows/sec., 12.08 MiB/sec. 2025.05.13 23:04:42.360215 [ 269 ] {7e2bad26-1e1b-487b-87a7-d62785fff518} TCPHandler: Processed in 0.001513088 sec. 2025.05.13 23:04:42.360331 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.360426 [ 269 ] {f4ca8a97-a558-45bb-a227-9cab5960a9f1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:04:42.360468 [ 269 ] {f4ca8a97-a558-45bb-a227-9cab5960a9f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:04:42.360788 [ 269 ] {f4ca8a97-a558-45bb-a227-9cab5960a9f1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.360824 [ 269 ] {f4ca8a97-a558-45bb-a227-9cab5960a9f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.361116 [ 269 ] {f4ca8a97-a558-45bb-a227-9cab5960a9f1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:04:42.361322 [ 269 ] {f4ca8a97-a558-45bb-a227-9cab5960a9f1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.361449 [ 269 ] {f4ca8a97-a558-45bb-a227-9cab5960a9f1} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2025.05.13 23:04:42.361485 [ 269 ] {f4ca8a97-a558-45bb-a227-9cab5960a9f1} TCPHandler: Processed in 0.001206099 sec. 2025.05.13 23:04:42.361596 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.361689 [ 269 ] {a87c0a24-b3d4-462a-b5e2-e7fac3af07be} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:42.361744 [ 269 ] {a87c0a24-b3d4-462a-b5e2-e7fac3af07be} 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.05.13 23:04:42.362529 [ 269 ] {a87c0a24-b3d4-462a-b5e2-e7fac3af07be} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.362566 [ 269 ] {a87c0a24-b3d4-462a-b5e2-e7fac3af07be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.363082 [ 269 ] {a87c0a24-b3d4-462a-b5e2-e7fac3af07be} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:04:42.363304 [ 269 ] {a87c0a24-b3d4-462a-b5e2-e7fac3af07be} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.363415 [ 36 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.05.13 23:04:42.363441 [ 269 ] {a87c0a24-b3d4-462a-b5e2-e7fac3af07be} executeQuery: Read 9 rows, 16.51 KiB in 0.00177 sec., 5084.745762711864 rows/sec., 9.11 MiB/sec. 2025.05.13 23:04:42.363487 [ 36 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.363511 [ 269 ] {a87c0a24-b3d4-462a-b5e2-e7fac3af07be} TCPHandler: Processed in 0.001966493 sec. 2025.05.13 23:04:42.363513 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.363643 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:42.363645 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:04:42.363744 [ 269 ] {40227ff3-347b-4943-ad48-fc1c7ba68830} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:42.363791 [ 269 ] {40227ff3-347b-4943-ad48-fc1c7ba68830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:42.363925 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:42.363991 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 409 rows starting from the beginning of the part 2025.05.13 23:04:42.364123 [ 269 ] {40227ff3-347b-4943-ad48-fc1c7ba68830} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:42.364129 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part 2025.05.13 23:04:42.364167 [ 269 ] {40227ff3-347b-4943-ad48-fc1c7ba68830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:42.364258 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2025.05.13 23:04:42.364365 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part 2025.05.13 23:04:42.364465 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2025.05.13 23:04:42.364498 [ 269 ] {40227ff3-347b-4943-ad48-fc1c7ba68830} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:04:42.364558 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part 2025.05.13 23:04:42.364723 [ 269 ] {40227ff3-347b-4943-ad48-fc1c7ba68830} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.364855 [ 269 ] {40227ff3-347b-4943-ad48-fc1c7ba68830} executeQuery: Read 82 rows, 5.33 KiB in 0.001129 sec., 72630.64658990256 rows/sec., 4.61 MiB/sec. 2025.05.13 23:04:42.364893 [ 269 ] {40227ff3-347b-4943-ad48-fc1c7ba68830} TCPHandler: Processed in 0.001300602 sec. 2025.05.13 23:04:42.367557 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 19 columns (19 merged, 0 gathered) in 0.003962247 sec., 126191.02241733036 rows/sec., 226.13 MiB/sec. 2025.05.13 23:04:42.368532 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.05.13 23:04:42.368902 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:42.368984 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_26_5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.05.13 23:04:42.369138 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. 2025.05.13 23:04:45.920761 [ 31 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:04:45.920829 [ 31 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:04:46.016880 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12017 2025.05.13 23:04:46.017375 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:46.017415 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:46.017884 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:04:46.018110 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:46.018238 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12017 2025.05.13 23:04:46.018252 [ 30 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.05.13 23:04:46.018325 [ 30 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:46.018350 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:46.018472 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:04:46.018621 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:46.018657 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part 2025.05.13 23:04:46.018724 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part 2025.05.13 23:04:46.018768 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part 2025.05.13 23:04:46.018807 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part 2025.05.13 23:04:46.018844 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part 2025.05.13 23:04:46.018883 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part 2025.05.13 23:04:46.022760 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12017 rows, containing 4 columns (4 merged, 0 gathered) in 0.004345109 sec., 2765638.3303617933 rows/sec., 39.56 MiB/sec. 2025.05.13 23:04:46.023128 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.05.13 23:04:46.023428 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:46.023507 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_26_5} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.05.13 23:04:46.023604 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.05.13 23:04:46.681040 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.05.13 23:04:46.698295 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:46.698351 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:46.704010 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:04:46.704720 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:46.705043 [ 30 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.05.13 23:04:46.705144 [ 30 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:46.705182 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:46.705320 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:46.707822 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.05.13 23:04:46.708725 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:46.710183 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:46.714997 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:46.719658 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:46.724300 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:46.728696 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:46.732636 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:04:46.787394 [ 194 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.082129638 sec., 2386.4710081882986 rows/sec., 12.34 MiB/sec. 2025.05.13 23:04:46.789941 [ 194 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.05.13 23:04:46.791939 [ 194 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_26_5} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:46.792042 [ 194 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_26_5} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.05.13 23:04:46.794010 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.05.13 23:04:47.001149 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 235.77 MiB, peak 246.33 MiB, free memory in arenas 0.00 B, will set to 240.35 MiB (RSS), difference: 4.58 MiB 2025.05.13 23:04:47.342590 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:47.342795 [ 269 ] {c5b96662-28cc-41a6-98f3-b36ff749a6bb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:47.342873 [ 269 ] {c5b96662-28cc-41a6-98f3-b36ff749a6bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:47.343683 [ 269 ] {c5b96662-28cc-41a6-98f3-b36ff749a6bb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:47.343731 [ 269 ] {c5b96662-28cc-41a6-98f3-b36ff749a6bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:47.344148 [ 269 ] {c5b96662-28cc-41a6-98f3-b36ff749a6bb} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:04:47.344395 [ 269 ] {c5b96662-28cc-41a6-98f3-b36ff749a6bb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:47.344569 [ 269 ] {c5b96662-28cc-41a6-98f3-b36ff749a6bb} executeQuery: Read 120 rows, 10.47 KiB in 0.00183 sec., 65573.77049180328 rows/sec., 5.59 MiB/sec. 2025.05.13 23:04:47.344624 [ 269 ] {c5b96662-28cc-41a6-98f3-b36ff749a6bb} TCPHandler: Processed in 0.002173499 sec. 2025.05.13 23:04:47.344758 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:47.344862 [ 269 ] {91085dbc-000c-4521-b01f-f87e7c06035c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:47.344907 [ 269 ] {91085dbc-000c-4521-b01f-f87e7c06035c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:47.345342 [ 269 ] {91085dbc-000c-4521-b01f-f87e7c06035c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:47.345378 [ 269 ] {91085dbc-000c-4521-b01f-f87e7c06035c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:47.345693 [ 269 ] {91085dbc-000c-4521-b01f-f87e7c06035c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:04:47.345906 [ 269 ] {91085dbc-000c-4521-b01f-f87e7c06035c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:47.346037 [ 269 ] {91085dbc-000c-4521-b01f-f87e7c06035c} executeQuery: Read 32 rows, 2.41 KiB in 0.001199 sec., 26688.90742285238 rows/sec., 1.96 MiB/sec. 2025.05.13 23:04:47.346076 [ 269 ] {91085dbc-000c-4521-b01f-f87e7c06035c} TCPHandler: Processed in 0.001371254 sec. 2025.05.13 23:04:47.346195 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:47.346292 [ 269 ] {2613bb2b-3d05-4cc4-b66a-9808de69ea35} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:47.346333 [ 269 ] {2613bb2b-3d05-4cc4-b66a-9808de69ea35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:47.346778 [ 269 ] {2613bb2b-3d05-4cc4-b66a-9808de69ea35} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:47.346812 [ 269 ] {2613bb2b-3d05-4cc4-b66a-9808de69ea35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:47.347124 [ 269 ] {2613bb2b-3d05-4cc4-b66a-9808de69ea35} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:04:47.347332 [ 269 ] {2613bb2b-3d05-4cc4-b66a-9808de69ea35} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:47.347462 [ 269 ] {2613bb2b-3d05-4cc4-b66a-9808de69ea35} executeQuery: Read 96 rows, 7.68 KiB in 0.00119 sec., 80672.26890756302 rows/sec., 6.30 MiB/sec. 2025.05.13 23:04:47.347499 [ 269 ] {2613bb2b-3d05-4cc4-b66a-9808de69ea35} TCPHandler: Processed in 0.001355884 sec. 2025.05.13 23:04:47.347610 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:47.347703 [ 269 ] {b4c4c8f8-eaa8-4db8-8558-deb92c1351ee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:47.347747 [ 269 ] {b4c4c8f8-eaa8-4db8-8558-deb92c1351ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:47.348159 [ 269 ] {b4c4c8f8-eaa8-4db8-8558-deb92c1351ee} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:47.348194 [ 269 ] {b4c4c8f8-eaa8-4db8-8558-deb92c1351ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:47.348535 [ 269 ] {b4c4c8f8-eaa8-4db8-8558-deb92c1351ee} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:04:47.348745 [ 269 ] {b4c4c8f8-eaa8-4db8-8558-deb92c1351ee} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:47.348874 [ 269 ] {b4c4c8f8-eaa8-4db8-8558-deb92c1351ee} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2025.05.13 23:04:47.348910 [ 269 ] {b4c4c8f8-eaa8-4db8-8558-deb92c1351ee} TCPHandler: Processed in 0.001350824 sec. 2025.05.13 23:04:47.349035 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:47.349160 [ 269 ] {7b1f5da2-81a8-4a36-94cf-e0452601393f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:47.349227 [ 269 ] {7b1f5da2-81a8-4a36-94cf-e0452601393f} 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.05.13 23:04:47.350135 [ 269 ] {7b1f5da2-81a8-4a36-94cf-e0452601393f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:47.350170 [ 269 ] {7b1f5da2-81a8-4a36-94cf-e0452601393f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:47.350731 [ 269 ] {7b1f5da2-81a8-4a36-94cf-e0452601393f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:04:47.350954 [ 269 ] {7b1f5da2-81a8-4a36-94cf-e0452601393f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:47.351092 [ 269 ] {7b1f5da2-81a8-4a36-94cf-e0452601393f} executeQuery: Read 32 rows, 58.72 KiB in 0.001958 sec., 16343.207354443308 rows/sec., 29.29 MiB/sec. 2025.05.13 23:04:47.351145 [ 269 ] {7b1f5da2-81a8-4a36-94cf-e0452601393f} TCPHandler: Processed in 0.002172939 sec. 2025.05.13 23:04:47.351257 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:47.351351 [ 269 ] {4c96fb5a-5492-4272-b614-7090c19fbb39} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:47.351392 [ 269 ] {4c96fb5a-5492-4272-b614-7090c19fbb39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:47.351725 [ 269 ] {4c96fb5a-5492-4272-b614-7090c19fbb39} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:47.351759 [ 269 ] {4c96fb5a-5492-4272-b614-7090c19fbb39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:47.352059 [ 269 ] {4c96fb5a-5492-4272-b614-7090c19fbb39} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:04:47.352270 [ 269 ] {4c96fb5a-5492-4272-b614-7090c19fbb39} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:47.352400 [ 269 ] {4c96fb5a-5492-4272-b614-7090c19fbb39} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.05.13 23:04:47.352436 [ 269 ] {4c96fb5a-5492-4272-b614-7090c19fbb39} TCPHandler: Processed in 0.0012289 sec. 2025.05.13 23:04:51.046448 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 766 2025.05.13 23:04:51.048714 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:51.048756 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:51.049934 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:04:51.050204 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:51.050451 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 766 2025.05.13 23:04:52.347962 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.348165 [ 269 ] {5ca7b635-fb70-47f8-84a4-db52b27f7f55} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:04:52.348239 [ 269 ] {5ca7b635-fb70-47f8-84a4-db52b27f7f55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:04:52.349089 [ 269 ] {5ca7b635-fb70-47f8-84a4-db52b27f7f55} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.349135 [ 269 ] {5ca7b635-fb70-47f8-84a4-db52b27f7f55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.349536 [ 269 ] {5ca7b635-fb70-47f8-84a4-db52b27f7f55} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:04:52.349765 [ 269 ] {5ca7b635-fb70-47f8-84a4-db52b27f7f55} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.349914 [ 269 ] {5ca7b635-fb70-47f8-84a4-db52b27f7f55} executeQuery: Read 212 rows, 13.81 KiB in 0.001803 sec., 117581.8080976151 rows/sec., 7.48 MiB/sec. 2025.05.13 23:04:52.349958 [ 269 ] {5ca7b635-fb70-47f8-84a4-db52b27f7f55} TCPHandler: Processed in 0.002136498 sec. 2025.05.13 23:04:52.350087 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.350181 [ 269 ] {6960959a-d41c-4176-abb0-598c0069dcaf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:04:52.350224 [ 269 ] {6960959a-d41c-4176-abb0-598c0069dcaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:04:52.350624 [ 269 ] {6960959a-d41c-4176-abb0-598c0069dcaf} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.350662 [ 269 ] {6960959a-d41c-4176-abb0-598c0069dcaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.350965 [ 269 ] {6960959a-d41c-4176-abb0-598c0069dcaf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.13 23:04:52.351174 [ 269 ] {6960959a-d41c-4176-abb0-598c0069dcaf} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.351299 [ 269 ] {6960959a-d41c-4176-abb0-598c0069dcaf} executeQuery: Read 8 rows, 668.00 B in 0.001136 sec., 7042.2535211267605 rows/sec., 574.25 KiB/sec. 2025.05.13 23:04:52.351337 [ 269 ] {6960959a-d41c-4176-abb0-598c0069dcaf} TCPHandler: Processed in 0.001300992 sec. 2025.05.13 23:04:52.351448 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.351546 [ 269 ] {03314558-e464-4f73-b089-cc855f04b8f6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:52.351587 [ 269 ] {03314558-e464-4f73-b089-cc855f04b8f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:52.352300 [ 269 ] {03314558-e464-4f73-b089-cc855f04b8f6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.352337 [ 269 ] {03314558-e464-4f73-b089-cc855f04b8f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.352678 [ 269 ] {03314558-e464-4f73-b089-cc855f04b8f6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:04:52.352887 [ 269 ] {03314558-e464-4f73-b089-cc855f04b8f6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.353014 [ 269 ] {03314558-e464-4f73-b089-cc855f04b8f6} executeQuery: Read 639 rows, 51.36 KiB in 0.001486 sec., 430013.4589502019 rows/sec., 33.75 MiB/sec. 2025.05.13 23:04:52.353052 [ 269 ] {03314558-e464-4f73-b089-cc855f04b8f6} TCPHandler: Processed in 0.001653642 sec. 2025.05.13 23:04:52.353169 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.353291 [ 269 ] {cd860eba-0845-4cdf-b806-9859ea779fcf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:52.353340 [ 269 ] {cd860eba-0845-4cdf-b806-9859ea779fcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:52.353849 [ 269 ] {cd860eba-0845-4cdf-b806-9859ea779fcf} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.353885 [ 269 ] {cd860eba-0845-4cdf-b806-9859ea779fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.354201 [ 269 ] {cd860eba-0845-4cdf-b806-9859ea779fcf} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:04:52.354414 [ 269 ] {cd860eba-0845-4cdf-b806-9859ea779fcf} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.354524 [ 81 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.05.13 23:04:52.354541 [ 269 ] {cd860eba-0845-4cdf-b806-9859ea779fcf} executeQuery: Read 123 rows, 7.62 KiB in 0.001275 sec., 96470.58823529411 rows/sec., 5.84 MiB/sec. 2025.05.13 23:04:52.354592 [ 81 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.354600 [ 269 ] {cd860eba-0845-4cdf-b806-9859ea779fcf} TCPHandler: Processed in 0.001489508 sec. 2025.05.13 23:04:52.354620 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.354724 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:04:52.354729 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.354833 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:52.354852 [ 269 ] {f6c659b9-e6b9-4dd1-ab81-6904acf59430} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:04:52.354863 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 163 rows starting from the beginning of the part 2025.05.13 23:04:52.354892 [ 269 ] {f6c659b9-e6b9-4dd1-ab81-6904acf59430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:04:52.354922 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 115 rows starting from the beginning of the part 2025.05.13 23:04:52.354966 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part 2025.05.13 23:04:52.355008 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 115 rows starting from the beginning of the part 2025.05.13 23:04:52.355045 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part 2025.05.13 23:04:52.355084 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 123 rows starting from the beginning of the part 2025.05.13 23:04:52.355318 [ 269 ] {f6c659b9-e6b9-4dd1-ab81-6904acf59430} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.355352 [ 269 ] {f6c659b9-e6b9-4dd1-ab81-6904acf59430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.355747 [ 269 ] {f6c659b9-e6b9-4dd1-ab81-6904acf59430} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:04:52.355884 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001199569 sec., 486841.5239140058 rows/sec., 32.32 MiB/sec. 2025.05.13 23:04:52.355971 [ 269 ] {f6c659b9-e6b9-4dd1-ab81-6904acf59430} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.356058 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.05.13 23:04:52.356103 [ 269 ] {f6c659b9-e6b9-4dd1-ab81-6904acf59430} executeQuery: Read 113 rows, 7.49 KiB in 0.001268 sec., 89116.71924290221 rows/sec., 5.77 MiB/sec. 2025.05.13 23:04:52.356140 [ 269 ] {f6c659b9-e6b9-4dd1-ab81-6904acf59430} TCPHandler: Processed in 0.001457997 sec. 2025.05.13 23:04:52.356252 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.356343 [ 269 ] {8c642a7c-7ab1-4efd-b009-125f0f5239ee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:04:52.356349 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.356383 [ 269 ] {8c642a7c-7ab1-4efd-b009-125f0f5239ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:04:52.356432 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_31_6} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.05.13 23:04:52.356514 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:04:52.356800 [ 269 ] {8c642a7c-7ab1-4efd-b009-125f0f5239ee} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.356834 [ 269 ] {8c642a7c-7ab1-4efd-b009-125f0f5239ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.357121 [ 269 ] {8c642a7c-7ab1-4efd-b009-125f0f5239ee} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:04:52.357328 [ 269 ] {8c642a7c-7ab1-4efd-b009-125f0f5239ee} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.357449 [ 269 ] {8c642a7c-7ab1-4efd-b009-125f0f5239ee} executeQuery: Read 112 rows, 6.53 KiB in 0.001124 sec., 99644.12811387901 rows/sec., 5.68 MiB/sec. 2025.05.13 23:04:52.357486 [ 269 ] {8c642a7c-7ab1-4efd-b009-125f0f5239ee} TCPHandler: Processed in 0.001280881 sec. 2025.05.13 23:04:52.357598 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.357689 [ 269 ] {375fe0c4-dd72-4678-b899-c7fcc60a4589} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:52.357726 [ 269 ] {375fe0c4-dd72-4678-b899-c7fcc60a4589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:52.358246 [ 269 ] {375fe0c4-dd72-4678-b899-c7fcc60a4589} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.358282 [ 269 ] {375fe0c4-dd72-4678-b899-c7fcc60a4589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.358609 [ 269 ] {375fe0c4-dd72-4678-b899-c7fcc60a4589} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:04:52.358817 [ 269 ] {375fe0c4-dd72-4678-b899-c7fcc60a4589} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.358939 [ 269 ] {375fe0c4-dd72-4678-b899-c7fcc60a4589} executeQuery: Read 399 rows, 28.96 KiB in 0.001268 sec., 314668.7697160883 rows/sec., 22.30 MiB/sec. 2025.05.13 23:04:52.358975 [ 269 ] {375fe0c4-dd72-4678-b899-c7fcc60a4589} TCPHandler: Processed in 0.001423386 sec. 2025.05.13 23:04:52.359087 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.359176 [ 269 ] {b0c75a2a-1b32-40f7-bb06-80fe353e1cae} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:04:52.359216 [ 269 ] {b0c75a2a-1b32-40f7-bb06-80fe353e1cae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:04:52.359549 [ 269 ] {b0c75a2a-1b32-40f7-bb06-80fe353e1cae} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.359585 [ 269 ] {b0c75a2a-1b32-40f7-bb06-80fe353e1cae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.359874 [ 269 ] {b0c75a2a-1b32-40f7-bb06-80fe353e1cae} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:04:52.360083 [ 269 ] {b0c75a2a-1b32-40f7-bb06-80fe353e1cae} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.360205 [ 269 ] {b0c75a2a-1b32-40f7-bb06-80fe353e1cae} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2025.05.13 23:04:52.360241 [ 269 ] {b0c75a2a-1b32-40f7-bb06-80fe353e1cae} TCPHandler: Processed in 0.001201068 sec. 2025.05.13 23:04:52.360349 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.360440 [ 269 ] {d58bc435-79c6-4be8-907e-62531060bb1f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:52.360480 [ 269 ] {d58bc435-79c6-4be8-907e-62531060bb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:52.360878 [ 269 ] {d58bc435-79c6-4be8-907e-62531060bb1f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.360912 [ 269 ] {d58bc435-79c6-4be8-907e-62531060bb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.361227 [ 269 ] {d58bc435-79c6-4be8-907e-62531060bb1f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:04:52.361440 [ 269 ] {d58bc435-79c6-4be8-907e-62531060bb1f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.361562 [ 269 ] {d58bc435-79c6-4be8-907e-62531060bb1f} executeQuery: Read 241 rows, 16.55 KiB in 0.001141 sec., 211218.2296231376 rows/sec., 14.16 MiB/sec. 2025.05.13 23:04:52.361598 [ 269 ] {d58bc435-79c6-4be8-907e-62531060bb1f} TCPHandler: Processed in 0.001295611 sec. 2025.05.13 23:04:52.361712 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.361802 [ 269 ] {5438d068-0a0d-4ef4-8447-34cffadf94ea} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:04:52.361841 [ 269 ] {5438d068-0a0d-4ef4-8447-34cffadf94ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:04:52.362149 [ 269 ] {5438d068-0a0d-4ef4-8447-34cffadf94ea} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.362184 [ 269 ] {5438d068-0a0d-4ef4-8447-34cffadf94ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.362473 [ 269 ] {5438d068-0a0d-4ef4-8447-34cffadf94ea} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:04:52.362673 [ 269 ] {5438d068-0a0d-4ef4-8447-34cffadf94ea} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.362772 [ 81 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.05.13 23:04:52.362797 [ 269 ] {5438d068-0a0d-4ef4-8447-34cffadf94ea} executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. 2025.05.13 23:04:52.362811 [ 81 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.362838 [ 269 ] {5438d068-0a0d-4ef4-8447-34cffadf94ea} TCPHandler: Processed in 0.001175187 sec. 2025.05.13 23:04:52.362838 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.362923 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.05.13 23:04:52.362959 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.363006 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:52.363029 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2025.05.13 23:04:52.363054 [ 269 ] {838bef7d-8e3a-4ed1-b31d-427075cb401b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:52.363072 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:52.363105 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:52.363110 [ 269 ] {838bef7d-8e3a-4ed1-b31d-427075cb401b} 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.05.13 23:04:52.363137 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:52.363168 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:52.363198 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.05.13 23:04:52.363838 [ 194 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.000942031 sec., 15923.042872262165 rows/sec., 1.05 MiB/sec. 2025.05.13 23:04:52.363941 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.05.13 23:04:52.363959 [ 269 ] {838bef7d-8e3a-4ed1-b31d-427075cb401b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.364005 [ 269 ] {838bef7d-8e3a-4ed1-b31d-427075cb401b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.364183 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.364243 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_15_3} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.05.13 23:04:52.364298 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:04:52.364625 [ 269 ] {838bef7d-8e3a-4ed1-b31d-427075cb401b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:04:52.364871 [ 269 ] {838bef7d-8e3a-4ed1-b31d-427075cb401b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.365006 [ 269 ] {838bef7d-8e3a-4ed1-b31d-427075cb401b} executeQuery: Read 9 rows, 16.51 KiB in 0.001969 sec., 4570.848146267141 rows/sec., 8.19 MiB/sec. 2025.05.13 23:04:52.365059 [ 269 ] {838bef7d-8e3a-4ed1-b31d-427075cb401b} TCPHandler: Processed in 0.002150149 sec. 2025.05.13 23:04:52.365174 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:52.365270 [ 269 ] {21af7bf2-e156-49b7-96e3-68fc72952598} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:52.365310 [ 269 ] {21af7bf2-e156-49b7-96e3-68fc72952598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:52.365644 [ 269 ] {21af7bf2-e156-49b7-96e3-68fc72952598} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:52.365681 [ 269 ] {21af7bf2-e156-49b7-96e3-68fc72952598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:52.365976 [ 269 ] {21af7bf2-e156-49b7-96e3-68fc72952598} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:04:52.366183 [ 269 ] {21af7bf2-e156-49b7-96e3-68fc72952598} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:52.366305 [ 269 ] {21af7bf2-e156-49b7-96e3-68fc72952598} executeQuery: Read 82 rows, 5.33 KiB in 0.001055 sec., 77725.11848341233 rows/sec., 4.94 MiB/sec. 2025.05.13 23:04:52.366341 [ 269 ] {21af7bf2-e156-49b7-96e3-68fc72952598} TCPHandler: Processed in 0.001215469 sec. 2025.05.13 23:04:53.519208 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12444 2025.05.13 23:04:53.519673 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:53.519708 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:53.520181 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:04:53.520404 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:53.520526 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 2025.05.13 23:04:54.208781 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.05.13 23:04:54.223345 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:54.223402 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:54.230049 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:04:54.230809 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:54.233407 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.05.13 23:04:57.344156 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:57.344444 [ 269 ] {7c646503-3400-4651-9109-50a65efd6640} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:04:57.344542 [ 269 ] {7c646503-3400-4651-9109-50a65efd6640} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:04:57.345377 [ 269 ] {7c646503-3400-4651-9109-50a65efd6640} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:57.345426 [ 269 ] {7c646503-3400-4651-9109-50a65efd6640} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:57.345852 [ 269 ] {7c646503-3400-4651-9109-50a65efd6640} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:04:57.346073 [ 269 ] {7c646503-3400-4651-9109-50a65efd6640} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:57.346227 [ 269 ] {7c646503-3400-4651-9109-50a65efd6640} executeQuery: Read 120 rows, 10.47 KiB in 0.001857 sec., 64620.35541195477 rows/sec., 5.51 MiB/sec. 2025.05.13 23:04:57.346269 [ 269 ] {7c646503-3400-4651-9109-50a65efd6640} TCPHandler: Processed in 0.002287273 sec. 2025.05.13 23:04:57.346271 [ 168 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.05.13 23:04:57.346371 [ 168 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:57.346401 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:57.346409 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:57.346508 [ 269 ] {a5c6995c-0bf4-4972-889e-bfa2c4e05c7e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:04:57.346554 [ 269 ] {a5c6995c-0bf4-4972-889e-bfa2c4e05c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:04:57.346579 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.05.13 23:04:57.346736 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:57.346775 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1849 rows starting from the beginning of the part 2025.05.13 23:04:57.346850 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part 2025.05.13 23:04:57.346903 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 635 rows starting from the beginning of the part 2025.05.13 23:04:57.346952 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 120 rows starting from the beginning of the part 2025.05.13 23:04:57.346966 [ 269 ] {a5c6995c-0bf4-4972-889e-bfa2c4e05c7e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:57.346989 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 639 rows starting from the beginning of the part 2025.05.13 23:04:57.347009 [ 269 ] {a5c6995c-0bf4-4972-889e-bfa2c4e05c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:57.347034 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 120 rows starting from the beginning of the part 2025.05.13 23:04:57.347358 [ 269 ] {a5c6995c-0bf4-4972-889e-bfa2c4e05c7e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:04:57.347599 [ 269 ] {a5c6995c-0bf4-4972-889e-bfa2c4e05c7e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:57.347739 [ 269 ] {a5c6995c-0bf4-4972-889e-bfa2c4e05c7e} executeQuery: Read 32 rows, 2.41 KiB in 0.00125 sec., 25600 rows/sec., 1.88 MiB/sec. 2025.05.13 23:04:57.347776 [ 269 ] {a5c6995c-0bf4-4972-889e-bfa2c4e05c7e} TCPHandler: Processed in 0.001425436 sec. 2025.05.13 23:04:57.347889 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:57.347983 [ 269 ] {0fc86d60-4a45-46de-a8cf-5611b4a36bf1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:04:57.348022 [ 269 ] {0fc86d60-4a45-46de-a8cf-5611b4a36bf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:04:57.348449 [ 269 ] {0fc86d60-4a45-46de-a8cf-5611b4a36bf1} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:57.348485 [ 269 ] {0fc86d60-4a45-46de-a8cf-5611b4a36bf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:57.348664 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 3419 rows, containing 5 columns (5 merged, 0 gathered) in 0.002151209 sec., 1589338.8322566522 rows/sec., 133.97 MiB/sec. 2025.05.13 23:04:57.348817 [ 269 ] {0fc86d60-4a45-46de-a8cf-5611b4a36bf1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:04:57.348948 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.05.13 23:04:57.349088 [ 269 ] {0fc86d60-4a45-46de-a8cf-5611b4a36bf1} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:57.349216 [ 170 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.05.13 23:04:57.349235 [ 269 ] {0fc86d60-4a45-46de-a8cf-5611b4a36bf1} executeQuery: Read 96 rows, 7.68 KiB in 0.00127 sec., 75590.55118110236 rows/sec., 5.90 MiB/sec. 2025.05.13 23:04:57.349265 [ 170 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:57.349272 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:57.349278 [ 269 ] {0fc86d60-4a45-46de-a8cf-5611b4a36bf1} TCPHandler: Processed in 0.001438166 sec. 2025.05.13 23:04:57.349291 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:57.349363 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_40_8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.05.13 23:04:57.349372 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.05.13 23:04:57.349419 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:57.349452 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:04:57.349454 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.05.13 23:04:57.349481 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 915 rows starting from the beginning of the part 2025.05.13 23:04:57.349518 [ 269 ] {e1220f00-1654-49a8-b244-96008b15bf1d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:57.349527 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part 2025.05.13 23:04:57.349571 [ 269 ] {e1220f00-1654-49a8-b244-96008b15bf1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:04:57.349577 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 391 rows starting from the beginning of the part 2025.05.13 23:04:57.349625 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 96 rows starting from the beginning of the part 2025.05.13 23:04:57.349658 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 399 rows starting from the beginning of the part 2025.05.13 23:04:57.349693 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 96 rows starting from the beginning of the part 2025.05.13 23:04:57.350000 [ 269 ] {e1220f00-1654-49a8-b244-96008b15bf1d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:57.350040 [ 269 ] {e1220f00-1654-49a8-b244-96008b15bf1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:57.350379 [ 269 ] {e1220f00-1654-49a8-b244-96008b15bf1d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:04:57.350587 [ 269 ] {e1220f00-1654-49a8-b244-96008b15bf1d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:57.350662 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.001314112 sec., 1492262.4555593433 rows/sec., 114.05 MiB/sec. 2025.05.13 23:04:57.350716 [ 269 ] {e1220f00-1654-49a8-b244-96008b15bf1d} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.05.13 23:04:57.350756 [ 269 ] {e1220f00-1654-49a8-b244-96008b15bf1d} TCPHandler: Processed in 0.001385755 sec. 2025.05.13 23:04:57.350816 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.05.13 23:04:57.350867 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:57.350964 [ 269 ] {2bb13abc-fc32-4c06-ab6f-6fcdc54d2bd0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:04:57.351022 [ 269 ] {2bb13abc-fc32-4c06-ab6f-6fcdc54d2bd0} 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.05.13 23:04:57.351055 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:57.351119 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_40_8} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.05.13 23:04:57.351175 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.05.13 23:04:57.351891 [ 269 ] {2bb13abc-fc32-4c06-ab6f-6fcdc54d2bd0} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:57.351932 [ 269 ] {2bb13abc-fc32-4c06-ab6f-6fcdc54d2bd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:57.352494 [ 269 ] {2bb13abc-fc32-4c06-ab6f-6fcdc54d2bd0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:04:57.352722 [ 269 ] {2bb13abc-fc32-4c06-ab6f-6fcdc54d2bd0} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:57.352854 [ 269 ] {2bb13abc-fc32-4c06-ab6f-6fcdc54d2bd0} executeQuery: Read 32 rows, 58.72 KiB in 0.001908 sec., 16771.488469601678 rows/sec., 30.05 MiB/sec. 2025.05.13 23:04:57.352908 [ 269 ] {2bb13abc-fc32-4c06-ab6f-6fcdc54d2bd0} TCPHandler: Processed in 0.002088907 sec. 2025.05.13 23:04:57.353023 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:04:57.353115 [ 269 ] {e240a1f1-b7da-4a5a-9fc5-076ca8842024} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:04:57.353156 [ 269 ] {e240a1f1-b7da-4a5a-9fc5-076ca8842024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:04:57.353494 [ 269 ] {e240a1f1-b7da-4a5a-9fc5-076ca8842024} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:04:57.353529 [ 269 ] {e240a1f1-b7da-4a5a-9fc5-076ca8842024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:04:57.353817 [ 269 ] {e240a1f1-b7da-4a5a-9fc5-076ca8842024} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:04:57.354033 [ 269 ] {e240a1f1-b7da-4a5a-9fc5-076ca8842024} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:04:57.354156 [ 269 ] {e240a1f1-b7da-4a5a-9fc5-076ca8842024} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.05.13 23:04:57.354191 [ 269 ] {e240a1f1-b7da-4a5a-9fc5-076ca8842024} TCPHandler: Processed in 0.001217369 sec. 2025.05.13 23:05:00.921097 [ 154 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:05:00.921197 [ 154 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:05:01.021487 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12932 2025.05.13 23:05:01.021970 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:01.022007 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:01.022490 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:05:01.022709 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:01.022836 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12932 2025.05.13 23:05:01.051504 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 802 2025.05.13 23:05:01.053775 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:01.053812 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:01.055015 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:05:01.055282 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:01.055531 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 802 2025.05.13 23:05:01.734360 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.05.13 23:05:01.749961 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:01.750006 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:01.756897 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:05:01.757607 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:01.760498 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.05.13 23:05:02.348105 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.348305 [ 269 ] {09ad87e0-0ad4-45c4-ac41-fb996b3dfd7c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:05:02.348382 [ 269 ] {09ad87e0-0ad4-45c4-ac41-fb996b3dfd7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:05:02.349244 [ 269 ] {09ad87e0-0ad4-45c4-ac41-fb996b3dfd7c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.349281 [ 269 ] {09ad87e0-0ad4-45c4-ac41-fb996b3dfd7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.349711 [ 269 ] {09ad87e0-0ad4-45c4-ac41-fb996b3dfd7c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:05:02.349939 [ 269 ] {09ad87e0-0ad4-45c4-ac41-fb996b3dfd7c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.350085 [ 269 ] {09ad87e0-0ad4-45c4-ac41-fb996b3dfd7c} executeQuery: Read 212 rows, 13.81 KiB in 0.001838 sec., 115342.76387377584 rows/sec., 7.34 MiB/sec. 2025.05.13 23:05:02.350125 [ 269 ] {09ad87e0-0ad4-45c4-ac41-fb996b3dfd7c} TCPHandler: Processed in 0.002161039 sec. 2025.05.13 23:05:02.350250 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.350344 [ 269 ] {49ccdffa-7347-4612-b4ce-3d65da99f11c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:02.350385 [ 269 ] {49ccdffa-7347-4612-b4ce-3d65da99f11c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:02.351113 [ 269 ] {49ccdffa-7347-4612-b4ce-3d65da99f11c} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.351148 [ 269 ] {49ccdffa-7347-4612-b4ce-3d65da99f11c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.351502 [ 269 ] {49ccdffa-7347-4612-b4ce-3d65da99f11c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:05:02.351713 [ 269 ] {49ccdffa-7347-4612-b4ce-3d65da99f11c} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.351839 [ 269 ] {49ccdffa-7347-4612-b4ce-3d65da99f11c} executeQuery: Read 635 rows, 51.07 KiB in 0.001515 sec., 419141.91419141914 rows/sec., 32.92 MiB/sec. 2025.05.13 23:05:02.351876 [ 269 ] {49ccdffa-7347-4612-b4ce-3d65da99f11c} TCPHandler: Processed in 0.001675873 sec. 2025.05.13 23:05:02.351984 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.352079 [ 269 ] {79ea6629-11a3-4910-9305-6ad5b6ef154c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:02.352117 [ 269 ] {79ea6629-11a3-4910-9305-6ad5b6ef154c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:02.352546 [ 269 ] {79ea6629-11a3-4910-9305-6ad5b6ef154c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.352580 [ 269 ] {79ea6629-11a3-4910-9305-6ad5b6ef154c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.352878 [ 269 ] {79ea6629-11a3-4910-9305-6ad5b6ef154c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:05:02.353081 [ 269 ] {79ea6629-11a3-4910-9305-6ad5b6ef154c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.353217 [ 269 ] {79ea6629-11a3-4910-9305-6ad5b6ef154c} executeQuery: Read 115 rows, 7.06 KiB in 0.001157 sec., 99394.98703543647 rows/sec., 5.96 MiB/sec. 2025.05.13 23:05:02.353254 [ 269 ] {79ea6629-11a3-4910-9305-6ad5b6ef154c} TCPHandler: Processed in 0.001318272 sec. 2025.05.13 23:05:02.353363 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.353456 [ 269 ] {dfc86b94-d23e-4596-9617-b0c0310863ca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:05:02.353494 [ 269 ] {dfc86b94-d23e-4596-9617-b0c0310863ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:05:02.353913 [ 269 ] {dfc86b94-d23e-4596-9617-b0c0310863ca} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.353949 [ 269 ] {dfc86b94-d23e-4596-9617-b0c0310863ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.354267 [ 269 ] {dfc86b94-d23e-4596-9617-b0c0310863ca} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:05:02.354487 [ 269 ] {dfc86b94-d23e-4596-9617-b0c0310863ca} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.354615 [ 269 ] {dfc86b94-d23e-4596-9617-b0c0310863ca} executeQuery: Read 113 rows, 7.49 KiB in 0.001177 sec., 96006.79694137638 rows/sec., 6.21 MiB/sec. 2025.05.13 23:05:02.354651 [ 269 ] {dfc86b94-d23e-4596-9617-b0c0310863ca} TCPHandler: Processed in 0.001337343 sec. 2025.05.13 23:05:02.354761 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.354854 [ 269 ] {3964301f-aab6-4c02-821d-068f4a23b48d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:05:02.354892 [ 269 ] {3964301f-aab6-4c02-821d-068f4a23b48d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:05:02.355303 [ 269 ] {3964301f-aab6-4c02-821d-068f4a23b48d} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.355339 [ 269 ] {3964301f-aab6-4c02-821d-068f4a23b48d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.355638 [ 269 ] {3964301f-aab6-4c02-821d-068f4a23b48d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:05:02.355849 [ 269 ] {3964301f-aab6-4c02-821d-068f4a23b48d} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.355974 [ 269 ] {3964301f-aab6-4c02-821d-068f4a23b48d} executeQuery: Read 112 rows, 6.53 KiB in 0.001138 sec., 98418.2776801406 rows/sec., 5.61 MiB/sec. 2025.05.13 23:05:02.356010 [ 269 ] {3964301f-aab6-4c02-821d-068f4a23b48d} TCPHandler: Processed in 0.001298441 sec. 2025.05.13 23:05:02.356116 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.356210 [ 269 ] {9f87cf63-2279-45d5-992d-2d0154f5551d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:02.356248 [ 269 ] {9f87cf63-2279-45d5-992d-2d0154f5551d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:02.356773 [ 269 ] {9f87cf63-2279-45d5-992d-2d0154f5551d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.356809 [ 269 ] {9f87cf63-2279-45d5-992d-2d0154f5551d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.357151 [ 269 ] {9f87cf63-2279-45d5-992d-2d0154f5551d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:05:02.357384 [ 269 ] {9f87cf63-2279-45d5-992d-2d0154f5551d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.357529 [ 269 ] {9f87cf63-2279-45d5-992d-2d0154f5551d} executeQuery: Read 391 rows, 28.31 KiB in 0.001338 sec., 292227.2047832586 rows/sec., 20.66 MiB/sec. 2025.05.13 23:05:02.357566 [ 269 ] {9f87cf63-2279-45d5-992d-2d0154f5551d} TCPHandler: Processed in 0.001498608 sec. 2025.05.13 23:05:02.357692 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.357784 [ 269 ] {bb9cef49-eafa-44f1-9535-270716270a36} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:05:02.357824 [ 269 ] {bb9cef49-eafa-44f1-9535-270716270a36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:05:02.358141 [ 269 ] {bb9cef49-eafa-44f1-9535-270716270a36} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.358175 [ 269 ] {bb9cef49-eafa-44f1-9535-270716270a36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.358479 [ 269 ] {bb9cef49-eafa-44f1-9535-270716270a36} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:05:02.358685 [ 269 ] {bb9cef49-eafa-44f1-9535-270716270a36} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.358785 [ 152 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.13 23:05:02.358808 [ 269 ] {bb9cef49-eafa-44f1-9535-270716270a36} executeQuery: Read 6 rows, 321.00 B in 0.001041 sec., 5763.688760806916 rows/sec., 301.13 KiB/sec. 2025.05.13 23:05:02.358854 [ 152 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.358863 [ 269 ] {bb9cef49-eafa-44f1-9535-270716270a36} TCPHandler: Processed in 0.001219699 sec. 2025.05.13 23:05:02.358883 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.358982 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.358985 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:05:02.359099 [ 269 ] {afa1d0bf-842d-4775-8ce4-bbc0093a0e2c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:02.359135 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:02.359156 [ 269 ] {afa1d0bf-842d-4775-8ce4-bbc0093a0e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:02.359178 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2025.05.13 23:05:02.359254 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:02.359307 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:02.359355 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:02.359400 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:02.359445 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:02.359673 [ 269 ] {afa1d0bf-842d-4775-8ce4-bbc0093a0e2c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.359723 [ 269 ] {afa1d0bf-842d-4775-8ce4-bbc0093a0e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:02.360207 [ 269 ] {afa1d0bf-842d-4775-8ce4-bbc0093a0e2c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:05:02.360312 [ 194 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001364264 sec., 70367.61213372192 rows/sec., 3.59 MiB/sec. 2025.05.13 23:05:02.360430 [ 269 ] {afa1d0bf-842d-4775-8ce4-bbc0093a0e2c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.360463 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.13 23:05:02.360545 [ 152 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.05.13 23:05:02.360566 [ 269 ] {afa1d0bf-842d-4775-8ce4-bbc0093a0e2c} executeQuery: Read 237 rows, 16.27 KiB in 0.001492 sec., 158847.18498659518 rows/sec., 10.65 MiB/sec. 2025.05.13 23:05:02.360575 [ 152 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.360608 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.360612 [ 269 ] {afa1d0bf-842d-4775-8ce4-bbc0093a0e2c} TCPHandler: Processed in 0.001682434 sec. 2025.05.13 23:05:02.360690 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:05:02.360736 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.360740 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.360810 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:02.360829 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_16_3} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.13 23:05:02.360838 [ 269 ] {d3664a62-f908-4743-af08-f25abe1edc15} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:05:02.360844 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12162 rows starting from the beginning of the part 2025.05.13 23:05:02.360888 [ 269 ] {d3664a62-f908-4743-af08-f25abe1edc15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:05:02.360897 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.05.13 23:05:02.360930 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part 2025.05.13 23:05:02.360981 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2025.05.13 23:05:02.361028 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 241 rows starting from the beginning of the part 2025.05.13 23:05:02.361073 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:05:02.361113 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part 2025.05.13 23:05:02.361212 [ 269 ] {d3664a62-f908-4743-af08-f25abe1edc15} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.361255 [ 269 ] {d3664a62-f908-4743-af08-f25abe1edc15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:02.361586 [ 269 ] {d3664a62-f908-4743-af08-f25abe1edc15} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:05:02.361789 [ 269 ] {d3664a62-f908-4743-af08-f25abe1edc15} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.361921 [ 269 ] {d3664a62-f908-4743-af08-f25abe1edc15} executeQuery: Read 1 rows, 69.00 B in 0.001102 sec., 907.4410163339384 rows/sec., 61.15 KiB/sec. 2025.05.13 23:05:02.361957 [ 269 ] {d3664a62-f908-4743-af08-f25abe1edc15} TCPHandler: Processed in 0.001268451 sec. 2025.05.13 23:05:02.362058 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.362147 [ 269 ] {6d702def-3754-4bae-9cf7-d385e21d0939} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:02.362200 [ 269 ] {6d702def-3754-4bae-9cf7-d385e21d0939} 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.05.13 23:05:02.362965 [ 269 ] {6d702def-3754-4bae-9cf7-d385e21d0939} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.363001 [ 269 ] {6d702def-3754-4bae-9cf7-d385e21d0939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:02.363624 [ 269 ] {6d702def-3754-4bae-9cf7-d385e21d0939} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:05:02.363845 [ 269 ] {6d702def-3754-4bae-9cf7-d385e21d0939} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.363979 [ 269 ] {6d702def-3754-4bae-9cf7-d385e21d0939} executeQuery: Read 9 rows, 16.51 KiB in 0.00185 sec., 4864.864864864865 rows/sec., 8.72 MiB/sec. 2025.05.13 23:05:02.364030 [ 269 ] {6d702def-3754-4bae-9cf7-d385e21d0939} TCPHandler: Processed in 0.002018905 sec. 2025.05.13 23:05:02.364140 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:02.364233 [ 269 ] {d1188da7-b25a-4b24-80f8-f7bb969b4a58} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:02.364274 [ 269 ] {d1188da7-b25a-4b24-80f8-f7bb969b4a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:02.364596 [ 269 ] {d1188da7-b25a-4b24-80f8-f7bb969b4a58} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.364632 [ 269 ] {d1188da7-b25a-4b24-80f8-f7bb969b4a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.364945 [ 269 ] {d1188da7-b25a-4b24-80f8-f7bb969b4a58} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:05:02.365072 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 13197 rows, containing 5 columns (5 merged, 0 gathered) in 0.004419981 sec., 2985759.441047371 rows/sec., 201.77 MiB/sec. 2025.05.13 23:05:02.365154 [ 269 ] {d1188da7-b25a-4b24-80f8-f7bb969b4a58} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.365258 [ 152 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.05.13 23:05:02.365284 [ 269 ] {d1188da7-b25a-4b24-80f8-f7bb969b4a58} executeQuery: Read 82 rows, 5.33 KiB in 0.00107 sec., 76635.5140186916 rows/sec., 4.87 MiB/sec. 2025.05.13 23:05:02.365289 [ 152 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:02.365355 [ 269 ] {d1188da7-b25a-4b24-80f8-f7bb969b4a58} TCPHandler: Processed in 0.00126195 sec. 2025.05.13 23:05:02.365360 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.14 GiB. 2025.05.13 23:05:02.365395 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.05.13 23:05:02.365464 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:05:02.365593 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:02.365629 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2194 rows starting from the beginning of the part 2025.05.13 23:05:02.365655 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.365695 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part 2025.05.13 23:05:02.365746 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:05:02.365750 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_41_8} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.05.13 23:05:02.365788 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part 2025.05.13 23:05:02.365824 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. 2025.05.13 23:05:02.365834 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:05:02.365883 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part 2025.05.13 23:05:02.367079 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2560 rows, containing 4 columns (4 merged, 0 gathered) in 0.001650192 sec., 1551334.6325760882 rows/sec., 101.37 MiB/sec. 2025.05.13 23:05:02.367316 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.05.13 23:05:02.367564 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:02.367631 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_41_8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.05.13 23:05:02.367701 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.05.13 23:05:05.558723 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:05.559010 [ 269 ] {4335c3d7-2836-4f01-8192-2003407a5b84} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:05:05.559110 [ 269 ] {4335c3d7-2836-4f01-8192-2003407a5b84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:05:05.559740 [ 269 ] {4335c3d7-2836-4f01-8192-2003407a5b84} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.559790 [ 269 ] {4335c3d7-2836-4f01-8192-2003407a5b84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.560164 [ 269 ] {4335c3d7-2836-4f01-8192-2003407a5b84} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.13 23:05:05.560402 [ 269 ] {4335c3d7-2836-4f01-8192-2003407a5b84} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.560552 [ 269 ] {4335c3d7-2836-4f01-8192-2003407a5b84} executeQuery: Read 2 rows, 167.00 B in 0.001614 sec., 1239.1573729863692 rows/sec., 101.04 KiB/sec. 2025.05.13 23:05:05.560593 [ 269 ] {4335c3d7-2836-4f01-8192-2003407a5b84} TCPHandler: Processed in 0.002047575 sec. 2025.05.13 23:05:05.560712 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:05.560808 [ 269 ] {9bebb4e8-f25a-42a1-ac50-ca68d4dcca8d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:05.560849 [ 269 ] {9bebb4e8-f25a-42a1-ac50-ca68d4dcca8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:05.562091 [ 269 ] {9bebb4e8-f25a-42a1-ac50-ca68d4dcca8d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.562128 [ 269 ] {9bebb4e8-f25a-42a1-ac50-ca68d4dcca8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.562521 [ 269 ] {9bebb4e8-f25a-42a1-ac50-ca68d4dcca8d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:05:05.562735 [ 269 ] {9bebb4e8-f25a-42a1-ac50-ca68d4dcca8d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.562863 [ 269 ] {9bebb4e8-f25a-42a1-ac50-ca68d4dcca8d} executeQuery: Read 1261 rows, 106.66 KiB in 0.002073 sec., 608297.1538832609 rows/sec., 50.25 MiB/sec. 2025.05.13 23:05:05.562902 [ 269 ] {9bebb4e8-f25a-42a1-ac50-ca68d4dcca8d} TCPHandler: Processed in 0.002240152 sec. 2025.05.13 23:05:05.563013 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:05.563109 [ 269 ] {f918078d-a529-43a2-8331-f04be7abea02} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:05.563151 [ 269 ] {f918078d-a529-43a2-8331-f04be7abea02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:05.563598 [ 269 ] {f918078d-a529-43a2-8331-f04be7abea02} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.563635 [ 269 ] {f918078d-a529-43a2-8331-f04be7abea02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.563934 [ 269 ] {f918078d-a529-43a2-8331-f04be7abea02} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:05:05.564146 [ 269 ] {f918078d-a529-43a2-8331-f04be7abea02} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.564274 [ 269 ] {f918078d-a529-43a2-8331-f04be7abea02} executeQuery: Read 34 rows, 2.55 KiB in 0.001184 sec., 28716.216216216217 rows/sec., 2.10 MiB/sec. 2025.05.13 23:05:05.564312 [ 269 ] {f918078d-a529-43a2-8331-f04be7abea02} TCPHandler: Processed in 0.001349123 sec. 2025.05.13 23:05:05.564419 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:05.564515 [ 269 ] {28438dbb-d4f1-4f59-8394-b4e967523cfe} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:05:05.564557 [ 269 ] {28438dbb-d4f1-4f59-8394-b4e967523cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:05:05.565054 [ 269 ] {28438dbb-d4f1-4f59-8394-b4e967523cfe} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.565092 [ 269 ] {28438dbb-d4f1-4f59-8394-b4e967523cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.565405 [ 269 ] {28438dbb-d4f1-4f59-8394-b4e967523cfe} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:05:05.565626 [ 269 ] {28438dbb-d4f1-4f59-8394-b4e967523cfe} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.565739 [ 125 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2025.05.13 23:05:05.565753 [ 269 ] {28438dbb-d4f1-4f59-8394-b4e967523cfe} executeQuery: Read 228 rows, 15.81 KiB in 0.001256 sec., 181528.66242038217 rows/sec., 12.29 MiB/sec. 2025.05.13 23:05:05.565802 [ 125 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.565811 [ 269 ] {28438dbb-d4f1-4f59-8394-b4e967523cfe} TCPHandler: Processed in 0.001441986 sec. 2025.05.13 23:05:05.565831 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.565928 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:05.565933 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2025.05.13 23:05:05.566027 [ 269 ] {49561c5a-3268-42fb-95d9-d83b6decf4cd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:05.566048 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:05.566067 [ 269 ] {49561c5a-3268-42fb-95d9-d83b6decf4cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:05.566082 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 341 rows starting from the beginning of the part 2025.05.13 23:05:05.566147 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part 2025.05.13 23:05:05.566200 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part 2025.05.13 23:05:05.566251 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part 2025.05.13 23:05:05.566295 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part 2025.05.13 23:05:05.566347 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part 2025.05.13 23:05:05.566723 [ 269 ] {49561c5a-3268-42fb-95d9-d83b6decf4cd} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.566759 [ 269 ] {49561c5a-3268-42fb-95d9-d83b6decf4cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.567090 [ 269 ] {49561c5a-3268-42fb-95d9-d83b6decf4cd} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:05:05.567306 [ 269 ] {49561c5a-3268-42fb-95d9-d83b6decf4cd} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.567328 [ 189 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.001437475 sec., 790274.6134715386 rows/sec., 55.59 MiB/sec. 2025.05.13 23:05:05.567440 [ 269 ] {49561c5a-3268-42fb-95d9-d83b6decf4cd} executeQuery: Read 554 rows, 42.13 KiB in 0.001432 sec., 386871.5083798883 rows/sec., 28.73 MiB/sec. 2025.05.13 23:05:05.567481 [ 269 ] {49561c5a-3268-42fb-95d9-d83b6decf4cd} TCPHandler: Processed in 0.001602812 sec. 2025.05.13 23:05:05.567488 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.05.13 23:05:05.567590 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:05.567687 [ 269 ] {405da88b-ad8f-46c5-9b15-573bccfc3c77} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:05.567732 [ 269 ] {405da88b-ad8f-46c5-9b15-573bccfc3c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:05.567788 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.567864 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_19_4} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2025.05.13 23:05:05.567931 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:05:05.568378 [ 269 ] {405da88b-ad8f-46c5-9b15-573bccfc3c77} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.568415 [ 269 ] {405da88b-ad8f-46c5-9b15-573bccfc3c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.568792 [ 269 ] {405da88b-ad8f-46c5-9b15-573bccfc3c77} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:05:05.569003 [ 269 ] {405da88b-ad8f-46c5-9b15-573bccfc3c77} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.569130 [ 269 ] {405da88b-ad8f-46c5-9b15-573bccfc3c77} executeQuery: Read 929 rows, 63.86 KiB in 0.001462 sec., 635430.9165526676 rows/sec., 42.66 MiB/sec. 2025.05.13 23:05:05.569168 [ 269 ] {405da88b-ad8f-46c5-9b15-573bccfc3c77} TCPHandler: Processed in 0.001628793 sec. 2025.05.13 23:05:05.569278 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:05.569373 [ 269 ] {f4c1b5bd-6a6d-4a3a-942d-db33cc274b1b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:05.569431 [ 269 ] {f4c1b5bd-6a6d-4a3a-942d-db33cc274b1b} 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.05.13 23:05:05.570270 [ 269 ] {f4c1b5bd-6a6d-4a3a-942d-db33cc274b1b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.570308 [ 269 ] {f4c1b5bd-6a6d-4a3a-942d-db33cc274b1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.570844 [ 269 ] {f4c1b5bd-6a6d-4a3a-942d-db33cc274b1b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:05:05.571071 [ 269 ] {f4c1b5bd-6a6d-4a3a-942d-db33cc274b1b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.571183 [ 125 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.05.13 23:05:05.571211 [ 269 ] {f4c1b5bd-6a6d-4a3a-942d-db33cc274b1b} executeQuery: Read 32 rows, 58.72 KiB in 0.001856 sec., 17241.379310344826 rows/sec., 30.90 MiB/sec. 2025.05.13 23:05:05.571218 [ 125 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.571255 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.571271 [ 269 ] {f4c1b5bd-6a6d-4a3a-942d-db33cc274b1b} TCPHandler: Processed in 0.002045316 sec. 2025.05.13 23:05:05.571329 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:05:05.571390 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:05.571487 [ 269 ] {ce82d11b-bed9-4c6e-ab2f-5090fceb6a44} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:05.571523 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:05.571530 [ 269 ] {ce82d11b-bed9-4c6e-ab2f-5090fceb6a44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:05.571576 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 500 rows starting from the beginning of the part 2025.05.13 23:05:05.571702 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:05.571819 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part 2025.05.13 23:05:05.571882 [ 269 ] {ce82d11b-bed9-4c6e-ab2f-5090fceb6a44} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:05.571921 [ 269 ] {ce82d11b-bed9-4c6e-ab2f-5090fceb6a44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:05.571933 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:05.572039 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part 2025.05.13 23:05:05.572140 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:05.572239 [ 269 ] {ce82d11b-bed9-4c6e-ab2f-5090fceb6a44} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:05:05.572456 [ 269 ] {ce82d11b-bed9-4c6e-ab2f-5090fceb6a44} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.572586 [ 269 ] {ce82d11b-bed9-4c6e-ab2f-5090fceb6a44} executeQuery: Read 44 rows, 3.03 KiB in 0.001118 sec., 39355.99284436493 rows/sec., 2.65 MiB/sec. 2025.05.13 23:05:05.572621 [ 269 ] {ce82d11b-bed9-4c6e-ab2f-5090fceb6a44} TCPHandler: Processed in 0.001282541 sec. 2025.05.13 23:05:05.594820 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 19 columns (19 merged, 0 gathered) in 0.023519902 sec., 26105.55094999971 rows/sec., 46.78 MiB/sec. 2025.05.13 23:05:05.595538 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.05.13 23:05:05.595904 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:05.595988 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_31_6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.05.13 23:05:05.596121 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. 2025.05.13 23:05:06.001160 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 244.16 MiB, peak 251.56 MiB, free memory in arenas 0.00 B, will set to 245.20 MiB (RSS), difference: 1.04 MiB 2025.05.13 23:05:07.336088 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:07.336281 [ 269 ] {57ed9065-c5ef-4f68-beb0-1868a36fbd47} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:07.336355 [ 269 ] {57ed9065-c5ef-4f68-beb0-1868a36fbd47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:07.337038 [ 269 ] {57ed9065-c5ef-4f68-beb0-1868a36fbd47} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:07.337090 [ 269 ] {57ed9065-c5ef-4f68-beb0-1868a36fbd47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:07.337495 [ 269 ] {57ed9065-c5ef-4f68-beb0-1868a36fbd47} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:05:07.337731 [ 269 ] {57ed9065-c5ef-4f68-beb0-1868a36fbd47} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:07.337895 [ 269 ] {57ed9065-c5ef-4f68-beb0-1868a36fbd47} executeQuery: Read 56 rows, 4.38 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.56 MiB/sec. 2025.05.13 23:05:07.337948 [ 269 ] {57ed9065-c5ef-4f68-beb0-1868a36fbd47} TCPHandler: Processed in 0.002003124 sec. 2025.05.13 23:05:07.338088 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:07.338192 [ 269 ] {acd1cc42-34fc-49bb-8f60-ca55a74a94ae} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:07.338238 [ 269 ] {acd1cc42-34fc-49bb-8f60-ca55a74a94ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:07.338704 [ 269 ] {acd1cc42-34fc-49bb-8f60-ca55a74a94ae} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:07.338744 [ 269 ] {acd1cc42-34fc-49bb-8f60-ca55a74a94ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:07.339068 [ 269 ] {acd1cc42-34fc-49bb-8f60-ca55a74a94ae} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:05:07.339285 [ 269 ] {acd1cc42-34fc-49bb-8f60-ca55a74a94ae} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:07.339427 [ 269 ] {acd1cc42-34fc-49bb-8f60-ca55a74a94ae} executeQuery: Read 64 rows, 5.12 KiB in 0.001259 sec., 50833.99523431295 rows/sec., 3.97 MiB/sec. 2025.05.13 23:05:07.339466 [ 269 ] {acd1cc42-34fc-49bb-8f60-ca55a74a94ae} TCPHandler: Processed in 0.001430436 sec. 2025.05.13 23:05:07.339589 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:07.339685 [ 269 ] {9b8920be-9ed2-4c06-9c67-2f02c1654615} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:07.339732 [ 269 ] {9b8920be-9ed2-4c06-9c67-2f02c1654615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:07.340114 [ 269 ] {9b8920be-9ed2-4c06-9c67-2f02c1654615} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:07.340150 [ 269 ] {9b8920be-9ed2-4c06-9c67-2f02c1654615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:07.340483 [ 269 ] {9b8920be-9ed2-4c06-9c67-2f02c1654615} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:05:07.340705 [ 269 ] {9b8920be-9ed2-4c06-9c67-2f02c1654615} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:07.340836 [ 269 ] {9b8920be-9ed2-4c06-9c67-2f02c1654615} executeQuery: Read 42 rows, 2.99 KiB in 0.00117 sec., 35897.4358974359 rows/sec., 2.50 MiB/sec. 2025.05.13 23:05:07.340873 [ 269 ] {9b8920be-9ed2-4c06-9c67-2f02c1654615} TCPHandler: Processed in 0.001334952 sec. 2025.05.13 23:05:07.340989 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:07.341084 [ 269 ] {af1dca66-c19d-4fa6-9f33-f9cbfcc4cc3c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:07.341127 [ 269 ] {af1dca66-c19d-4fa6-9f33-f9cbfcc4cc3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:07.341456 [ 269 ] {af1dca66-c19d-4fa6-9f33-f9cbfcc4cc3c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:07.341493 [ 269 ] {af1dca66-c19d-4fa6-9f33-f9cbfcc4cc3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:07.341795 [ 269 ] {af1dca66-c19d-4fa6-9f33-f9cbfcc4cc3c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:05:07.342006 [ 269 ] {af1dca66-c19d-4fa6-9f33-f9cbfcc4cc3c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:07.342139 [ 269 ] {af1dca66-c19d-4fa6-9f33-f9cbfcc4cc3c} executeQuery: Read 16 rows, 1.11 KiB in 0.001073 sec., 14911.463187325257 rows/sec., 1.01 MiB/sec. 2025.05.13 23:05:07.342175 [ 269 ] {af1dca66-c19d-4fa6-9f33-f9cbfcc4cc3c} TCPHandler: Processed in 0.00123597 sec. 2025.05.13 23:05:08.523802 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13359 2025.05.13 23:05:08.524286 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:08.524342 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:08.524843 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:05:08.525087 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:08.525234 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 2025.05.13 23:05:09.261450 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.05.13 23:05:09.278527 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:09.278581 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:09.284871 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:05:09.285561 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:09.288457 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.05.13 23:05:11.056579 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 848 2025.05.13 23:05:11.059183 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:11.059232 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:11.060466 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:05:11.060741 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:11.060918 [ 137 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.13 23:05:11.060986 [ 137 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:11.061003 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 848 2025.05.13 23:05:11.061009 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:11.061119 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:05:11.061549 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:11.061682 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 650 rows starting from the beginning of the part 2025.05.13 23:05:11.062023 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2025.05.13 23:05:11.062347 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part 2025.05.13 23:05:11.062669 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part 2025.05.13 23:05:11.062996 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2025.05.13 23:05:11.063324 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part 2025.05.13 23:05:11.069393 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 848 rows, containing 72 columns (72 merged, 0 gathered) in 0.008309886 sec., 102047.12796300695 rows/sec., 84.64 MiB/sec. 2025.05.13 23:05:11.070635 [ 199 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.13 23:05:11.071296 [ 199 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:11.071392 [ 199 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_21_4} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.13 23:05:11.071652 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2025.05.13 23:05:12.348984 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.349167 [ 269 ] {fd9454e6-1daf-49d3-950b-462c820de276} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:05:12.349239 [ 269 ] {fd9454e6-1daf-49d3-950b-462c820de276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:05:12.349982 [ 269 ] {fd9454e6-1daf-49d3-950b-462c820de276} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.350026 [ 269 ] {fd9454e6-1daf-49d3-950b-462c820de276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.350438 [ 269 ] {fd9454e6-1daf-49d3-950b-462c820de276} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:05:12.350668 [ 269 ] {fd9454e6-1daf-49d3-950b-462c820de276} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.350802 [ 142 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.05.13 23:05:12.350821 [ 269 ] {fd9454e6-1daf-49d3-950b-462c820de276} executeQuery: Read 212 rows, 13.81 KiB in 0.001705 sec., 124340.17595307919 rows/sec., 7.91 MiB/sec. 2025.05.13 23:05:12.350875 [ 142 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.350888 [ 269 ] {fd9454e6-1daf-49d3-950b-462c820de276} TCPHandler: Processed in 0.002040786 sec. 2025.05.13 23:05:12.350905 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.351014 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.351052 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.05.13 23:05:12.351116 [ 269 ] {b7cdbbef-143e-4cca-948f-bd9759026b75} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:12.351165 [ 269 ] {b7cdbbef-143e-4cca-948f-bd9759026b75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:12.351214 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:12.351257 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part 2025.05.13 23:05:12.351335 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.05.13 23:05:12.351379 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part 2025.05.13 23:05:12.351420 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part 2025.05.13 23:05:12.351459 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2025.05.13 23:05:12.351979 [ 269 ] {b7cdbbef-143e-4cca-948f-bd9759026b75} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.352024 [ 269 ] {b7cdbbef-143e-4cca-948f-bd9759026b75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.352383 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001394904 sec., 759908.9256321582 rows/sec., 51.23 MiB/sec. 2025.05.13 23:05:12.352402 [ 269 ] {b7cdbbef-143e-4cca-948f-bd9759026b75} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:05:12.352584 [ 189 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.05.13 23:05:12.352646 [ 269 ] {b7cdbbef-143e-4cca-948f-bd9759026b75} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.352791 [ 269 ] {b7cdbbef-143e-4cca-948f-bd9759026b75} executeQuery: Read 635 rows, 51.07 KiB in 0.001695 sec., 374631.2684365782 rows/sec., 29.42 MiB/sec. 2025.05.13 23:05:12.352834 [ 269 ] {b7cdbbef-143e-4cca-948f-bd9759026b75} TCPHandler: Processed in 0.0018705 sec. 2025.05.13 23:05:12.352918 [ 189 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.352946 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.353008 [ 189 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_17_4} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.05.13 23:05:12.353046 [ 269 ] {26160106-5739-4a08-b821-3286f1f883ff} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:12.353093 [ 269 ] {26160106-5739-4a08-b821-3286f1f883ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:12.353110 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:05:12.353539 [ 269 ] {26160106-5739-4a08-b821-3286f1f883ff} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.353581 [ 269 ] {26160106-5739-4a08-b821-3286f1f883ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.353891 [ 269 ] {26160106-5739-4a08-b821-3286f1f883ff} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:05:12.354101 [ 269 ] {26160106-5739-4a08-b821-3286f1f883ff} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.354227 [ 269 ] {26160106-5739-4a08-b821-3286f1f883ff} executeQuery: Read 115 rows, 7.06 KiB in 0.001199 sec., 95913.26105087574 rows/sec., 5.75 MiB/sec. 2025.05.13 23:05:12.354268 [ 269 ] {26160106-5739-4a08-b821-3286f1f883ff} TCPHandler: Processed in 0.001371994 sec. 2025.05.13 23:05:12.354377 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.354473 [ 269 ] {2a538814-0b06-48fd-b079-363e850ea2b5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:05:12.354515 [ 269 ] {2a538814-0b06-48fd-b079-363e850ea2b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:05:12.354944 [ 269 ] {2a538814-0b06-48fd-b079-363e850ea2b5} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.354982 [ 269 ] {2a538814-0b06-48fd-b079-363e850ea2b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.355285 [ 269 ] {2a538814-0b06-48fd-b079-363e850ea2b5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:05:12.355490 [ 269 ] {2a538814-0b06-48fd-b079-363e850ea2b5} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.355618 [ 269 ] {2a538814-0b06-48fd-b079-363e850ea2b5} executeQuery: Read 113 rows, 7.49 KiB in 0.001164 sec., 97079.03780068728 rows/sec., 6.28 MiB/sec. 2025.05.13 23:05:12.355657 [ 269 ] {2a538814-0b06-48fd-b079-363e850ea2b5} TCPHandler: Processed in 0.001330842 sec. 2025.05.13 23:05:12.355767 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.355861 [ 269 ] {4608589c-ed68-4710-9acc-b9f743264ab0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:05:12.355902 [ 269 ] {4608589c-ed68-4710-9acc-b9f743264ab0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:05:12.356331 [ 269 ] {4608589c-ed68-4710-9acc-b9f743264ab0} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.356369 [ 269 ] {4608589c-ed68-4710-9acc-b9f743264ab0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.356670 [ 269 ] {4608589c-ed68-4710-9acc-b9f743264ab0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:05:12.356900 [ 269 ] {4608589c-ed68-4710-9acc-b9f743264ab0} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.357002 [ 141 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.05.13 23:05:12.357028 [ 269 ] {4608589c-ed68-4710-9acc-b9f743264ab0} executeQuery: Read 112 rows, 6.53 KiB in 0.001185 sec., 94514.76793248944 rows/sec., 5.38 MiB/sec. 2025.05.13 23:05:12.357045 [ 141 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.357071 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.357073 [ 269 ] {4608589c-ed68-4710-9acc-b9f743264ab0} TCPHandler: Processed in 0.001356033 sec. 2025.05.13 23:05:12.357152 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.05.13 23:05:12.357198 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.357275 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:12.357302 [ 269 ] {345cbd6a-2434-4e3d-b917-a4ad2cb80044} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:12.357312 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part 2025.05.13 23:05:12.357350 [ 269 ] {345cbd6a-2434-4e3d-b917-a4ad2cb80044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:12.357376 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part 2025.05.13 23:05:12.357420 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part 2025.05.13 23:05:12.357458 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part 2025.05.13 23:05:12.357495 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part 2025.05.13 23:05:12.357943 [ 269 ] {345cbd6a-2434-4e3d-b917-a4ad2cb80044} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.357985 [ 269 ] {345cbd6a-2434-4e3d-b917-a4ad2cb80044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.358192 [ 189 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001071624 sec., 522571.34965249005 rows/sec., 31.76 MiB/sec. 2025.05.13 23:05:12.358327 [ 269 ] {345cbd6a-2434-4e3d-b917-a4ad2cb80044} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:05:12.358338 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.05.13 23:05:12.358611 [ 269 ] {345cbd6a-2434-4e3d-b917-a4ad2cb80044} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.358686 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.358754 [ 269 ] {345cbd6a-2434-4e3d-b917-a4ad2cb80044} executeQuery: Read 391 rows, 28.31 KiB in 0.00147 sec., 265986.39455782314 rows/sec., 18.80 MiB/sec. 2025.05.13 23:05:12.358772 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_17_4} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.05.13 23:05:12.358798 [ 269 ] {345cbd6a-2434-4e3d-b917-a4ad2cb80044} TCPHandler: Processed in 0.001650343 sec. 2025.05.13 23:05:12.358863 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:05:12.358915 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.359014 [ 269 ] {2bad1f85-4c0a-4498-8d11-e2adefc89f88} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:05:12.359056 [ 269 ] {2bad1f85-4c0a-4498-8d11-e2adefc89f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:05:12.359384 [ 269 ] {2bad1f85-4c0a-4498-8d11-e2adefc89f88} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.359421 [ 269 ] {2bad1f85-4c0a-4498-8d11-e2adefc89f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.359731 [ 269 ] {2bad1f85-4c0a-4498-8d11-e2adefc89f88} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:05:12.359946 [ 269 ] {2bad1f85-4c0a-4498-8d11-e2adefc89f88} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.360073 [ 269 ] {2bad1f85-4c0a-4498-8d11-e2adefc89f88} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2025.05.13 23:05:12.360110 [ 269 ] {2bad1f85-4c0a-4498-8d11-e2adefc89f88} TCPHandler: Processed in 0.00124523 sec. 2025.05.13 23:05:12.360214 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.360310 [ 269 ] {7dc73452-06ef-4be3-a249-1ba71766ad8b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:12.360354 [ 269 ] {7dc73452-06ef-4be3-a249-1ba71766ad8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:12.360775 [ 269 ] {7dc73452-06ef-4be3-a249-1ba71766ad8b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.360811 [ 269 ] {7dc73452-06ef-4be3-a249-1ba71766ad8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.361151 [ 269 ] {7dc73452-06ef-4be3-a249-1ba71766ad8b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:05:12.361377 [ 269 ] {7dc73452-06ef-4be3-a249-1ba71766ad8b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.361512 [ 269 ] {7dc73452-06ef-4be3-a249-1ba71766ad8b} executeQuery: Read 237 rows, 16.27 KiB in 0.001221 sec., 194103.19410319408 rows/sec., 13.01 MiB/sec. 2025.05.13 23:05:12.361550 [ 269 ] {7dc73452-06ef-4be3-a249-1ba71766ad8b} TCPHandler: Processed in 0.001384714 sec. 2025.05.13 23:05:12.361657 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.361752 [ 269 ] {ddb7eecf-f4e4-4e91-8a98-9b3a8dcc826d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:05:12.361794 [ 269 ] {ddb7eecf-f4e4-4e91-8a98-9b3a8dcc826d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:05:12.362091 [ 269 ] {ddb7eecf-f4e4-4e91-8a98-9b3a8dcc826d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.362129 [ 269 ] {ddb7eecf-f4e4-4e91-8a98-9b3a8dcc826d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.362431 [ 269 ] {ddb7eecf-f4e4-4e91-8a98-9b3a8dcc826d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:05:12.362647 [ 269 ] {ddb7eecf-f4e4-4e91-8a98-9b3a8dcc826d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.362775 [ 269 ] {ddb7eecf-f4e4-4e91-8a98-9b3a8dcc826d} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2025.05.13 23:05:12.362812 [ 269 ] {ddb7eecf-f4e4-4e91-8a98-9b3a8dcc826d} TCPHandler: Processed in 0.001203908 sec. 2025.05.13 23:05:12.362923 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.363018 [ 269 ] {a4681fc0-93e0-49c5-84bd-17091e637aaa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:12.363083 [ 269 ] {a4681fc0-93e0-49c5-84bd-17091e637aaa} 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.05.13 23:05:12.363862 [ 269 ] {a4681fc0-93e0-49c5-84bd-17091e637aaa} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.363900 [ 269 ] {a4681fc0-93e0-49c5-84bd-17091e637aaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.364435 [ 269 ] {a4681fc0-93e0-49c5-84bd-17091e637aaa} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:05:12.364664 [ 269 ] {a4681fc0-93e0-49c5-84bd-17091e637aaa} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.364804 [ 269 ] {a4681fc0-93e0-49c5-84bd-17091e637aaa} executeQuery: Read 9 rows, 16.51 KiB in 0.001803 sec., 4991.680532445924 rows/sec., 8.94 MiB/sec. 2025.05.13 23:05:12.364858 [ 269 ] {a4681fc0-93e0-49c5-84bd-17091e637aaa} TCPHandler: Processed in 0.001984294 sec. 2025.05.13 23:05:12.364997 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:12.365116 [ 269 ] {233fbd8b-a8a9-4348-87c9-60af9b1b6275} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:12.365176 [ 269 ] {233fbd8b-a8a9-4348-87c9-60af9b1b6275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:12.365605 [ 269 ] {233fbd8b-a8a9-4348-87c9-60af9b1b6275} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:12.365645 [ 269 ] {233fbd8b-a8a9-4348-87c9-60af9b1b6275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:12.365998 [ 269 ] {233fbd8b-a8a9-4348-87c9-60af9b1b6275} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:05:12.366250 [ 269 ] {233fbd8b-a8a9-4348-87c9-60af9b1b6275} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:12.366391 [ 269 ] {233fbd8b-a8a9-4348-87c9-60af9b1b6275} executeQuery: Read 82 rows, 5.33 KiB in 0.001296 sec., 63271.6049382716 rows/sec., 4.02 MiB/sec. 2025.05.13 23:05:12.366431 [ 269 ] {233fbd8b-a8a9-4348-87c9-60af9b1b6275} TCPHandler: Processed in 0.001498628 sec. 2025.05.13 23:05:15.921280 [ 136 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:05:15.921363 [ 136 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:05:16.026208 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13847 2025.05.13 23:05:16.026728 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:16.026773 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:16.027256 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:05:16.027491 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:16.027641 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13847 2025.05.13 23:05:16.789453 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.05.13 23:05:16.806889 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:16.806940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:16.812607 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:05:16.813314 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:16.816172 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.05.13 23:05:17.343224 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:17.343504 [ 269 ] {7931b832-3de6-4081-b1ee-db7f6e7619a1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:17.343597 [ 269 ] {7931b832-3de6-4081-b1ee-db7f6e7619a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:17.344321 [ 269 ] {7931b832-3de6-4081-b1ee-db7f6e7619a1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.344359 [ 269 ] {7931b832-3de6-4081-b1ee-db7f6e7619a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.344749 [ 269 ] {7931b832-3de6-4081-b1ee-db7f6e7619a1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:05:17.344976 [ 269 ] {7931b832-3de6-4081-b1ee-db7f6e7619a1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.345100 [ 135 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.05.13 23:05:17.345129 [ 269 ] {7931b832-3de6-4081-b1ee-db7f6e7619a1} executeQuery: Read 120 rows, 10.47 KiB in 0.001703 sec., 70463.88725778038 rows/sec., 6.00 MiB/sec. 2025.05.13 23:05:17.345144 [ 135 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.345167 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.345171 [ 269 ] {7931b832-3de6-4081-b1ee-db7f6e7619a1} TCPHandler: Processed in 0.002128708 sec. 2025.05.13 23:05:17.345285 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.05.13 23:05:17.345308 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:17.345430 [ 269 ] {5c295ed5-a2ef-4f4c-bdfd-edc1927de770} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:17.345438 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:17.345476 [ 269 ] {5c295ed5-a2ef-4f4c-bdfd-edc1927de770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:17.345487 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 1849 rows starting from the beginning of the part 2025.05.13 23:05:17.345567 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 635 rows starting from the beginning of the part 2025.05.13 23:05:17.345622 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:05:17.345670 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part 2025.05.13 23:05:17.345715 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 635 rows starting from the beginning of the part 2025.05.13 23:05:17.345769 [ 200 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 120 rows starting from the beginning of the part 2025.05.13 23:05:17.345995 [ 269 ] {5c295ed5-a2ef-4f4c-bdfd-edc1927de770} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.346038 [ 269 ] {5c295ed5-a2ef-4f4c-bdfd-edc1927de770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.346365 [ 269 ] {5c295ed5-a2ef-4f4c-bdfd-edc1927de770} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:05:17.346589 [ 269 ] {5c295ed5-a2ef-4f4c-bdfd-edc1927de770} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.346694 [ 135 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.05.13 23:05:17.346722 [ 135 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.346723 [ 269 ] {5c295ed5-a2ef-4f4c-bdfd-edc1927de770} executeQuery: Read 32 rows, 2.41 KiB in 0.001312 sec., 24390.243902439022 rows/sec., 1.79 MiB/sec. 2025.05.13 23:05:17.346741 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.346767 [ 269 ] {5c295ed5-a2ef-4f4c-bdfd-edc1927de770} TCPHandler: Processed in 0.001507568 sec. 2025.05.13 23:05:17.346845 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:05:17.346890 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:17.346975 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:17.346991 [ 269 ] {070f289c-7e44-4908-b165-486b13745c5b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:17.347012 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 165 rows starting from the beginning of the part 2025.05.13 23:05:17.347036 [ 269 ] {070f289c-7e44-4908-b165-486b13745c5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:17.347084 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:17.347133 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 115 rows starting from the beginning of the part 2025.05.13 23:05:17.347176 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part 2025.05.13 23:05:17.347217 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 115 rows starting from the beginning of the part 2025.05.13 23:05:17.347254 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:17.347508 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.002280713 sec., 1997620.9194230048 rows/sec., 169.33 MiB/sec. 2025.05.13 23:05:17.347562 [ 269 ] {070f289c-7e44-4908-b165-486b13745c5b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.347605 [ 269 ] {070f289c-7e44-4908-b165-486b13745c5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.347841 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.05.13 23:05:17.348029 [ 269 ] {070f289c-7e44-4908-b165-486b13745c5b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:05:17.348282 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.348301 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001508068 sec., 326908.33569839026 rows/sec., 22.10 MiB/sec. 2025.05.13 23:05:17.348323 [ 269 ] {070f289c-7e44-4908-b165-486b13745c5b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.348377 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_45_9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.05.13 23:05:17.348443 [ 135 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.05.13 23:05:17.348471 [ 135 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.348473 [ 269 ] {070f289c-7e44-4908-b165-486b13745c5b} executeQuery: Read 96 rows, 7.68 KiB in 0.001501 sec., 63957.36175882745 rows/sec., 5.00 MiB/sec. 2025.05.13 23:05:17.348489 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.348486 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.05.13 23:05:17.348518 [ 269 ] {070f289c-7e44-4908-b165-486b13745c5b} TCPHandler: Processed in 0.001675774 sec. 2025.05.13 23:05:17.348479 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.05.13 23:05:17.348595 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.05.13 23:05:17.348654 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:17.348679 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:17.348708 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 915 rows starting from the beginning of the part 2025.05.13 23:05:17.348753 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 391 rows starting from the beginning of the part 2025.05.13 23:05:17.348756 [ 269 ] {8f6ddda6-cf14-408f-9353-e344be2b0b42} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:17.348793 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 554 rows starting from the beginning of the part 2025.05.13 23:05:17.348814 [ 269 ] {8f6ddda6-cf14-408f-9353-e344be2b0b42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:17.348828 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.348839 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2025.05.13 23:05:17.348883 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 391 rows starting from the beginning of the part 2025.05.13 23:05:17.348914 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_36_7} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.05.13 23:05:17.348917 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 96 rows starting from the beginning of the part 2025.05.13 23:05:17.349023 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:05:17.349263 [ 269 ] {8f6ddda6-cf14-408f-9353-e344be2b0b42} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.349304 [ 269 ] {8f6ddda6-cf14-408f-9353-e344be2b0b42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.349665 [ 269 ] {8f6ddda6-cf14-408f-9353-e344be2b0b42} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:05:17.349887 [ 269 ] {8f6ddda6-cf14-408f-9353-e344be2b0b42} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.349971 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405895 sec., 1714921.8113728263 rows/sec., 131.30 MiB/sec. 2025.05.13 23:05:17.350019 [ 269 ] {8f6ddda6-cf14-408f-9353-e344be2b0b42} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2025.05.13 23:05:17.350064 [ 269 ] {8f6ddda6-cf14-408f-9353-e344be2b0b42} TCPHandler: Processed in 0.001458897 sec. 2025.05.13 23:05:17.350122 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.05.13 23:05:17.350188 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:17.350289 [ 269 ] {9101e86d-62e1-49b8-a764-53ca72e75922} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:17.350346 [ 269 ] {9101e86d-62e1-49b8-a764-53ca72e75922} 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.05.13 23:05:17.350363 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.350430 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_45_9} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.05.13 23:05:17.350499 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:05:17.351162 [ 269 ] {9101e86d-62e1-49b8-a764-53ca72e75922} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.351213 [ 269 ] {9101e86d-62e1-49b8-a764-53ca72e75922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.351762 [ 269 ] {9101e86d-62e1-49b8-a764-53ca72e75922} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:05:17.351988 [ 269 ] {9101e86d-62e1-49b8-a764-53ca72e75922} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.352122 [ 269 ] {9101e86d-62e1-49b8-a764-53ca72e75922} executeQuery: Read 32 rows, 58.72 KiB in 0.001851 sec., 17287.95245813074 rows/sec., 30.98 MiB/sec. 2025.05.13 23:05:17.352175 [ 269 ] {9101e86d-62e1-49b8-a764-53ca72e75922} TCPHandler: Processed in 0.002038285 sec. 2025.05.13 23:05:17.352298 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:17.352391 [ 269 ] {9d82bf81-f84f-41c2-ac32-72a0d29ef95a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:17.352431 [ 269 ] {9d82bf81-f84f-41c2-ac32-72a0d29ef95a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:17.352764 [ 269 ] {9d82bf81-f84f-41c2-ac32-72a0d29ef95a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.352798 [ 269 ] {9d82bf81-f84f-41c2-ac32-72a0d29ef95a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.353089 [ 269 ] {9d82bf81-f84f-41c2-ac32-72a0d29ef95a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:05:17.353301 [ 269 ] {9d82bf81-f84f-41c2-ac32-72a0d29ef95a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.353428 [ 269 ] {9d82bf81-f84f-41c2-ac32-72a0d29ef95a} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2025.05.13 23:05:17.353463 [ 269 ] {9d82bf81-f84f-41c2-ac32-72a0d29ef95a} TCPHandler: Processed in 0.001212919 sec. 2025.05.13 23:05:17.944460 [ 134 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2025.05.13 23:05:17.944526 [ 134 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:17.944552 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:17.944673 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2025.05.13 23:05:17.944822 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:17.944858 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part 2025.05.13 23:05:17.944933 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2025.05.13 23:05:17.944986 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.05.13 23:05:17.945033 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2025.05.13 23:05:17.945080 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2025.05.13 23:05:17.945835 [ 193 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.00121867 sec., 27899.267233951767 rows/sec., 2.33 MiB/sec. 2025.05.13 23:05:17.945952 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.05.13 23:05:17.946200 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:17.946268 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_10_2} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2025.05.13 23:05:17.946329 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:05:21.062097 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 882 2025.05.13 23:05:21.064488 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:21.064534 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:21.065712 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:05:21.065980 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:21.066234 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 882 2025.05.13 23:05:22.346859 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.347151 [ 269 ] {acad006b-4477-4658-977a-0c81a66b1635} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:05:22.347258 [ 269 ] {acad006b-4477-4658-977a-0c81a66b1635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:05:22.348262 [ 269 ] {acad006b-4477-4658-977a-0c81a66b1635} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.348311 [ 269 ] {acad006b-4477-4658-977a-0c81a66b1635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.348731 [ 269 ] {acad006b-4477-4658-977a-0c81a66b1635} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:05:22.348959 [ 269 ] {acad006b-4477-4658-977a-0c81a66b1635} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.349122 [ 269 ] {acad006b-4477-4658-977a-0c81a66b1635} executeQuery: Read 212 rows, 13.81 KiB in 0.002051 sec., 103364.21257922966 rows/sec., 6.57 MiB/sec. 2025.05.13 23:05:22.349173 [ 269 ] {acad006b-4477-4658-977a-0c81a66b1635} TCPHandler: Processed in 0.00250603 sec. 2025.05.13 23:05:22.349325 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.349424 [ 269 ] {9569e904-c59d-4f4a-a63b-354b43272a04} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:05:22.349467 [ 269 ] {9569e904-c59d-4f4a-a63b-354b43272a04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:05:22.349927 [ 269 ] {9569e904-c59d-4f4a-a63b-354b43272a04} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.349963 [ 269 ] {9569e904-c59d-4f4a-a63b-354b43272a04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.350255 [ 269 ] {9569e904-c59d-4f4a-a63b-354b43272a04} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.13 23:05:22.350462 [ 269 ] {9569e904-c59d-4f4a-a63b-354b43272a04} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.350592 [ 269 ] {9569e904-c59d-4f4a-a63b-354b43272a04} executeQuery: Read 4 rows, 334.00 B in 0.00119 sec., 3361.344537815126 rows/sec., 274.09 KiB/sec. 2025.05.13 23:05:22.350629 [ 269 ] {9569e904-c59d-4f4a-a63b-354b43272a04} TCPHandler: Processed in 0.001354574 sec. 2025.05.13 23:05:22.350745 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.350836 [ 269 ] {03c654ba-7a31-4bf3-b3a1-8d982facdd22} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:22.350875 [ 269 ] {03c654ba-7a31-4bf3-b3a1-8d982facdd22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:22.351582 [ 269 ] {03c654ba-7a31-4bf3-b3a1-8d982facdd22} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.351618 [ 269 ] {03c654ba-7a31-4bf3-b3a1-8d982facdd22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.351950 [ 269 ] {03c654ba-7a31-4bf3-b3a1-8d982facdd22} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:05:22.352153 [ 269 ] {03c654ba-7a31-4bf3-b3a1-8d982facdd22} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.352278 [ 269 ] {03c654ba-7a31-4bf3-b3a1-8d982facdd22} executeQuery: Read 637 rows, 51.21 KiB in 0.001459 sec., 436600.4112405757 rows/sec., 34.28 MiB/sec. 2025.05.13 23:05:22.352314 [ 269 ] {03c654ba-7a31-4bf3-b3a1-8d982facdd22} TCPHandler: Processed in 0.001617442 sec. 2025.05.13 23:05:22.352426 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.352517 [ 269 ] {99481a6e-f937-4fa4-ae19-3085df44cb71} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:22.352557 [ 269 ] {99481a6e-f937-4fa4-ae19-3085df44cb71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:22.352990 [ 269 ] {99481a6e-f937-4fa4-ae19-3085df44cb71} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.353025 [ 269 ] {99481a6e-f937-4fa4-ae19-3085df44cb71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.353328 [ 269 ] {99481a6e-f937-4fa4-ae19-3085df44cb71} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:05:22.353529 [ 269 ] {99481a6e-f937-4fa4-ae19-3085df44cb71} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.353652 [ 269 ] {99481a6e-f937-4fa4-ae19-3085df44cb71} executeQuery: Read 119 rows, 7.34 KiB in 0.001152 sec., 103298.61111111111 rows/sec., 6.22 MiB/sec. 2025.05.13 23:05:22.353687 [ 269 ] {99481a6e-f937-4fa4-ae19-3085df44cb71} TCPHandler: Processed in 0.001309232 sec. 2025.05.13 23:05:22.353800 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.353892 [ 269 ] {b6c1bd1b-10df-4d32-a4d2-8e3715d1f308} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:05:22.353930 [ 269 ] {b6c1bd1b-10df-4d32-a4d2-8e3715d1f308} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:05:22.354354 [ 269 ] {b6c1bd1b-10df-4d32-a4d2-8e3715d1f308} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.354405 [ 269 ] {b6c1bd1b-10df-4d32-a4d2-8e3715d1f308} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.354700 [ 269 ] {b6c1bd1b-10df-4d32-a4d2-8e3715d1f308} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:05:22.354904 [ 269 ] {b6c1bd1b-10df-4d32-a4d2-8e3715d1f308} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.355027 [ 269 ] {b6c1bd1b-10df-4d32-a4d2-8e3715d1f308} executeQuery: Read 113 rows, 7.49 KiB in 0.001152 sec., 98090.27777777778 rows/sec., 6.35 MiB/sec. 2025.05.13 23:05:22.355063 [ 269 ] {b6c1bd1b-10df-4d32-a4d2-8e3715d1f308} TCPHandler: Processed in 0.001309572 sec. 2025.05.13 23:05:22.355182 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.355273 [ 269 ] {546fa2d9-ab13-43a2-bba6-ad19fa05bceb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:05:22.355312 [ 269 ] {546fa2d9-ab13-43a2-bba6-ad19fa05bceb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:05:22.355738 [ 269 ] {546fa2d9-ab13-43a2-bba6-ad19fa05bceb} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.355774 [ 269 ] {546fa2d9-ab13-43a2-bba6-ad19fa05bceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.356060 [ 269 ] {546fa2d9-ab13-43a2-bba6-ad19fa05bceb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:05:22.356260 [ 269 ] {546fa2d9-ab13-43a2-bba6-ad19fa05bceb} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.356381 [ 269 ] {546fa2d9-ab13-43a2-bba6-ad19fa05bceb} executeQuery: Read 112 rows, 6.53 KiB in 0.001125 sec., 99555.55555555556 rows/sec., 5.67 MiB/sec. 2025.05.13 23:05:22.356418 [ 269 ] {546fa2d9-ab13-43a2-bba6-ad19fa05bceb} TCPHandler: Processed in 0.001283001 sec. 2025.05.13 23:05:22.356530 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.356622 [ 269 ] {4a2c0ac5-a3c7-481f-a463-b92be9126472} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:22.356660 [ 269 ] {4a2c0ac5-a3c7-481f-a463-b92be9126472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:22.357190 [ 269 ] {4a2c0ac5-a3c7-481f-a463-b92be9126472} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.357226 [ 269 ] {4a2c0ac5-a3c7-481f-a463-b92be9126472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.357543 [ 269 ] {4a2c0ac5-a3c7-481f-a463-b92be9126472} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:05:22.357757 [ 269 ] {4a2c0ac5-a3c7-481f-a463-b92be9126472} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.357879 [ 269 ] {4a2c0ac5-a3c7-481f-a463-b92be9126472} executeQuery: Read 395 rows, 28.63 KiB in 0.001275 sec., 309803.9215686274 rows/sec., 21.93 MiB/sec. 2025.05.13 23:05:22.357916 [ 269 ] {4a2c0ac5-a3c7-481f-a463-b92be9126472} TCPHandler: Processed in 0.001432146 sec. 2025.05.13 23:05:22.358029 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.358125 [ 269 ] {2d5a0a5c-f787-4446-aff0-826fd614dc92} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:05:22.358166 [ 269 ] {2d5a0a5c-f787-4446-aff0-826fd614dc92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:05:22.358495 [ 269 ] {2d5a0a5c-f787-4446-aff0-826fd614dc92} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.358531 [ 269 ] {2d5a0a5c-f787-4446-aff0-826fd614dc92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.358829 [ 269 ] {2d5a0a5c-f787-4446-aff0-826fd614dc92} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:05:22.359030 [ 269 ] {2d5a0a5c-f787-4446-aff0-826fd614dc92} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.359158 [ 269 ] {2d5a0a5c-f787-4446-aff0-826fd614dc92} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2025.05.13 23:05:22.359193 [ 269 ] {2d5a0a5c-f787-4446-aff0-826fd614dc92} TCPHandler: Processed in 0.001211219 sec. 2025.05.13 23:05:22.359306 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.359397 [ 269 ] {33443324-4230-400e-8715-a6e55f5aab35} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:22.359438 [ 269 ] {33443324-4230-400e-8715-a6e55f5aab35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:22.359831 [ 269 ] {33443324-4230-400e-8715-a6e55f5aab35} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.359866 [ 269 ] {33443324-4230-400e-8715-a6e55f5aab35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.360180 [ 269 ] {33443324-4230-400e-8715-a6e55f5aab35} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:05:22.360384 [ 269 ] {33443324-4230-400e-8715-a6e55f5aab35} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.360494 [ 128 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.05.13 23:05:22.360505 [ 269 ] {33443324-4230-400e-8715-a6e55f5aab35} executeQuery: Read 239 rows, 16.41 KiB in 0.001126 sec., 212255.7726465364 rows/sec., 14.23 MiB/sec. 2025.05.13 23:05:22.360565 [ 128 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.360597 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.360605 [ 269 ] {33443324-4230-400e-8715-a6e55f5aab35} TCPHandler: Processed in 0.001350483 sec. 2025.05.13 23:05:22.360714 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:05:22.360744 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.360867 [ 269 ] {249b7e8e-4e73-4c98-9425-a05267f52869} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:05:22.360874 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:22.360918 [ 269 ] {249b7e8e-4e73-4c98-9425-a05267f52869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:05:22.360926 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13197 rows starting from the beginning of the part 2025.05.13 23:05:22.361011 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 929 rows starting from the beginning of the part 2025.05.13 23:05:22.361064 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 42 rows starting from the beginning of the part 2025.05.13 23:05:22.361114 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part 2025.05.13 23:05:22.361160 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:05:22.361205 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 239 rows starting from the beginning of the part 2025.05.13 23:05:22.361305 [ 269 ] {249b7e8e-4e73-4c98-9425-a05267f52869} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.361351 [ 269 ] {249b7e8e-4e73-4c98-9425-a05267f52869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.361722 [ 269 ] {249b7e8e-4e73-4c98-9425-a05267f52869} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:05:22.361934 [ 269 ] {249b7e8e-4e73-4c98-9425-a05267f52869} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.362067 [ 269 ] {249b7e8e-4e73-4c98-9425-a05267f52869} executeQuery: Read 1 rows, 69.00 B in 0.001225 sec., 816.3265306122449 rows/sec., 55.01 KiB/sec. 2025.05.13 23:05:22.362103 [ 269 ] {249b7e8e-4e73-4c98-9425-a05267f52869} TCPHandler: Processed in 0.001416346 sec. 2025.05.13 23:05:22.362211 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.362303 [ 269 ] {e6bb46b7-5c45-42a1-a8ae-fea1815208e9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:22.362357 [ 269 ] {e6bb46b7-5c45-42a1-a8ae-fea1815208e9} 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.05.13 23:05:22.363149 [ 269 ] {e6bb46b7-5c45-42a1-a8ae-fea1815208e9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.363186 [ 269 ] {e6bb46b7-5c45-42a1-a8ae-fea1815208e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.363731 [ 269 ] {e6bb46b7-5c45-42a1-a8ae-fea1815208e9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:05:22.363960 [ 269 ] {e6bb46b7-5c45-42a1-a8ae-fea1815208e9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.364093 [ 269 ] {e6bb46b7-5c45-42a1-a8ae-fea1815208e9} executeQuery: Read 9 rows, 16.51 KiB in 0.001808 sec., 4977.876106194691 rows/sec., 8.92 MiB/sec. 2025.05.13 23:05:22.364146 [ 269 ] {e6bb46b7-5c45-42a1-a8ae-fea1815208e9} TCPHandler: Processed in 0.001982493 sec. 2025.05.13 23:05:22.364263 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:22.364356 [ 269 ] {a5a0774f-d78f-47c2-be95-6dae6c2d1b61} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:22.364397 [ 269 ] {a5a0774f-d78f-47c2-be95-6dae6c2d1b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:22.364729 [ 269 ] {a5a0774f-d78f-47c2-be95-6dae6c2d1b61} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.364763 [ 269 ] {a5a0774f-d78f-47c2-be95-6dae6c2d1b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.365065 [ 269 ] {a5a0774f-d78f-47c2-be95-6dae6c2d1b61} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:05:22.365278 [ 269 ] {a5a0774f-d78f-47c2-be95-6dae6c2d1b61} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.365381 [ 128 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.05.13 23:05:22.365401 [ 269 ] {a5a0774f-d78f-47c2-be95-6dae6c2d1b61} executeQuery: Read 82 rows, 5.33 KiB in 0.001064 sec., 77067.66917293232 rows/sec., 4.89 MiB/sec. 2025.05.13 23:05:22.365411 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 14804 rows, containing 5 columns (5 merged, 0 gathered) in 0.004751922 sec., 3115371.001460041 rows/sec., 210.48 MiB/sec. 2025.05.13 23:05:22.365443 [ 269 ] {a5a0774f-d78f-47c2-be95-6dae6c2d1b61} TCPHandler: Processed in 0.00122768 sec. 2025.05.13 23:05:22.365414 [ 128 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:22.365492 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:22.365569 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:05:22.365674 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:22.365700 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2560 rows starting from the beginning of the part 2025.05.13 23:05:22.365750 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 44 rows starting from the beginning of the part 2025.05.13 23:05:22.365760 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.05.13 23:05:22.365791 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part 2025.05.13 23:05:22.365830 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part 2025.05.13 23:05:22.365866 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:05:22.365904 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part 2025.05.13 23:05:22.366024 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.366097 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_46_9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.05.13 23:05:22.366163 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2025.05.13 23:05:22.366989 [ 191 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2844 rows, containing 4 columns (4 merged, 0 gathered) in 0.001453006 sec., 1957321.5802274733 rows/sec., 127.86 MiB/sec. 2025.05.13 23:05:22.367292 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.05.13 23:05:22.367607 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:22.367685 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_46_9} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.05.13 23:05:22.367777 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.05.13 23:05:23.528631 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14274 2025.05.13 23:05:23.529332 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:23.529380 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:23.529856 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:05:23.530079 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:23.530212 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 2025.05.13 23:05:23.530239 [ 127 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.05.13 23:05:23.530315 [ 127 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:23.530339 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:23.530523 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:05:23.530730 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:23.530790 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12017 rows starting from the beginning of the part 2025.05.13 23:05:23.530888 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part 2025.05.13 23:05:23.530959 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part 2025.05.13 23:05:23.531025 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part 2025.05.13 23:05:23.531086 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part 2025.05.13 23:05:23.531149 [ 190 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part 2025.05.13 23:05:23.533120 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.002678136 sec., 5329826.41658228 rows/sec., 76.24 MiB/sec. 2025.05.13 23:05:23.533738 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.05.13 23:05:23.534061 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:23.534146 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_31_6} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.05.13 23:05:23.534253 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.05.13 23:05:24.317137 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.05.13 23:05:24.334761 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:24.334821 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:24.341075 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:05:24.341772 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:24.342120 [ 124 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.05.13 23:05:24.342219 [ 124 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:24.342255 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:24.342395 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:05:24.344872 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.05.13 23:05:24.346783 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:24.348608 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:05:24.353774 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:05:24.358366 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:05:24.362809 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:05:24.367231 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:05:24.371252 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:05:24.427110 [ 186 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.084767222 sec., 2760.500987044261 rows/sec., 14.27 MiB/sec. 2025.05.13 23:05:24.429942 [ 186 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.05.13 23:05:24.431998 [ 186 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_31_6} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:24.432111 [ 186 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_31_6} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.05.13 23:05:24.434286 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.05.13 23:05:25.000200 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 248.35 MiB, peak 258.90 MiB, free memory in arenas 0.00 B, will set to 254.50 MiB (RSS), difference: 6.14 MiB 2025.05.13 23:05:27.342706 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:27.342969 [ 269 ] {4fdcb4b1-c88c-4330-a80f-8d3cf468aba3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:27.343073 [ 269 ] {4fdcb4b1-c88c-4330-a80f-8d3cf468aba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:27.343982 [ 269 ] {4fdcb4b1-c88c-4330-a80f-8d3cf468aba3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:27.344026 [ 269 ] {4fdcb4b1-c88c-4330-a80f-8d3cf468aba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:27.344419 [ 269 ] {4fdcb4b1-c88c-4330-a80f-8d3cf468aba3} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:05:27.344640 [ 269 ] {4fdcb4b1-c88c-4330-a80f-8d3cf468aba3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:27.344801 [ 269 ] {4fdcb4b1-c88c-4330-a80f-8d3cf468aba3} executeQuery: Read 120 rows, 10.47 KiB in 0.001904 sec., 63025.21008403361 rows/sec., 5.37 MiB/sec. 2025.05.13 23:05:27.344841 [ 269 ] {4fdcb4b1-c88c-4330-a80f-8d3cf468aba3} TCPHandler: Processed in 0.002288853 sec. 2025.05.13 23:05:27.344969 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:27.345063 [ 269 ] {ac491cfc-9cfe-4f1a-b77e-890bee6b2de4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:27.345104 [ 269 ] {ac491cfc-9cfe-4f1a-b77e-890bee6b2de4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:27.345511 [ 269 ] {ac491cfc-9cfe-4f1a-b77e-890bee6b2de4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:27.345551 [ 269 ] {ac491cfc-9cfe-4f1a-b77e-890bee6b2de4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:27.345848 [ 269 ] {ac491cfc-9cfe-4f1a-b77e-890bee6b2de4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:05:27.346066 [ 269 ] {ac491cfc-9cfe-4f1a-b77e-890bee6b2de4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:27.346194 [ 269 ] {ac491cfc-9cfe-4f1a-b77e-890bee6b2de4} executeQuery: Read 32 rows, 2.41 KiB in 0.00115 sec., 27826.08695652174 rows/sec., 2.04 MiB/sec. 2025.05.13 23:05:27.346230 [ 269 ] {ac491cfc-9cfe-4f1a-b77e-890bee6b2de4} TCPHandler: Processed in 0.001308822 sec. 2025.05.13 23:05:27.346341 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:27.346432 [ 269 ] {7b05b5ba-6909-4f32-af5d-92b5265ce80b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:27.346470 [ 269 ] {7b05b5ba-6909-4f32-af5d-92b5265ce80b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:27.346892 [ 269 ] {7b05b5ba-6909-4f32-af5d-92b5265ce80b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:27.346928 [ 269 ] {7b05b5ba-6909-4f32-af5d-92b5265ce80b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:27.347226 [ 269 ] {7b05b5ba-6909-4f32-af5d-92b5265ce80b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:05:27.347434 [ 269 ] {7b05b5ba-6909-4f32-af5d-92b5265ce80b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:27.347554 [ 269 ] {7b05b5ba-6909-4f32-af5d-92b5265ce80b} executeQuery: Read 96 rows, 7.68 KiB in 0.00114 sec., 84210.52631578948 rows/sec., 6.58 MiB/sec. 2025.05.13 23:05:27.347588 [ 269 ] {7b05b5ba-6909-4f32-af5d-92b5265ce80b} TCPHandler: Processed in 0.001294881 sec. 2025.05.13 23:05:27.347699 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:27.347790 [ 269 ] {23ce089e-ee22-408f-aa12-6c0d47d6ec21} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:27.347832 [ 269 ] {23ce089e-ee22-408f-aa12-6c0d47d6ec21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:27.348257 [ 269 ] {23ce089e-ee22-408f-aa12-6c0d47d6ec21} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:27.348289 [ 269 ] {23ce089e-ee22-408f-aa12-6c0d47d6ec21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:27.348606 [ 269 ] {23ce089e-ee22-408f-aa12-6c0d47d6ec21} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:05:27.348812 [ 269 ] {23ce089e-ee22-408f-aa12-6c0d47d6ec21} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:27.348933 [ 269 ] {23ce089e-ee22-408f-aa12-6c0d47d6ec21} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.05.13 23:05:27.348968 [ 269 ] {23ce089e-ee22-408f-aa12-6c0d47d6ec21} TCPHandler: Processed in 0.001314742 sec. 2025.05.13 23:05:27.349078 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:27.349169 [ 269 ] {7b890428-b207-43c4-8443-0ef7a2d79b7c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:27.349247 [ 269 ] {7b890428-b207-43c4-8443-0ef7a2d79b7c} 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.05.13 23:05:27.350057 [ 269 ] {7b890428-b207-43c4-8443-0ef7a2d79b7c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:27.350091 [ 269 ] {7b890428-b207-43c4-8443-0ef7a2d79b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:27.350619 [ 269 ] {7b890428-b207-43c4-8443-0ef7a2d79b7c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:05:27.350846 [ 269 ] {7b890428-b207-43c4-8443-0ef7a2d79b7c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:27.350994 [ 269 ] {7b890428-b207-43c4-8443-0ef7a2d79b7c} executeQuery: Read 32 rows, 58.72 KiB in 0.001842 sec., 17372.42128121607 rows/sec., 31.13 MiB/sec. 2025.05.13 23:05:27.351046 [ 269 ] {7b890428-b207-43c4-8443-0ef7a2d79b7c} TCPHandler: Processed in 0.002019675 sec. 2025.05.13 23:05:27.351176 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:27.351280 [ 269 ] {a7301186-5e54-4536-8b0f-a253c595e90d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:27.351320 [ 269 ] {a7301186-5e54-4536-8b0f-a253c595e90d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:27.351662 [ 269 ] {a7301186-5e54-4536-8b0f-a253c595e90d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:27.351697 [ 269 ] {a7301186-5e54-4536-8b0f-a253c595e90d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:27.351990 [ 269 ] {a7301186-5e54-4536-8b0f-a253c595e90d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:05:27.352195 [ 269 ] {a7301186-5e54-4536-8b0f-a253c595e90d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:27.352314 [ 269 ] {a7301186-5e54-4536-8b0f-a253c595e90d} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.05.13 23:05:27.352349 [ 269 ] {a7301186-5e54-4536-8b0f-a253c595e90d} TCPHandler: Processed in 0.00123437 sec. 2025.05.13 23:05:30.921448 [ 118 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:05:30.921548 [ 118 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:05:31.002118 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000802996 sec. 2025.05.13 23:05:31.031182 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14762 2025.05.13 23:05:31.031677 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:31.031721 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:31.032445 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:05:31.032682 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:31.032814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14762 2025.05.13 23:05:31.067272 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 918 2025.05.13 23:05:31.069636 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:31.069676 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:31.070896 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:05:31.071210 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:31.071460 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 918 2025.05.13 23:05:31.845840 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.05.13 23:05:31.863522 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:31.863590 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:31.870100 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:05:31.870932 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:31.874202 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.05.13 23:05:32.347449 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.347707 [ 269 ] {31a4bca8-a1dc-4b16-9ced-afe4f52a567e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:05:32.347804 [ 269 ] {31a4bca8-a1dc-4b16-9ced-afe4f52a567e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:05:32.348615 [ 269 ] {31a4bca8-a1dc-4b16-9ced-afe4f52a567e} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.348658 [ 269 ] {31a4bca8-a1dc-4b16-9ced-afe4f52a567e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.349062 [ 269 ] {31a4bca8-a1dc-4b16-9ced-afe4f52a567e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:05:32.349294 [ 269 ] {31a4bca8-a1dc-4b16-9ced-afe4f52a567e} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.349446 [ 269 ] {31a4bca8-a1dc-4b16-9ced-afe4f52a567e} executeQuery: Read 212 rows, 13.81 KiB in 0.00181 sec., 117127.07182320442 rows/sec., 7.45 MiB/sec. 2025.05.13 23:05:32.349489 [ 269 ] {31a4bca8-a1dc-4b16-9ced-afe4f52a567e} TCPHandler: Processed in 0.002211981 sec. 2025.05.13 23:05:32.349613 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.349707 [ 269 ] {fc0659be-e308-4a4b-abf2-66714ab94faf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:32.349750 [ 269 ] {fc0659be-e308-4a4b-abf2-66714ab94faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:32.350488 [ 269 ] {fc0659be-e308-4a4b-abf2-66714ab94faf} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.350525 [ 269 ] {fc0659be-e308-4a4b-abf2-66714ab94faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.350871 [ 269 ] {fc0659be-e308-4a4b-abf2-66714ab94faf} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:05:32.351089 [ 269 ] {fc0659be-e308-4a4b-abf2-66714ab94faf} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.351221 [ 269 ] {fc0659be-e308-4a4b-abf2-66714ab94faf} executeQuery: Read 635 rows, 51.07 KiB in 0.001531 sec., 414761.5937295885 rows/sec., 32.57 MiB/sec. 2025.05.13 23:05:32.351259 [ 269 ] {fc0659be-e308-4a4b-abf2-66714ab94faf} TCPHandler: Processed in 0.001696145 sec. 2025.05.13 23:05:32.351380 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.351505 [ 269 ] {d5604b07-926f-46b7-8ebd-7cd48cd73d21} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:32.351556 [ 269 ] {d5604b07-926f-46b7-8ebd-7cd48cd73d21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:32.352071 [ 269 ] {d5604b07-926f-46b7-8ebd-7cd48cd73d21} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.352109 [ 269 ] {d5604b07-926f-46b7-8ebd-7cd48cd73d21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.352432 [ 269 ] {d5604b07-926f-46b7-8ebd-7cd48cd73d21} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:05:32.352645 [ 269 ] {d5604b07-926f-46b7-8ebd-7cd48cd73d21} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.352780 [ 269 ] {d5604b07-926f-46b7-8ebd-7cd48cd73d21} executeQuery: Read 115 rows, 7.06 KiB in 0.0013 sec., 88461.53846153847 rows/sec., 5.31 MiB/sec. 2025.05.13 23:05:32.352819 [ 269 ] {d5604b07-926f-46b7-8ebd-7cd48cd73d21} TCPHandler: Processed in 0.001499788 sec. 2025.05.13 23:05:32.352929 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.353025 [ 269 ] {622fab4e-54f2-4ed7-a4ba-ee4123d974f7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:05:32.353065 [ 269 ] {622fab4e-54f2-4ed7-a4ba-ee4123d974f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:05:32.353503 [ 269 ] {622fab4e-54f2-4ed7-a4ba-ee4123d974f7} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.353541 [ 269 ] {622fab4e-54f2-4ed7-a4ba-ee4123d974f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.353854 [ 269 ] {622fab4e-54f2-4ed7-a4ba-ee4123d974f7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:05:32.354063 [ 269 ] {622fab4e-54f2-4ed7-a4ba-ee4123d974f7} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.354189 [ 269 ] {622fab4e-54f2-4ed7-a4ba-ee4123d974f7} executeQuery: Read 113 rows, 7.49 KiB in 0.001182 sec., 95600.67681895092 rows/sec., 6.19 MiB/sec. 2025.05.13 23:05:32.354228 [ 269 ] {622fab4e-54f2-4ed7-a4ba-ee4123d974f7} TCPHandler: Processed in 0.001347923 sec. 2025.05.13 23:05:32.354336 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.354429 [ 269 ] {87463d4a-9466-43a7-8c38-a360f7e29b89} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:05:32.354469 [ 269 ] {87463d4a-9466-43a7-8c38-a360f7e29b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:05:32.354905 [ 269 ] {87463d4a-9466-43a7-8c38-a360f7e29b89} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.354942 [ 269 ] {87463d4a-9466-43a7-8c38-a360f7e29b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.355244 [ 269 ] {87463d4a-9466-43a7-8c38-a360f7e29b89} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:05:32.355448 [ 269 ] {87463d4a-9466-43a7-8c38-a360f7e29b89} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.355576 [ 269 ] {87463d4a-9466-43a7-8c38-a360f7e29b89} executeQuery: Read 112 rows, 6.53 KiB in 0.001165 sec., 96137.33905579399 rows/sec., 5.48 MiB/sec. 2025.05.13 23:05:32.355615 [ 269 ] {87463d4a-9466-43a7-8c38-a360f7e29b89} TCPHandler: Processed in 0.001327622 sec. 2025.05.13 23:05:32.355723 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.355816 [ 269 ] {565ebf8b-48a0-47e3-8cfb-7823c1601b9a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:32.355856 [ 269 ] {565ebf8b-48a0-47e3-8cfb-7823c1601b9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:32.356427 [ 269 ] {565ebf8b-48a0-47e3-8cfb-7823c1601b9a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.356463 [ 269 ] {565ebf8b-48a0-47e3-8cfb-7823c1601b9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.356785 [ 269 ] {565ebf8b-48a0-47e3-8cfb-7823c1601b9a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:05:32.356999 [ 269 ] {565ebf8b-48a0-47e3-8cfb-7823c1601b9a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.357126 [ 269 ] {565ebf8b-48a0-47e3-8cfb-7823c1601b9a} executeQuery: Read 391 rows, 28.31 KiB in 0.001329 sec., 294206.17005267116 rows/sec., 20.80 MiB/sec. 2025.05.13 23:05:32.357166 [ 269 ] {565ebf8b-48a0-47e3-8cfb-7823c1601b9a} TCPHandler: Processed in 0.001491358 sec. 2025.05.13 23:05:32.357275 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.357369 [ 269 ] {3a7015c5-04c9-4d5c-95aa-451f4a7b0ce6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:05:32.357411 [ 269 ] {3a7015c5-04c9-4d5c-95aa-451f4a7b0ce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:05:32.357741 [ 269 ] {3a7015c5-04c9-4d5c-95aa-451f4a7b0ce6} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.357779 [ 269 ] {3a7015c5-04c9-4d5c-95aa-451f4a7b0ce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.358087 [ 269 ] {3a7015c5-04c9-4d5c-95aa-451f4a7b0ce6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:05:32.358291 [ 269 ] {3a7015c5-04c9-4d5c-95aa-451f4a7b0ce6} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.358418 [ 269 ] {3a7015c5-04c9-4d5c-95aa-451f4a7b0ce6} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2025.05.13 23:05:32.358454 [ 269 ] {3a7015c5-04c9-4d5c-95aa-451f4a7b0ce6} TCPHandler: Processed in 0.001227819 sec. 2025.05.13 23:05:32.358554 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.358648 [ 269 ] {a85a548b-9bdb-4cdd-81dd-9a7a163b4457} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:32.358689 [ 269 ] {a85a548b-9bdb-4cdd-81dd-9a7a163b4457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:32.359111 [ 269 ] {a85a548b-9bdb-4cdd-81dd-9a7a163b4457} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.359147 [ 269 ] {a85a548b-9bdb-4cdd-81dd-9a7a163b4457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.359477 [ 269 ] {a85a548b-9bdb-4cdd-81dd-9a7a163b4457} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:05:32.359689 [ 269 ] {a85a548b-9bdb-4cdd-81dd-9a7a163b4457} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.359817 [ 269 ] {a85a548b-9bdb-4cdd-81dd-9a7a163b4457} executeQuery: Read 237 rows, 16.27 KiB in 0.001186 sec., 199831.36593591905 rows/sec., 13.39 MiB/sec. 2025.05.13 23:05:32.359854 [ 269 ] {a85a548b-9bdb-4cdd-81dd-9a7a163b4457} TCPHandler: Processed in 0.001347633 sec. 2025.05.13 23:05:32.359965 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.360060 [ 269 ] {58852236-98ee-4985-8718-7fd6d17f0c07} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:05:32.360102 [ 269 ] {58852236-98ee-4985-8718-7fd6d17f0c07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:05:32.360403 [ 269 ] {58852236-98ee-4985-8718-7fd6d17f0c07} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.360440 [ 269 ] {58852236-98ee-4985-8718-7fd6d17f0c07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.360733 [ 269 ] {58852236-98ee-4985-8718-7fd6d17f0c07} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:05:32.360945 [ 269 ] {58852236-98ee-4985-8718-7fd6d17f0c07} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.361075 [ 269 ] {58852236-98ee-4985-8718-7fd6d17f0c07} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2025.05.13 23:05:32.361111 [ 269 ] {58852236-98ee-4985-8718-7fd6d17f0c07} TCPHandler: Processed in 0.001196398 sec. 2025.05.13 23:05:32.361221 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.361314 [ 269 ] {f15a5bb5-3415-4eea-82b0-b25182d7492d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:32.361369 [ 269 ] {f15a5bb5-3415-4eea-82b0-b25182d7492d} 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.05.13 23:05:32.362135 [ 269 ] {f15a5bb5-3415-4eea-82b0-b25182d7492d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.362171 [ 269 ] {f15a5bb5-3415-4eea-82b0-b25182d7492d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.362677 [ 269 ] {f15a5bb5-3415-4eea-82b0-b25182d7492d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:05:32.362919 [ 269 ] {f15a5bb5-3415-4eea-82b0-b25182d7492d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.363050 [ 116 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.05.13 23:05:32.363060 [ 269 ] {f15a5bb5-3415-4eea-82b0-b25182d7492d} executeQuery: Read 9 rows, 16.51 KiB in 0.001765 sec., 5099.150141643059 rows/sec., 9.14 MiB/sec. 2025.05.13 23:05:32.363157 [ 116 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.363185 [ 269 ] {f15a5bb5-3415-4eea-82b0-b25182d7492d} TCPHandler: Processed in 0.002014084 sec. 2025.05.13 23:05:32.363199 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.363312 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:32.363343 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:05:32.363414 [ 269 ] {93cc20e5-8c08-4a32-90c5-d27b86e0433b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:32.363462 [ 269 ] {93cc20e5-8c08-4a32-90c5-d27b86e0433b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:32.363695 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:32.363789 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 614 rows starting from the beginning of the part 2025.05.13 23:05:32.363807 [ 269 ] {93cc20e5-8c08-4a32-90c5-d27b86e0433b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:32.363851 [ 269 ] {93cc20e5-8c08-4a32-90c5-d27b86e0433b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:32.363991 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part 2025.05.13 23:05:32.364098 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:32.364184 [ 269 ] {93cc20e5-8c08-4a32-90c5-d27b86e0433b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:05:32.364191 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part 2025.05.13 23:05:32.364289 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:32.364377 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part 2025.05.13 23:05:32.364434 [ 269 ] {93cc20e5-8c08-4a32-90c5-d27b86e0433b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.364573 [ 269 ] {93cc20e5-8c08-4a32-90c5-d27b86e0433b} executeQuery: Read 82 rows, 5.33 KiB in 0.001178 sec., 69609.50764006791 rows/sec., 4.42 MiB/sec. 2025.05.13 23:05:32.364609 [ 269 ] {93cc20e5-8c08-4a32-90c5-d27b86e0433b} TCPHandler: Processed in 0.001346813 sec. 2025.05.13 23:05:32.369828 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 705 rows, containing 19 columns (19 merged, 0 gathered) in 0.006537029 sec., 107847.15808970711 rows/sec., 193.26 MiB/sec. 2025.05.13 23:05:32.371281 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.05.13 23:05:32.371666 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:32.371752 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_36_7} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.05.13 23:05:32.371934 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2025.05.13 23:05:33.001150 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 256.45 MiB, peak 263.89 MiB, free memory in arenas 0.00 B, will set to 259.01 MiB (RSS), difference: 2.56 MiB 2025.05.13 23:05:35.559590 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:35.559888 [ 269 ] {3c385770-32f3-4df9-a783-31cb68778d60} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:05:35.559991 [ 269 ] {3c385770-32f3-4df9-a783-31cb68778d60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:05:35.560670 [ 269 ] {3c385770-32f3-4df9-a783-31cb68778d60} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:35.560712 [ 269 ] {3c385770-32f3-4df9-a783-31cb68778d60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:35.561078 [ 269 ] {3c385770-32f3-4df9-a783-31cb68778d60} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.13 23:05:35.561300 [ 269 ] {3c385770-32f3-4df9-a783-31cb68778d60} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:35.561443 [ 269 ] {3c385770-32f3-4df9-a783-31cb68778d60} executeQuery: Read 4 rows, 334.00 B in 0.001632 sec., 2450.9803921568628 rows/sec., 199.86 KiB/sec. 2025.05.13 23:05:35.561482 [ 269 ] {3c385770-32f3-4df9-a783-31cb68778d60} TCPHandler: Processed in 0.002075547 sec. 2025.05.13 23:05:35.561616 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:35.561742 [ 269 ] {9f1bb7bd-0399-41e9-8aaa-e97c4165219b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:35.561790 [ 269 ] {9f1bb7bd-0399-41e9-8aaa-e97c4165219b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:35.562981 [ 269 ] {9f1bb7bd-0399-41e9-8aaa-e97c4165219b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:35.563020 [ 269 ] {9f1bb7bd-0399-41e9-8aaa-e97c4165219b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:35.563405 [ 269 ] {9f1bb7bd-0399-41e9-8aaa-e97c4165219b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:05:35.563627 [ 269 ] {9f1bb7bd-0399-41e9-8aaa-e97c4165219b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:35.563753 [ 269 ] {9f1bb7bd-0399-41e9-8aaa-e97c4165219b} executeQuery: Read 1262 rows, 106.73 KiB in 0.002036 sec., 619842.8290766209 rows/sec., 51.19 MiB/sec. 2025.05.13 23:05:35.563790 [ 269 ] {9f1bb7bd-0399-41e9-8aaa-e97c4165219b} TCPHandler: Processed in 0.002233271 sec. 2025.05.13 23:05:35.563907 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:35.564002 [ 269 ] {313025a1-59f8-43b7-9422-21f625d3fc31} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:35.564041 [ 269 ] {313025a1-59f8-43b7-9422-21f625d3fc31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:35.564456 [ 269 ] {313025a1-59f8-43b7-9422-21f625d3fc31} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:35.564509 [ 269 ] {313025a1-59f8-43b7-9422-21f625d3fc31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:35.564806 [ 269 ] {313025a1-59f8-43b7-9422-21f625d3fc31} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:05:35.565012 [ 269 ] {313025a1-59f8-43b7-9422-21f625d3fc31} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:35.565172 [ 269 ] {313025a1-59f8-43b7-9422-21f625d3fc31} executeQuery: Read 36 rows, 2.69 KiB in 0.001188 sec., 30303.0303030303 rows/sec., 2.21 MiB/sec. 2025.05.13 23:05:35.565209 [ 269 ] {313025a1-59f8-43b7-9422-21f625d3fc31} TCPHandler: Processed in 0.001349283 sec. 2025.05.13 23:05:35.565320 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:35.565414 [ 269 ] {b21b7416-bdca-4faa-ba19-0f35f3a1c627} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:05:35.565453 [ 269 ] {b21b7416-bdca-4faa-ba19-0f35f3a1c627} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:05:35.565943 [ 269 ] {b21b7416-bdca-4faa-ba19-0f35f3a1c627} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:35.565978 [ 269 ] {b21b7416-bdca-4faa-ba19-0f35f3a1c627} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:35.566278 [ 269 ] {b21b7416-bdca-4faa-ba19-0f35f3a1c627} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:05:35.566490 [ 269 ] {b21b7416-bdca-4faa-ba19-0f35f3a1c627} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:35.566612 [ 269 ] {b21b7416-bdca-4faa-ba19-0f35f3a1c627} executeQuery: Read 228 rows, 15.81 KiB in 0.001217 sec., 187345.93262119967 rows/sec., 12.69 MiB/sec. 2025.05.13 23:05:35.566648 [ 269 ] {b21b7416-bdca-4faa-ba19-0f35f3a1c627} TCPHandler: Processed in 0.001376314 sec. 2025.05.13 23:05:35.566760 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:35.566852 [ 269 ] {d0e60384-e19b-42b7-8e2b-461e73d1329e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:35.566891 [ 269 ] {d0e60384-e19b-42b7-8e2b-461e73d1329e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:35.567489 [ 269 ] {d0e60384-e19b-42b7-8e2b-461e73d1329e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:35.567523 [ 269 ] {d0e60384-e19b-42b7-8e2b-461e73d1329e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:35.567851 [ 269 ] {d0e60384-e19b-42b7-8e2b-461e73d1329e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:05:35.568066 [ 269 ] {d0e60384-e19b-42b7-8e2b-461e73d1329e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:35.568189 [ 269 ] {d0e60384-e19b-42b7-8e2b-461e73d1329e} executeQuery: Read 556 rows, 42.29 KiB in 0.001356 sec., 410029.49852507375 rows/sec., 30.46 MiB/sec. 2025.05.13 23:05:35.568227 [ 269 ] {d0e60384-e19b-42b7-8e2b-461e73d1329e} TCPHandler: Processed in 0.001516699 sec. 2025.05.13 23:05:35.568342 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:35.568435 [ 269 ] {2cc113e0-beb6-4c62-9a9d-77e67a122a38} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:35.568478 [ 269 ] {2cc113e0-beb6-4c62-9a9d-77e67a122a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:35.569078 [ 269 ] {2cc113e0-beb6-4c62-9a9d-77e67a122a38} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:35.569112 [ 269 ] {2cc113e0-beb6-4c62-9a9d-77e67a122a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:35.569490 [ 269 ] {2cc113e0-beb6-4c62-9a9d-77e67a122a38} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:05:35.569701 [ 269 ] {2cc113e0-beb6-4c62-9a9d-77e67a122a38} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:35.569834 [ 269 ] {2cc113e0-beb6-4c62-9a9d-77e67a122a38} executeQuery: Read 930 rows, 63.93 KiB in 0.001418 sec., 655853.3145275036 rows/sec., 44.03 MiB/sec. 2025.05.13 23:05:35.569871 [ 269 ] {2cc113e0-beb6-4c62-9a9d-77e67a122a38} TCPHandler: Processed in 0.001578371 sec. 2025.05.13 23:05:35.569990 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:35.570084 [ 269 ] {978c3cc3-06b5-426c-ac0a-615edcfd300c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:35.570140 [ 269 ] {978c3cc3-06b5-426c-ac0a-615edcfd300c} 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.05.13 23:05:35.570963 [ 269 ] {978c3cc3-06b5-426c-ac0a-615edcfd300c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:35.570998 [ 269 ] {978c3cc3-06b5-426c-ac0a-615edcfd300c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:35.571528 [ 269 ] {978c3cc3-06b5-426c-ac0a-615edcfd300c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:05:35.571746 [ 269 ] {978c3cc3-06b5-426c-ac0a-615edcfd300c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:35.571892 [ 269 ] {978c3cc3-06b5-426c-ac0a-615edcfd300c} executeQuery: Read 32 rows, 58.72 KiB in 0.001827 sec., 17515.051997810617 rows/sec., 31.39 MiB/sec. 2025.05.13 23:05:35.571947 [ 269 ] {978c3cc3-06b5-426c-ac0a-615edcfd300c} TCPHandler: Processed in 0.002007315 sec. 2025.05.13 23:05:35.572068 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:35.572170 [ 269 ] {a583aa07-06ce-4b28-b9fc-c97e8c7fd97d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:35.572211 [ 269 ] {a583aa07-06ce-4b28-b9fc-c97e8c7fd97d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:35.572542 [ 269 ] {a583aa07-06ce-4b28-b9fc-c97e8c7fd97d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:35.572576 [ 269 ] {a583aa07-06ce-4b28-b9fc-c97e8c7fd97d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:35.572881 [ 269 ] {a583aa07-06ce-4b28-b9fc-c97e8c7fd97d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:05:35.573105 [ 269 ] {a583aa07-06ce-4b28-b9fc-c97e8c7fd97d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:35.573227 [ 269 ] {a583aa07-06ce-4b28-b9fc-c97e8c7fd97d} executeQuery: Read 44 rows, 3.03 KiB in 0.001084 sec., 40590.405904059044 rows/sec., 2.73 MiB/sec. 2025.05.13 23:05:35.573261 [ 269 ] {a583aa07-06ce-4b28-b9fc-c97e8c7fd97d} TCPHandler: Processed in 0.001242799 sec. 2025.05.13 23:05:37.336132 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:37.336329 [ 269 ] {182cc2ec-8729-4ba7-87bb-9c3a3ec2e693} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:37.336403 [ 269 ] {182cc2ec-8729-4ba7-87bb-9c3a3ec2e693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:37.337157 [ 269 ] {182cc2ec-8729-4ba7-87bb-9c3a3ec2e693} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:37.337215 [ 269 ] {182cc2ec-8729-4ba7-87bb-9c3a3ec2e693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:37.337649 [ 269 ] {182cc2ec-8729-4ba7-87bb-9c3a3ec2e693} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:05:37.337892 [ 269 ] {182cc2ec-8729-4ba7-87bb-9c3a3ec2e693} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:37.338056 [ 269 ] {182cc2ec-8729-4ba7-87bb-9c3a3ec2e693} executeQuery: Read 56 rows, 4.38 KiB in 0.001781 sec., 31443.009545199326 rows/sec., 2.40 MiB/sec. 2025.05.13 23:05:37.338066 [ 109 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.05.13 23:05:37.338109 [ 269 ] {182cc2ec-8729-4ba7-87bb-9c3a3ec2e693} TCPHandler: Processed in 0.002130598 sec. 2025.05.13 23:05:37.338134 [ 109 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:37.338162 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:37.338249 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.05.13 23:05:37.338262 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:37.338341 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:37.338371 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 1849 rows starting from the beginning of the part 2025.05.13 23:05:37.338386 [ 269 ] {3513d1ef-56b8-438d-8252-095dcdbd51ae} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:37.338430 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 637 rows starting from the beginning of the part 2025.05.13 23:05:37.338433 [ 269 ] {3513d1ef-56b8-438d-8252-095dcdbd51ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:37.338474 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 120 rows starting from the beginning of the part 2025.05.13 23:05:37.338517 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 635 rows starting from the beginning of the part 2025.05.13 23:05:37.338557 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:05:37.338596 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part 2025.05.13 23:05:37.338922 [ 269 ] {3513d1ef-56b8-438d-8252-095dcdbd51ae} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:37.338960 [ 269 ] {3513d1ef-56b8-438d-8252-095dcdbd51ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:37.339456 [ 269 ] {3513d1ef-56b8-438d-8252-095dcdbd51ae} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:05:37.339680 [ 269 ] {3513d1ef-56b8-438d-8252-095dcdbd51ae} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:37.339801 [ 109 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.05.13 23:05:37.339813 [ 269 ] {3513d1ef-56b8-438d-8252-095dcdbd51ae} executeQuery: Read 64 rows, 5.12 KiB in 0.001454 sec., 44016.506189821186 rows/sec., 3.44 MiB/sec. 2025.05.13 23:05:37.339840 [ 109 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:37.339865 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:37.339865 [ 269 ] {3513d1ef-56b8-438d-8252-095dcdbd51ae} TCPHandler: Processed in 0.001659543 sec. 2025.05.13 23:05:37.339990 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.05.13 23:05:37.340012 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:37.340134 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:37.340142 [ 269 ] {96f24b61-9247-4c29-acaa-0966fbab88f0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:37.340163 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 4559 rows, containing 5 columns (5 merged, 0 gathered) in 0.001947303 sec., 2341186.759328158 rows/sec., 198.43 MiB/sec. 2025.05.13 23:05:37.340201 [ 269 ] {96f24b61-9247-4c29-acaa-0966fbab88f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:37.340176 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 915 rows starting from the beginning of the part 2025.05.13 23:05:37.340306 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 395 rows starting from the beginning of the part 2025.05.13 23:05:37.340354 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 96 rows starting from the beginning of the part 2025.05.13 23:05:37.340400 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 391 rows starting from the beginning of the part 2025.05.13 23:05:37.340440 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 556 rows starting from the beginning of the part 2025.05.13 23:05:37.340474 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.05.13 23:05:37.340482 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part 2025.05.13 23:05:37.340616 [ 269 ] {96f24b61-9247-4c29-acaa-0966fbab88f0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:37.340662 [ 269 ] {96f24b61-9247-4c29-acaa-0966fbab88f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:37.340862 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:37.340962 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_50_10} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.05.13 23:05:37.341082 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:05:37.341237 [ 269 ] {96f24b61-9247-4c29-acaa-0966fbab88f0} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:05:37.341476 [ 269 ] {96f24b61-9247-4c29-acaa-0966fbab88f0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:37.341618 [ 269 ] {96f24b61-9247-4c29-acaa-0966fbab88f0} executeQuery: Read 42 rows, 2.99 KiB in 0.001501 sec., 27981.34576948701 rows/sec., 1.95 MiB/sec. 2025.05.13 23:05:37.341658 [ 269 ] {96f24b61-9247-4c29-acaa-0966fbab88f0} TCPHandler: Processed in 0.001698814 sec. 2025.05.13 23:05:37.341781 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:37.341877 [ 269 ] {86bf1ee8-eb02-4e2f-865e-4b4f6a97df71} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:37.341914 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.001989303 sec., 1214998.4190442583 rows/sec., 93.05 MiB/sec. 2025.05.13 23:05:37.341921 [ 269 ] {86bf1ee8-eb02-4e2f-865e-4b4f6a97df71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:37.342173 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.05.13 23:05:37.342341 [ 269 ] {86bf1ee8-eb02-4e2f-865e-4b4f6a97df71} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:37.342385 [ 269 ] {86bf1ee8-eb02-4e2f-865e-4b4f6a97df71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:37.342538 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:37.342629 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_50_10} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.05.13 23:05:37.342722 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.13 23:05:37.342724 [ 269 ] {86bf1ee8-eb02-4e2f-865e-4b4f6a97df71} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:05:37.342961 [ 269 ] {86bf1ee8-eb02-4e2f-865e-4b4f6a97df71} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:37.343095 [ 269 ] {86bf1ee8-eb02-4e2f-865e-4b4f6a97df71} executeQuery: Read 16 rows, 1.11 KiB in 0.001238 sec., 12924.071082390954 rows/sec., 896.10 KiB/sec. 2025.05.13 23:05:37.343131 [ 269 ] {86bf1ee8-eb02-4e2f-865e-4b4f6a97df71} TCPHandler: Processed in 0.001399704 sec. 2025.05.13 23:05:38.533773 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15189 2025.05.13 23:05:38.534260 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:38.534308 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:38.534832 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:05:38.535074 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:38.535223 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 2025.05.13 23:05:39.375145 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.05.13 23:05:39.391202 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:39.391263 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.13 GiB. 2025.05.13 23:05:39.396898 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:05:39.397665 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:39.400424 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.05.13 23:05:41.072455 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 964 2025.05.13 23:05:41.075021 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:41.075061 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:41.076280 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:05:41.076552 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:41.076810 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 964 2025.05.13 23:05:42.347016 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.347208 [ 269 ] {4ac79c79-86de-45d9-a416-371a9a841f7b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:05:42.347275 [ 269 ] {4ac79c79-86de-45d9-a416-371a9a841f7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:05:42.348082 [ 269 ] {4ac79c79-86de-45d9-a416-371a9a841f7b} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.348131 [ 269 ] {4ac79c79-86de-45d9-a416-371a9a841f7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.348541 [ 269 ] {4ac79c79-86de-45d9-a416-371a9a841f7b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:05:42.348770 [ 269 ] {4ac79c79-86de-45d9-a416-371a9a841f7b} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.348920 [ 269 ] {4ac79c79-86de-45d9-a416-371a9a841f7b} executeQuery: Read 212 rows, 13.81 KiB in 0.001763 sec., 120249.57458876914 rows/sec., 7.65 MiB/sec. 2025.05.13 23:05:42.348963 [ 269 ] {4ac79c79-86de-45d9-a416-371a9a841f7b} TCPHandler: Processed in 0.002079106 sec. 2025.05.13 23:05:42.349092 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.349187 [ 269 ] {dd98dfe4-1e8e-4d72-ba16-e5efa5d32d4d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:42.349226 [ 269 ] {dd98dfe4-1e8e-4d72-ba16-e5efa5d32d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:42.350011 [ 269 ] {dd98dfe4-1e8e-4d72-ba16-e5efa5d32d4d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.350046 [ 269 ] {dd98dfe4-1e8e-4d72-ba16-e5efa5d32d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.350376 [ 269 ] {dd98dfe4-1e8e-4d72-ba16-e5efa5d32d4d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:05:42.350583 [ 269 ] {dd98dfe4-1e8e-4d72-ba16-e5efa5d32d4d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.350716 [ 269 ] {dd98dfe4-1e8e-4d72-ba16-e5efa5d32d4d} executeQuery: Read 635 rows, 51.07 KiB in 0.00155 sec., 409677.4193548387 rows/sec., 32.18 MiB/sec. 2025.05.13 23:05:42.350752 [ 269 ] {dd98dfe4-1e8e-4d72-ba16-e5efa5d32d4d} TCPHandler: Processed in 0.001708325 sec. 2025.05.13 23:05:42.350867 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.350959 [ 269 ] {a9a272d7-eb62-4b12-8128-b281ffdf863b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:42.350997 [ 269 ] {a9a272d7-eb62-4b12-8128-b281ffdf863b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:42.351418 [ 269 ] {a9a272d7-eb62-4b12-8128-b281ffdf863b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.351451 [ 269 ] {a9a272d7-eb62-4b12-8128-b281ffdf863b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.351742 [ 269 ] {a9a272d7-eb62-4b12-8128-b281ffdf863b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:05:42.351948 [ 269 ] {a9a272d7-eb62-4b12-8128-b281ffdf863b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.352043 [ 103 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.05.13 23:05:42.352070 [ 269 ] {a9a272d7-eb62-4b12-8128-b281ffdf863b} executeQuery: Read 115 rows, 7.06 KiB in 0.001129 sec., 101860.05314437555 rows/sec., 6.11 MiB/sec. 2025.05.13 23:05:42.352081 [ 103 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.352101 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.352106 [ 269 ] {a9a272d7-eb62-4b12-8128-b281ffdf863b} TCPHandler: Processed in 0.001286491 sec. 2025.05.13 23:05:42.352218 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.352233 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:05:42.352311 [ 269 ] {f064a04b-0228-4469-aafc-f34bab133c8f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:05:42.352354 [ 269 ] {f064a04b-0228-4469-aafc-f34bab133c8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:05:42.352388 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:42.352430 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 165 rows starting from the beginning of the part 2025.05.13 23:05:42.352505 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 119 rows starting from the beginning of the part 2025.05.13 23:05:42.352558 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:42.352605 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 115 rows starting from the beginning of the part 2025.05.13 23:05:42.352648 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 36 rows starting from the beginning of the part 2025.05.13 23:05:42.352691 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 115 rows starting from the beginning of the part 2025.05.13 23:05:42.352774 [ 269 ] {f064a04b-0228-4469-aafc-f34bab133c8f} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.352815 [ 269 ] {f064a04b-0228-4469-aafc-f34bab133c8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.353138 [ 269 ] {f064a04b-0228-4469-aafc-f34bab133c8f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:05:42.353364 [ 269 ] {f064a04b-0228-4469-aafc-f34bab133c8f} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.353463 [ 103 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2025.05.13 23:05:42.353490 [ 269 ] {f064a04b-0228-4469-aafc-f34bab133c8f} executeQuery: Read 113 rows, 7.49 KiB in 0.001197 sec., 94402.67335004178 rows/sec., 6.11 MiB/sec. 2025.05.13 23:05:42.353491 [ 103 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.353519 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.353527 [ 269 ] {f064a04b-0228-4469-aafc-f34bab133c8f} TCPHandler: Processed in 0.001356833 sec. 2025.05.13 23:05:42.353584 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2025.05.13 23:05:42.353648 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.353667 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:42.353698 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 341 rows starting from the beginning of the part 2025.05.13 23:05:42.353722 [ 188 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001544249 sec., 376882.22559962806 rows/sec., 25.02 MiB/sec. 2025.05.13 23:05:42.353744 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part 2025.05.13 23:05:42.353748 [ 269 ] {b8422a4b-16b2-432d-9bbf-3f8c6dd0d524} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:05:42.353810 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part 2025.05.13 23:05:42.353816 [ 269 ] {b8422a4b-16b2-432d-9bbf-3f8c6dd0d524} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:05:42.353858 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part 2025.05.13 23:05:42.353904 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part 2025.05.13 23:05:42.353931 [ 188 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.05.13 23:05:42.353941 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part 2025.05.13 23:05:42.354251 [ 269 ] {b8422a4b-16b2-432d-9bbf-3f8c6dd0d524} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.354272 [ 188 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.354293 [ 269 ] {b8422a4b-16b2-432d-9bbf-3f8c6dd0d524} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.354369 [ 188 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_41_8} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.05.13 23:05:42.354472 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.05.13 23:05:42.354620 [ 269 ] {b8422a4b-16b2-432d-9bbf-3f8c6dd0d524} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:05:42.354930 [ 269 ] {b8422a4b-16b2-432d-9bbf-3f8c6dd0d524} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.354962 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405355 sec., 726506.8256774978 rows/sec., 50.77 MiB/sec. 2025.05.13 23:05:42.355079 [ 269 ] {b8422a4b-16b2-432d-9bbf-3f8c6dd0d524} executeQuery: Read 112 rows, 6.53 KiB in 0.001347 sec., 83147.73570898292 rows/sec., 4.74 MiB/sec. 2025.05.13 23:05:42.355125 [ 269 ] {b8422a4b-16b2-432d-9bbf-3f8c6dd0d524} TCPHandler: Processed in 0.001523569 sec. 2025.05.13 23:05:42.355129 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2025.05.13 23:05:42.355258 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.355358 [ 269 ] {0a8b2b45-9feb-4618-8444-30342bcae3e4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:42.355400 [ 269 ] {0a8b2b45-9feb-4618-8444-30342bcae3e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:42.355459 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.355549 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_24_5} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2025.05.13 23:05:42.355633 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:05:42.355964 [ 269 ] {0a8b2b45-9feb-4618-8444-30342bcae3e4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.356005 [ 269 ] {0a8b2b45-9feb-4618-8444-30342bcae3e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.356349 [ 269 ] {0a8b2b45-9feb-4618-8444-30342bcae3e4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:05:42.356564 [ 269 ] {0a8b2b45-9feb-4618-8444-30342bcae3e4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.356696 [ 269 ] {0a8b2b45-9feb-4618-8444-30342bcae3e4} executeQuery: Read 391 rows, 28.31 KiB in 0.001358 sec., 287923.41678939614 rows/sec., 20.36 MiB/sec. 2025.05.13 23:05:42.356733 [ 269 ] {0a8b2b45-9feb-4618-8444-30342bcae3e4} TCPHandler: Processed in 0.001523219 sec. 2025.05.13 23:05:42.356844 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.356936 [ 269 ] {074cc01c-d5f6-410b-bc6d-1c62c323e09c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:05:42.356976 [ 269 ] {074cc01c-d5f6-410b-bc6d-1c62c323e09c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:05:42.357316 [ 269 ] {074cc01c-d5f6-410b-bc6d-1c62c323e09c} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.357350 [ 269 ] {074cc01c-d5f6-410b-bc6d-1c62c323e09c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.357650 [ 269 ] {074cc01c-d5f6-410b-bc6d-1c62c323e09c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:05:42.357859 [ 269 ] {074cc01c-d5f6-410b-bc6d-1c62c323e09c} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.357981 [ 269 ] {074cc01c-d5f6-410b-bc6d-1c62c323e09c} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2025.05.13 23:05:42.358016 [ 269 ] {074cc01c-d5f6-410b-bc6d-1c62c323e09c} TCPHandler: Processed in 0.001218709 sec. 2025.05.13 23:05:42.358126 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.358218 [ 269 ] {18728510-edaf-4c57-9dc8-78d4a08b0850} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:42.358259 [ 269 ] {18728510-edaf-4c57-9dc8-78d4a08b0850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:42.358656 [ 269 ] {18728510-edaf-4c57-9dc8-78d4a08b0850} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.358690 [ 269 ] {18728510-edaf-4c57-9dc8-78d4a08b0850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.359011 [ 269 ] {18728510-edaf-4c57-9dc8-78d4a08b0850} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:05:42.359229 [ 269 ] {18728510-edaf-4c57-9dc8-78d4a08b0850} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.359322 [ 103 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.05.13 23:05:42.359349 [ 269 ] {18728510-edaf-4c57-9dc8-78d4a08b0850} executeQuery: Read 237 rows, 16.27 KiB in 0.00115 sec., 206086.95652173914 rows/sec., 13.81 MiB/sec. 2025.05.13 23:05:42.359356 [ 103 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.359380 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.359385 [ 269 ] {18728510-edaf-4c57-9dc8-78d4a08b0850} TCPHandler: Processed in 0.001305282 sec. 2025.05.13 23:05:42.359461 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::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.05.13 23:05:42.359498 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.359576 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:42.359594 [ 269 ] {b7cb4114-8f63-487a-801c-df9b26a4993e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:05:42.359612 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14804 rows starting from the beginning of the part 2025.05.13 23:05:42.359640 [ 269 ] {b7cb4114-8f63-487a-801c-df9b26a4993e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:05:42.359673 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2025.05.13 23:05:42.359723 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part 2025.05.13 23:05:42.359773 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 930 rows starting from the beginning of the part 2025.05.13 23:05:42.359814 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part 2025.05.13 23:05:42.359854 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part 2025.05.13 23:05:42.359974 [ 269 ] {b7cb4114-8f63-487a-801c-df9b26a4993e} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.360019 [ 269 ] {b7cb4114-8f63-487a-801c-df9b26a4993e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.360376 [ 269 ] {b7cb4114-8f63-487a-801c-df9b26a4993e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:05:42.360602 [ 269 ] {b7cb4114-8f63-487a-801c-df9b26a4993e} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.360696 [ 103 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.05.13 23:05:42.360720 [ 103 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.360736 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.360738 [ 269 ] {b7cb4114-8f63-487a-801c-df9b26a4993e} executeQuery: Read 1 rows, 69.00 B in 0.001161 sec., 861.3264427217916 rows/sec., 58.04 KiB/sec. 2025.05.13 23:05:42.360779 [ 269 ] {b7cb4114-8f63-487a-801c-df9b26a4993e} TCPHandler: Processed in 0.001329423 sec. 2025.05.13 23:05:42.360812 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.05.13 23:05:42.360886 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.360910 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:42.360945 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part 2025.05.13 23:05:42.360987 [ 269 ] {eea29eeb-dc54-42ae-b1fb-151a7aafb7b9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:42.361003 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.05.13 23:05:42.361049 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2025.05.13 23:05:42.361051 [ 269 ] {eea29eeb-dc54-42ae-b1fb-151a7aafb7b9} 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.05.13 23:05:42.361095 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2025.05.13 23:05:42.361137 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2025.05.13 23:05:42.361174 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2025.05.13 23:05:42.361873 [ 269 ] {eea29eeb-dc54-42ae-b1fb-151a7aafb7b9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.361914 [ 269 ] {eea29eeb-dc54-42ae-b1fb-151a7aafb7b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.362040 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001259471 sec., 15879.682819215368 rows/sec., 1.04 MiB/sec. 2025.05.13 23:05:42.362158 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.05.13 23:05:42.362418 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.362487 [ 188 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_20_4} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.05.13 23:05:42.362548 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.05.13 23:05:42.362774 [ 269 ] {eea29eeb-dc54-42ae-b1fb-151a7aafb7b9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:05:42.363022 [ 269 ] {eea29eeb-dc54-42ae-b1fb-151a7aafb7b9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.363169 [ 269 ] {eea29eeb-dc54-42ae-b1fb-151a7aafb7b9} executeQuery: Read 9 rows, 16.51 KiB in 0.0022 sec., 4090.9090909090905 rows/sec., 7.33 MiB/sec. 2025.05.13 23:05:42.363224 [ 269 ] {eea29eeb-dc54-42ae-b1fb-151a7aafb7b9} TCPHandler: Processed in 0.002386267 sec. 2025.05.13 23:05:42.363344 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:42.363441 [ 269 ] {d0db67c8-c42c-4048-afb4-02940eab67d4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:42.363483 [ 269 ] {d0db67c8-c42c-4048-afb4-02940eab67d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:42.363822 [ 269 ] {d0db67c8-c42c-4048-afb4-02940eab67d4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.363858 [ 269 ] {d0db67c8-c42c-4048-afb4-02940eab67d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.364047 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 16410 rows, containing 5 columns (5 merged, 0 gathered) in 0.004624618 sec., 3548401.1868655966 rows/sec., 239.68 MiB/sec. 2025.05.13 23:05:42.364189 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.05.13 23:05:42.364209 [ 269 ] {d0db67c8-c42c-4048-afb4-02940eab67d4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:05:42.364539 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.364550 [ 269 ] {d0db67c8-c42c-4048-afb4-02940eab67d4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.364630 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_51_10} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.05.13 23:05:42.364688 [ 102 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.05.13 23:05:42.364706 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. 2025.05.13 23:05:42.364704 [ 269 ] {d0db67c8-c42c-4048-afb4-02940eab67d4} executeQuery: Read 82 rows, 5.33 KiB in 0.001282 sec., 63962.5585023401 rows/sec., 4.06 MiB/sec. 2025.05.13 23:05:42.364765 [ 102 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:42.364795 [ 269 ] {d0db67c8-c42c-4048-afb4-02940eab67d4} TCPHandler: Processed in 0.001499618 sec. 2025.05.13 23:05:42.364796 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:42.364910 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:05:42.365015 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:42.365045 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2844 rows starting from the beginning of the part 2025.05.13 23:05:42.365099 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::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.05.13 23:05:42.365145 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part 2025.05.13 23:05:42.365182 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part 2025.05.13 23:05:42.365216 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part 2025.05.13 23:05:42.365252 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part 2025.05.13 23:05:42.366229 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3128 rows, containing 4 columns (4 merged, 0 gathered) in 0.001354724 sec., 2308957.396488141 rows/sec., 150.80 MiB/sec. 2025.05.13 23:05:42.366428 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.05.13 23:05:42.366648 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:42.366715 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_51_10} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.05.13 23:05:42.366770 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2025.05.13 23:05:45.921601 [ 97 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:05:45.921690 [ 97 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:05:46.036040 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15677 2025.05.13 23:05:46.036553 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:46.036599 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:46.037092 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:05:46.037328 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:46.037458 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15677 2025.05.13 23:05:46.901233 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.05.13 23:05:46.918222 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:46.918281 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:46.924359 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:05:46.925069 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:46.927989 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.05.13 23:05:47.341970 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:47.342152 [ 269 ] {02022314-b3b5-4f53-8827-8695bd3efcac} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:47.342219 [ 269 ] {02022314-b3b5-4f53-8827-8695bd3efcac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:47.342898 [ 269 ] {02022314-b3b5-4f53-8827-8695bd3efcac} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:47.342941 [ 269 ] {02022314-b3b5-4f53-8827-8695bd3efcac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:47.343334 [ 269 ] {02022314-b3b5-4f53-8827-8695bd3efcac} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:05:47.343562 [ 269 ] {02022314-b3b5-4f53-8827-8695bd3efcac} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:47.343705 [ 269 ] {02022314-b3b5-4f53-8827-8695bd3efcac} executeQuery: Read 120 rows, 10.47 KiB in 0.001604 sec., 74812.96758104739 rows/sec., 6.37 MiB/sec. 2025.05.13 23:05:47.343747 [ 269 ] {02022314-b3b5-4f53-8827-8695bd3efcac} TCPHandler: Processed in 0.001908561 sec. 2025.05.13 23:05:47.343880 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:47.343974 [ 269 ] {bd1a66a2-7d27-4f34-9136-47e25d75aa79} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:47.344014 [ 269 ] {bd1a66a2-7d27-4f34-9136-47e25d75aa79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:47.344433 [ 269 ] {bd1a66a2-7d27-4f34-9136-47e25d75aa79} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:47.344469 [ 269 ] {bd1a66a2-7d27-4f34-9136-47e25d75aa79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:47.344762 [ 269 ] {bd1a66a2-7d27-4f34-9136-47e25d75aa79} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:05:47.344970 [ 269 ] {bd1a66a2-7d27-4f34-9136-47e25d75aa79} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:47.345096 [ 269 ] {bd1a66a2-7d27-4f34-9136-47e25d75aa79} executeQuery: Read 32 rows, 2.41 KiB in 0.001141 sec., 28045.574057843995 rows/sec., 2.06 MiB/sec. 2025.05.13 23:05:47.345132 [ 269 ] {bd1a66a2-7d27-4f34-9136-47e25d75aa79} TCPHandler: Processed in 0.001299262 sec. 2025.05.13 23:05:47.345252 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:47.345343 [ 269 ] {79de21a5-df80-4ab6-b176-5548a3b34b95} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:47.345381 [ 269 ] {79de21a5-df80-4ab6-b176-5548a3b34b95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:47.345811 [ 269 ] {79de21a5-df80-4ab6-b176-5548a3b34b95} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:47.345847 [ 269 ] {79de21a5-df80-4ab6-b176-5548a3b34b95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:47.346140 [ 269 ] {79de21a5-df80-4ab6-b176-5548a3b34b95} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:05:47.346347 [ 269 ] {79de21a5-df80-4ab6-b176-5548a3b34b95} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:47.346468 [ 269 ] {79de21a5-df80-4ab6-b176-5548a3b34b95} executeQuery: Read 96 rows, 7.68 KiB in 0.001143 sec., 83989.50131233597 rows/sec., 6.56 MiB/sec. 2025.05.13 23:05:47.346503 [ 269 ] {79de21a5-df80-4ab6-b176-5548a3b34b95} TCPHandler: Processed in 0.001297951 sec. 2025.05.13 23:05:47.346617 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:47.346710 [ 269 ] {0eac9c14-79c2-45f4-a863-1de0e4442bc3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:47.346752 [ 269 ] {0eac9c14-79c2-45f4-a863-1de0e4442bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:47.347156 [ 269 ] {0eac9c14-79c2-45f4-a863-1de0e4442bc3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:47.347192 [ 269 ] {0eac9c14-79c2-45f4-a863-1de0e4442bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:47.347513 [ 269 ] {0eac9c14-79c2-45f4-a863-1de0e4442bc3} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:05:47.347735 [ 269 ] {0eac9c14-79c2-45f4-a863-1de0e4442bc3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:47.347858 [ 269 ] {0eac9c14-79c2-45f4-a863-1de0e4442bc3} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.05.13 23:05:47.347892 [ 269 ] {0eac9c14-79c2-45f4-a863-1de0e4442bc3} TCPHandler: Processed in 0.001321512 sec. 2025.05.13 23:05:47.348005 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:47.348096 [ 269 ] {f697f7e7-6d34-4c43-9347-b65f5e28d447} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:47.348149 [ 269 ] {f697f7e7-6d34-4c43-9347-b65f5e28d447} 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.05.13 23:05:47.348960 [ 269 ] {f697f7e7-6d34-4c43-9347-b65f5e28d447} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:47.348995 [ 269 ] {f697f7e7-6d34-4c43-9347-b65f5e28d447} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:47.349518 [ 269 ] {f697f7e7-6d34-4c43-9347-b65f5e28d447} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:05:47.349740 [ 269 ] {f697f7e7-6d34-4c43-9347-b65f5e28d447} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:47.349871 [ 269 ] {f697f7e7-6d34-4c43-9347-b65f5e28d447} executeQuery: Read 32 rows, 58.72 KiB in 0.001792 sec., 17857.14285714286 rows/sec., 32.00 MiB/sec. 2025.05.13 23:05:47.349922 [ 269 ] {f697f7e7-6d34-4c43-9347-b65f5e28d447} TCPHandler: Processed in 0.001964053 sec. 2025.05.13 23:05:47.350036 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:47.350128 [ 269 ] {53d13668-1c80-48ef-96c6-d981510e0120} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:47.350169 [ 269 ] {53d13668-1c80-48ef-96c6-d981510e0120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:47.350509 [ 269 ] {53d13668-1c80-48ef-96c6-d981510e0120} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:47.350545 [ 269 ] {53d13668-1c80-48ef-96c6-d981510e0120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:47.350841 [ 269 ] {53d13668-1c80-48ef-96c6-d981510e0120} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:05:47.351044 [ 269 ] {53d13668-1c80-48ef-96c6-d981510e0120} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:47.351166 [ 269 ] {53d13668-1c80-48ef-96c6-d981510e0120} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2025.05.13 23:05:47.351200 [ 269 ] {53d13668-1c80-48ef-96c6-d981510e0120} TCPHandler: Processed in 0.001211429 sec. 2025.05.13 23:05:51.077842 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 998 2025.05.13 23:05:51.080125 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:51.080165 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:51.081325 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:05:51.081595 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:51.081848 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 998 2025.05.13 23:05:52.347031 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.347219 [ 269 ] {834e49d2-4d4d-42df-8008-8c154070d775} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:05:52.347290 [ 269 ] {834e49d2-4d4d-42df-8008-8c154070d775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:05:52.348068 [ 269 ] {834e49d2-4d4d-42df-8008-8c154070d775} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.348122 [ 269 ] {834e49d2-4d4d-42df-8008-8c154070d775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.348544 [ 269 ] {834e49d2-4d4d-42df-8008-8c154070d775} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:05:52.348797 [ 269 ] {834e49d2-4d4d-42df-8008-8c154070d775} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.348959 [ 269 ] {834e49d2-4d4d-42df-8008-8c154070d775} executeQuery: Read 212 rows, 13.81 KiB in 0.001794 sec., 118171.6833890747 rows/sec., 7.52 MiB/sec. 2025.05.13 23:05:52.348957 [ 89 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.05.13 23:05:52.349012 [ 269 ] {834e49d2-4d4d-42df-8008-8c154070d775} TCPHandler: Processed in 0.002123908 sec. 2025.05.13 23:05:52.349030 [ 89 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.349058 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.349150 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.349174 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.05.13 23:05:52.349257 [ 269 ] {2150ec8b-753a-409f-baa4-6770fa032835} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:05:52.349308 [ 269 ] {2150ec8b-753a-409f-baa4-6770fa032835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:05:52.349320 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:52.349360 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part 2025.05.13 23:05:52.349430 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2025.05.13 23:05:52.349478 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part 2025.05.13 23:05:52.349526 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part 2025.05.13 23:05:52.349593 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part 2025.05.13 23:05:52.349766 [ 269 ] {2150ec8b-753a-409f-baa4-6770fa032835} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.349811 [ 269 ] {2150ec8b-753a-409f-baa4-6770fa032835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.350147 [ 269 ] {2150ec8b-753a-409f-baa4-6770fa032835} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.13 23:05:52.350387 [ 269 ] {2150ec8b-753a-409f-baa4-6770fa032835} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.350523 [ 269 ] {2150ec8b-753a-409f-baa4-6770fa032835} executeQuery: Read 8 rows, 668.00 B in 0.001289 sec., 6206.361520558573 rows/sec., 506.09 KiB/sec. 2025.05.13 23:05:52.350562 [ 269 ] {2150ec8b-753a-409f-baa4-6770fa032835} TCPHandler: Processed in 0.001464997 sec. 2025.05.13 23:05:52.350653 [ 197 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532958 sec., 691473.6085398295 rows/sec., 46.61 MiB/sec. 2025.05.13 23:05:52.350692 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.350794 [ 269 ] {67ff93a3-6495-4077-83f5-a5a800a6ce02} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:52.350837 [ 269 ] {67ff93a3-6495-4077-83f5-a5a800a6ce02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:52.350847 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.05.13 23:05:52.351190 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.351284 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_21_5} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.05.13 23:05:52.351395 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:05:52.351594 [ 269 ] {67ff93a3-6495-4077-83f5-a5a800a6ce02} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.351636 [ 269 ] {67ff93a3-6495-4077-83f5-a5a800a6ce02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.351988 [ 269 ] {67ff93a3-6495-4077-83f5-a5a800a6ce02} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:05:52.352203 [ 269 ] {67ff93a3-6495-4077-83f5-a5a800a6ce02} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.352332 [ 269 ] {67ff93a3-6495-4077-83f5-a5a800a6ce02} executeQuery: Read 639 rows, 51.36 KiB in 0.00156 sec., 409615.3846153846 rows/sec., 32.15 MiB/sec. 2025.05.13 23:05:52.352370 [ 269 ] {67ff93a3-6495-4077-83f5-a5a800a6ce02} TCPHandler: Processed in 0.001729746 sec. 2025.05.13 23:05:52.352484 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.352578 [ 269 ] {c94ded8d-9fc1-4bc6-add1-97c38d5ad3f0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:52.352619 [ 269 ] {c94ded8d-9fc1-4bc6-add1-97c38d5ad3f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:52.353057 [ 269 ] {c94ded8d-9fc1-4bc6-add1-97c38d5ad3f0} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.353094 [ 269 ] {c94ded8d-9fc1-4bc6-add1-97c38d5ad3f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.353418 [ 269 ] {c94ded8d-9fc1-4bc6-add1-97c38d5ad3f0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:05:52.353645 [ 269 ] {c94ded8d-9fc1-4bc6-add1-97c38d5ad3f0} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.353771 [ 269 ] {c94ded8d-9fc1-4bc6-add1-97c38d5ad3f0} executeQuery: Read 123 rows, 7.62 KiB in 0.001212 sec., 101485.14851485149 rows/sec., 6.14 MiB/sec. 2025.05.13 23:05:52.353808 [ 269 ] {c94ded8d-9fc1-4bc6-add1-97c38d5ad3f0} TCPHandler: Processed in 0.001373694 sec. 2025.05.13 23:05:52.353925 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.354017 [ 269 ] {214fb772-c4a7-4e74-bb49-0923501253ca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:05:52.354057 [ 269 ] {214fb772-c4a7-4e74-bb49-0923501253ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:05:52.354496 [ 269 ] {214fb772-c4a7-4e74-bb49-0923501253ca} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.354534 [ 269 ] {214fb772-c4a7-4e74-bb49-0923501253ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.354843 [ 269 ] {214fb772-c4a7-4e74-bb49-0923501253ca} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:05:52.355053 [ 269 ] {214fb772-c4a7-4e74-bb49-0923501253ca} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.355180 [ 269 ] {214fb772-c4a7-4e74-bb49-0923501253ca} executeQuery: Read 113 rows, 7.49 KiB in 0.00118 sec., 95762.71186440678 rows/sec., 6.20 MiB/sec. 2025.05.13 23:05:52.355218 [ 269 ] {214fb772-c4a7-4e74-bb49-0923501253ca} TCPHandler: Processed in 0.001342553 sec. 2025.05.13 23:05:52.355341 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.355435 [ 269 ] {082dec5d-6496-4b86-b2e9-4ca78f1cccc2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:05:52.355475 [ 269 ] {082dec5d-6496-4b86-b2e9-4ca78f1cccc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:05:52.355918 [ 269 ] {082dec5d-6496-4b86-b2e9-4ca78f1cccc2} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.355954 [ 269 ] {082dec5d-6496-4b86-b2e9-4ca78f1cccc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.356251 [ 269 ] {082dec5d-6496-4b86-b2e9-4ca78f1cccc2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:05:52.356470 [ 269 ] {082dec5d-6496-4b86-b2e9-4ca78f1cccc2} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.356581 [ 86 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.05.13 23:05:52.356595 [ 269 ] {082dec5d-6496-4b86-b2e9-4ca78f1cccc2} executeQuery: Read 112 rows, 6.53 KiB in 0.001179 sec., 94995.75911789652 rows/sec., 5.41 MiB/sec. 2025.05.13 23:05:52.356673 [ 86 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.356683 [ 269 ] {082dec5d-6496-4b86-b2e9-4ca78f1cccc2} TCPHandler: Processed in 0.001390105 sec. 2025.05.13 23:05:52.356708 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.356842 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.05.13 23:05:52.356848 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.356996 [ 269 ] {2909fe48-9888-406b-928b-10139418577b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:52.357001 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:52.357053 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part 2025.05.13 23:05:52.357057 [ 269 ] {2909fe48-9888-406b-928b-10139418577b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:52.357110 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part 2025.05.13 23:05:52.357158 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part 2025.05.13 23:05:52.357198 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part 2025.05.13 23:05:52.357236 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part 2025.05.13 23:05:52.357674 [ 269 ] {2909fe48-9888-406b-928b-10139418577b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.357726 [ 269 ] {2909fe48-9888-406b-928b-10139418577b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.357973 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001185088 sec., 472538.74817735056 rows/sec., 28.72 MiB/sec. 2025.05.13 23:05:52.358097 [ 269 ] {2909fe48-9888-406b-928b-10139418577b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:05:52.358124 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.05.13 23:05:52.358398 [ 269 ] {2909fe48-9888-406b-928b-10139418577b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.358452 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.358536 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_21_5} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.05.13 23:05:52.358547 [ 269 ] {2909fe48-9888-406b-928b-10139418577b} executeQuery: Read 399 rows, 28.96 KiB in 0.001573 sec., 253655.4354736173 rows/sec., 17.98 MiB/sec. 2025.05.13 23:05:52.358593 [ 269 ] {2909fe48-9888-406b-928b-10139418577b} TCPHandler: Processed in 0.001805988 sec. 2025.05.13 23:05:52.358651 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:05:52.358721 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.358819 [ 269 ] {35983286-2ae1-4b77-9d9c-444be41e4acf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:05:52.358862 [ 269 ] {35983286-2ae1-4b77-9d9c-444be41e4acf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:05:52.359218 [ 269 ] {35983286-2ae1-4b77-9d9c-444be41e4acf} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.359255 [ 269 ] {35983286-2ae1-4b77-9d9c-444be41e4acf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.359590 [ 269 ] {35983286-2ae1-4b77-9d9c-444be41e4acf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:05:52.359810 [ 269 ] {35983286-2ae1-4b77-9d9c-444be41e4acf} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.359927 [ 86 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.13 23:05:52.359943 [ 269 ] {35983286-2ae1-4b77-9d9c-444be41e4acf} executeQuery: Read 6 rows, 321.00 B in 0.001141 sec., 5258.5451358457485 rows/sec., 274.74 KiB/sec. 2025.05.13 23:05:52.359977 [ 86 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.359994 [ 269 ] {35983286-2ae1-4b77-9d9c-444be41e4acf} TCPHandler: Processed in 0.001323852 sec. 2025.05.13 23:05:52.360002 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.360098 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:05:52.360125 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.360219 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:52.360223 [ 269 ] {c8038c12-94de-4876-94e3-73e415c92932} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:52.360286 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part 2025.05.13 23:05:52.360324 [ 269 ] {c8038c12-94de-4876-94e3-73e415c92932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:52.360341 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:52.360384 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:52.360420 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:52.360455 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:52.360520 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.05.13 23:05:52.360764 [ 269 ] {c8038c12-94de-4876-94e3-73e415c92932} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.360807 [ 269 ] {c8038c12-94de-4876-94e3-73e415c92932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.361186 [ 269 ] {c8038c12-94de-4876-94e3-73e415c92932} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:05:52.361277 [ 194 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.001212098 sec., 103951.99068062153 rows/sec., 5.30 MiB/sec. 2025.05.13 23:05:52.361421 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.13 23:05:52.361436 [ 269 ] {c8038c12-94de-4876-94e3-73e415c92932} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.361592 [ 269 ] {c8038c12-94de-4876-94e3-73e415c92932} executeQuery: Read 241 rows, 16.55 KiB in 0.001387 sec., 173756.30857966834 rows/sec., 11.65 MiB/sec. 2025.05.13 23:05:52.361630 [ 269 ] {c8038c12-94de-4876-94e3-73e415c92932} TCPHandler: Processed in 0.0015564 sec. 2025.05.13 23:05:52.361748 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.361766 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.361828 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_21_4} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.13 23:05:52.361863 [ 269 ] {bb755af6-6ac1-4447-b43c-742d02213957} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:05:52.361906 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.05.13 23:05:52.361910 [ 269 ] {bb755af6-6ac1-4447-b43c-742d02213957} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:05:52.362272 [ 269 ] {bb755af6-6ac1-4447-b43c-742d02213957} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.362308 [ 269 ] {bb755af6-6ac1-4447-b43c-742d02213957} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.362623 [ 269 ] {bb755af6-6ac1-4447-b43c-742d02213957} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:05:52.362849 [ 269 ] {bb755af6-6ac1-4447-b43c-742d02213957} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.362980 [ 269 ] {bb755af6-6ac1-4447-b43c-742d02213957} executeQuery: Read 1 rows, 69.00 B in 0.001135 sec., 881.057268722467 rows/sec., 59.37 KiB/sec. 2025.05.13 23:05:52.363017 [ 269 ] {bb755af6-6ac1-4447-b43c-742d02213957} TCPHandler: Processed in 0.001302111 sec. 2025.05.13 23:05:52.363137 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.363229 [ 269 ] {2fd2d522-0b75-4632-bcf6-bfc9082b7192} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:52.363288 [ 269 ] {2fd2d522-0b75-4632-bcf6-bfc9082b7192} 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.05.13 23:05:52.364070 [ 269 ] {2fd2d522-0b75-4632-bcf6-bfc9082b7192} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.364106 [ 269 ] {2fd2d522-0b75-4632-bcf6-bfc9082b7192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.364647 [ 269 ] {2fd2d522-0b75-4632-bcf6-bfc9082b7192} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:05:52.364899 [ 269 ] {2fd2d522-0b75-4632-bcf6-bfc9082b7192} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.365037 [ 269 ] {2fd2d522-0b75-4632-bcf6-bfc9082b7192} executeQuery: Read 9 rows, 16.51 KiB in 0.001826 sec., 4928.806133625411 rows/sec., 8.83 MiB/sec. 2025.05.13 23:05:52.365091 [ 269 ] {2fd2d522-0b75-4632-bcf6-bfc9082b7192} TCPHandler: Processed in 0.002006595 sec. 2025.05.13 23:05:52.365218 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:52.365315 [ 269 ] {994d43ca-2e75-4dcb-a05c-a4a4f2f8c6f3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:52.365357 [ 269 ] {994d43ca-2e75-4dcb-a05c-a4a4f2f8c6f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:52.365712 [ 269 ] {994d43ca-2e75-4dcb-a05c-a4a4f2f8c6f3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:52.365747 [ 269 ] {994d43ca-2e75-4dcb-a05c-a4a4f2f8c6f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:52.366063 [ 269 ] {994d43ca-2e75-4dcb-a05c-a4a4f2f8c6f3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:05:52.366290 [ 269 ] {994d43ca-2e75-4dcb-a05c-a4a4f2f8c6f3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:52.366417 [ 269 ] {994d43ca-2e75-4dcb-a05c-a4a4f2f8c6f3} executeQuery: Read 82 rows, 5.33 KiB in 0.001121 sec., 73148.97413024085 rows/sec., 4.65 MiB/sec. 2025.05.13 23:05:52.366452 [ 269 ] {994d43ca-2e75-4dcb-a05c-a4a4f2f8c6f3} TCPHandler: Processed in 0.001284361 sec. 2025.05.13 23:05:53.538441 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16104 2025.05.13 23:05:53.538950 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:53.538995 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:53.539502 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:05:53.539799 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:53.539975 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 2025.05.13 23:05:54.428961 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.05.13 23:05:54.446468 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:54.446524 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:54.452683 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:05:54.453402 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:54.456242 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.05.13 23:05:57.342369 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:57.342627 [ 269 ] {a53a7fbe-d1cd-4f0a-8a08-9ec08e2c6c47} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:05:57.342691 [ 269 ] {a53a7fbe-d1cd-4f0a-8a08-9ec08e2c6c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:05:57.343485 [ 269 ] {a53a7fbe-d1cd-4f0a-8a08-9ec08e2c6c47} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:57.343528 [ 269 ] {a53a7fbe-d1cd-4f0a-8a08-9ec08e2c6c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:57.343921 [ 269 ] {a53a7fbe-d1cd-4f0a-8a08-9ec08e2c6c47} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:05:57.344158 [ 269 ] {a53a7fbe-d1cd-4f0a-8a08-9ec08e2c6c47} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:57.344304 [ 269 ] {a53a7fbe-d1cd-4f0a-8a08-9ec08e2c6c47} executeQuery: Read 120 rows, 10.47 KiB in 0.001726 sec., 69524.91309385863 rows/sec., 5.92 MiB/sec. 2025.05.13 23:05:57.344345 [ 269 ] {a53a7fbe-d1cd-4f0a-8a08-9ec08e2c6c47} TCPHandler: Processed in 0.002156079 sec. 2025.05.13 23:05:57.344472 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:57.344570 [ 269 ] {b884d338-78b0-44f5-b5a8-4c3523ec4884} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:05:57.344610 [ 269 ] {b884d338-78b0-44f5-b5a8-4c3523ec4884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:05:57.345111 [ 269 ] {b884d338-78b0-44f5-b5a8-4c3523ec4884} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:57.345160 [ 269 ] {b884d338-78b0-44f5-b5a8-4c3523ec4884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:57.345488 [ 269 ] {b884d338-78b0-44f5-b5a8-4c3523ec4884} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:05:57.345707 [ 269 ] {b884d338-78b0-44f5-b5a8-4c3523ec4884} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:57.345833 [ 269 ] {b884d338-78b0-44f5-b5a8-4c3523ec4884} executeQuery: Read 32 rows, 2.41 KiB in 0.001282 sec., 24960.998439937597 rows/sec., 1.83 MiB/sec. 2025.05.13 23:05:57.345869 [ 269 ] {b884d338-78b0-44f5-b5a8-4c3523ec4884} TCPHandler: Processed in 0.001444876 sec. 2025.05.13 23:05:57.345986 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:57.346079 [ 269 ] {94fb3d1f-7b61-47b6-a1b1-2b1e00702c12} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:05:57.346117 [ 269 ] {94fb3d1f-7b61-47b6-a1b1-2b1e00702c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:05:57.346584 [ 269 ] {94fb3d1f-7b61-47b6-a1b1-2b1e00702c12} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:57.346620 [ 269 ] {94fb3d1f-7b61-47b6-a1b1-2b1e00702c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:57.346915 [ 269 ] {94fb3d1f-7b61-47b6-a1b1-2b1e00702c12} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:05:57.347124 [ 269 ] {94fb3d1f-7b61-47b6-a1b1-2b1e00702c12} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:57.347247 [ 269 ] {94fb3d1f-7b61-47b6-a1b1-2b1e00702c12} executeQuery: Read 96 rows, 7.68 KiB in 0.001186 sec., 80944.3507588533 rows/sec., 6.32 MiB/sec. 2025.05.13 23:05:57.347283 [ 269 ] {94fb3d1f-7b61-47b6-a1b1-2b1e00702c12} TCPHandler: Processed in 0.001344933 sec. 2025.05.13 23:05:57.347398 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:57.347491 [ 269 ] {bfa576c8-4875-45e1-a319-bcb83e248486} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:57.347536 [ 269 ] {bfa576c8-4875-45e1-a319-bcb83e248486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:05:57.347954 [ 269 ] {bfa576c8-4875-45e1-a319-bcb83e248486} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:57.347990 [ 269 ] {bfa576c8-4875-45e1-a319-bcb83e248486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:57.348304 [ 269 ] {bfa576c8-4875-45e1-a319-bcb83e248486} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:05:57.348511 [ 269 ] {bfa576c8-4875-45e1-a319-bcb83e248486} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:57.348633 [ 269 ] {bfa576c8-4875-45e1-a319-bcb83e248486} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2025.05.13 23:05:57.348669 [ 269 ] {bfa576c8-4875-45e1-a319-bcb83e248486} TCPHandler: Processed in 0.001317522 sec. 2025.05.13 23:05:57.348788 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:57.348880 [ 269 ] {1388e50b-3a2d-4edf-9461-4c22a2b020e1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:05:57.348934 [ 269 ] {1388e50b-3a2d-4edf-9461-4c22a2b020e1} 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.05.13 23:05:57.349767 [ 269 ] {1388e50b-3a2d-4edf-9461-4c22a2b020e1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:57.349803 [ 269 ] {1388e50b-3a2d-4edf-9461-4c22a2b020e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:57.350333 [ 269 ] {1388e50b-3a2d-4edf-9461-4c22a2b020e1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:05:57.350562 [ 269 ] {1388e50b-3a2d-4edf-9461-4c22a2b020e1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:57.350697 [ 269 ] {1388e50b-3a2d-4edf-9461-4c22a2b020e1} executeQuery: Read 32 rows, 58.72 KiB in 0.001835 sec., 17438.692098092644 rows/sec., 31.25 MiB/sec. 2025.05.13 23:05:57.350694 [ 68 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.05.13 23:05:57.350748 [ 269 ] {1388e50b-3a2d-4edf-9461-4c22a2b020e1} TCPHandler: Processed in 0.002008574 sec. 2025.05.13 23:05:57.350776 [ 68 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:57.350802 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:57.350875 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:05:57.350894 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:05:57.350972 [ 269 ] {86309eaf-00a2-474c-8b4f-8952afde8c32} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:05:57.351014 [ 269 ] {86309eaf-00a2-474c-8b4f-8952afde8c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:05:57.351084 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:05:57.351137 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 705 rows starting from the beginning of the part 2025.05.13 23:05:57.351257 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:57.351354 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part 2025.05.13 23:05:57.351355 [ 269 ] {86309eaf-00a2-474c-8b4f-8952afde8c32} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:05:57.351396 [ 269 ] {86309eaf-00a2-474c-8b4f-8952afde8c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:05:57.351444 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:57.351533 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part 2025.05.13 23:05:57.351621 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2025.05.13 23:05:57.351696 [ 269 ] {86309eaf-00a2-474c-8b4f-8952afde8c32} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:05:57.351913 [ 269 ] {86309eaf-00a2-474c-8b4f-8952afde8c32} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:57.352037 [ 269 ] {86309eaf-00a2-474c-8b4f-8952afde8c32} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.05.13 23:05:57.352072 [ 269 ] {86309eaf-00a2-474c-8b4f-8952afde8c32} TCPHandler: Processed in 0.001243619 sec. 2025.05.13 23:05:57.365563 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 819 rows, containing 19 columns (19 merged, 0 gathered) in 0.014706831 sec., 55688.407652199174 rows/sec., 99.79 MiB/sec. 2025.05.13 23:05:57.366695 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.05.13 23:05:57.367098 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:05:57.367179 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_41_8} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.05.13 23:05:57.367346 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. 2025.05.13 23:05:58.001148 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 260.43 MiB, peak 268.02 MiB, free memory in arenas 0.00 B, will set to 262.77 MiB (RSS), difference: 2.34 MiB 2025.05.13 23:06:00.921933 [ 41 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:06:00.921996 [ 41 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:06:01.040942 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16592 2025.05.13 23:06:01.041475 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:01.041516 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:01.042012 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:06:01.042243 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:01.042375 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16592 2025.05.13 23:06:01.042381 [ 61 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.05.13 23:06:01.042442 [ 61 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:01.042482 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:01.042575 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:06:01.042673 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:01.042705 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part 2025.05.13 23:06:01.042758 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part 2025.05.13 23:06:01.042799 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part 2025.05.13 23:06:01.042839 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part 2025.05.13 23:06:01.042875 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part 2025.05.13 23:06:01.042916 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part 2025.05.13 23:06:01.044756 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002217051 sec., 7483815.212189526 rows/sec., 107.06 MiB/sec. 2025.05.13 23:06:01.044888 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.05.13 23:06:01.045190 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:01.045269 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_36_7} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.05.13 23:06:01.045399 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2025.05.13 23:06:01.082885 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1034 2025.05.13 23:06:01.085207 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:01.085247 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:01.086393 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:06:01.086662 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:01.086795 [ 61 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.05.13 23:06:01.086834 [ 61 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:01.086851 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:01.086906 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1034 2025.05.13 23:06:01.086939 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:06:01.087456 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:01.087597 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 848 rows starting from the beginning of the part 2025.05.13 23:06:01.087957 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part 2025.05.13 23:06:01.088290 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2025.05.13 23:06:01.088637 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part 2025.05.13 23:06:01.088966 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part 2025.05.13 23:06:01.089293 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part 2025.05.13 23:06:01.095888 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 72 columns (72 merged, 0 gathered) in 0.008991128 sec., 115002.25555681113 rows/sec., 92.86 MiB/sec. 2025.05.13 23:06:01.096912 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.05.13 23:06:01.097423 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:01.097502 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_26_5} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.05.13 23:06:01.097686 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. 2025.05.13 23:06:01.957190 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2025.05.13 23:06:01.975986 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:01.976057 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:01.982070 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:06:01.982806 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:01.983147 [ 84 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.05.13 23:06:01.983221 [ 84 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:01.983247 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:01.983357 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:06:01.986610 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2025.05.13 23:06:01.987369 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:01.988850 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:06:01.993520 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:06:01.998217 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:06:02.002739 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:06:02.007160 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:06:02.010996 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:06:02.064223 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.080912359 sec., 3361.661968105515 rows/sec., 17.38 MiB/sec. 2025.05.13 23:06:02.066273 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.05.13 23:06:02.068019 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_36_7} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.068110 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_36_7} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.05.13 23:06:02.069580 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2025.05.13 23:06:02.346946 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.347217 [ 269 ] {030d5ca3-2a47-48d7-b755-34ea54a5af0f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:06:02.347317 [ 269 ] {030d5ca3-2a47-48d7-b755-34ea54a5af0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:06:02.348385 [ 269 ] {030d5ca3-2a47-48d7-b755-34ea54a5af0f} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.348450 [ 269 ] {030d5ca3-2a47-48d7-b755-34ea54a5af0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.348980 [ 269 ] {030d5ca3-2a47-48d7-b755-34ea54a5af0f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:06:02.349274 [ 269 ] {030d5ca3-2a47-48d7-b755-34ea54a5af0f} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.349466 [ 269 ] {030d5ca3-2a47-48d7-b755-34ea54a5af0f} executeQuery: Read 212 rows, 13.81 KiB in 0.002333 sec., 90870.12430347192 rows/sec., 5.78 MiB/sec. 2025.05.13 23:06:02.349519 [ 269 ] {030d5ca3-2a47-48d7-b755-34ea54a5af0f} TCPHandler: Processed in 0.002788899 sec. 2025.05.13 23:06:02.349733 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.349838 [ 269 ] {7c8e657b-744d-497f-a129-668ea2a7495d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:02.349886 [ 269 ] {7c8e657b-744d-497f-a129-668ea2a7495d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:02.350648 [ 269 ] {7c8e657b-744d-497f-a129-668ea2a7495d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.350685 [ 269 ] {7c8e657b-744d-497f-a129-668ea2a7495d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.351038 [ 269 ] {7c8e657b-744d-497f-a129-668ea2a7495d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:06:02.351258 [ 269 ] {7c8e657b-744d-497f-a129-668ea2a7495d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.351393 [ 269 ] {7c8e657b-744d-497f-a129-668ea2a7495d} executeQuery: Read 635 rows, 51.07 KiB in 0.001577 sec., 402663.2847178186 rows/sec., 31.62 MiB/sec. 2025.05.13 23:06:02.351390 [ 84 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.05.13 23:06:02.351436 [ 269 ] {7c8e657b-744d-497f-a129-668ea2a7495d} TCPHandler: Processed in 0.001763506 sec. 2025.05.13 23:06:02.351470 [ 84 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.351497 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.351564 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.351586 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.05.13 23:06:02.351662 [ 269 ] {777162cd-8c13-46a9-a573-66bb92da7829} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:02.351689 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:02.351702 [ 269 ] {777162cd-8c13-46a9-a573-66bb92da7829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:02.351728 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 1849 rows starting from the beginning of the part 2025.05.13 23:06:02.351797 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 635 rows starting from the beginning of the part 2025.05.13 23:06:02.351849 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 120 rows starting from the beginning of the part 2025.05.13 23:06:02.351902 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 639 rows starting from the beginning of the part 2025.05.13 23:06:02.351948 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 120 rows starting from the beginning of the part 2025.05.13 23:06:02.351992 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 635 rows starting from the beginning of the part 2025.05.13 23:06:02.352158 [ 269 ] {777162cd-8c13-46a9-a573-66bb92da7829} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.352194 [ 269 ] {777162cd-8c13-46a9-a573-66bb92da7829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.352777 [ 269 ] {777162cd-8c13-46a9-a573-66bb92da7829} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:06:02.353002 [ 269 ] {777162cd-8c13-46a9-a573-66bb92da7829} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.353141 [ 269 ] {777162cd-8c13-46a9-a573-66bb92da7829} executeQuery: Read 115 rows, 7.06 KiB in 0.001498 sec., 76769.02536715621 rows/sec., 4.60 MiB/sec. 2025.05.13 23:06:02.353179 [ 269 ] {777162cd-8c13-46a9-a573-66bb92da7829} TCPHandler: Processed in 0.001662253 sec. 2025.05.13 23:06:02.353293 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.353387 [ 269 ] {4793a79a-1009-42c1-a56d-477a71387090} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:06:02.353427 [ 269 ] {4793a79a-1009-42c1-a56d-477a71387090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:06:02.353547 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 3998 rows, containing 5 columns (5 merged, 0 gathered) in 0.002000654 sec., 1998346.540681197 rows/sec., 167.95 MiB/sec. 2025.05.13 23:06:02.353863 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.05.13 23:06:02.353871 [ 269 ] {4793a79a-1009-42c1-a56d-477a71387090} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.353930 [ 269 ] {4793a79a-1009-42c1-a56d-477a71387090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.354264 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.354287 [ 269 ] {4793a79a-1009-42c1-a56d-477a71387090} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:06:02.354369 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_55_11} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.05.13 23:06:02.354515 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2025.05.13 23:06:02.354530 [ 269 ] {4793a79a-1009-42c1-a56d-477a71387090} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.354662 [ 269 ] {4793a79a-1009-42c1-a56d-477a71387090} executeQuery: Read 113 rows, 7.49 KiB in 0.001292 sec., 87461.30030959753 rows/sec., 5.66 MiB/sec. 2025.05.13 23:06:02.354697 [ 269 ] {4793a79a-1009-42c1-a56d-477a71387090} TCPHandler: Processed in 0.001451547 sec. 2025.05.13 23:06:02.354822 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.354913 [ 269 ] {bee29ff2-6abb-46b3-b436-5c3b475c1aec} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:06:02.354952 [ 269 ] {bee29ff2-6abb-46b3-b436-5c3b475c1aec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:06:02.355379 [ 269 ] {bee29ff2-6abb-46b3-b436-5c3b475c1aec} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.355415 [ 269 ] {bee29ff2-6abb-46b3-b436-5c3b475c1aec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.355721 [ 269 ] {bee29ff2-6abb-46b3-b436-5c3b475c1aec} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:06:02.355930 [ 269 ] {bee29ff2-6abb-46b3-b436-5c3b475c1aec} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.356057 [ 269 ] {bee29ff2-6abb-46b3-b436-5c3b475c1aec} executeQuery: Read 112 rows, 6.53 KiB in 0.001162 sec., 96385.5421686747 rows/sec., 5.49 MiB/sec. 2025.05.13 23:06:02.356093 [ 269 ] {bee29ff2-6abb-46b3-b436-5c3b475c1aec} TCPHandler: Processed in 0.001319092 sec. 2025.05.13 23:06:02.356213 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.356304 [ 269 ] {ea5ed5bc-eca6-4bbe-a22a-407335548fe8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:02.356342 [ 269 ] {ea5ed5bc-eca6-4bbe-a22a-407335548fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:02.356873 [ 269 ] {ea5ed5bc-eca6-4bbe-a22a-407335548fe8} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.356909 [ 269 ] {ea5ed5bc-eca6-4bbe-a22a-407335548fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.357263 [ 269 ] {ea5ed5bc-eca6-4bbe-a22a-407335548fe8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:06:02.357477 [ 269 ] {ea5ed5bc-eca6-4bbe-a22a-407335548fe8} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.357602 [ 84 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.05.13 23:06:02.357610 [ 269 ] {ea5ed5bc-eca6-4bbe-a22a-407335548fe8} executeQuery: Read 391 rows, 28.31 KiB in 0.001323 sec., 295540.4383975813 rows/sec., 20.89 MiB/sec. 2025.05.13 23:06:02.357643 [ 84 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.357663 [ 269 ] {ea5ed5bc-eca6-4bbe-a22a-407335548fe8} TCPHandler: Processed in 0.001498038 sec. 2025.05.13 23:06:02.357667 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.357762 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.05.13 23:06:02.357800 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.357862 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:02.357896 [ 269 ] {ef04c548-937a-4e58-9f97-6c95b42f647b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:06:02.357897 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 915 rows starting from the beginning of the part 2025.05.13 23:06:02.357945 [ 269 ] {ef04c548-937a-4e58-9f97-6c95b42f647b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:06:02.357983 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 391 rows starting from the beginning of the part 2025.05.13 23:06:02.358032 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 96 rows starting from the beginning of the part 2025.05.13 23:06:02.358070 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 399 rows starting from the beginning of the part 2025.05.13 23:06:02.358109 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 96 rows starting from the beginning of the part 2025.05.13 23:06:02.358146 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 391 rows starting from the beginning of the part 2025.05.13 23:06:02.358292 [ 269 ] {ef04c548-937a-4e58-9f97-6c95b42f647b} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.358338 [ 269 ] {ef04c548-937a-4e58-9f97-6c95b42f647b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.358730 [ 269 ] {ef04c548-937a-4e58-9f97-6c95b42f647b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:06:02.358962 [ 269 ] {ef04c548-937a-4e58-9f97-6c95b42f647b} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.359088 [ 269 ] {ef04c548-937a-4e58-9f97-6c95b42f647b} executeQuery: Read 6 rows, 321.00 B in 0.001209 sec., 4962.779156327543 rows/sec., 259.29 KiB/sec. 2025.05.13 23:06:02.359123 [ 269 ] {ef04c548-937a-4e58-9f97-6c95b42f647b} TCPHandler: Processed in 0.001378994 sec. 2025.05.13 23:06:02.359238 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.359329 [ 269 ] {3a92bdf5-1ca3-45f5-9ef7-f2b4e305b06d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:02.359350 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 2288 rows, containing 5 columns (5 merged, 0 gathered) in 0.001617431 sec., 1414588.9376424714 rows/sec., 107.43 MiB/sec. 2025.05.13 23:06:02.359371 [ 269 ] {3a92bdf5-1ca3-45f5-9ef7-f2b4e305b06d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:02.359587 [ 200 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.05.13 23:06:02.359818 [ 269 ] {3a92bdf5-1ca3-45f5-9ef7-f2b4e305b06d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.359860 [ 269 ] {3a92bdf5-1ca3-45f5-9ef7-f2b4e305b06d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.359864 [ 200 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.359944 [ 200 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_55_11} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.05.13 23:06:02.360025 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.05.13 23:06:02.360204 [ 269 ] {3a92bdf5-1ca3-45f5-9ef7-f2b4e305b06d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:06:02.360421 [ 269 ] {3a92bdf5-1ca3-45f5-9ef7-f2b4e305b06d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.360545 [ 269 ] {3a92bdf5-1ca3-45f5-9ef7-f2b4e305b06d} executeQuery: Read 237 rows, 16.27 KiB in 0.001233 sec., 192214.11192214114 rows/sec., 12.88 MiB/sec. 2025.05.13 23:06:02.360580 [ 269 ] {3a92bdf5-1ca3-45f5-9ef7-f2b4e305b06d} TCPHandler: Processed in 0.001389044 sec. 2025.05.13 23:06:02.360703 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.360794 [ 269 ] {a4de99a6-2a80-426b-af1d-cd61ddd0956b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:06:02.360834 [ 269 ] {a4de99a6-2a80-426b-af1d-cd61ddd0956b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:06:02.361145 [ 269 ] {a4de99a6-2a80-426b-af1d-cd61ddd0956b} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.361180 [ 269 ] {a4de99a6-2a80-426b-af1d-cd61ddd0956b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.361486 [ 269 ] {a4de99a6-2a80-426b-af1d-cd61ddd0956b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:06:02.361691 [ 269 ] {a4de99a6-2a80-426b-af1d-cd61ddd0956b} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.361814 [ 269 ] {a4de99a6-2a80-426b-af1d-cd61ddd0956b} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.05.13 23:06:02.361848 [ 269 ] {a4de99a6-2a80-426b-af1d-cd61ddd0956b} TCPHandler: Processed in 0.001194149 sec. 2025.05.13 23:06:02.361961 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.362052 [ 269 ] {196abe30-2f59-4bda-a335-0f647469faa1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:02.362106 [ 269 ] {196abe30-2f59-4bda-a335-0f647469faa1} 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.05.13 23:06:02.362855 [ 269 ] {196abe30-2f59-4bda-a335-0f647469faa1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.362890 [ 269 ] {196abe30-2f59-4bda-a335-0f647469faa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.363405 [ 269 ] {196abe30-2f59-4bda-a335-0f647469faa1} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:06:02.363624 [ 269 ] {196abe30-2f59-4bda-a335-0f647469faa1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.363754 [ 269 ] {196abe30-2f59-4bda-a335-0f647469faa1} executeQuery: Read 9 rows, 16.51 KiB in 0.001719 sec., 5235.602094240838 rows/sec., 9.38 MiB/sec. 2025.05.13 23:06:02.363806 [ 269 ] {196abe30-2f59-4bda-a335-0f647469faa1} TCPHandler: Processed in 0.00189309 sec. 2025.05.13 23:06:02.363926 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:02.364019 [ 269 ] {b41b4bba-3430-4bc3-bab5-8c5d0e2ab299} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:02.364058 [ 269 ] {b41b4bba-3430-4bc3-bab5-8c5d0e2ab299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:02.364391 [ 269 ] {b41b4bba-3430-4bc3-bab5-8c5d0e2ab299} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:02.364427 [ 269 ] {b41b4bba-3430-4bc3-bab5-8c5d0e2ab299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:02.364728 [ 269 ] {b41b4bba-3430-4bc3-bab5-8c5d0e2ab299} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:06:02.364945 [ 269 ] {b41b4bba-3430-4bc3-bab5-8c5d0e2ab299} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:02.365066 [ 269 ] {b41b4bba-3430-4bc3-bab5-8c5d0e2ab299} executeQuery: Read 82 rows, 5.33 KiB in 0.001067 sec., 76850.98406747892 rows/sec., 4.88 MiB/sec. 2025.05.13 23:06:02.365101 [ 269 ] {b41b4bba-3430-4bc3-bab5-8c5d0e2ab299} TCPHandler: Processed in 0.001223189 sec. 2025.05.13 23:06:03.001151 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 264.20 MiB, peak 275.24 MiB, free memory in arenas 0.00 B, will set to 267.13 MiB (RSS), difference: 2.93 MiB 2025.05.13 23:06:05.559344 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:05.559544 [ 269 ] {e22e1df1-fd99-427b-aeec-583fbe011c5d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:06:05.559615 [ 269 ] {e22e1df1-fd99-427b-aeec-583fbe011c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:06:05.560272 [ 269 ] {e22e1df1-fd99-427b-aeec-583fbe011c5d} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.560320 [ 269 ] {e22e1df1-fd99-427b-aeec-583fbe011c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.560724 [ 269 ] {e22e1df1-fd99-427b-aeec-583fbe011c5d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.13 23:06:05.560974 [ 269 ] {e22e1df1-fd99-427b-aeec-583fbe011c5d} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.561153 [ 269 ] {e22e1df1-fd99-427b-aeec-583fbe011c5d} executeQuery: Read 2 rows, 167.00 B in 0.001662 sec., 1203.3694344163657 rows/sec., 98.13 KiB/sec. 2025.05.13 23:06:05.561206 [ 269 ] {e22e1df1-fd99-427b-aeec-583fbe011c5d} TCPHandler: Processed in 0.002005214 sec. 2025.05.13 23:06:05.561337 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:05.561438 [ 269 ] {7d3849b2-9236-4411-b8bb-8d961d9928f0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:05.561482 [ 269 ] {7d3849b2-9236-4411-b8bb-8d961d9928f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:05.562616 [ 269 ] {7d3849b2-9236-4411-b8bb-8d961d9928f0} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.562653 [ 269 ] {7d3849b2-9236-4411-b8bb-8d961d9928f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.563033 [ 269 ] {7d3849b2-9236-4411-b8bb-8d961d9928f0} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:06:05.563243 [ 269 ] {7d3849b2-9236-4411-b8bb-8d961d9928f0} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.563368 [ 269 ] {7d3849b2-9236-4411-b8bb-8d961d9928f0} executeQuery: Read 1261 rows, 106.66 KiB in 0.001953 sec., 645673.3230926779 rows/sec., 53.33 MiB/sec. 2025.05.13 23:06:05.563405 [ 269 ] {7d3849b2-9236-4411-b8bb-8d961d9928f0} TCPHandler: Processed in 0.002120498 sec. 2025.05.13 23:06:05.563529 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:05.563623 [ 269 ] {a1e57dbd-feec-4ee3-ac47-ad31da93d4a4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:05.563663 [ 269 ] {a1e57dbd-feec-4ee3-ac47-ad31da93d4a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:05.564073 [ 269 ] {a1e57dbd-feec-4ee3-ac47-ad31da93d4a4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.564106 [ 269 ] {a1e57dbd-feec-4ee3-ac47-ad31da93d4a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.564404 [ 269 ] {a1e57dbd-feec-4ee3-ac47-ad31da93d4a4} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:06:05.564610 [ 269 ] {a1e57dbd-feec-4ee3-ac47-ad31da93d4a4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.564708 [ 83 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.05.13 23:06:05.564736 [ 269 ] {a1e57dbd-feec-4ee3-ac47-ad31da93d4a4} executeQuery: Read 34 rows, 2.55 KiB in 0.001132 sec., 30035.335689045936 rows/sec., 2.20 MiB/sec. 2025.05.13 23:06:05.564746 [ 83 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.564767 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.564774 [ 269 ] {a1e57dbd-feec-4ee3-ac47-ad31da93d4a4} TCPHandler: Processed in 0.001294221 sec. 2025.05.13 23:06:05.564851 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:06:05.564890 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:05.564946 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:05.564974 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 165 rows starting from the beginning of the part 2025.05.13 23:06:05.564984 [ 269 ] {0ff2062e-108a-4407-84c8-fe291d087cde} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:06:05.565023 [ 269 ] {0ff2062e-108a-4407-84c8-fe291d087cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:06:05.565033 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:05.565080 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 123 rows starting from the beginning of the part 2025.05.13 23:06:05.565121 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:05.565164 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 115 rows starting from the beginning of the part 2025.05.13 23:06:05.565207 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part 2025.05.13 23:06:05.565524 [ 269 ] {0ff2062e-108a-4407-84c8-fe291d087cde} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.565558 [ 269 ] {0ff2062e-108a-4407-84c8-fe291d087cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.565878 [ 269 ] {0ff2062e-108a-4407-84c8-fe291d087cde} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:06:05.565990 [ 198 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 501 rows, containing 5 columns (5 merged, 0 gathered) in 0.001168778 sec., 428652.83227439254 rows/sec., 29.01 MiB/sec. 2025.05.13 23:06:05.566098 [ 269 ] {0ff2062e-108a-4407-84c8-fe291d087cde} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.566155 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.05.13 23:06:05.566229 [ 269 ] {0ff2062e-108a-4407-84c8-fe291d087cde} executeQuery: Read 228 rows, 15.81 KiB in 0.001264 sec., 180379.74683544305 rows/sec., 12.21 MiB/sec. 2025.05.13 23:06:05.566266 [ 269 ] {0ff2062e-108a-4407-84c8-fe291d087cde} TCPHandler: Processed in 0.001425536 sec. 2025.05.13 23:06:05.566396 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:05.566452 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.566488 [ 269 ] {e386d927-13ca-4da2-8abf-7283b817ee62} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:05.566527 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_46_9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.05.13 23:06:05.566527 [ 269 ] {e386d927-13ca-4da2-8abf-7283b817ee62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:05.566606 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:06:05.567168 [ 269 ] {e386d927-13ca-4da2-8abf-7283b817ee62} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.567202 [ 269 ] {e386d927-13ca-4da2-8abf-7283b817ee62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.567525 [ 269 ] {e386d927-13ca-4da2-8abf-7283b817ee62} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:06:05.567734 [ 269 ] {e386d927-13ca-4da2-8abf-7283b817ee62} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.567861 [ 269 ] {e386d927-13ca-4da2-8abf-7283b817ee62} executeQuery: Read 554 rows, 42.13 KiB in 0.00139 sec., 398561.1510791367 rows/sec., 29.60 MiB/sec. 2025.05.13 23:06:05.567898 [ 269 ] {e386d927-13ca-4da2-8abf-7283b817ee62} TCPHandler: Processed in 0.001550879 sec. 2025.05.13 23:06:05.568021 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:05.568114 [ 269 ] {9be18966-4b13-4e9e-8c94-aca893ba6d73} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:05.568157 [ 269 ] {9be18966-4b13-4e9e-8c94-aca893ba6d73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:05.568765 [ 269 ] {9be18966-4b13-4e9e-8c94-aca893ba6d73} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.568800 [ 269 ] {9be18966-4b13-4e9e-8c94-aca893ba6d73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.569173 [ 269 ] {9be18966-4b13-4e9e-8c94-aca893ba6d73} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:06:05.569383 [ 269 ] {9be18966-4b13-4e9e-8c94-aca893ba6d73} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.569477 [ 83 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.05.13 23:06:05.569505 [ 269 ] {9be18966-4b13-4e9e-8c94-aca893ba6d73} executeQuery: Read 929 rows, 63.86 KiB in 0.00141 sec., 658865.2482269503 rows/sec., 44.23 MiB/sec. 2025.05.13 23:06:05.569508 [ 83 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.569536 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.569543 [ 269 ] {9be18966-4b13-4e9e-8c94-aca893ba6d73} TCPHandler: Processed in 0.001570871 sec. 2025.05.13 23:06:05.569607 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.05.13 23:06:05.569660 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:05.569706 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:05.569736 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16410 rows starting from the beginning of the part 2025.05.13 23:06:05.569753 [ 269 ] {32a9afd5-d0ad-4ea0-8aba-dd11a0933121} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:05.569792 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2025.05.13 23:06:05.569808 [ 269 ] {32a9afd5-d0ad-4ea0-8aba-dd11a0933121} 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.05.13 23:06:05.569837 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 241 rows starting from the beginning of the part 2025.05.13 23:06:05.569879 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2025.05.13 23:06:05.569921 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part 2025.05.13 23:06:05.569964 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 929 rows starting from the beginning of the part 2025.05.13 23:06:05.570647 [ 269 ] {32a9afd5-d0ad-4ea0-8aba-dd11a0933121} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.570682 [ 269 ] {32a9afd5-d0ad-4ea0-8aba-dd11a0933121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.571254 [ 269 ] {32a9afd5-d0ad-4ea0-8aba-dd11a0933121} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:06:05.571502 [ 269 ] {32a9afd5-d0ad-4ea0-8aba-dd11a0933121} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.571639 [ 269 ] {32a9afd5-d0ad-4ea0-8aba-dd11a0933121} executeQuery: Read 32 rows, 58.72 KiB in 0.001905 sec., 16797.900262467192 rows/sec., 30.10 MiB/sec. 2025.05.13 23:06:05.571694 [ 269 ] {32a9afd5-d0ad-4ea0-8aba-dd11a0933121} TCPHandler: Processed in 0.002082966 sec. 2025.05.13 23:06:05.571819 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:05.571913 [ 269 ] {b0b9d188-f80c-4365-a0a2-ad06559f0f42} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:05.571954 [ 269 ] {b0b9d188-f80c-4365-a0a2-ad06559f0f42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:05.572308 [ 269 ] {b0b9d188-f80c-4365-a0a2-ad06559f0f42} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.572341 [ 269 ] {b0b9d188-f80c-4365-a0a2-ad06559f0f42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.572744 [ 269 ] {b0b9d188-f80c-4365-a0a2-ad06559f0f42} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:06:05.572970 [ 269 ] {b0b9d188-f80c-4365-a0a2-ad06559f0f42} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.573070 [ 83 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.05.13 23:06:05.573098 [ 269 ] {b0b9d188-f80c-4365-a0a2-ad06559f0f42} executeQuery: Read 44 rows, 3.03 KiB in 0.001204 sec., 36544.85049833887 rows/sec., 2.46 MiB/sec. 2025.05.13 23:06:05.573106 [ 83 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:05.573129 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:05.573134 [ 269 ] {b0b9d188-f80c-4365-a0a2-ad06559f0f42} TCPHandler: Processed in 0.001364554 sec. 2025.05.13 23:06:05.573189 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.05.13 23:06:05.573264 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:05.573289 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3128 rows starting from the beginning of the part 2025.05.13 23:06:05.573336 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2025.05.13 23:06:05.573375 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part 2025.05.13 23:06:05.573413 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2025.05.13 23:06:05.573448 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part 2025.05.13 23:06:05.573484 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 44 rows starting from the beginning of the part 2025.05.13 23:06:05.574957 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3456 rows, containing 4 columns (4 merged, 0 gathered) in 0.001786138 sec., 1934900.8867175996 rows/sec., 126.39 MiB/sec. 2025.05.13 23:06:05.575391 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.05.13 23:06:05.575689 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.575772 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_56_11} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.05.13 23:06:05.575865 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.05.13 23:06:05.576365 [ 193 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 18137 rows, containing 5 columns (5 merged, 0 gathered) in 0.006788377 sec., 2671772.649044094 rows/sec., 180.47 MiB/sec. 2025.05.13 23:06:05.576673 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.05.13 23:06:05.577010 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:05.577096 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_56_11} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.05.13 23:06:05.577202 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB. 2025.05.13 23:06:06.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 267.81 MiB, peak 277.63 MiB, free memory in arenas 0.00 B, will set to 270.41 MiB (RSS), difference: 2.59 MiB 2025.05.13 23:06:07.335643 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:07.335842 [ 269 ] {dbcac4a6-d1b3-42bd-88b2-52c123952ef8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:07.335913 [ 269 ] {dbcac4a6-d1b3-42bd-88b2-52c123952ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:07.336666 [ 269 ] {dbcac4a6-d1b3-42bd-88b2-52c123952ef8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:07.336710 [ 269 ] {dbcac4a6-d1b3-42bd-88b2-52c123952ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:07.337095 [ 269 ] {dbcac4a6-d1b3-42bd-88b2-52c123952ef8} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:06:07.337321 [ 269 ] {dbcac4a6-d1b3-42bd-88b2-52c123952ef8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:07.337465 [ 269 ] {dbcac4a6-d1b3-42bd-88b2-52c123952ef8} executeQuery: Read 56 rows, 4.38 KiB in 0.001679 sec., 33353.18642048839 rows/sec., 2.55 MiB/sec. 2025.05.13 23:06:07.337506 [ 269 ] {dbcac4a6-d1b3-42bd-88b2-52c123952ef8} TCPHandler: Processed in 0.001998964 sec. 2025.05.13 23:06:07.337633 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:07.337727 [ 269 ] {bd23063b-9148-43ca-a10e-2eeb03ff61b5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:07.337766 [ 269 ] {bd23063b-9148-43ca-a10e-2eeb03ff61b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:07.338183 [ 269 ] {bd23063b-9148-43ca-a10e-2eeb03ff61b5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:07.338216 [ 269 ] {bd23063b-9148-43ca-a10e-2eeb03ff61b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:07.338514 [ 269 ] {bd23063b-9148-43ca-a10e-2eeb03ff61b5} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:06:07.338727 [ 269 ] {bd23063b-9148-43ca-a10e-2eeb03ff61b5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:07.338849 [ 269 ] {bd23063b-9148-43ca-a10e-2eeb03ff61b5} executeQuery: Read 64 rows, 5.12 KiB in 0.001141 sec., 56091.14811568799 rows/sec., 4.38 MiB/sec. 2025.05.13 23:06:07.338884 [ 269 ] {bd23063b-9148-43ca-a10e-2eeb03ff61b5} TCPHandler: Processed in 0.001298841 sec. 2025.05.13 23:06:07.338993 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:07.339085 [ 269 ] {654d986d-e564-496c-a744-95e087b613f2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:07.339127 [ 269 ] {654d986d-e564-496c-a744-95e087b613f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:07.339530 [ 269 ] {654d986d-e564-496c-a744-95e087b613f2} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:07.339576 [ 269 ] {654d986d-e564-496c-a744-95e087b613f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:07.339947 [ 269 ] {654d986d-e564-496c-a744-95e087b613f2} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:06:07.340175 [ 269 ] {654d986d-e564-496c-a744-95e087b613f2} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:07.340308 [ 269 ] {654d986d-e564-496c-a744-95e087b613f2} executeQuery: Read 42 rows, 2.99 KiB in 0.001241 sec., 33843.674456083805 rows/sec., 2.35 MiB/sec. 2025.05.13 23:06:07.340346 [ 269 ] {654d986d-e564-496c-a744-95e087b613f2} TCPHandler: Processed in 0.001400265 sec. 2025.05.13 23:06:07.340468 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:07.340566 [ 269 ] {4223e0f1-ed71-4fe6-8ac9-e30428c0b884} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:07.340609 [ 269 ] {4223e0f1-ed71-4fe6-8ac9-e30428c0b884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:07.340938 [ 269 ] {4223e0f1-ed71-4fe6-8ac9-e30428c0b884} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:07.340973 [ 269 ] {4223e0f1-ed71-4fe6-8ac9-e30428c0b884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:07.341284 [ 269 ] {4223e0f1-ed71-4fe6-8ac9-e30428c0b884} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:06:07.341506 [ 269 ] {4223e0f1-ed71-4fe6-8ac9-e30428c0b884} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:07.341633 [ 269 ] {4223e0f1-ed71-4fe6-8ac9-e30428c0b884} executeQuery: Read 16 rows, 1.11 KiB in 0.001086 sec., 14732.965009208105 rows/sec., 1021.52 KiB/sec. 2025.05.13 23:06:07.341668 [ 269 ] {4223e0f1-ed71-4fe6-8ac9-e30428c0b884} TCPHandler: Processed in 0.00124931 sec. 2025.05.13 23:06:08.543360 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17019 2025.05.13 23:06:08.543851 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:08.543897 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:08.544387 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:06:08.544617 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:08.544749 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 2025.05.13 23:06:09.487593 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2025.05.13 23:06:09.503525 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:09.503589 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:09.509145 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:06:09.509839 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:09.512689 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.05.13 23:06:11.087979 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1080 2025.05.13 23:06:11.090586 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:11.090632 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:11.091907 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:06:11.092189 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:11.092450 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1080 2025.05.13 23:06:12.346752 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.347038 [ 269 ] {e823df3b-530c-4fc9-ab75-481ea38edf4c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:06:12.347110 [ 269 ] {e823df3b-530c-4fc9-ab75-481ea38edf4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:06:12.348060 [ 269 ] {e823df3b-530c-4fc9-ab75-481ea38edf4c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.348102 [ 269 ] {e823df3b-530c-4fc9-ab75-481ea38edf4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.348512 [ 269 ] {e823df3b-530c-4fc9-ab75-481ea38edf4c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:06:12.348761 [ 269 ] {e823df3b-530c-4fc9-ab75-481ea38edf4c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.348921 [ 269 ] {e823df3b-530c-4fc9-ab75-481ea38edf4c} executeQuery: Read 212 rows, 13.81 KiB in 0.001962 sec., 108053.00713557593 rows/sec., 6.87 MiB/sec. 2025.05.13 23:06:12.348963 [ 269 ] {e823df3b-530c-4fc9-ab75-481ea38edf4c} TCPHandler: Processed in 0.002394126 sec. 2025.05.13 23:06:12.349098 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.349193 [ 269 ] {11122ade-54a9-4817-89f2-7c1cf0dc93d5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:12.349234 [ 269 ] {11122ade-54a9-4817-89f2-7c1cf0dc93d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:12.350195 [ 269 ] {11122ade-54a9-4817-89f2-7c1cf0dc93d5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.350233 [ 269 ] {11122ade-54a9-4817-89f2-7c1cf0dc93d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.350599 [ 269 ] {11122ade-54a9-4817-89f2-7c1cf0dc93d5} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:06:12.350813 [ 269 ] {11122ade-54a9-4817-89f2-7c1cf0dc93d5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.350955 [ 269 ] {11122ade-54a9-4817-89f2-7c1cf0dc93d5} executeQuery: Read 635 rows, 51.07 KiB in 0.00178 sec., 356741.57303370786 rows/sec., 28.02 MiB/sec. 2025.05.13 23:06:12.350996 [ 269 ] {11122ade-54a9-4817-89f2-7c1cf0dc93d5} TCPHandler: Processed in 0.001945612 sec. 2025.05.13 23:06:12.351258 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.351358 [ 269 ] {1cd6d502-5700-4baa-8d09-c01c1be467bf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:12.351397 [ 269 ] {1cd6d502-5700-4baa-8d09-c01c1be467bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:12.351967 [ 269 ] {1cd6d502-5700-4baa-8d09-c01c1be467bf} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.352005 [ 269 ] {1cd6d502-5700-4baa-8d09-c01c1be467bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.352314 [ 269 ] {1cd6d502-5700-4baa-8d09-c01c1be467bf} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:06:12.352534 [ 269 ] {1cd6d502-5700-4baa-8d09-c01c1be467bf} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.352662 [ 269 ] {1cd6d502-5700-4baa-8d09-c01c1be467bf} executeQuery: Read 115 rows, 7.06 KiB in 0.001324 sec., 86858.00604229607 rows/sec., 5.21 MiB/sec. 2025.05.13 23:06:12.352700 [ 269 ] {1cd6d502-5700-4baa-8d09-c01c1be467bf} TCPHandler: Processed in 0.001493098 sec. 2025.05.13 23:06:12.352821 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.352914 [ 269 ] {d1df4e2e-d75a-4000-94b6-bc634c03be83} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:06:12.352953 [ 269 ] {d1df4e2e-d75a-4000-94b6-bc634c03be83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:06:12.353447 [ 269 ] {d1df4e2e-d75a-4000-94b6-bc634c03be83} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.353484 [ 269 ] {d1df4e2e-d75a-4000-94b6-bc634c03be83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.353796 [ 269 ] {d1df4e2e-d75a-4000-94b6-bc634c03be83} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:06:12.354025 [ 269 ] {d1df4e2e-d75a-4000-94b6-bc634c03be83} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.354154 [ 269 ] {d1df4e2e-d75a-4000-94b6-bc634c03be83} executeQuery: Read 113 rows, 7.49 KiB in 0.001258 sec., 89825.11923688394 rows/sec., 5.81 MiB/sec. 2025.05.13 23:06:12.354193 [ 269 ] {d1df4e2e-d75a-4000-94b6-bc634c03be83} TCPHandler: Processed in 0.001420076 sec. 2025.05.13 23:06:12.354315 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.354425 [ 269 ] {a18885bf-76f3-4b29-bd82-d3908194ae83} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:06:12.354465 [ 269 ] {a18885bf-76f3-4b29-bd82-d3908194ae83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:06:12.354923 [ 269 ] {a18885bf-76f3-4b29-bd82-d3908194ae83} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.354959 [ 269 ] {a18885bf-76f3-4b29-bd82-d3908194ae83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.355260 [ 269 ] {a18885bf-76f3-4b29-bd82-d3908194ae83} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:06:12.355471 [ 269 ] {a18885bf-76f3-4b29-bd82-d3908194ae83} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.355594 [ 269 ] {a18885bf-76f3-4b29-bd82-d3908194ae83} executeQuery: Read 112 rows, 6.53 KiB in 0.001191 sec., 94038.62300587741 rows/sec., 5.36 MiB/sec. 2025.05.13 23:06:12.355631 [ 269 ] {a18885bf-76f3-4b29-bd82-d3908194ae83} TCPHandler: Processed in 0.001367954 sec. 2025.05.13 23:06:12.355751 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.355845 [ 269 ] {92b9dd3a-ef0d-42cf-9359-e3916d18aa16} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:12.355883 [ 269 ] {92b9dd3a-ef0d-42cf-9359-e3916d18aa16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:12.356473 [ 269 ] {92b9dd3a-ef0d-42cf-9359-e3916d18aa16} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.356509 [ 269 ] {92b9dd3a-ef0d-42cf-9359-e3916d18aa16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.356830 [ 269 ] {92b9dd3a-ef0d-42cf-9359-e3916d18aa16} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:06:12.357037 [ 269 ] {92b9dd3a-ef0d-42cf-9359-e3916d18aa16} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.357174 [ 269 ] {92b9dd3a-ef0d-42cf-9359-e3916d18aa16} executeQuery: Read 391 rows, 28.31 KiB in 0.001346 sec., 290490.34175334324 rows/sec., 20.54 MiB/sec. 2025.05.13 23:06:12.357211 [ 269 ] {92b9dd3a-ef0d-42cf-9359-e3916d18aa16} TCPHandler: Processed in 0.001510848 sec. 2025.05.13 23:06:12.357327 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.357419 [ 269 ] {da1f48e4-0bce-4aa5-ab76-7b7feb2eea2b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:06:12.357459 [ 269 ] {da1f48e4-0bce-4aa5-ab76-7b7feb2eea2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:06:12.357796 [ 269 ] {da1f48e4-0bce-4aa5-ab76-7b7feb2eea2b} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.357832 [ 269 ] {da1f48e4-0bce-4aa5-ab76-7b7feb2eea2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.358124 [ 269 ] {da1f48e4-0bce-4aa5-ab76-7b7feb2eea2b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:06:12.358328 [ 269 ] {da1f48e4-0bce-4aa5-ab76-7b7feb2eea2b} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.358451 [ 269 ] {da1f48e4-0bce-4aa5-ab76-7b7feb2eea2b} executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. 2025.05.13 23:06:12.358487 [ 269 ] {da1f48e4-0bce-4aa5-ab76-7b7feb2eea2b} TCPHandler: Processed in 0.001206829 sec. 2025.05.13 23:06:12.358598 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.358690 [ 269 ] {94276860-7a27-484b-b276-ccb902ac3a9b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:12.358730 [ 269 ] {94276860-7a27-484b-b276-ccb902ac3a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:12.359161 [ 269 ] {94276860-7a27-484b-b276-ccb902ac3a9b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.359196 [ 269 ] {94276860-7a27-484b-b276-ccb902ac3a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.359536 [ 269 ] {94276860-7a27-484b-b276-ccb902ac3a9b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:06:12.359741 [ 269 ] {94276860-7a27-484b-b276-ccb902ac3a9b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.359874 [ 269 ] {94276860-7a27-484b-b276-ccb902ac3a9b} executeQuery: Read 237 rows, 16.27 KiB in 0.001202 sec., 197171.38103161397 rows/sec., 13.22 MiB/sec. 2025.05.13 23:06:12.359910 [ 269 ] {94276860-7a27-484b-b276-ccb902ac3a9b} TCPHandler: Processed in 0.001358954 sec. 2025.05.13 23:06:12.360027 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.360125 [ 269 ] {c7e6d4ab-efbe-4230-b16d-645b634853a4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:06:12.360166 [ 269 ] {c7e6d4ab-efbe-4230-b16d-645b634853a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:06:12.360481 [ 269 ] {c7e6d4ab-efbe-4230-b16d-645b634853a4} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.360516 [ 269 ] {c7e6d4ab-efbe-4230-b16d-645b634853a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.360803 [ 269 ] {c7e6d4ab-efbe-4230-b16d-645b634853a4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:06:12.361008 [ 269 ] {c7e6d4ab-efbe-4230-b16d-645b634853a4} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.361130 [ 269 ] {c7e6d4ab-efbe-4230-b16d-645b634853a4} executeQuery: Read 1 rows, 69.00 B in 0.001022 sec., 978.4735812133073 rows/sec., 65.93 KiB/sec. 2025.05.13 23:06:12.361165 [ 269 ] {c7e6d4ab-efbe-4230-b16d-645b634853a4} TCPHandler: Processed in 0.001186548 sec. 2025.05.13 23:06:12.361288 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.361382 [ 269 ] {45d3de46-05a6-49f3-bf67-b1326a9fed9c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:12.361437 [ 269 ] {45d3de46-05a6-49f3-bf67-b1326a9fed9c} 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.05.13 23:06:12.362250 [ 269 ] {45d3de46-05a6-49f3-bf67-b1326a9fed9c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.362286 [ 269 ] {45d3de46-05a6-49f3-bf67-b1326a9fed9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.362815 [ 269 ] {45d3de46-05a6-49f3-bf67-b1326a9fed9c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:06:12.363041 [ 269 ] {45d3de46-05a6-49f3-bf67-b1326a9fed9c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.363174 [ 269 ] {45d3de46-05a6-49f3-bf67-b1326a9fed9c} executeQuery: Read 9 rows, 16.51 KiB in 0.001812 sec., 4966.887417218543 rows/sec., 8.90 MiB/sec. 2025.05.13 23:06:12.363226 [ 269 ] {45d3de46-05a6-49f3-bf67-b1326a9fed9c} TCPHandler: Processed in 0.001985954 sec. 2025.05.13 23:06:12.363350 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:12.363442 [ 269 ] {6c8c8c8b-00d7-4120-aa8f-efd4c6a596ca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:12.363509 [ 269 ] {6c8c8c8b-00d7-4120-aa8f-efd4c6a596ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:12.363881 [ 269 ] {6c8c8c8b-00d7-4120-aa8f-efd4c6a596ca} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:12.363917 [ 269 ] {6c8c8c8b-00d7-4120-aa8f-efd4c6a596ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.12 GiB. 2025.05.13 23:06:12.364244 [ 269 ] {6c8c8c8b-00d7-4120-aa8f-efd4c6a596ca} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:06:12.364457 [ 269 ] {6c8c8c8b-00d7-4120-aa8f-efd4c6a596ca} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:12.364594 [ 269 ] {6c8c8c8b-00d7-4120-aa8f-efd4c6a596ca} executeQuery: Read 82 rows, 5.33 KiB in 0.001169 sec., 70145.42343883662 rows/sec., 4.46 MiB/sec. 2025.05.13 23:06:12.364629 [ 269 ] {6c8c8c8b-00d7-4120-aa8f-efd4c6a596ca} TCPHandler: Processed in 0.001327353 sec. 2025.05.13 23:06:15.922253 [ 69 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:06:15.922347 [ 69 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:06:16.045735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17507 2025.05.13 23:06:16.046240 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:16.046285 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:16.046824 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:06:16.047054 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:16.047200 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17507 2025.05.13 23:06:17.013655 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.05.13 23:06:17.030340 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:17.030409 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:17.036237 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:06:17.036920 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:17.039727 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.05.13 23:06:17.341441 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:17.341602 [ 269 ] {3018fba4-95b2-4c9b-a79c-72ad6f94ed95} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:17.341664 [ 269 ] {3018fba4-95b2-4c9b-a79c-72ad6f94ed95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:17.342308 [ 269 ] {3018fba4-95b2-4c9b-a79c-72ad6f94ed95} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:17.342345 [ 269 ] {3018fba4-95b2-4c9b-a79c-72ad6f94ed95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:17.342710 [ 269 ] {3018fba4-95b2-4c9b-a79c-72ad6f94ed95} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:06:17.342941 [ 269 ] {3018fba4-95b2-4c9b-a79c-72ad6f94ed95} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:17.343087 [ 269 ] {3018fba4-95b2-4c9b-a79c-72ad6f94ed95} executeQuery: Read 120 rows, 10.47 KiB in 0.00153 sec., 78431.37254901961 rows/sec., 6.68 MiB/sec. 2025.05.13 23:06:17.343133 [ 269 ] {3018fba4-95b2-4c9b-a79c-72ad6f94ed95} TCPHandler: Processed in 0.001812378 sec. 2025.05.13 23:06:17.343256 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:17.343356 [ 269 ] {348d714e-9673-42d7-965e-b95173273b23} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:17.343403 [ 269 ] {348d714e-9673-42d7-965e-b95173273b23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:17.343826 [ 269 ] {348d714e-9673-42d7-965e-b95173273b23} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:17.343861 [ 269 ] {348d714e-9673-42d7-965e-b95173273b23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:17.344164 [ 269 ] {348d714e-9673-42d7-965e-b95173273b23} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:06:17.344379 [ 269 ] {348d714e-9673-42d7-965e-b95173273b23} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:17.344510 [ 269 ] {348d714e-9673-42d7-965e-b95173273b23} executeQuery: Read 32 rows, 2.41 KiB in 0.001177 sec., 27187.76550552251 rows/sec., 2.00 MiB/sec. 2025.05.13 23:06:17.344547 [ 269 ] {348d714e-9673-42d7-965e-b95173273b23} TCPHandler: Processed in 0.001340083 sec. 2025.05.13 23:06:17.344657 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:17.344750 [ 269 ] {6994aef9-50af-4b7b-b2d9-1a3612e887a2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:17.344791 [ 269 ] {6994aef9-50af-4b7b-b2d9-1a3612e887a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:17.345215 [ 269 ] {6994aef9-50af-4b7b-b2d9-1a3612e887a2} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:17.345248 [ 269 ] {6994aef9-50af-4b7b-b2d9-1a3612e887a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:17.345558 [ 269 ] {6994aef9-50af-4b7b-b2d9-1a3612e887a2} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:06:17.345778 [ 269 ] {6994aef9-50af-4b7b-b2d9-1a3612e887a2} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:17.345901 [ 269 ] {6994aef9-50af-4b7b-b2d9-1a3612e887a2} executeQuery: Read 96 rows, 7.68 KiB in 0.00117 sec., 82051.28205128205 rows/sec., 6.41 MiB/sec. 2025.05.13 23:06:17.345937 [ 269 ] {6994aef9-50af-4b7b-b2d9-1a3612e887a2} TCPHandler: Processed in 0.001326573 sec. 2025.05.13 23:06:17.346042 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:17.346135 [ 269 ] {ca378bcb-deb6-4b1c-9371-f83b11c0c21a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:17.346177 [ 269 ] {ca378bcb-deb6-4b1c-9371-f83b11c0c21a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:17.346572 [ 269 ] {ca378bcb-deb6-4b1c-9371-f83b11c0c21a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:17.346605 [ 269 ] {ca378bcb-deb6-4b1c-9371-f83b11c0c21a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:17.346921 [ 269 ] {ca378bcb-deb6-4b1c-9371-f83b11c0c21a} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:06:17.347138 [ 269 ] {ca378bcb-deb6-4b1c-9371-f83b11c0c21a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:17.347262 [ 269 ] {ca378bcb-deb6-4b1c-9371-f83b11c0c21a} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2025.05.13 23:06:17.347297 [ 269 ] {ca378bcb-deb6-4b1c-9371-f83b11c0c21a} TCPHandler: Processed in 0.001301801 sec. 2025.05.13 23:06:17.347410 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:17.347511 [ 269 ] {d471d3f6-89b7-4d21-9592-1ab9693e203d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:17.347568 [ 269 ] {d471d3f6-89b7-4d21-9592-1ab9693e203d} 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.05.13 23:06:17.348381 [ 269 ] {d471d3f6-89b7-4d21-9592-1ab9693e203d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:17.348416 [ 269 ] {d471d3f6-89b7-4d21-9592-1ab9693e203d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:17.348981 [ 269 ] {d471d3f6-89b7-4d21-9592-1ab9693e203d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:06:17.349201 [ 269 ] {d471d3f6-89b7-4d21-9592-1ab9693e203d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:17.349339 [ 269 ] {d471d3f6-89b7-4d21-9592-1ab9693e203d} executeQuery: Read 32 rows, 58.72 KiB in 0.001847 sec., 17325.392528424472 rows/sec., 31.05 MiB/sec. 2025.05.13 23:06:17.349391 [ 269 ] {d471d3f6-89b7-4d21-9592-1ab9693e203d} TCPHandler: Processed in 0.002031815 sec. 2025.05.13 23:06:17.349514 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:17.349608 [ 269 ] {5eef7ef3-8342-42d7-bfe2-7902157d5bcd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:17.349661 [ 269 ] {5eef7ef3-8342-42d7-bfe2-7902157d5bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:17.349997 [ 269 ] {5eef7ef3-8342-42d7-bfe2-7902157d5bcd} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:17.350031 [ 269 ] {5eef7ef3-8342-42d7-bfe2-7902157d5bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:17.350330 [ 269 ] {5eef7ef3-8342-42d7-bfe2-7902157d5bcd} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:06:17.350544 [ 269 ] {5eef7ef3-8342-42d7-bfe2-7902157d5bcd} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:17.350668 [ 269 ] {5eef7ef3-8342-42d7-bfe2-7902157d5bcd} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.05.13 23:06:17.350704 [ 269 ] {5eef7ef3-8342-42d7-bfe2-7902157d5bcd} TCPHandler: Processed in 0.00125138 sec. 2025.05.13 23:06:17.999839 [ 64 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2025.05.13 23:06:17.999908 [ 64 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:17.999933 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:18.000063 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2025.05.13 23:06:18.000244 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:18.000297 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part 2025.05.13 23:06:18.000395 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2025.05.13 23:06:18.000520 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2025.05.13 23:06:18.000587 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part 2025.05.13 23:06:18.000653 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2025.05.13 23:06:18.001661 [ 190 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001653023 sec., 21778.28136692593 rows/sec., 1.82 MiB/sec. 2025.05.13 23:06:18.001828 [ 193 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.05.13 23:06:18.002137 [ 193 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:18.002211 [ 193 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_14_3} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2025.05.13 23:06:18.002328 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.05.13 23:06:21.093541 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1114 2025.05.13 23:06:21.095900 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:21.095947 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:21.097143 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:06:21.097423 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:21.097689 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1114 2025.05.13 23:06:22.346294 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.346493 [ 269 ] {ce590bdd-3f37-4c20-b95c-5f6430e7074b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:06:22.346564 [ 269 ] {ce590bdd-3f37-4c20-b95c-5f6430e7074b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:06:22.347453 [ 269 ] {ce590bdd-3f37-4c20-b95c-5f6430e7074b} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.347489 [ 269 ] {ce590bdd-3f37-4c20-b95c-5f6430e7074b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.347875 [ 269 ] {ce590bdd-3f37-4c20-b95c-5f6430e7074b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:06:22.348097 [ 269 ] {ce590bdd-3f37-4c20-b95c-5f6430e7074b} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.348252 [ 269 ] {ce590bdd-3f37-4c20-b95c-5f6430e7074b} executeQuery: Read 212 rows, 13.81 KiB in 0.001814 sec., 116868.79823594267 rows/sec., 7.43 MiB/sec. 2025.05.13 23:06:22.348293 [ 269 ] {ce590bdd-3f37-4c20-b95c-5f6430e7074b} TCPHandler: Processed in 0.002136268 sec. 2025.05.13 23:06:22.348423 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.348516 [ 269 ] {52ccefb5-c5d5-4fd6-ad45-a43af031911a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:06:22.348556 [ 269 ] {52ccefb5-c5d5-4fd6-ad45-a43af031911a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:06:22.348981 [ 269 ] {52ccefb5-c5d5-4fd6-ad45-a43af031911a} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.349016 [ 269 ] {52ccefb5-c5d5-4fd6-ad45-a43af031911a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.349304 [ 269 ] {52ccefb5-c5d5-4fd6-ad45-a43af031911a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.13 23:06:22.349506 [ 269 ] {52ccefb5-c5d5-4fd6-ad45-a43af031911a} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.349627 [ 269 ] {52ccefb5-c5d5-4fd6-ad45-a43af031911a} executeQuery: Read 4 rows, 334.00 B in 0.001129 sec., 3542.9583702391496 rows/sec., 288.90 KiB/sec. 2025.05.13 23:06:22.349662 [ 269 ] {52ccefb5-c5d5-4fd6-ad45-a43af031911a} TCPHandler: Processed in 0.001286941 sec. 2025.05.13 23:06:22.349774 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.349865 [ 269 ] {530fed85-c3d6-4637-bade-4e8ef68fdc5d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:22.349903 [ 269 ] {530fed85-c3d6-4637-bade-4e8ef68fdc5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:22.350623 [ 269 ] {530fed85-c3d6-4637-bade-4e8ef68fdc5d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.350657 [ 269 ] {530fed85-c3d6-4637-bade-4e8ef68fdc5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.350983 [ 269 ] {530fed85-c3d6-4637-bade-4e8ef68fdc5d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:06:22.351199 [ 269 ] {530fed85-c3d6-4637-bade-4e8ef68fdc5d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.351298 [ 59 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.05.13 23:06:22.351323 [ 269 ] {530fed85-c3d6-4637-bade-4e8ef68fdc5d} executeQuery: Read 637 rows, 51.21 KiB in 0.001476 sec., 431571.81571815716 rows/sec., 33.89 MiB/sec. 2025.05.13 23:06:22.351335 [ 59 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.351355 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.351360 [ 269 ] {530fed85-c3d6-4637-bade-4e8ef68fdc5d} TCPHandler: Processed in 0.001633362 sec. 2025.05.13 23:06:22.351474 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.351482 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.05.13 23:06:22.351565 [ 269 ] {c06dbf96-310d-4d53-8ea9-1f3a7ab50bb2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:22.351609 [ 269 ] {c06dbf96-310d-4d53-8ea9-1f3a7ab50bb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:22.351641 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:22.351684 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 1849 rows starting from the beginning of the part 2025.05.13 23:06:22.351762 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:06:22.351820 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part 2025.05.13 23:06:22.351867 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 635 rows starting from the beginning of the part 2025.05.13 23:06:22.351912 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 120 rows starting from the beginning of the part 2025.05.13 23:06:22.351953 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 637 rows starting from the beginning of the part 2025.05.13 23:06:22.352054 [ 269 ] {c06dbf96-310d-4d53-8ea9-1f3a7ab50bb2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.352095 [ 269 ] {c06dbf96-310d-4d53-8ea9-1f3a7ab50bb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.352448 [ 269 ] {c06dbf96-310d-4d53-8ea9-1f3a7ab50bb2} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:06:22.352663 [ 269 ] {c06dbf96-310d-4d53-8ea9-1f3a7ab50bb2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.352791 [ 269 ] {c06dbf96-310d-4d53-8ea9-1f3a7ab50bb2} executeQuery: Read 119 rows, 7.34 KiB in 0.001243 sec., 95736.12228479485 rows/sec., 5.77 MiB/sec. 2025.05.13 23:06:22.352827 [ 269 ] {c06dbf96-310d-4d53-8ea9-1f3a7ab50bb2} TCPHandler: Processed in 0.001400245 sec. 2025.05.13 23:06:22.352947 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.353038 [ 269 ] {413b4593-c7f9-474b-9bba-765e4fe86bf9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:06:22.353077 [ 269 ] {413b4593-c7f9-474b-9bba-765e4fe86bf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:06:22.353535 [ 269 ] {413b4593-c7f9-474b-9bba-765e4fe86bf9} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.353572 [ 269 ] {413b4593-c7f9-474b-9bba-765e4fe86bf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.353698 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 4558 rows, containing 5 columns (5 merged, 0 gathered) in 0.002273733 sec., 2004632.9098447354 rows/sec., 169.91 MiB/sec. 2025.05.13 23:06:22.353881 [ 269 ] {413b4593-c7f9-474b-9bba-765e4fe86bf9} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:06:22.353990 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.05.13 23:06:22.354096 [ 269 ] {413b4593-c7f9-474b-9bba-765e4fe86bf9} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.354203 [ 57 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 2025.05.13 23:06:22.354220 [ 269 ] {413b4593-c7f9-474b-9bba-765e4fe86bf9} executeQuery: Read 113 rows, 7.49 KiB in 0.0012 sec., 94166.66666666667 rows/sec., 6.10 MiB/sec. 2025.05.13 23:06:22.354253 [ 57 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.354267 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.354268 [ 269 ] {413b4593-c7f9-474b-9bba-765e4fe86bf9} TCPHandler: Processed in 0.001367444 sec. 2025.05.13 23:06:22.354281 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.354348 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_60_12} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.05.13 23:06:22.354358 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full 2025.05.13 23:06:22.354400 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.354434 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:06:22.354453 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:22.354482 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 341 rows starting from the beginning of the part 2025.05.13 23:06:22.354497 [ 269 ] {eef59a87-be14-4ef8-ad6a-3eaef70ef30d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:06:22.354528 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part 2025.05.13 23:06:22.354542 [ 269 ] {eef59a87-be14-4ef8-ad6a-3eaef70ef30d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:06:22.354567 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part 2025.05.13 23:06:22.354602 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part 2025.05.13 23:06:22.354632 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part 2025.05.13 23:06:22.354662 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part 2025.05.13 23:06:22.354983 [ 269 ] {eef59a87-be14-4ef8-ad6a-3eaef70ef30d} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.355025 [ 269 ] {eef59a87-be14-4ef8-ad6a-3eaef70ef30d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.355347 [ 269 ] {eef59a87-be14-4ef8-ad6a-3eaef70ef30d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:06:22.355457 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001124326 sec., 908099.6081207764 rows/sec., 63.46 MiB/sec. 2025.05.13 23:06:22.355551 [ 269 ] {eef59a87-be14-4ef8-ad6a-3eaef70ef30d} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.355643 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2025.05.13 23:06:22.355686 [ 269 ] {eef59a87-be14-4ef8-ad6a-3eaef70ef30d} executeQuery: Read 112 rows, 6.53 KiB in 0.001207 sec., 92792.0463960232 rows/sec., 5.29 MiB/sec. 2025.05.13 23:06:22.355728 [ 269 ] {eef59a87-be14-4ef8-ad6a-3eaef70ef30d} TCPHandler: Processed in 0.001375234 sec. 2025.05.13 23:06:22.355845 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.355938 [ 269 ] {604a3cf4-b518-4056-baee-a6f9ddebe90e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:22.355963 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.355978 [ 269 ] {604a3cf4-b518-4056-baee-a6f9ddebe90e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:22.356049 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_29_6} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 2025.05.13 23:06:22.356164 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:06:22.356525 [ 269 ] {604a3cf4-b518-4056-baee-a6f9ddebe90e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.356566 [ 269 ] {604a3cf4-b518-4056-baee-a6f9ddebe90e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.356892 [ 269 ] {604a3cf4-b518-4056-baee-a6f9ddebe90e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:06:22.357097 [ 269 ] {604a3cf4-b518-4056-baee-a6f9ddebe90e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.357210 [ 57 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.05.13 23:06:22.357222 [ 269 ] {604a3cf4-b518-4056-baee-a6f9ddebe90e} executeQuery: Read 395 rows, 28.63 KiB in 0.001301 sec., 303612.60568793234 rows/sec., 21.49 MiB/sec. 2025.05.13 23:06:22.357250 [ 57 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.357269 [ 269 ] {604a3cf4-b518-4056-baee-a6f9ddebe90e} TCPHandler: Processed in 0.001471487 sec. 2025.05.13 23:06:22.357278 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.357397 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.357413 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.05.13 23:06:22.357494 [ 269 ] {3dd2c8fb-72b3-457a-a946-60d6252fbfe2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:06:22.357538 [ 269 ] {3dd2c8fb-72b3-457a-a946-60d6252fbfe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:06:22.357576 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:22.357615 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 915 rows starting from the beginning of the part 2025.05.13 23:06:22.357686 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 554 rows starting from the beginning of the part 2025.05.13 23:06:22.357735 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part 2025.05.13 23:06:22.357782 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 391 rows starting from the beginning of the part 2025.05.13 23:06:22.357822 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 96 rows starting from the beginning of the part 2025.05.13 23:06:22.357864 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 395 rows starting from the beginning of the part 2025.05.13 23:06:22.357876 [ 269 ] {3dd2c8fb-72b3-457a-a946-60d6252fbfe2} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.357917 [ 269 ] {3dd2c8fb-72b3-457a-a946-60d6252fbfe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.358257 [ 269 ] {3dd2c8fb-72b3-457a-a946-60d6252fbfe2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:06:22.358477 [ 269 ] {3dd2c8fb-72b3-457a-a946-60d6252fbfe2} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.358605 [ 269 ] {3dd2c8fb-72b3-457a-a946-60d6252fbfe2} executeQuery: Read 6 rows, 321.00 B in 0.00113 sec., 5309.734513274337 rows/sec., 277.41 KiB/sec. 2025.05.13 23:06:22.358641 [ 269 ] {3dd2c8fb-72b3-457a-a946-60d6252fbfe2} TCPHandler: Processed in 0.001291511 sec. 2025.05.13 23:06:22.358750 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.358841 [ 269 ] {73227bec-b21b-4af8-b484-d2f16579ccb5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:22.358882 [ 269 ] {73227bec-b21b-4af8-b484-d2f16579ccb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:22.359131 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.001779947 sec., 1356781.9715980308 rows/sec., 103.90 MiB/sec. 2025.05.13 23:06:22.359287 [ 269 ] {73227bec-b21b-4af8-b484-d2f16579ccb5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.359299 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.05.13 23:06:22.359328 [ 269 ] {73227bec-b21b-4af8-b484-d2f16579ccb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.359622 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.359698 [ 269 ] {73227bec-b21b-4af8-b484-d2f16579ccb5} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:06:22.359702 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_60_12} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.05.13 23:06:22.359816 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:06:22.359920 [ 269 ] {73227bec-b21b-4af8-b484-d2f16579ccb5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.360048 [ 269 ] {73227bec-b21b-4af8-b484-d2f16579ccb5} executeQuery: Read 239 rows, 16.41 KiB in 0.001225 sec., 195102.04081632654 rows/sec., 13.08 MiB/sec. 2025.05.13 23:06:22.360083 [ 269 ] {73227bec-b21b-4af8-b484-d2f16579ccb5} TCPHandler: Processed in 0.001380074 sec. 2025.05.13 23:06:22.360198 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.360289 [ 269 ] {7d8fd986-51a9-49ab-a6a5-d7caf16a993d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:06:22.360329 [ 269 ] {7d8fd986-51a9-49ab-a6a5-d7caf16a993d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:06:22.360638 [ 269 ] {7d8fd986-51a9-49ab-a6a5-d7caf16a993d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.360672 [ 269 ] {7d8fd986-51a9-49ab-a6a5-d7caf16a993d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.360967 [ 269 ] {7d8fd986-51a9-49ab-a6a5-d7caf16a993d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:06:22.361167 [ 269 ] {7d8fd986-51a9-49ab-a6a5-d7caf16a993d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.361291 [ 269 ] {7d8fd986-51a9-49ab-a6a5-d7caf16a993d} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2025.05.13 23:06:22.361325 [ 269 ] {7d8fd986-51a9-49ab-a6a5-d7caf16a993d} TCPHandler: Processed in 0.001174357 sec. 2025.05.13 23:06:22.361435 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.361525 [ 269 ] {0a8965cc-db86-4df1-894c-c6164374fc3a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:22.361579 [ 269 ] {0a8965cc-db86-4df1-894c-c6164374fc3a} 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.05.13 23:06:22.362333 [ 269 ] {0a8965cc-db86-4df1-894c-c6164374fc3a} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.362369 [ 269 ] {0a8965cc-db86-4df1-894c-c6164374fc3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.362867 [ 269 ] {0a8965cc-db86-4df1-894c-c6164374fc3a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:06:22.363081 [ 269 ] {0a8965cc-db86-4df1-894c-c6164374fc3a} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.363191 [ 57 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.05.13 23:06:22.363214 [ 269 ] {0a8965cc-db86-4df1-894c-c6164374fc3a} executeQuery: Read 9 rows, 16.51 KiB in 0.001706 sec., 5275.498241500586 rows/sec., 9.45 MiB/sec. 2025.05.13 23:06:22.363228 [ 57 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.363254 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.363272 [ 269 ] {0a8965cc-db86-4df1-894c-c6164374fc3a} TCPHandler: Processed in 0.00188469 sec. 2025.05.13 23:06:22.363332 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:06:22.363394 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:22.363486 [ 269 ] {4fd67bcc-a2a6-4206-a006-c476f68602d5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:22.363525 [ 269 ] {4fd67bcc-a2a6-4206-a006-c476f68602d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:22.363535 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:22.363592 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 819 rows starting from the beginning of the part 2025.05.13 23:06:22.363728 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part 2025.05.13 23:06:22.363844 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:22.363854 [ 269 ] {4fd67bcc-a2a6-4206-a006-c476f68602d5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:22.363889 [ 269 ] {4fd67bcc-a2a6-4206-a006-c476f68602d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:22.363958 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 9 rows starting from the beginning of the part 2025.05.13 23:06:22.364073 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:22.364187 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part 2025.05.13 23:06:22.364191 [ 269 ] {4fd67bcc-a2a6-4206-a006-c476f68602d5} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:06:22.364412 [ 269 ] {4fd67bcc-a2a6-4206-a006-c476f68602d5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.364534 [ 269 ] {4fd67bcc-a2a6-4206-a006-c476f68602d5} executeQuery: Read 82 rows, 5.33 KiB in 0.001066 sec., 76923.07692307692 rows/sec., 4.89 MiB/sec. 2025.05.13 23:06:22.364568 [ 269 ] {4fd67bcc-a2a6-4206-a006-c476f68602d5} TCPHandler: Processed in 0.001221539 sec. 2025.05.13 23:06:22.369700 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 19 columns (19 merged, 0 gathered) in 0.006403505 sec., 142109.67274953326 rows/sec., 254.65 MiB/sec. 2025.05.13 23:06:22.371274 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.05.13 23:06:22.371646 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:22.371725 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_46_9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.05.13 23:06:22.371899 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.00 MiB. 2025.05.13 23:06:23.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 272.54 MiB, peak 280.49 MiB, free memory in arenas 0.00 B, will set to 274.64 MiB (RSS), difference: 2.11 MiB 2025.05.13 23:06:23.548168 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17934 2025.05.13 23:06:23.548660 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:23.548695 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:23.549185 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:06:23.549423 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:23.549558 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 2025.05.13 23:06:24.540693 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.05.13 23:06:24.558145 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:24.558216 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:24.564605 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:06:24.565337 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:24.568559 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.05.13 23:06:27.342225 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:27.342442 [ 269 ] {ea69f96e-9f12-4d2f-8d7d-9d61454e41e2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:27.342514 [ 269 ] {ea69f96e-9f12-4d2f-8d7d-9d61454e41e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:27.343354 [ 269 ] {ea69f96e-9f12-4d2f-8d7d-9d61454e41e2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:27.343399 [ 269 ] {ea69f96e-9f12-4d2f-8d7d-9d61454e41e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:27.343788 [ 269 ] {ea69f96e-9f12-4d2f-8d7d-9d61454e41e2} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:06:27.344029 [ 269 ] {ea69f96e-9f12-4d2f-8d7d-9d61454e41e2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:27.344178 [ 269 ] {ea69f96e-9f12-4d2f-8d7d-9d61454e41e2} executeQuery: Read 120 rows, 10.47 KiB in 0.001792 sec., 66964.28571428571 rows/sec., 5.71 MiB/sec. 2025.05.13 23:06:27.344218 [ 269 ] {ea69f96e-9f12-4d2f-8d7d-9d61454e41e2} TCPHandler: Processed in 0.002127998 sec. 2025.05.13 23:06:27.344362 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:27.344456 [ 269 ] {56db4c90-68b6-43aa-9aa6-354b574b8a73} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:27.344494 [ 269 ] {56db4c90-68b6-43aa-9aa6-354b574b8a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:27.344919 [ 269 ] {56db4c90-68b6-43aa-9aa6-354b574b8a73} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:27.344952 [ 269 ] {56db4c90-68b6-43aa-9aa6-354b574b8a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:27.345233 [ 269 ] {56db4c90-68b6-43aa-9aa6-354b574b8a73} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:06:27.345432 [ 269 ] {56db4c90-68b6-43aa-9aa6-354b574b8a73} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:27.345553 [ 269 ] {56db4c90-68b6-43aa-9aa6-354b574b8a73} executeQuery: Read 32 rows, 2.41 KiB in 0.001116 sec., 28673.83512544803 rows/sec., 2.11 MiB/sec. 2025.05.13 23:06:27.345589 [ 269 ] {56db4c90-68b6-43aa-9aa6-354b574b8a73} TCPHandler: Processed in 0.001274281 sec. 2025.05.13 23:06:27.345709 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:27.345800 [ 269 ] {20b63b24-bbd8-49d2-9483-5e9139360ff8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:27.345838 [ 269 ] {20b63b24-bbd8-49d2-9483-5e9139360ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:27.346257 [ 269 ] {20b63b24-bbd8-49d2-9483-5e9139360ff8} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:27.346290 [ 269 ] {20b63b24-bbd8-49d2-9483-5e9139360ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:27.346586 [ 269 ] {20b63b24-bbd8-49d2-9483-5e9139360ff8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:06:27.346792 [ 269 ] {20b63b24-bbd8-49d2-9483-5e9139360ff8} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:27.346912 [ 269 ] {20b63b24-bbd8-49d2-9483-5e9139360ff8} executeQuery: Read 96 rows, 7.68 KiB in 0.00113 sec., 84955.75221238939 rows/sec., 6.64 MiB/sec. 2025.05.13 23:06:27.346947 [ 269 ] {20b63b24-bbd8-49d2-9483-5e9139360ff8} TCPHandler: Processed in 0.001292861 sec. 2025.05.13 23:06:27.347062 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:27.347154 [ 269 ] {98beed28-9f9d-4f51-b111-083a0de67282} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:27.347196 [ 269 ] {98beed28-9f9d-4f51-b111-083a0de67282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:27.347632 [ 269 ] {98beed28-9f9d-4f51-b111-083a0de67282} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:27.347667 [ 269 ] {98beed28-9f9d-4f51-b111-083a0de67282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:27.347991 [ 269 ] {98beed28-9f9d-4f51-b111-083a0de67282} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:06:27.348208 [ 269 ] {98beed28-9f9d-4f51-b111-083a0de67282} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:27.348326 [ 51 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.05.13 23:06:27.348334 [ 269 ] {98beed28-9f9d-4f51-b111-083a0de67282} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.05.13 23:06:27.348365 [ 51 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:27.348382 [ 269 ] {98beed28-9f9d-4f51-b111-083a0de67282} TCPHandler: Processed in 0.001366434 sec. 2025.05.13 23:06:27.348385 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:27.348487 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:27.348573 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.05.13 23:06:27.348581 [ 269 ] {6aeaa48a-4f35-484c-bc27-89e640bbdd77} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:27.348704 [ 269 ] {6aeaa48a-4f35-484c-bc27-89e640bbdd77} 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.05.13 23:06:27.348810 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:27.348874 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18137 rows starting from the beginning of the part 2025.05.13 23:06:27.348980 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part 2025.05.13 23:06:27.349057 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part 2025.05.13 23:06:27.349126 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2025.05.13 23:06:27.349201 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 239 rows starting from the beginning of the part 2025.05.13 23:06:27.349271 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2025.05.13 23:06:27.349585 [ 269 ] {6aeaa48a-4f35-484c-bc27-89e640bbdd77} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:27.349628 [ 269 ] {6aeaa48a-4f35-484c-bc27-89e640bbdd77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:27.350184 [ 269 ] {6aeaa48a-4f35-484c-bc27-89e640bbdd77} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:06:27.350405 [ 269 ] {6aeaa48a-4f35-484c-bc27-89e640bbdd77} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:27.350540 [ 269 ] {6aeaa48a-4f35-484c-bc27-89e640bbdd77} executeQuery: Read 32 rows, 58.72 KiB in 0.001979 sec., 16169.78271854472 rows/sec., 28.98 MiB/sec. 2025.05.13 23:06:27.350598 [ 269 ] {6aeaa48a-4f35-484c-bc27-89e640bbdd77} TCPHandler: Processed in 0.002158449 sec. 2025.05.13 23:06:27.350714 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:27.350808 [ 269 ] {8ffdfa9c-3dd4-4842-b9b2-7f5c5ebd0cdc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:27.350850 [ 269 ] {8ffdfa9c-3dd4-4842-b9b2-7f5c5ebd0cdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:27.351196 [ 269 ] {8ffdfa9c-3dd4-4842-b9b2-7f5c5ebd0cdc} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:27.351230 [ 269 ] {8ffdfa9c-3dd4-4842-b9b2-7f5c5ebd0cdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:27.351541 [ 269 ] {8ffdfa9c-3dd4-4842-b9b2-7f5c5ebd0cdc} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:06:27.351750 [ 269 ] {8ffdfa9c-3dd4-4842-b9b2-7f5c5ebd0cdc} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:27.351878 [ 269 ] {8ffdfa9c-3dd4-4842-b9b2-7f5c5ebd0cdc} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.05.13 23:06:27.351904 [ 50 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.05.13 23:06:27.351913 [ 269 ] {8ffdfa9c-3dd4-4842-b9b2-7f5c5ebd0cdc} TCPHandler: Processed in 0.00124662 sec. 2025.05.13 23:06:27.351982 [ 50 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:27.352012 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:27.352133 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.05.13 23:06:27.352278 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:27.352318 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3456 rows starting from the beginning of the part 2025.05.13 23:06:27.352388 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part 2025.05.13 23:06:27.352433 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part 2025.05.13 23:06:27.352473 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2025.05.13 23:06:27.352509 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part 2025.05.13 23:06:27.352548 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2025.05.13 23:06:27.354051 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3756 rows, containing 4 columns (4 merged, 0 gathered) in 0.001966563 sec., 1909931.1845082003 rows/sec., 124.75 MiB/sec. 2025.05.13 23:06:27.354119 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 18975 rows, containing 5 columns (5 merged, 0 gathered) in 0.00562971 sec., 3370511.092045594 rows/sec., 227.76 MiB/sec. 2025.05.13 23:06:27.354371 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.05.13 23:06:27.354419 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.05.13 23:06:27.354681 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:27.354732 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:27.354758 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_61_12} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.05.13 23:06:27.354816 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_61_12} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.05.13 23:06:27.354863 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.05.13 23:06:27.354903 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.20 MiB. 2025.05.13 23:06:30.922409 [ 46 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:06:30.922516 [ 46 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:06:31.050536 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18422 2025.05.13 23:06:31.051174 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:31.051214 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:31.051690 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:06:31.051927 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:31.052065 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18422 2025.05.13 23:06:31.098717 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1150 2025.05.13 23:06:31.101115 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:31.101168 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:31.102387 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:06:31.102658 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:31.102946 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1150 2025.05.13 23:06:32.069502 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.05.13 23:06:32.087358 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.087422 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.093630 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:06:32.094342 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.103236 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.05.13 23:06:32.346589 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.346769 [ 269 ] {da580b0a-29df-4820-8a65-1c9e504ea2cb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:06:32.346836 [ 269 ] {da580b0a-29df-4820-8a65-1c9e504ea2cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:06:32.347592 [ 269 ] {da580b0a-29df-4820-8a65-1c9e504ea2cb} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.347637 [ 269 ] {da580b0a-29df-4820-8a65-1c9e504ea2cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.348049 [ 269 ] {da580b0a-29df-4820-8a65-1c9e504ea2cb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:06:32.348299 [ 269 ] {da580b0a-29df-4820-8a65-1c9e504ea2cb} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.348431 [ 43 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.05.13 23:06:32.348454 [ 269 ] {da580b0a-29df-4820-8a65-1c9e504ea2cb} executeQuery: Read 212 rows, 13.81 KiB in 0.001735 sec., 122190.20172910663 rows/sec., 7.77 MiB/sec. 2025.05.13 23:06:32.348467 [ 43 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.348488 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.348497 [ 269 ] {da580b0a-29df-4820-8a65-1c9e504ea2cb} TCPHandler: Processed in 0.002043485 sec. 2025.05.13 23:06:32.348619 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.05.13 23:06:32.348626 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.348768 [ 269 ] {a84a34a7-862d-4227-a0c1-727e0e6622b8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:32.348780 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:32.348812 [ 269 ] {a84a34a7-862d-4227-a0c1-727e0e6622b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:32.348827 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part 2025.05.13 23:06:32.348908 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part 2025.05.13 23:06:32.348966 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part 2025.05.13 23:06:32.349019 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2025.05.13 23:06:32.349067 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part 2025.05.13 23:06:32.349589 [ 269 ] {a84a34a7-862d-4227-a0c1-727e0e6622b8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.349630 [ 269 ] {a84a34a7-862d-4227-a0c1-727e0e6622b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.349990 [ 269 ] {a84a34a7-862d-4227-a0c1-727e0e6622b8} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:06:32.350063 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001502568 sec., 705458.9209939251 rows/sec., 47.56 MiB/sec. 2025.05.13 23:06:32.350228 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.05.13 23:06:32.350231 [ 269 ] {a84a34a7-862d-4227-a0c1-727e0e6622b8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.350390 [ 269 ] {a84a34a7-862d-4227-a0c1-727e0e6622b8} executeQuery: Read 635 rows, 51.07 KiB in 0.001641 sec., 386959.17123705056 rows/sec., 30.39 MiB/sec. 2025.05.13 23:06:32.350429 [ 269 ] {a84a34a7-862d-4227-a0c1-727e0e6622b8} TCPHandler: Processed in 0.001853269 sec. 2025.05.13 23:06:32.350516 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.350560 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.350594 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_25_6} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.05.13 23:06:32.350681 [ 269 ] {b994863f-7214-4bfd-a8ab-f3c95df6dc93} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:32.350684 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:06:32.350737 [ 269 ] {b994863f-7214-4bfd-a8ab-f3c95df6dc93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:32.351275 [ 269 ] {b994863f-7214-4bfd-a8ab-f3c95df6dc93} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.351318 [ 269 ] {b994863f-7214-4bfd-a8ab-f3c95df6dc93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.351669 [ 269 ] {b994863f-7214-4bfd-a8ab-f3c95df6dc93} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:06:32.351885 [ 269 ] {b994863f-7214-4bfd-a8ab-f3c95df6dc93} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.351990 [ 43 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.05.13 23:06:32.352011 [ 269 ] {b994863f-7214-4bfd-a8ab-f3c95df6dc93} executeQuery: Read 115 rows, 7.06 KiB in 0.001354 sec., 84933.53028064992 rows/sec., 5.09 MiB/sec. 2025.05.13 23:06:32.352025 [ 43 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.352044 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.352048 [ 269 ] {b994863f-7214-4bfd-a8ab-f3c95df6dc93} TCPHandler: Processed in 0.00154938 sec. 2025.05.13 23:06:32.352145 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::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.05.13 23:06:32.352182 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.352282 [ 269 ] {5ffcdfd0-6c25-4989-ae98-74d84a1df88a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:06:32.352283 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:32.352325 [ 269 ] {5ffcdfd0-6c25-4989-ae98-74d84a1df88a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:06:32.352335 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 165 rows starting from the beginning of the part 2025.05.13 23:06:32.352418 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 115 rows starting from the beginning of the part 2025.05.13 23:06:32.352462 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:32.352499 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 119 rows starting from the beginning of the part 2025.05.13 23:06:32.352537 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:32.352574 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 115 rows starting from the beginning of the part 2025.05.13 23:06:32.352769 [ 269 ] {5ffcdfd0-6c25-4989-ae98-74d84a1df88a} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.352810 [ 269 ] {5ffcdfd0-6c25-4989-ae98-74d84a1df88a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.353137 [ 269 ] {5ffcdfd0-6c25-4989-ae98-74d84a1df88a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:06:32.353362 [ 269 ] {5ffcdfd0-6c25-4989-ae98-74d84a1df88a} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.353424 [ 198 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 5 columns (5 merged, 0 gathered) in 0.001329013 sec., 434909.2145825511 rows/sec., 28.85 MiB/sec. 2025.05.13 23:06:32.353487 [ 269 ] {5ffcdfd0-6c25-4989-ae98-74d84a1df88a} executeQuery: Read 113 rows, 7.49 KiB in 0.001224 sec., 92320.2614379085 rows/sec., 5.98 MiB/sec. 2025.05.13 23:06:32.353530 [ 269 ] {5ffcdfd0-6c25-4989-ae98-74d84a1df88a} TCPHandler: Processed in 0.001397125 sec. 2025.05.13 23:06:32.353561 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.05.13 23:06:32.353653 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.353752 [ 269 ] {bd4b60e6-47dc-4da6-84ef-ccf42a6b1621} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:06:32.353793 [ 269 ] {bd4b60e6-47dc-4da6-84ef-ccf42a6b1621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:06:32.353829 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.353909 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_51_10} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.05.13 23:06:32.353979 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.05.13 23:06:32.354221 [ 269 ] {bd4b60e6-47dc-4da6-84ef-ccf42a6b1621} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.354260 [ 269 ] {bd4b60e6-47dc-4da6-84ef-ccf42a6b1621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.354557 [ 269 ] {bd4b60e6-47dc-4da6-84ef-ccf42a6b1621} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:06:32.354765 [ 269 ] {bd4b60e6-47dc-4da6-84ef-ccf42a6b1621} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.354854 [ 43 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.05.13 23:06:32.354881 [ 43 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.354888 [ 269 ] {bd4b60e6-47dc-4da6-84ef-ccf42a6b1621} executeQuery: Read 112 rows, 6.53 KiB in 0.001155 sec., 96969.69696969698 rows/sec., 5.52 MiB/sec. 2025.05.13 23:06:32.354897 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.354924 [ 269 ] {bd4b60e6-47dc-4da6-84ef-ccf42a6b1621} TCPHandler: Processed in 0.001319692 sec. 2025.05.13 23:06:32.354990 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.05.13 23:06:32.355038 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.355112 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:32.355135 [ 269 ] {ec1bf054-56fc-40fd-a56b-b40f79e44ffd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:32.355152 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part 2025.05.13 23:06:32.355179 [ 269 ] {ec1bf054-56fc-40fd-a56b-b40f79e44ffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:32.355230 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part 2025.05.13 23:06:32.355286 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part 2025.05.13 23:06:32.355332 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part 2025.05.13 23:06:32.355371 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part 2025.05.13 23:06:32.355732 [ 269 ] {ec1bf054-56fc-40fd-a56b-b40f79e44ffd} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.355773 [ 269 ] {ec1bf054-56fc-40fd-a56b-b40f79e44ffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.356116 [ 269 ] {ec1bf054-56fc-40fd-a56b-b40f79e44ffd} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:06:32.356247 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001299212 sec., 431030.50156556437 rows/sec., 26.20 MiB/sec. 2025.05.13 23:06:32.356327 [ 269 ] {ec1bf054-56fc-40fd-a56b-b40f79e44ffd} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.356408 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.05.13 23:06:32.356462 [ 269 ] {ec1bf054-56fc-40fd-a56b-b40f79e44ffd} executeQuery: Read 391 rows, 28.31 KiB in 0.001345 sec., 290706.3197026022 rows/sec., 20.55 MiB/sec. 2025.05.13 23:06:32.356504 [ 269 ] {ec1bf054-56fc-40fd-a56b-b40f79e44ffd} TCPHandler: Processed in 0.001515118 sec. 2025.05.13 23:06:32.356620 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.356681 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.356713 [ 269 ] {0326e840-0c79-4a3e-b8c3-d55430fa483c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:06:32.356760 [ 269 ] {0326e840-0c79-4a3e-b8c3-d55430fa483c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:06:32.356762 [ 198 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_25_6} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.05.13 23:06:32.356851 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:06:32.357099 [ 269 ] {0326e840-0c79-4a3e-b8c3-d55430fa483c} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.357139 [ 269 ] {0326e840-0c79-4a3e-b8c3-d55430fa483c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.357447 [ 269 ] {0326e840-0c79-4a3e-b8c3-d55430fa483c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:06:32.357652 [ 269 ] {0326e840-0c79-4a3e-b8c3-d55430fa483c} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.357782 [ 269 ] {0326e840-0c79-4a3e-b8c3-d55430fa483c} executeQuery: Read 6 rows, 321.00 B in 0.001087 sec., 5519.779208831646 rows/sec., 288.39 KiB/sec. 2025.05.13 23:06:32.357817 [ 269 ] {0326e840-0c79-4a3e-b8c3-d55430fa483c} TCPHandler: Processed in 0.001247011 sec. 2025.05.13 23:06:32.357921 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.358020 [ 269 ] {08a1020d-7acc-4744-9412-aae2a6f69faa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:32.358065 [ 269 ] {08a1020d-7acc-4744-9412-aae2a6f69faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:32.358488 [ 269 ] {08a1020d-7acc-4744-9412-aae2a6f69faa} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.358524 [ 269 ] {08a1020d-7acc-4744-9412-aae2a6f69faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.358893 [ 269 ] {08a1020d-7acc-4744-9412-aae2a6f69faa} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:06:32.359118 [ 269 ] {08a1020d-7acc-4744-9412-aae2a6f69faa} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.359245 [ 269 ] {08a1020d-7acc-4744-9412-aae2a6f69faa} executeQuery: Read 237 rows, 16.27 KiB in 0.001245 sec., 190361.44578313254 rows/sec., 12.76 MiB/sec. 2025.05.13 23:06:32.359283 [ 269 ] {08a1020d-7acc-4744-9412-aae2a6f69faa} TCPHandler: Processed in 0.001411545 sec. 2025.05.13 23:06:32.359397 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.359491 [ 269 ] {70616934-338f-4c1e-a3c1-7c76618c5473} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:06:32.359532 [ 269 ] {70616934-338f-4c1e-a3c1-7c76618c5473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:06:32.359847 [ 269 ] {70616934-338f-4c1e-a3c1-7c76618c5473} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.359882 [ 269 ] {70616934-338f-4c1e-a3c1-7c76618c5473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.360199 [ 269 ] {70616934-338f-4c1e-a3c1-7c76618c5473} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:06:32.360415 [ 269 ] {70616934-338f-4c1e-a3c1-7c76618c5473} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.360515 [ 43 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.05.13 23:06:32.360541 [ 43 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.360549 [ 269 ] {70616934-338f-4c1e-a3c1-7c76618c5473} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2025.05.13 23:06:32.360557 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.360585 [ 269 ] {70616934-338f-4c1e-a3c1-7c76618c5473} TCPHandler: Processed in 0.00123839 sec. 2025.05.13 23:06:32.360630 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.05.13 23:06:32.360692 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.360717 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:32.360747 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part 2025.05.13 23:06:32.360790 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2025.05.13 23:06:32.360791 [ 269 ] {4f41caee-a37e-47b6-ade6-253e51b42b5c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:32.360827 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2025.05.13 23:06:32.360860 [ 269 ] {4f41caee-a37e-47b6-ade6-253e51b42b5c} 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.05.13 23:06:32.360865 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2025.05.13 23:06:32.360909 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2025.05.13 23:06:32.360940 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2025.05.13 23:06:32.361593 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.000994411 sec., 25140.51031213452 rows/sec., 1.65 MiB/sec. 2025.05.13 23:06:32.361652 [ 269 ] {4f41caee-a37e-47b6-ade6-253e51b42b5c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.361691 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.05.13 23:06:32.361696 [ 269 ] {4f41caee-a37e-47b6-ade6-253e51b42b5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.361943 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.362017 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_25_5} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.05.13 23:06:32.362080 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:06:32.362266 [ 269 ] {4f41caee-a37e-47b6-ade6-253e51b42b5c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:06:32.362503 [ 269 ] {4f41caee-a37e-47b6-ade6-253e51b42b5c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.362644 [ 269 ] {4f41caee-a37e-47b6-ade6-253e51b42b5c} executeQuery: Read 9 rows, 16.51 KiB in 0.001871 sec., 4810.261892036344 rows/sec., 8.62 MiB/sec. 2025.05.13 23:06:32.362702 [ 269 ] {4f41caee-a37e-47b6-ade6-253e51b42b5c} TCPHandler: Processed in 0.002060136 sec. 2025.05.13 23:06:32.362816 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:32.362910 [ 269 ] {259f32ff-6c47-4168-b743-c2875f7a84b3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:32.362951 [ 269 ] {259f32ff-6c47-4168-b743-c2875f7a84b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:32.363283 [ 269 ] {259f32ff-6c47-4168-b743-c2875f7a84b3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:32.363318 [ 269 ] {259f32ff-6c47-4168-b743-c2875f7a84b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:32.363627 [ 269 ] {259f32ff-6c47-4168-b743-c2875f7a84b3} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:06:32.363842 [ 269 ] {259f32ff-6c47-4168-b743-c2875f7a84b3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:32.363968 [ 269 ] {259f32ff-6c47-4168-b743-c2875f7a84b3} executeQuery: Read 82 rows, 5.33 KiB in 0.001076 sec., 76208.17843866172 rows/sec., 4.84 MiB/sec. 2025.05.13 23:06:32.364004 [ 269 ] {259f32ff-6c47-4168-b743-c2875f7a84b3} TCPHandler: Processed in 0.00123813 sec. 2025.05.13 23:06:33.001154 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 277.39 MiB, peak 284.53 MiB, free memory in arenas 0.00 B, will set to 275.96 MiB (RSS), difference: -1.42 MiB 2025.05.13 23:06:35.559380 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:35.559686 [ 269 ] {09ff2cd1-c41c-4288-b4e9-d529f841820c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:06:35.559779 [ 269 ] {09ff2cd1-c41c-4288-b4e9-d529f841820c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:06:35.560464 [ 269 ] {09ff2cd1-c41c-4288-b4e9-d529f841820c} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:35.560518 [ 269 ] {09ff2cd1-c41c-4288-b4e9-d529f841820c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:35.560931 [ 269 ] {09ff2cd1-c41c-4288-b4e9-d529f841820c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.13 23:06:35.561184 [ 269 ] {09ff2cd1-c41c-4288-b4e9-d529f841820c} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:35.561336 [ 269 ] {09ff2cd1-c41c-4288-b4e9-d529f841820c} executeQuery: Read 4 rows, 334.00 B in 0.001738 sec., 2301.4959723820484 rows/sec., 187.67 KiB/sec. 2025.05.13 23:06:35.561386 [ 269 ] {09ff2cd1-c41c-4288-b4e9-d529f841820c} TCPHandler: Processed in 0.00218772 sec. 2025.05.13 23:06:35.561513 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:35.561615 [ 269 ] {98608d52-97c9-4730-aa20-9d963fe318a8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:35.561659 [ 269 ] {98608d52-97c9-4730-aa20-9d963fe318a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:35.562775 [ 269 ] {98608d52-97c9-4730-aa20-9d963fe318a8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:35.562812 [ 269 ] {98608d52-97c9-4730-aa20-9d963fe318a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:35.563215 [ 269 ] {98608d52-97c9-4730-aa20-9d963fe318a8} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:06:35.563432 [ 269 ] {98608d52-97c9-4730-aa20-9d963fe318a8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:35.563562 [ 269 ] {98608d52-97c9-4730-aa20-9d963fe318a8} executeQuery: Read 1262 rows, 106.73 KiB in 0.001973 sec., 639635.073492144 rows/sec., 52.83 MiB/sec. 2025.05.13 23:06:35.563601 [ 269 ] {98608d52-97c9-4730-aa20-9d963fe318a8} TCPHandler: Processed in 0.002141538 sec. 2025.05.13 23:06:35.563728 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:35.563821 [ 269 ] {917fce9e-ab9c-4a2f-8c9d-d2b563e47c0a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:35.563862 [ 269 ] {917fce9e-ab9c-4a2f-8c9d-d2b563e47c0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:35.564285 [ 269 ] {917fce9e-ab9c-4a2f-8c9d-d2b563e47c0a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:35.564322 [ 269 ] {917fce9e-ab9c-4a2f-8c9d-d2b563e47c0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:35.564633 [ 269 ] {917fce9e-ab9c-4a2f-8c9d-d2b563e47c0a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:06:35.564851 [ 269 ] {917fce9e-ab9c-4a2f-8c9d-d2b563e47c0a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:35.564982 [ 269 ] {917fce9e-ab9c-4a2f-8c9d-d2b563e47c0a} executeQuery: Read 36 rows, 2.69 KiB in 0.00118 sec., 30508.474576271186 rows/sec., 2.22 MiB/sec. 2025.05.13 23:06:35.565020 [ 269 ] {917fce9e-ab9c-4a2f-8c9d-d2b563e47c0a} TCPHandler: Processed in 0.001342083 sec. 2025.05.13 23:06:35.565126 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:35.565222 [ 269 ] {69aca823-1bb5-49ac-88af-0fa7c99e514d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:06:35.565262 [ 269 ] {69aca823-1bb5-49ac-88af-0fa7c99e514d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:06:35.565735 [ 269 ] {69aca823-1bb5-49ac-88af-0fa7c99e514d} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:35.565772 [ 269 ] {69aca823-1bb5-49ac-88af-0fa7c99e514d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:35.566086 [ 269 ] {69aca823-1bb5-49ac-88af-0fa7c99e514d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:06:35.566310 [ 269 ] {69aca823-1bb5-49ac-88af-0fa7c99e514d} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:35.566443 [ 269 ] {69aca823-1bb5-49ac-88af-0fa7c99e514d} executeQuery: Read 228 rows, 15.81 KiB in 0.001239 sec., 184019.3704600484 rows/sec., 12.46 MiB/sec. 2025.05.13 23:06:35.566481 [ 269 ] {69aca823-1bb5-49ac-88af-0fa7c99e514d} TCPHandler: Processed in 0.001403215 sec. 2025.05.13 23:06:35.566604 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:35.566723 [ 269 ] {ae43fbbb-39bd-43ee-a1e6-74f9742327cc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:35.566773 [ 269 ] {ae43fbbb-39bd-43ee-a1e6-74f9742327cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:35.567491 [ 269 ] {ae43fbbb-39bd-43ee-a1e6-74f9742327cc} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:35.567536 [ 269 ] {ae43fbbb-39bd-43ee-a1e6-74f9742327cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:35.567898 [ 269 ] {ae43fbbb-39bd-43ee-a1e6-74f9742327cc} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:06:35.568112 [ 269 ] {ae43fbbb-39bd-43ee-a1e6-74f9742327cc} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:35.568242 [ 269 ] {ae43fbbb-39bd-43ee-a1e6-74f9742327cc} executeQuery: Read 556 rows, 42.29 KiB in 0.001545 sec., 359870.55016181234 rows/sec., 26.73 MiB/sec. 2025.05.13 23:06:35.568281 [ 269 ] {ae43fbbb-39bd-43ee-a1e6-74f9742327cc} TCPHandler: Processed in 0.001738306 sec. 2025.05.13 23:06:35.568396 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:35.568490 [ 269 ] {71e9df9d-cddb-4268-aad0-aa4fe27a270d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:35.568534 [ 269 ] {71e9df9d-cddb-4268-aad0-aa4fe27a270d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:35.569142 [ 269 ] {71e9df9d-cddb-4268-aad0-aa4fe27a270d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:35.569178 [ 269 ] {71e9df9d-cddb-4268-aad0-aa4fe27a270d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:35.569568 [ 269 ] {71e9df9d-cddb-4268-aad0-aa4fe27a270d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:06:35.569798 [ 269 ] {71e9df9d-cddb-4268-aad0-aa4fe27a270d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:35.569922 [ 269 ] {71e9df9d-cddb-4268-aad0-aa4fe27a270d} executeQuery: Read 930 rows, 63.93 KiB in 0.001451 sec., 640937.2846312887 rows/sec., 43.03 MiB/sec. 2025.05.13 23:06:35.569960 [ 269 ] {71e9df9d-cddb-4268-aad0-aa4fe27a270d} TCPHandler: Processed in 0.001613021 sec. 2025.05.13 23:06:35.570073 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:35.570167 [ 269 ] {726dae13-de96-47f6-8a55-f602b89d8584} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:35.570221 [ 269 ] {726dae13-de96-47f6-8a55-f602b89d8584} 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.05.13 23:06:35.571038 [ 269 ] {726dae13-de96-47f6-8a55-f602b89d8584} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:35.571074 [ 269 ] {726dae13-de96-47f6-8a55-f602b89d8584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:35.571610 [ 269 ] {726dae13-de96-47f6-8a55-f602b89d8584} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:06:35.571830 [ 269 ] {726dae13-de96-47f6-8a55-f602b89d8584} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:35.571965 [ 269 ] {726dae13-de96-47f6-8a55-f602b89d8584} executeQuery: Read 32 rows, 58.72 KiB in 0.001817 sec., 17611.447440836542 rows/sec., 31.56 MiB/sec. 2025.05.13 23:06:35.572017 [ 269 ] {726dae13-de96-47f6-8a55-f602b89d8584} TCPHandler: Processed in 0.001993053 sec. 2025.05.13 23:06:35.572139 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:35.572234 [ 269 ] {76bfe60c-3d74-48cd-bb38-5937b1960232} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:35.572276 [ 269 ] {76bfe60c-3d74-48cd-bb38-5937b1960232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:35.572604 [ 269 ] {76bfe60c-3d74-48cd-bb38-5937b1960232} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:35.572640 [ 269 ] {76bfe60c-3d74-48cd-bb38-5937b1960232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:35.572939 [ 269 ] {76bfe60c-3d74-48cd-bb38-5937b1960232} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:06:35.573140 [ 269 ] {76bfe60c-3d74-48cd-bb38-5937b1960232} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:35.573264 [ 269 ] {76bfe60c-3d74-48cd-bb38-5937b1960232} executeQuery: Read 44 rows, 3.03 KiB in 0.001048 sec., 41984.732824427476 rows/sec., 2.82 MiB/sec. 2025.05.13 23:06:35.573300 [ 269 ] {76bfe60c-3d74-48cd-bb38-5937b1960232} TCPHandler: Processed in 0.001209198 sec. 2025.05.13 23:06:37.334420 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:37.334614 [ 269 ] {eaa3784e-63ee-48e3-9c2f-68f6f8773ff4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:37.334685 [ 269 ] {eaa3784e-63ee-48e3-9c2f-68f6f8773ff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:37.335417 [ 269 ] {eaa3784e-63ee-48e3-9c2f-68f6f8773ff4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:37.335470 [ 269 ] {eaa3784e-63ee-48e3-9c2f-68f6f8773ff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:37.335881 [ 269 ] {eaa3784e-63ee-48e3-9c2f-68f6f8773ff4} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:06:37.336112 [ 269 ] {eaa3784e-63ee-48e3-9c2f-68f6f8773ff4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:37.336273 [ 269 ] {eaa3784e-63ee-48e3-9c2f-68f6f8773ff4} executeQuery: Read 56 rows, 4.38 KiB in 0.00172 sec., 32558.13953488372 rows/sec., 2.49 MiB/sec. 2025.05.13 23:06:37.336321 [ 269 ] {eaa3784e-63ee-48e3-9c2f-68f6f8773ff4} TCPHandler: Processed in 0.002047755 sec. 2025.05.13 23:06:37.336455 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:37.336557 [ 269 ] {df3ee611-7872-49a8-b5d4-36ddb284fef3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:37.336601 [ 269 ] {df3ee611-7872-49a8-b5d4-36ddb284fef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:37.337038 [ 269 ] {df3ee611-7872-49a8-b5d4-36ddb284fef3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:37.337076 [ 269 ] {df3ee611-7872-49a8-b5d4-36ddb284fef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:37.337384 [ 269 ] {df3ee611-7872-49a8-b5d4-36ddb284fef3} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:06:37.337606 [ 269 ] {df3ee611-7872-49a8-b5d4-36ddb284fef3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:37.337740 [ 269 ] {df3ee611-7872-49a8-b5d4-36ddb284fef3} executeQuery: Read 64 rows, 5.12 KiB in 0.001208 sec., 52980.13245033112 rows/sec., 4.14 MiB/sec. 2025.05.13 23:06:37.337779 [ 269 ] {df3ee611-7872-49a8-b5d4-36ddb284fef3} TCPHandler: Processed in 0.001375094 sec. 2025.05.13 23:06:37.337896 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:37.337991 [ 269 ] {a8cf2f5d-27a5-4bd9-9d77-d343a3501033} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:37.338037 [ 269 ] {a8cf2f5d-27a5-4bd9-9d77-d343a3501033} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:37.338420 [ 269 ] {a8cf2f5d-27a5-4bd9-9d77-d343a3501033} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:37.338457 [ 269 ] {a8cf2f5d-27a5-4bd9-9d77-d343a3501033} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:37.338790 [ 269 ] {a8cf2f5d-27a5-4bd9-9d77-d343a3501033} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:06:37.339007 [ 269 ] {a8cf2f5d-27a5-4bd9-9d77-d343a3501033} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:37.339142 [ 269 ] {a8cf2f5d-27a5-4bd9-9d77-d343a3501033} executeQuery: Read 42 rows, 2.99 KiB in 0.00117 sec., 35897.4358974359 rows/sec., 2.50 MiB/sec. 2025.05.13 23:06:37.339180 [ 269 ] {a8cf2f5d-27a5-4bd9-9d77-d343a3501033} TCPHandler: Processed in 0.001333803 sec. 2025.05.13 23:06:37.339302 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:37.339422 [ 269 ] {effedf69-6a15-4105-9187-fa31abbef196} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:37.339473 [ 269 ] {effedf69-6a15-4105-9187-fa31abbef196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:37.339831 [ 269 ] {effedf69-6a15-4105-9187-fa31abbef196} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:37.339867 [ 269 ] {effedf69-6a15-4105-9187-fa31abbef196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:37.340182 [ 269 ] {effedf69-6a15-4105-9187-fa31abbef196} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:06:37.340393 [ 269 ] {effedf69-6a15-4105-9187-fa31abbef196} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:37.340523 [ 269 ] {effedf69-6a15-4105-9187-fa31abbef196} executeQuery: Read 16 rows, 1.11 KiB in 0.001126 sec., 14209.591474245115 rows/sec., 985.24 KiB/sec. 2025.05.13 23:06:37.340560 [ 269 ] {effedf69-6a15-4105-9187-fa31abbef196} TCPHandler: Processed in 0.001320103 sec. 2025.05.13 23:06:38.553022 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18849 2025.05.13 23:06:38.553498 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:38.553544 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:38.554037 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:06:38.554275 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:38.554420 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 2025.05.13 23:06:38.554419 [ 39 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.05.13 23:06:38.554497 [ 39 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:38.554520 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:38.554638 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:06:38.554788 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:38.554827 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16592 rows starting from the beginning of the part 2025.05.13 23:06:38.554889 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part 2025.05.13 23:06:38.554931 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part 2025.05.13 23:06:38.554975 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part 2025.05.13 23:06:38.555013 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part 2025.05.13 23:06:38.555053 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part 2025.05.13 23:06:38.557041 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.002458039 sec., 7668307.947921087 rows/sec., 109.70 MiB/sec. 2025.05.13 23:06:38.557450 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.05.13 23:06:38.557765 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:38.557849 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_41_8} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.05.13 23:06:38.557976 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. 2025.05.13 23:06:39.604198 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.05.13 23:06:39.621691 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:39.621747 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:39.627597 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:06:39.628278 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:39.628628 [ 38 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.05.13 23:06:39.628724 [ 38 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:39.628760 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:39.628882 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:06:39.631181 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.05.13 23:06:39.632673 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:39.634191 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2025.05.13 23:06:39.638913 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2025.05.13 23:06:39.643540 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2025.05.13 23:06:39.648061 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2025.05.13 23:06:39.652670 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2025.05.13 23:06:39.656597 [ 192 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2025.05.13 23:06:39.707122 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.078300916 sec., 3946.3139869270494 rows/sec., 20.41 MiB/sec. 2025.05.13 23:06:39.709718 [ 190 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.05.13 23:06:39.711680 [ 190 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:39.711786 [ 190 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_41_8} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.05.13 23:06:39.714636 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.05.13 23:06:41.104000 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1196 2025.05.13 23:06:41.106629 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:41.106686 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:41.107966 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:06:41.108248 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:41.108533 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1196 2025.05.13 23:06:42.346405 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.346686 [ 269 ] {0b4626f1-5ec7-4d04-b16b-884cf7ad6923} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:06:42.346792 [ 269 ] {0b4626f1-5ec7-4d04-b16b-884cf7ad6923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:06:42.347553 [ 269 ] {0b4626f1-5ec7-4d04-b16b-884cf7ad6923} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.347600 [ 269 ] {0b4626f1-5ec7-4d04-b16b-884cf7ad6923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.348009 [ 269 ] {0b4626f1-5ec7-4d04-b16b-884cf7ad6923} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:06:42.348232 [ 269 ] {0b4626f1-5ec7-4d04-b16b-884cf7ad6923} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.348386 [ 269 ] {0b4626f1-5ec7-4d04-b16b-884cf7ad6923} executeQuery: Read 212 rows, 13.81 KiB in 0.001779 sec., 119168.07195053401 rows/sec., 7.58 MiB/sec. 2025.05.13 23:06:42.348429 [ 269 ] {0b4626f1-5ec7-4d04-b16b-884cf7ad6923} TCPHandler: Processed in 0.002217442 sec. 2025.05.13 23:06:42.348549 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.348646 [ 269 ] {6769270a-82b6-484b-83af-e9b9f6bec265} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:42.348688 [ 269 ] {6769270a-82b6-484b-83af-e9b9f6bec265} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:42.349315 [ 269 ] {6769270a-82b6-484b-83af-e9b9f6bec265} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.349350 [ 269 ] {6769270a-82b6-484b-83af-e9b9f6bec265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.349691 [ 269 ] {6769270a-82b6-484b-83af-e9b9f6bec265} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:06:42.349904 [ 269 ] {6769270a-82b6-484b-83af-e9b9f6bec265} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.350014 [ 35 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.05.13 23:06:42.350039 [ 269 ] {6769270a-82b6-484b-83af-e9b9f6bec265} executeQuery: Read 635 rows, 51.07 KiB in 0.001412 sec., 449716.7138810198 rows/sec., 35.32 MiB/sec. 2025.05.13 23:06:42.350055 [ 35 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.350077 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.350079 [ 269 ] {6769270a-82b6-484b-83af-e9b9f6bec265} TCPHandler: Processed in 0.00157924 sec. 2025.05.13 23:06:42.350173 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.05.13 23:06:42.350199 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.350274 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:42.350295 [ 269 ] {f125332b-e7cf-4136-8d6b-27a9366112cb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:42.350309 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 1849 rows starting from the beginning of the part 2025.05.13 23:06:42.350337 [ 269 ] {f125332b-e7cf-4136-8d6b-27a9366112cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:42.350378 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 120 rows starting from the beginning of the part 2025.05.13 23:06:42.350430 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 635 rows starting from the beginning of the part 2025.05.13 23:06:42.350476 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:06:42.350521 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part 2025.05.13 23:06:42.350572 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 635 rows starting from the beginning of the part 2025.05.13 23:06:42.350764 [ 269 ] {f125332b-e7cf-4136-8d6b-27a9366112cb} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.350800 [ 269 ] {f125332b-e7cf-4136-8d6b-27a9366112cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.351391 [ 269 ] {f125332b-e7cf-4136-8d6b-27a9366112cb} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:06:42.351601 [ 269 ] {f125332b-e7cf-4136-8d6b-27a9366112cb} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.351731 [ 269 ] {f125332b-e7cf-4136-8d6b-27a9366112cb} executeQuery: Read 115 rows, 7.06 KiB in 0.001454 sec., 79092.15955983494 rows/sec., 4.74 MiB/sec. 2025.05.13 23:06:42.351769 [ 269 ] {f125332b-e7cf-4136-8d6b-27a9366112cb} TCPHandler: Processed in 0.001619692 sec. 2025.05.13 23:06:42.351885 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.351980 [ 269 ] {20142913-8b83-45a6-a05a-fcf22ece97d4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:06:42.352020 [ 269 ] {20142913-8b83-45a6-a05a-fcf22ece97d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:06:42.352179 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.002043615 sec., 2229872.0649437397 rows/sec., 189.01 MiB/sec. 2025.05.13 23:06:42.352448 [ 269 ] {20142913-8b83-45a6-a05a-fcf22ece97d4} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.352454 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.05.13 23:06:42.352488 [ 269 ] {20142913-8b83-45a6-a05a-fcf22ece97d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.352759 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.352805 [ 269 ] {20142913-8b83-45a6-a05a-fcf22ece97d4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:06:42.352828 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_65_13} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.05.13 23:06:42.352889 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:06:42.353028 [ 269 ] {20142913-8b83-45a6-a05a-fcf22ece97d4} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.353155 [ 269 ] {20142913-8b83-45a6-a05a-fcf22ece97d4} executeQuery: Read 113 rows, 7.49 KiB in 0.001193 sec., 94719.19530595138 rows/sec., 6.13 MiB/sec. 2025.05.13 23:06:42.353220 [ 269 ] {20142913-8b83-45a6-a05a-fcf22ece97d4} TCPHandler: Processed in 0.001384014 sec. 2025.05.13 23:06:42.353334 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.353428 [ 269 ] {d86b5a24-0c09-40ee-93a0-7c02bd12e1b9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:06:42.353468 [ 269 ] {d86b5a24-0c09-40ee-93a0-7c02bd12e1b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:06:42.353892 [ 269 ] {d86b5a24-0c09-40ee-93a0-7c02bd12e1b9} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.353931 [ 269 ] {d86b5a24-0c09-40ee-93a0-7c02bd12e1b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.354231 [ 269 ] {d86b5a24-0c09-40ee-93a0-7c02bd12e1b9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:06:42.354442 [ 269 ] {d86b5a24-0c09-40ee-93a0-7c02bd12e1b9} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.354594 [ 269 ] {d86b5a24-0c09-40ee-93a0-7c02bd12e1b9} executeQuery: Read 112 rows, 6.53 KiB in 0.001184 sec., 94594.5945945946 rows/sec., 5.39 MiB/sec. 2025.05.13 23:06:42.354633 [ 269 ] {d86b5a24-0c09-40ee-93a0-7c02bd12e1b9} TCPHandler: Processed in 0.001347313 sec. 2025.05.13 23:06:42.354750 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.354844 [ 269 ] {ba680cb7-c2e9-4c0c-9643-6c14c268777b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:42.354884 [ 269 ] {ba680cb7-c2e9-4c0c-9643-6c14c268777b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:42.355416 [ 269 ] {ba680cb7-c2e9-4c0c-9643-6c14c268777b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.355453 [ 269 ] {ba680cb7-c2e9-4c0c-9643-6c14c268777b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.355787 [ 269 ] {ba680cb7-c2e9-4c0c-9643-6c14c268777b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:06:42.356006 [ 269 ] {ba680cb7-c2e9-4c0c-9643-6c14c268777b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.356120 [ 35 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.05.13 23:06:42.356142 [ 269 ] {ba680cb7-c2e9-4c0c-9643-6c14c268777b} executeQuery: Read 391 rows, 28.31 KiB in 0.001315 sec., 297338.4030418251 rows/sec., 21.02 MiB/sec. 2025.05.13 23:06:42.356150 [ 35 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.356173 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.356180 [ 269 ] {ba680cb7-c2e9-4c0c-9643-6c14c268777b} TCPHandler: Processed in 0.001478707 sec. 2025.05.13 23:06:42.356234 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.05.13 23:06:42.356299 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.356310 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:42.356338 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 915 rows starting from the beginning of the part 2025.05.13 23:06:42.356384 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 96 rows starting from the beginning of the part 2025.05.13 23:06:42.356393 [ 269 ] {e205b612-e859-4a31-b3e5-5f7051d5bd39} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:06:42.356422 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 391 rows starting from the beginning of the part 2025.05.13 23:06:42.356436 [ 269 ] {e205b612-e859-4a31-b3e5-5f7051d5bd39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:06:42.356455 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 556 rows starting from the beginning of the part 2025.05.13 23:06:42.356488 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2025.05.13 23:06:42.356519 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 391 rows starting from the beginning of the part 2025.05.13 23:06:42.356797 [ 269 ] {e205b612-e859-4a31-b3e5-5f7051d5bd39} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.356830 [ 269 ] {e205b612-e859-4a31-b3e5-5f7051d5bd39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.357150 [ 269 ] {e205b612-e859-4a31-b3e5-5f7051d5bd39} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:06:42.357366 [ 269 ] {e205b612-e859-4a31-b3e5-5f7051d5bd39} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.357460 [ 35 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.05.13 23:06:42.357486 [ 35 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.357494 [ 269 ] {e205b612-e859-4a31-b3e5-5f7051d5bd39} executeQuery: Read 6 rows, 321.00 B in 0.001119 sec., 5361.930294906167 rows/sec., 280.14 KiB/sec. 2025.05.13 23:06:42.357503 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.357501 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.001290832 sec., 1869336.9857580226 rows/sec., 143.13 MiB/sec. 2025.05.13 23:06:42.357532 [ 269 ] {e205b612-e859-4a31-b3e5-5f7051d5bd39} TCPHandler: Processed in 0.001282831 sec. 2025.05.13 23:06:42.357607 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:06:42.357659 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.357672 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.05.13 23:06:42.357748 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:42.357762 [ 269 ] {6df6fd0d-73ea-40e4-b2c9-7728940fa8e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:42.357791 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part 2025.05.13 23:06:42.357812 [ 269 ] {6df6fd0d-73ea-40e4-b2c9-7728940fa8e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:42.357864 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2025.05.13 23:06:42.357917 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2025.05.13 23:06:42.357930 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.357957 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.05.13 23:06:42.357999 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2025.05.13 23:06:42.358000 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_65_13} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.05.13 23:06:42.358042 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2025.05.13 23:06:42.358075 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:06:42.358241 [ 269 ] {6df6fd0d-73ea-40e4-b2c9-7728940fa8e8} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.358277 [ 269 ] {6df6fd0d-73ea-40e4-b2c9-7728940fa8e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.358662 [ 269 ] {6df6fd0d-73ea-40e4-b2c9-7728940fa8e8} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:06:42.358865 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.001303172 sec., 119707.91269302901 rows/sec., 6.11 MiB/sec. 2025.05.13 23:06:42.358879 [ 269 ] {6df6fd0d-73ea-40e4-b2c9-7728940fa8e8} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.359025 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.05.13 23:06:42.359044 [ 269 ] {6df6fd0d-73ea-40e4-b2c9-7728940fa8e8} executeQuery: Read 237 rows, 16.27 KiB in 0.001301 sec., 182167.5634127594 rows/sec., 12.21 MiB/sec. 2025.05.13 23:06:42.359086 [ 269 ] {6df6fd0d-73ea-40e4-b2c9-7728940fa8e8} TCPHandler: Processed in 0.001478237 sec. 2025.05.13 23:06:42.359209 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.359295 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.359306 [ 269 ] {f2cf3d27-94a2-4bad-b3b7-e30aaee4f1c8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:06:42.359356 [ 269 ] {f2cf3d27-94a2-4bad-b3b7-e30aaee4f1c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:06:42.359378 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_26_5} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.05.13 23:06:42.359460 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.05.13 23:06:42.359681 [ 269 ] {f2cf3d27-94a2-4bad-b3b7-e30aaee4f1c8} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.359721 [ 269 ] {f2cf3d27-94a2-4bad-b3b7-e30aaee4f1c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.360024 [ 269 ] {f2cf3d27-94a2-4bad-b3b7-e30aaee4f1c8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:06:42.360231 [ 269 ] {f2cf3d27-94a2-4bad-b3b7-e30aaee4f1c8} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.360356 [ 269 ] {f2cf3d27-94a2-4bad-b3b7-e30aaee4f1c8} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2025.05.13 23:06:42.360392 [ 269 ] {f2cf3d27-94a2-4bad-b3b7-e30aaee4f1c8} TCPHandler: Processed in 0.001233659 sec. 2025.05.13 23:06:42.360505 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.360599 [ 269 ] {eaf781fc-c7bb-4610-a836-16ca92935cc5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:42.360653 [ 269 ] {eaf781fc-c7bb-4610-a836-16ca92935cc5} 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.05.13 23:06:42.361398 [ 269 ] {eaf781fc-c7bb-4610-a836-16ca92935cc5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.361434 [ 269 ] {eaf781fc-c7bb-4610-a836-16ca92935cc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.361951 [ 269 ] {eaf781fc-c7bb-4610-a836-16ca92935cc5} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:06:42.362165 [ 269 ] {eaf781fc-c7bb-4610-a836-16ca92935cc5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.362297 [ 269 ] {eaf781fc-c7bb-4610-a836-16ca92935cc5} executeQuery: Read 9 rows, 16.51 KiB in 0.001715 sec., 5247.813411078718 rows/sec., 9.40 MiB/sec. 2025.05.13 23:06:42.362349 [ 269 ] {eaf781fc-c7bb-4610-a836-16ca92935cc5} TCPHandler: Processed in 0.001892931 sec. 2025.05.13 23:06:42.362464 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:42.362558 [ 269 ] {737e312d-ede3-4f46-8480-3d2b44ed08bf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:42.362599 [ 269 ] {737e312d-ede3-4f46-8480-3d2b44ed08bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:42.362920 [ 269 ] {737e312d-ede3-4f46-8480-3d2b44ed08bf} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:42.362955 [ 269 ] {737e312d-ede3-4f46-8480-3d2b44ed08bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:42.363254 [ 269 ] {737e312d-ede3-4f46-8480-3d2b44ed08bf} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:06:42.363459 [ 269 ] {737e312d-ede3-4f46-8480-3d2b44ed08bf} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:42.363585 [ 269 ] {737e312d-ede3-4f46-8480-3d2b44ed08bf} executeQuery: Read 82 rows, 5.33 KiB in 0.001046 sec., 78393.88145315487 rows/sec., 4.98 MiB/sec. 2025.05.13 23:06:42.363619 [ 269 ] {737e312d-ede3-4f46-8480-3d2b44ed08bf} TCPHandler: Processed in 0.001204308 sec. 2025.05.13 23:06:45.922569 [ 27 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:06:45.922633 [ 27 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:06:46.055408 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19337 2025.05.13 23:06:46.055915 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:46.055960 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:46.056435 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:06:46.056666 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:46.056794 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19337 2025.05.13 23:06:47.132157 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.05.13 23:06:47.148055 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.148119 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:47.153849 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:06:47.154534 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.157437 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.05.13 23:06:47.341632 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:47.341809 [ 269 ] {320f6f1d-88e4-4569-98b1-25b12ad7b369} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:47.341879 [ 269 ] {320f6f1d-88e4-4569-98b1-25b12ad7b369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:47.342549 [ 269 ] {320f6f1d-88e4-4569-98b1-25b12ad7b369} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.342590 [ 269 ] {320f6f1d-88e4-4569-98b1-25b12ad7b369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:47.342971 [ 269 ] {320f6f1d-88e4-4569-98b1-25b12ad7b369} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:06:47.343202 [ 269 ] {320f6f1d-88e4-4569-98b1-25b12ad7b369} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.343349 [ 269 ] {320f6f1d-88e4-4569-98b1-25b12ad7b369} executeQuery: Read 120 rows, 10.47 KiB in 0.001591 sec., 75424.2614707731 rows/sec., 6.43 MiB/sec. 2025.05.13 23:06:47.343390 [ 269 ] {320f6f1d-88e4-4569-98b1-25b12ad7b369} TCPHandler: Processed in 0.001893131 sec. 2025.05.13 23:06:47.343516 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:47.343611 [ 269 ] {ec1c0a07-bf34-4be0-ad68-4f5aa4e175a7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:47.343651 [ 269 ] {ec1c0a07-bf34-4be0-ad68-4f5aa4e175a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:47.344067 [ 269 ] {ec1c0a07-bf34-4be0-ad68-4f5aa4e175a7} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.344103 [ 269 ] {ec1c0a07-bf34-4be0-ad68-4f5aa4e175a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:47.344405 [ 269 ] {ec1c0a07-bf34-4be0-ad68-4f5aa4e175a7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:06:47.344636 [ 269 ] {ec1c0a07-bf34-4be0-ad68-4f5aa4e175a7} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.344766 [ 269 ] {ec1c0a07-bf34-4be0-ad68-4f5aa4e175a7} executeQuery: Read 32 rows, 2.41 KiB in 0.001175 sec., 27234.042553191488 rows/sec., 2.00 MiB/sec. 2025.05.13 23:06:47.344804 [ 269 ] {ec1c0a07-bf34-4be0-ad68-4f5aa4e175a7} TCPHandler: Processed in 0.001338183 sec. 2025.05.13 23:06:47.344905 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:47.344997 [ 269 ] {17d7c80b-6d80-4d1c-b383-9e7dcd9bc591} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:47.345038 [ 269 ] {17d7c80b-6d80-4d1c-b383-9e7dcd9bc591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:47.345473 [ 269 ] {17d7c80b-6d80-4d1c-b383-9e7dcd9bc591} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.345509 [ 269 ] {17d7c80b-6d80-4d1c-b383-9e7dcd9bc591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:47.345833 [ 269 ] {17d7c80b-6d80-4d1c-b383-9e7dcd9bc591} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:06:47.346048 [ 269 ] {17d7c80b-6d80-4d1c-b383-9e7dcd9bc591} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.346177 [ 269 ] {17d7c80b-6d80-4d1c-b383-9e7dcd9bc591} executeQuery: Read 96 rows, 7.68 KiB in 0.001198 sec., 80133.55592654424 rows/sec., 6.26 MiB/sec. 2025.05.13 23:06:47.346215 [ 269 ] {17d7c80b-6d80-4d1c-b383-9e7dcd9bc591} TCPHandler: Processed in 0.001360174 sec. 2025.05.13 23:06:47.346325 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:47.346418 [ 269 ] {0fcced96-5fd0-4daa-8f0a-b74effe8bb8a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:47.346462 [ 269 ] {0fcced96-5fd0-4daa-8f0a-b74effe8bb8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:47.346870 [ 269 ] {0fcced96-5fd0-4daa-8f0a-b74effe8bb8a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.346907 [ 269 ] {0fcced96-5fd0-4daa-8f0a-b74effe8bb8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:47.347245 [ 269 ] {0fcced96-5fd0-4daa-8f0a-b74effe8bb8a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:06:47.347458 [ 269 ] {0fcced96-5fd0-4daa-8f0a-b74effe8bb8a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.347574 [ 26 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.05.13 23:06:47.347589 [ 269 ] {0fcced96-5fd0-4daa-8f0a-b74effe8bb8a} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2025.05.13 23:06:47.347645 [ 26 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.347653 [ 269 ] {0fcced96-5fd0-4daa-8f0a-b74effe8bb8a} TCPHandler: Processed in 0.001377894 sec. 2025.05.13 23:06:47.347673 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:47.347775 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:47.347799 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.05.13 23:06:47.347874 [ 269 ] {95d89403-3a93-40b7-a0a4-24f1bbc7c3ca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:47.347933 [ 269 ] {95d89403-3a93-40b7-a0a4-24f1bbc7c3ca} 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.05.13 23:06:47.347947 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:47.347995 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18975 rows starting from the beginning of the part 2025.05.13 23:06:47.348071 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part 2025.05.13 23:06:47.348126 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 930 rows starting from the beginning of the part 2025.05.13 23:06:47.348178 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 42 rows starting from the beginning of the part 2025.05.13 23:06:47.348225 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part 2025.05.13 23:06:47.348275 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2025.05.13 23:06:47.348805 [ 269 ] {95d89403-3a93-40b7-a0a4-24f1bbc7c3ca} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.348847 [ 269 ] {95d89403-3a93-40b7-a0a4-24f1bbc7c3ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:47.349477 [ 269 ] {95d89403-3a93-40b7-a0a4-24f1bbc7c3ca} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:06:47.349724 [ 269 ] {95d89403-3a93-40b7-a0a4-24f1bbc7c3ca} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.349846 [ 26 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.05.13 23:06:47.349871 [ 269 ] {95d89403-3a93-40b7-a0a4-24f1bbc7c3ca} executeQuery: Read 32 rows, 58.72 KiB in 0.002015 sec., 15880.89330024814 rows/sec., 28.46 MiB/sec. 2025.05.13 23:06:47.349887 [ 26 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.349916 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:47.349936 [ 269 ] {95d89403-3a93-40b7-a0a4-24f1bbc7c3ca} TCPHandler: Processed in 0.002211821 sec. 2025.05.13 23:06:47.350019 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::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.05.13 23:06:47.350065 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:47.350165 [ 269 ] {78c5ad3a-f77e-4e7f-955f-cc5e93ac7836} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:47.350207 [ 269 ] {78c5ad3a-f77e-4e7f-955f-cc5e93ac7836} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:47.350265 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:47.350330 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 910 rows starting from the beginning of the part 2025.05.13 23:06:47.350455 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:47.350556 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part 2025.05.13 23:06:47.350562 [ 269 ] {78c5ad3a-f77e-4e7f-955f-cc5e93ac7836} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.350608 [ 269 ] {78c5ad3a-f77e-4e7f-955f-cc5e93ac7836} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:47.350655 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:47.350752 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 9 rows starting from the beginning of the part 2025.05.13 23:06:47.350856 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:47.351071 [ 269 ] {78c5ad3a-f77e-4e7f-955f-cc5e93ac7836} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:06:47.351322 [ 269 ] {78c5ad3a-f77e-4e7f-955f-cc5e93ac7836} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.351464 [ 269 ] {78c5ad3a-f77e-4e7f-955f-cc5e93ac7836} executeQuery: Read 60 rows, 4.14 KiB in 0.001318 sec., 45523.520485584224 rows/sec., 3.07 MiB/sec. 2025.05.13 23:06:47.351465 [ 25 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.05.13 23:06:47.351503 [ 269 ] {78c5ad3a-f77e-4e7f-955f-cc5e93ac7836} TCPHandler: Processed in 0.001488237 sec. 2025.05.13 23:06:47.351527 [ 25 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:47.351554 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:47.351639 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.05.13 23:06:47.351763 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:47.351793 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3756 rows starting from the beginning of the part 2025.05.13 23:06:47.351846 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part 2025.05.13 23:06:47.351894 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 44 rows starting from the beginning of the part 2025.05.13 23:06:47.351936 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part 2025.05.13 23:06:47.351977 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part 2025.05.13 23:06:47.352019 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2025.05.13 23:06:47.355144 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4040 rows, containing 4 columns (4 merged, 0 gathered) in 0.003543333 sec., 1140169.4393386114 rows/sec., 74.46 MiB/sec. 2025.05.13 23:06:47.355542 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.05.13 23:06:47.355838 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.355919 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_66_13} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.05.13 23:06:47.355995 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2025.05.13 23:06:47.357174 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 20581 rows, containing 5 columns (5 merged, 0 gathered) in 0.009430832 sec., 2182310.1079522995 rows/sec., 147.44 MiB/sec. 2025.05.13 23:06:47.357494 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.05.13 23:06:47.357738 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.357806 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_66_13} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.05.13 23:06:47.357868 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.05.13 23:06:47.359292 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1024 rows, containing 19 columns (19 merged, 0 gathered) in 0.009323798 sec., 109826.48916246362 rows/sec., 196.80 MiB/sec. 2025.05.13 23:06:47.360829 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.05.13 23:06:47.361176 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:47.361265 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_51_10} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.05.13 23:06:47.361415 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.29 MiB. 2025.05.13 23:06:48.000158 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 277.45 MiB, peak 291.94 MiB, free memory in arenas 0.00 B, will set to 284.60 MiB (RSS), difference: 7.15 MiB 2025.05.13 23:06:51.109654 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1230 2025.05.13 23:06:51.112030 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:51.112080 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:51.113305 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:06:51.113579 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:51.113763 [ 81 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.05.13 23:06:51.113834 [ 81 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:51.113850 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1230 2025.05.13 23:06:51.113858 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:51.113971 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:06:51.114472 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:51.114609 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1034 rows starting from the beginning of the part 2025.05.13 23:06:51.114983 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 46 rows starting from the beginning of the part 2025.05.13 23:06:51.115319 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part 2025.05.13 23:06:51.115654 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2025.05.13 23:06:51.115990 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part 2025.05.13 23:06:51.116318 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part 2025.05.13 23:06:51.122400 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1230 rows, containing 72 columns (72 merged, 0 gathered) in 0.008463821 sec., 145324.43443688142 rows/sec., 115.02 MiB/sec. 2025.05.13 23:06:51.123673 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.05.13 23:06:51.124168 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:51.124240 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_31_6} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.05.13 23:06:51.124398 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2025.05.13 23:06:52.346086 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.346291 [ 269 ] {8b0813f1-97bc-4752-9a11-21986bc0af0c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:06:52.346364 [ 269 ] {8b0813f1-97bc-4752-9a11-21986bc0af0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:06:52.347196 [ 269 ] {8b0813f1-97bc-4752-9a11-21986bc0af0c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.347244 [ 269 ] {8b0813f1-97bc-4752-9a11-21986bc0af0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.347650 [ 269 ] {8b0813f1-97bc-4752-9a11-21986bc0af0c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:06:52.347875 [ 269 ] {8b0813f1-97bc-4752-9a11-21986bc0af0c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.348028 [ 269 ] {8b0813f1-97bc-4752-9a11-21986bc0af0c} executeQuery: Read 212 rows, 13.81 KiB in 0.001795 sec., 118105.84958217271 rows/sec., 7.51 MiB/sec. 2025.05.13 23:06:52.348070 [ 269 ] {8b0813f1-97bc-4752-9a11-21986bc0af0c} TCPHandler: Processed in 0.002125628 sec. 2025.05.13 23:06:52.348196 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.348290 [ 269 ] {21e91f14-700e-45c9-8075-1e46d563c1b2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:06:52.348331 [ 269 ] {21e91f14-700e-45c9-8075-1e46d563c1b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:06:52.348727 [ 269 ] {21e91f14-700e-45c9-8075-1e46d563c1b2} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.348763 [ 269 ] {21e91f14-700e-45c9-8075-1e46d563c1b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.349052 [ 269 ] {21e91f14-700e-45c9-8075-1e46d563c1b2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.13 23:06:52.349269 [ 269 ] {21e91f14-700e-45c9-8075-1e46d563c1b2} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.349393 [ 269 ] {21e91f14-700e-45c9-8075-1e46d563c1b2} executeQuery: Read 8 rows, 668.00 B in 0.001122 sec., 7130.124777183601 rows/sec., 581.41 KiB/sec. 2025.05.13 23:06:52.349429 [ 269 ] {21e91f14-700e-45c9-8075-1e46d563c1b2} TCPHandler: Processed in 0.001280761 sec. 2025.05.13 23:06:52.349544 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.349637 [ 269 ] {e39ce8dd-3377-4656-9b5a-e432cc81c42a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:52.349675 [ 269 ] {e39ce8dd-3377-4656-9b5a-e432cc81c42a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:52.350381 [ 269 ] {e39ce8dd-3377-4656-9b5a-e432cc81c42a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.350418 [ 269 ] {e39ce8dd-3377-4656-9b5a-e432cc81c42a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.350749 [ 269 ] {e39ce8dd-3377-4656-9b5a-e432cc81c42a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:06:52.350955 [ 269 ] {e39ce8dd-3377-4656-9b5a-e432cc81c42a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.351080 [ 269 ] {e39ce8dd-3377-4656-9b5a-e432cc81c42a} executeQuery: Read 639 rows, 51.36 KiB in 0.001462 sec., 437072.50341997267 rows/sec., 34.31 MiB/sec. 2025.05.13 23:06:52.351117 [ 269 ] {e39ce8dd-3377-4656-9b5a-e432cc81c42a} TCPHandler: Processed in 0.001619992 sec. 2025.05.13 23:06:52.351227 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.351319 [ 269 ] {cf03603e-706e-4112-9bae-3a89da3e7823} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:52.351357 [ 269 ] {cf03603e-706e-4112-9bae-3a89da3e7823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:52.351781 [ 269 ] {cf03603e-706e-4112-9bae-3a89da3e7823} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.351817 [ 269 ] {cf03603e-706e-4112-9bae-3a89da3e7823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.352113 [ 269 ] {cf03603e-706e-4112-9bae-3a89da3e7823} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:06:52.352322 [ 269 ] {cf03603e-706e-4112-9bae-3a89da3e7823} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.352444 [ 269 ] {cf03603e-706e-4112-9bae-3a89da3e7823} executeQuery: Read 123 rows, 7.62 KiB in 0.001143 sec., 107611.54855643045 rows/sec., 6.51 MiB/sec. 2025.05.13 23:06:52.352480 [ 269 ] {cf03603e-706e-4112-9bae-3a89da3e7823} TCPHandler: Processed in 0.001300232 sec. 2025.05.13 23:06:52.352594 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.352685 [ 269 ] {c82353fb-70ce-4062-a10f-e79984e4f7e0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:06:52.352723 [ 269 ] {c82353fb-70ce-4062-a10f-e79984e4f7e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:06:52.353143 [ 269 ] {c82353fb-70ce-4062-a10f-e79984e4f7e0} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.353179 [ 269 ] {c82353fb-70ce-4062-a10f-e79984e4f7e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.353475 [ 269 ] {c82353fb-70ce-4062-a10f-e79984e4f7e0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:06:52.353675 [ 269 ] {c82353fb-70ce-4062-a10f-e79984e4f7e0} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.353795 [ 269 ] {c82353fb-70ce-4062-a10f-e79984e4f7e0} executeQuery: Read 113 rows, 7.49 KiB in 0.001128 sec., 100177.304964539 rows/sec., 6.48 MiB/sec. 2025.05.13 23:06:52.353832 [ 269 ] {c82353fb-70ce-4062-a10f-e79984e4f7e0} TCPHandler: Processed in 0.001285881 sec. 2025.05.13 23:06:52.353947 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.354038 [ 269 ] {3acbc70b-61c5-4227-a8ac-d22ff5fe877e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:06:52.354077 [ 269 ] {3acbc70b-61c5-4227-a8ac-d22ff5fe877e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:06:52.354494 [ 269 ] {3acbc70b-61c5-4227-a8ac-d22ff5fe877e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.354530 [ 269 ] {3acbc70b-61c5-4227-a8ac-d22ff5fe877e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.354822 [ 269 ] {3acbc70b-61c5-4227-a8ac-d22ff5fe877e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:06:52.355025 [ 269 ] {3acbc70b-61c5-4227-a8ac-d22ff5fe877e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.355144 [ 269 ] {3acbc70b-61c5-4227-a8ac-d22ff5fe877e} executeQuery: Read 112 rows, 6.53 KiB in 0.001123 sec., 99732.85841495992 rows/sec., 5.68 MiB/sec. 2025.05.13 23:06:52.355180 [ 269 ] {3acbc70b-61c5-4227-a8ac-d22ff5fe877e} TCPHandler: Processed in 0.001280531 sec. 2025.05.13 23:06:52.355293 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.355384 [ 269 ] {6835bba5-9fca-4132-a106-542de2c8031d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:52.355422 [ 269 ] {6835bba5-9fca-4132-a106-542de2c8031d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:52.355948 [ 269 ] {6835bba5-9fca-4132-a106-542de2c8031d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.355984 [ 269 ] {6835bba5-9fca-4132-a106-542de2c8031d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.356304 [ 269 ] {6835bba5-9fca-4132-a106-542de2c8031d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:06:52.356505 [ 269 ] {6835bba5-9fca-4132-a106-542de2c8031d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.356626 [ 269 ] {6835bba5-9fca-4132-a106-542de2c8031d} executeQuery: Read 399 rows, 28.96 KiB in 0.001258 sec., 317170.11128775834 rows/sec., 22.48 MiB/sec. 2025.05.13 23:06:52.356663 [ 269 ] {6835bba5-9fca-4132-a106-542de2c8031d} TCPHandler: Processed in 0.001417025 sec. 2025.05.13 23:06:52.356776 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.356867 [ 269 ] {9a9fc474-ea17-47af-a65d-97a2fe4cfc2b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:06:52.356907 [ 269 ] {9a9fc474-ea17-47af-a65d-97a2fe4cfc2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:06:52.357234 [ 269 ] {9a9fc474-ea17-47af-a65d-97a2fe4cfc2b} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.357268 [ 269 ] {9a9fc474-ea17-47af-a65d-97a2fe4cfc2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.357562 [ 269 ] {9a9fc474-ea17-47af-a65d-97a2fe4cfc2b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:06:52.357765 [ 269 ] {9a9fc474-ea17-47af-a65d-97a2fe4cfc2b} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.357888 [ 269 ] {9a9fc474-ea17-47af-a65d-97a2fe4cfc2b} executeQuery: Read 6 rows, 321.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 302.00 KiB/sec. 2025.05.13 23:06:52.357923 [ 269 ] {9a9fc474-ea17-47af-a65d-97a2fe4cfc2b} TCPHandler: Processed in 0.001195208 sec. 2025.05.13 23:06:52.358034 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.358125 [ 269 ] {3adc0091-4c08-4f61-a96e-59d27ae9d937} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:52.358167 [ 269 ] {3adc0091-4c08-4f61-a96e-59d27ae9d937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:52.358565 [ 269 ] {3adc0091-4c08-4f61-a96e-59d27ae9d937} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.358601 [ 269 ] {3adc0091-4c08-4f61-a96e-59d27ae9d937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.358928 [ 269 ] {3adc0091-4c08-4f61-a96e-59d27ae9d937} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:06:52.359134 [ 269 ] {3adc0091-4c08-4f61-a96e-59d27ae9d937} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.359260 [ 269 ] {3adc0091-4c08-4f61-a96e-59d27ae9d937} executeQuery: Read 241 rows, 16.55 KiB in 0.001152 sec., 209201.38888888888 rows/sec., 14.03 MiB/sec. 2025.05.13 23:06:52.359296 [ 269 ] {3adc0091-4c08-4f61-a96e-59d27ae9d937} TCPHandler: Processed in 0.001309092 sec. 2025.05.13 23:06:52.359409 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.359500 [ 269 ] {99831764-7da9-4ab3-a0b2-0b2fdc65e605} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:06:52.359540 [ 269 ] {99831764-7da9-4ab3-a0b2-0b2fdc65e605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:06:52.359847 [ 269 ] {99831764-7da9-4ab3-a0b2-0b2fdc65e605} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.359883 [ 269 ] {99831764-7da9-4ab3-a0b2-0b2fdc65e605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.360167 [ 269 ] {99831764-7da9-4ab3-a0b2-0b2fdc65e605} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:06:52.360368 [ 269 ] {99831764-7da9-4ab3-a0b2-0b2fdc65e605} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.360490 [ 269 ] {99831764-7da9-4ab3-a0b2-0b2fdc65e605} executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. 2025.05.13 23:06:52.360525 [ 269 ] {99831764-7da9-4ab3-a0b2-0b2fdc65e605} TCPHandler: Processed in 0.001164137 sec. 2025.05.13 23:06:52.360632 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.360722 [ 269 ] {4fdf3cc9-3197-4023-9e88-8346a6c9dc42} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:52.360776 [ 269 ] {4fdf3cc9-3197-4023-9e88-8346a6c9dc42} 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.05.13 23:06:52.361536 [ 269 ] {4fdf3cc9-3197-4023-9e88-8346a6c9dc42} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.361572 [ 269 ] {4fdf3cc9-3197-4023-9e88-8346a6c9dc42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.362074 [ 269 ] {4fdf3cc9-3197-4023-9e88-8346a6c9dc42} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:06:52.362292 [ 269 ] {4fdf3cc9-3197-4023-9e88-8346a6c9dc42} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.362423 [ 269 ] {4fdf3cc9-3197-4023-9e88-8346a6c9dc42} executeQuery: Read 9 rows, 16.51 KiB in 0.001718 sec., 5238.649592549476 rows/sec., 9.39 MiB/sec. 2025.05.13 23:06:52.362476 [ 269 ] {4fdf3cc9-3197-4023-9e88-8346a6c9dc42} TCPHandler: Processed in 0.001892381 sec. 2025.05.13 23:06:52.362590 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:52.362683 [ 269 ] {653344f2-bf52-4264-ab20-87d34b70b7f8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:52.362724 [ 269 ] {653344f2-bf52-4264-ab20-87d34b70b7f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:52.363054 [ 269 ] {653344f2-bf52-4264-ab20-87d34b70b7f8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:52.363090 [ 269 ] {653344f2-bf52-4264-ab20-87d34b70b7f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:52.363387 [ 269 ] {653344f2-bf52-4264-ab20-87d34b70b7f8} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:06:52.363596 [ 269 ] {653344f2-bf52-4264-ab20-87d34b70b7f8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:52.363715 [ 269 ] {653344f2-bf52-4264-ab20-87d34b70b7f8} executeQuery: Read 82 rows, 5.33 KiB in 0.00105 sec., 78095.2380952381 rows/sec., 4.96 MiB/sec. 2025.05.13 23:06:52.363749 [ 269 ] {653344f2-bf52-4264-ab20-87d34b70b7f8} TCPHandler: Processed in 0.001206538 sec. 2025.05.13 23:06:53.557794 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19764 2025.05.13 23:06:53.558272 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:53.558315 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:53.558794 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:06:53.559032 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:53.559179 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 2025.05.13 23:06:54.658425 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.05.13 23:06:54.675495 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:54.675548 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.11 GiB. 2025.05.13 23:06:54.681642 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:06:54.682355 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:54.685194 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.05.13 23:06:57.344468 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:57.344674 [ 269 ] {69c4b7b1-a375-4d2d-bb87-e2ccf0d23847} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:06:57.344747 [ 269 ] {69c4b7b1-a375-4d2d-bb87-e2ccf0d23847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:06:57.345525 [ 269 ] {69c4b7b1-a375-4d2d-bb87-e2ccf0d23847} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:57.345577 [ 269 ] {69c4b7b1-a375-4d2d-bb87-e2ccf0d23847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:57.345991 [ 269 ] {69c4b7b1-a375-4d2d-bb87-e2ccf0d23847} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:06:57.346217 [ 269 ] {69c4b7b1-a375-4d2d-bb87-e2ccf0d23847} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:57.346376 [ 269 ] {69c4b7b1-a375-4d2d-bb87-e2ccf0d23847} executeQuery: Read 120 rows, 10.47 KiB in 0.001754 sec., 68415.05131128848 rows/sec., 5.83 MiB/sec. 2025.05.13 23:06:57.346431 [ 269 ] {69c4b7b1-a375-4d2d-bb87-e2ccf0d23847} TCPHandler: Processed in 0.002103437 sec. 2025.05.13 23:06:57.346562 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:57.346667 [ 269 ] {6ec46500-b2ed-4f64-917c-1d3c0928c3a9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:06:57.346712 [ 269 ] {6ec46500-b2ed-4f64-917c-1d3c0928c3a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:06:57.347137 [ 269 ] {6ec46500-b2ed-4f64-917c-1d3c0928c3a9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:57.347175 [ 269 ] {6ec46500-b2ed-4f64-917c-1d3c0928c3a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:57.347507 [ 269 ] {6ec46500-b2ed-4f64-917c-1d3c0928c3a9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:06:57.347728 [ 269 ] {6ec46500-b2ed-4f64-917c-1d3c0928c3a9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:57.347848 [ 170 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.05.13 23:06:57.347861 [ 269 ] {6ec46500-b2ed-4f64-917c-1d3c0928c3a9} executeQuery: Read 32 rows, 2.41 KiB in 0.001219 sec., 26251.025430680886 rows/sec., 1.93 MiB/sec. 2025.05.13 23:06:57.347921 [ 170 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:57.347949 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:57.347959 [ 269 ] {6ec46500-b2ed-4f64-917c-1d3c0928c3a9} TCPHandler: Processed in 0.001448486 sec. 2025.05.13 23:06:57.348039 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.05.13 23:06:57.348099 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:57.348128 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:06:57.348159 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 165 rows starting from the beginning of the part 2025.05.13 23:06:57.348215 [ 269 ] {f1a72c19-2c5c-421e-bc69-ee89e628335c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:06:57.348221 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 36 rows starting from the beginning of the part 2025.05.13 23:06:57.348264 [ 269 ] {f1a72c19-2c5c-421e-bc69-ee89e628335c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:06:57.348277 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 115 rows starting from the beginning of the part 2025.05.13 23:06:57.348321 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:57.348374 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 123 rows starting from the beginning of the part 2025.05.13 23:06:57.348416 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part 2025.05.13 23:06:57.348720 [ 269 ] {f1a72c19-2c5c-421e-bc69-ee89e628335c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:57.348756 [ 269 ] {f1a72c19-2c5c-421e-bc69-ee89e628335c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:57.349080 [ 269 ] {f1a72c19-2c5c-421e-bc69-ee89e628335c} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:06:57.349236 [ 188 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 5 columns (5 merged, 0 gathered) in 0.00123046 sec., 408790.20853989566 rows/sec., 27.68 MiB/sec. 2025.05.13 23:06:57.349289 [ 269 ] {f1a72c19-2c5c-421e-bc69-ee89e628335c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:57.349422 [ 269 ] {f1a72c19-2c5c-421e-bc69-ee89e628335c} executeQuery: Read 96 rows, 7.68 KiB in 0.001232 sec., 77922.07792207792 rows/sec., 6.09 MiB/sec. 2025.05.13 23:06:57.349461 [ 269 ] {f1a72c19-2c5c-421e-bc69-ee89e628335c} TCPHandler: Processed in 0.001422605 sec. 2025.05.13 23:06:57.349467 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.05.13 23:06:57.349578 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:57.349679 [ 269 ] {03654f19-687a-4da9-a850-f4fdf84dad4d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:57.349725 [ 269 ] {03654f19-687a-4da9-a850-f4fdf84dad4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:06:57.349825 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:57.349921 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_56_11} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.05.13 23:06:57.350040 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:06:57.350140 [ 269 ] {03654f19-687a-4da9-a850-f4fdf84dad4d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:57.350181 [ 269 ] {03654f19-687a-4da9-a850-f4fdf84dad4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:57.350520 [ 269 ] {03654f19-687a-4da9-a850-f4fdf84dad4d} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:06:57.350726 [ 269 ] {03654f19-687a-4da9-a850-f4fdf84dad4d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:57.350853 [ 269 ] {03654f19-687a-4da9-a850-f4fdf84dad4d} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.05.13 23:06:57.350891 [ 269 ] {03654f19-687a-4da9-a850-f4fdf84dad4d} TCPHandler: Processed in 0.001362234 sec. 2025.05.13 23:06:57.351008 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:57.351123 [ 269 ] {698447ff-0eeb-4eed-9fd7-74a1831bfe45} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:06:57.351189 [ 269 ] {698447ff-0eeb-4eed-9fd7-74a1831bfe45} 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.05.13 23:06:57.352049 [ 269 ] {698447ff-0eeb-4eed-9fd7-74a1831bfe45} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:57.352085 [ 269 ] {698447ff-0eeb-4eed-9fd7-74a1831bfe45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:57.352628 [ 269 ] {698447ff-0eeb-4eed-9fd7-74a1831bfe45} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:06:57.352862 [ 269 ] {698447ff-0eeb-4eed-9fd7-74a1831bfe45} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:57.352999 [ 269 ] {698447ff-0eeb-4eed-9fd7-74a1831bfe45} executeQuery: Read 32 rows, 58.72 KiB in 0.0019 sec., 16842.105263157893 rows/sec., 30.18 MiB/sec. 2025.05.13 23:06:57.353052 [ 269 ] {698447ff-0eeb-4eed-9fd7-74a1831bfe45} TCPHandler: Processed in 0.002105497 sec. 2025.05.13 23:06:57.353176 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:06:57.353270 [ 269 ] {75ada559-1008-44db-b908-d6863c437122} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:06:57.353311 [ 269 ] {75ada559-1008-44db-b908-d6863c437122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:06:57.353658 [ 269 ] {75ada559-1008-44db-b908-d6863c437122} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:06:57.353696 [ 269 ] {75ada559-1008-44db-b908-d6863c437122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:06:57.354000 [ 269 ] {75ada559-1008-44db-b908-d6863c437122} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:06:57.354207 [ 269 ] {75ada559-1008-44db-b908-d6863c437122} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:06:57.354335 [ 269 ] {75ada559-1008-44db-b908-d6863c437122} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.05.13 23:06:57.354370 [ 269 ] {75ada559-1008-44db-b908-d6863c437122} TCPHandler: Processed in 0.001244229 sec. 2025.05.13 23:07:00.922726 [ 152 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:07:00.922792 [ 152 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:07:01.060148 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20252 2025.05.13 23:07:01.060643 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:01.060680 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:01.061157 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:07:01.061379 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:01.061507 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20252 2025.05.13 23:07:01.114921 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1266 2025.05.13 23:07:01.117324 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:01.117368 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:01.118552 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:07:01.118814 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:01.119073 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1266 2025.05.13 23:07:02.186154 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.05.13 23:07:02.202756 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.202812 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.209190 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:07:02.209904 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.212736 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.05.13 23:07:02.346884 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.347048 [ 269 ] {a178e6c9-e122-4e25-87cf-fa56e384e1b8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:07:02.347111 [ 269 ] {a178e6c9-e122-4e25-87cf-fa56e384e1b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:07:02.347904 [ 269 ] {a178e6c9-e122-4e25-87cf-fa56e384e1b8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.347944 [ 269 ] {a178e6c9-e122-4e25-87cf-fa56e384e1b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.348288 [ 269 ] {a178e6c9-e122-4e25-87cf-fa56e384e1b8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:07:02.348509 [ 269 ] {a178e6c9-e122-4e25-87cf-fa56e384e1b8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.348655 [ 269 ] {a178e6c9-e122-4e25-87cf-fa56e384e1b8} executeQuery: Read 212 rows, 13.81 KiB in 0.001653 sec., 128251.66364186328 rows/sec., 8.16 MiB/sec. 2025.05.13 23:07:02.348702 [ 269 ] {a178e6c9-e122-4e25-87cf-fa56e384e1b8} TCPHandler: Processed in 0.001945762 sec. 2025.05.13 23:07:02.348834 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.348935 [ 269 ] {b53e8adb-747c-4f73-ae5f-90c0ecab68e5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:02.348978 [ 269 ] {b53e8adb-747c-4f73-ae5f-90c0ecab68e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:02.349737 [ 269 ] {b53e8adb-747c-4f73-ae5f-90c0ecab68e5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.349774 [ 269 ] {b53e8adb-747c-4f73-ae5f-90c0ecab68e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.350111 [ 269 ] {b53e8adb-747c-4f73-ae5f-90c0ecab68e5} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:07:02.350321 [ 269 ] {b53e8adb-747c-4f73-ae5f-90c0ecab68e5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.350450 [ 269 ] {b53e8adb-747c-4f73-ae5f-90c0ecab68e5} executeQuery: Read 635 rows, 51.07 KiB in 0.001538 sec., 412873.86215864756 rows/sec., 32.43 MiB/sec. 2025.05.13 23:07:02.350487 [ 269 ] {b53e8adb-747c-4f73-ae5f-90c0ecab68e5} TCPHandler: Processed in 0.001705964 sec. 2025.05.13 23:07:02.350603 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.350696 [ 269 ] {84a40493-353a-4310-96be-dbee274fb849} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:02.350737 [ 269 ] {84a40493-353a-4310-96be-dbee274fb849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:02.351168 [ 269 ] {84a40493-353a-4310-96be-dbee274fb849} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.351204 [ 269 ] {84a40493-353a-4310-96be-dbee274fb849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.351508 [ 269 ] {84a40493-353a-4310-96be-dbee274fb849} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:07:02.351726 [ 269 ] {84a40493-353a-4310-96be-dbee274fb849} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.351852 [ 269 ] {84a40493-353a-4310-96be-dbee274fb849} executeQuery: Read 115 rows, 7.06 KiB in 0.001175 sec., 97872.34042553192 rows/sec., 5.87 MiB/sec. 2025.05.13 23:07:02.351889 [ 269 ] {84a40493-353a-4310-96be-dbee274fb849} TCPHandler: Processed in 0.001335503 sec. 2025.05.13 23:07:02.352009 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.352102 [ 269 ] {e68bedfb-b9b5-4bc6-acb3-61bd2b3adf01} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:07:02.352142 [ 269 ] {e68bedfb-b9b5-4bc6-acb3-61bd2b3adf01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:07:02.352565 [ 269 ] {e68bedfb-b9b5-4bc6-acb3-61bd2b3adf01} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.352601 [ 269 ] {e68bedfb-b9b5-4bc6-acb3-61bd2b3adf01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.352907 [ 269 ] {e68bedfb-b9b5-4bc6-acb3-61bd2b3adf01} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:07:02.353117 [ 269 ] {e68bedfb-b9b5-4bc6-acb3-61bd2b3adf01} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.353225 [ 150 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 2025.05.13 23:07:02.353243 [ 269 ] {e68bedfb-b9b5-4bc6-acb3-61bd2b3adf01} executeQuery: Read 113 rows, 7.49 KiB in 0.001159 sec., 97497.84296807591 rows/sec., 6.31 MiB/sec. 2025.05.13 23:07:02.353296 [ 150 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.353305 [ 269 ] {e68bedfb-b9b5-4bc6-acb3-61bd2b3adf01} TCPHandler: Processed in 0.001344803 sec. 2025.05.13 23:07:02.353325 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.353421 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full 2025.05.13 23:07:02.353431 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.353527 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:02.353539 [ 269 ] {a48f38fb-1063-4f10-ad6b-1b6924c1c7c1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:07:02.353560 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 341 rows starting from the beginning of the part 2025.05.13 23:07:02.353579 [ 269 ] {a48f38fb-1063-4f10-ad6b-1b6924c1c7c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:07:02.353626 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part 2025.05.13 23:07:02.353677 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part 2025.05.13 23:07:02.353728 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part 2025.05.13 23:07:02.353773 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part 2025.05.13 23:07:02.353819 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part 2025.05.13 23:07:02.354004 [ 269 ] {a48f38fb-1063-4f10-ad6b-1b6924c1c7c1} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.354039 [ 269 ] {a48f38fb-1063-4f10-ad6b-1b6924c1c7c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.354333 [ 269 ] {a48f38fb-1063-4f10-ad6b-1b6924c1c7c1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:07:02.354537 [ 269 ] {a48f38fb-1063-4f10-ad6b-1b6924c1c7c1} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.354663 [ 269 ] {a48f38fb-1063-4f10-ad6b-1b6924c1c7c1} executeQuery: Read 112 rows, 6.53 KiB in 0.001141 sec., 98159.50920245398 rows/sec., 5.59 MiB/sec. 2025.05.13 23:07:02.354700 [ 269 ] {a48f38fb-1063-4f10-ad6b-1b6924c1c7c1} TCPHandler: Processed in 0.001318292 sec. 2025.05.13 23:07:02.354723 [ 193 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001335792 sec., 764340.556014709 rows/sec., 53.41 MiB/sec. 2025.05.13 23:07:02.354816 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.354913 [ 269 ] {ce61a29f-5346-4697-9712-36f8d6aae956} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:02.354934 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) 2025.05.13 23:07:02.354955 [ 269 ] {ce61a29f-5346-4697-9712-36f8d6aae956} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:02.355238 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.355323 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_34_7} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 2025.05.13 23:07:02.355421 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:07:02.355511 [ 269 ] {ce61a29f-5346-4697-9712-36f8d6aae956} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.355552 [ 269 ] {ce61a29f-5346-4697-9712-36f8d6aae956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.355898 [ 269 ] {ce61a29f-5346-4697-9712-36f8d6aae956} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:07:02.356111 [ 269 ] {ce61a29f-5346-4697-9712-36f8d6aae956} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.356238 [ 269 ] {ce61a29f-5346-4697-9712-36f8d6aae956} executeQuery: Read 391 rows, 28.31 KiB in 0.001344 sec., 290922.61904761905 rows/sec., 20.57 MiB/sec. 2025.05.13 23:07:02.356275 [ 269 ] {ce61a29f-5346-4697-9712-36f8d6aae956} TCPHandler: Processed in 0.001508608 sec. 2025.05.13 23:07:02.356390 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.356482 [ 269 ] {ebe46dd6-8e46-4ce5-9e0a-0e1dd05c1c0a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:07:02.356523 [ 269 ] {ebe46dd6-8e46-4ce5-9e0a-0e1dd05c1c0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:07:02.356876 [ 269 ] {ebe46dd6-8e46-4ce5-9e0a-0e1dd05c1c0a} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.356918 [ 269 ] {ebe46dd6-8e46-4ce5-9e0a-0e1dd05c1c0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.357246 [ 269 ] {ebe46dd6-8e46-4ce5-9e0a-0e1dd05c1c0a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:07:02.357460 [ 269 ] {ebe46dd6-8e46-4ce5-9e0a-0e1dd05c1c0a} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.357594 [ 269 ] {ebe46dd6-8e46-4ce5-9e0a-0e1dd05c1c0a} executeQuery: Read 6 rows, 321.00 B in 0.00113 sec., 5309.734513274337 rows/sec., 277.41 KiB/sec. 2025.05.13 23:07:02.357631 [ 269 ] {ebe46dd6-8e46-4ce5-9e0a-0e1dd05c1c0a} TCPHandler: Processed in 0.001290881 sec. 2025.05.13 23:07:02.357749 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.357844 [ 269 ] {fde20f49-a8c4-43de-bce8-d9cf0cd80a19} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:02.357887 [ 269 ] {fde20f49-a8c4-43de-bce8-d9cf0cd80a19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:02.358307 [ 269 ] {fde20f49-a8c4-43de-bce8-d9cf0cd80a19} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.358343 [ 269 ] {fde20f49-a8c4-43de-bce8-d9cf0cd80a19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.358677 [ 269 ] {fde20f49-a8c4-43de-bce8-d9cf0cd80a19} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:07:02.358899 [ 269 ] {fde20f49-a8c4-43de-bce8-d9cf0cd80a19} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.359029 [ 269 ] {fde20f49-a8c4-43de-bce8-d9cf0cd80a19} executeQuery: Read 237 rows, 16.27 KiB in 0.001205 sec., 196680.4979253112 rows/sec., 13.18 MiB/sec. 2025.05.13 23:07:02.359066 [ 269 ] {fde20f49-a8c4-43de-bce8-d9cf0cd80a19} TCPHandler: Processed in 0.001368014 sec. 2025.05.13 23:07:02.359181 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.359276 [ 269 ] {d61687d2-2f1b-46c5-b8d8-9cfed2818a43} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:07:02.359318 [ 269 ] {d61687d2-2f1b-46c5-b8d8-9cfed2818a43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:07:02.359637 [ 269 ] {d61687d2-2f1b-46c5-b8d8-9cfed2818a43} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.359673 [ 269 ] {d61687d2-2f1b-46c5-b8d8-9cfed2818a43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.359975 [ 269 ] {d61687d2-2f1b-46c5-b8d8-9cfed2818a43} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:07:02.360183 [ 269 ] {d61687d2-2f1b-46c5-b8d8-9cfed2818a43} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.360311 [ 269 ] {d61687d2-2f1b-46c5-b8d8-9cfed2818a43} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2025.05.13 23:07:02.360346 [ 269 ] {d61687d2-2f1b-46c5-b8d8-9cfed2818a43} TCPHandler: Processed in 0.001214558 sec. 2025.05.13 23:07:02.360452 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.360546 [ 269 ] {072dec7a-d083-4e19-b75d-79c446dedf9f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:02.360601 [ 269 ] {072dec7a-d083-4e19-b75d-79c446dedf9f} 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.05.13 23:07:02.361319 [ 269 ] {072dec7a-d083-4e19-b75d-79c446dedf9f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.361354 [ 269 ] {072dec7a-d083-4e19-b75d-79c446dedf9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.361837 [ 269 ] {072dec7a-d083-4e19-b75d-79c446dedf9f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:07:02.362058 [ 269 ] {072dec7a-d083-4e19-b75d-79c446dedf9f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.362193 [ 269 ] {072dec7a-d083-4e19-b75d-79c446dedf9f} executeQuery: Read 9 rows, 16.51 KiB in 0.001665 sec., 5405.405405405405 rows/sec., 9.69 MiB/sec. 2025.05.13 23:07:02.362255 [ 269 ] {072dec7a-d083-4e19-b75d-79c446dedf9f} TCPHandler: Processed in 0.00185365 sec. 2025.05.13 23:07:02.362375 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:02.362468 [ 269 ] {0c246b69-dc4c-4620-b3f7-fce1998674d4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:02.362509 [ 269 ] {0c246b69-dc4c-4620-b3f7-fce1998674d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:02.362844 [ 269 ] {0c246b69-dc4c-4620-b3f7-fce1998674d4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:02.362878 [ 269 ] {0c246b69-dc4c-4620-b3f7-fce1998674d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:02.363178 [ 269 ] {0c246b69-dc4c-4620-b3f7-fce1998674d4} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:07:02.363382 [ 269 ] {0c246b69-dc4c-4620-b3f7-fce1998674d4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:02.363505 [ 269 ] {0c246b69-dc4c-4620-b3f7-fce1998674d4} executeQuery: Read 82 rows, 5.33 KiB in 0.001056 sec., 77651.51515151515 rows/sec., 4.93 MiB/sec. 2025.05.13 23:07:02.363540 [ 269 ] {0c246b69-dc4c-4620-b3f7-fce1998674d4} TCPHandler: Processed in 0.001217169 sec. 2025.05.13 23:07:03.001157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 286.25 MiB, peak 291.94 MiB, free memory in arenas 0.00 B, will set to 285.10 MiB (RSS), difference: -1.15 MiB 2025.05.13 23:07:05.559294 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:05.559588 [ 269 ] {500c1df6-31cb-4654-9060-ad5f70b2c43a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:07:05.559659 [ 269 ] {500c1df6-31cb-4654-9060-ad5f70b2c43a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:07:05.560305 [ 269 ] {500c1df6-31cb-4654-9060-ad5f70b2c43a} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.560354 [ 269 ] {500c1df6-31cb-4654-9060-ad5f70b2c43a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.560745 [ 269 ] {500c1df6-31cb-4654-9060-ad5f70b2c43a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.13 23:07:05.560973 [ 269 ] {500c1df6-31cb-4654-9060-ad5f70b2c43a} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.561135 [ 269 ] {500c1df6-31cb-4654-9060-ad5f70b2c43a} executeQuery: Read 2 rows, 167.00 B in 0.001611 sec., 1241.4649286157667 rows/sec., 101.23 KiB/sec. 2025.05.13 23:07:05.561177 [ 269 ] {500c1df6-31cb-4654-9060-ad5f70b2c43a} TCPHandler: Processed in 0.002078557 sec. 2025.05.13 23:07:05.561302 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:05.561397 [ 269 ] {7047efa9-4e6d-435c-a883-b00df685a9cf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:05.561437 [ 269 ] {7047efa9-4e6d-435c-a883-b00df685a9cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:05.562528 [ 269 ] {7047efa9-4e6d-435c-a883-b00df685a9cf} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.562567 [ 269 ] {7047efa9-4e6d-435c-a883-b00df685a9cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.562964 [ 269 ] {7047efa9-4e6d-435c-a883-b00df685a9cf} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:07:05.563177 [ 269 ] {7047efa9-4e6d-435c-a883-b00df685a9cf} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.563304 [ 269 ] {7047efa9-4e6d-435c-a883-b00df685a9cf} executeQuery: Read 1261 rows, 106.66 KiB in 0.001926 sec., 654724.8182762201 rows/sec., 54.08 MiB/sec. 2025.05.13 23:07:05.563300 [ 146 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2025.05.13 23:07:05.563342 [ 269 ] {7047efa9-4e6d-435c-a883-b00df685a9cf} TCPHandler: Processed in 0.002090747 sec. 2025.05.13 23:07:05.563386 [ 146 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.563417 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.563478 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:05.563519 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2025.05.13 23:07:05.563578 [ 269 ] {3dbd2d75-9575-4f5a-a46a-3e185e3b7674} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:05.563620 [ 269 ] {3dbd2d75-9575-4f5a-a46a-3e185e3b7674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:05.563623 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:05.563662 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 1849 rows starting from the beginning of the part 2025.05.13 23:07:05.563732 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 120 rows starting from the beginning of the part 2025.05.13 23:07:05.563784 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 639 rows starting from the beginning of the part 2025.05.13 23:07:05.563835 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 120 rows starting from the beginning of the part 2025.05.13 23:07:05.563880 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 635 rows starting from the beginning of the part 2025.05.13 23:07:05.563925 [ 191 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:07:05.564067 [ 269 ] {3dbd2d75-9575-4f5a-a46a-3e185e3b7674} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.564104 [ 269 ] {3dbd2d75-9575-4f5a-a46a-3e185e3b7674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.564425 [ 269 ] {3dbd2d75-9575-4f5a-a46a-3e185e3b7674} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:07:05.564648 [ 269 ] {3dbd2d75-9575-4f5a-a46a-3e185e3b7674} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.564789 [ 269 ] {3dbd2d75-9575-4f5a-a46a-3e185e3b7674} executeQuery: Read 34 rows, 2.55 KiB in 0.00123 sec., 27642.27642276423 rows/sec., 2.02 MiB/sec. 2025.05.13 23:07:05.564828 [ 269 ] {3dbd2d75-9575-4f5a-a46a-3e185e3b7674} TCPHandler: Processed in 0.001399625 sec. 2025.05.13 23:07:05.564937 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:05.565031 [ 269 ] {728fe9e8-b9a3-4e94-a196-76d0346f8cb5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:07:05.565071 [ 269 ] {728fe9e8-b9a3-4e94-a196-76d0346f8cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:07:05.565451 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 4624 rows, containing 5 columns (5 merged, 0 gathered) in 0.001971273 sec., 2345692.3520993795 rows/sec., 199.20 MiB/sec. 2025.05.13 23:07:05.565553 [ 269 ] {728fe9e8-b9a3-4e94-a196-76d0346f8cb5} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.565596 [ 269 ] {728fe9e8-b9a3-4e94-a196-76d0346f8cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.565742 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.05.13 23:07:05.565939 [ 269 ] {728fe9e8-b9a3-4e94-a196-76d0346f8cb5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:07:05.566073 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.566166 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_70_14} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2025.05.13 23:07:05.566195 [ 269 ] {728fe9e8-b9a3-4e94-a196-76d0346f8cb5} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.566279 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2025.05.13 23:07:05.566333 [ 269 ] {728fe9e8-b9a3-4e94-a196-76d0346f8cb5} executeQuery: Read 228 rows, 15.81 KiB in 0.00132 sec., 172727.27272727274 rows/sec., 11.70 MiB/sec. 2025.05.13 23:07:05.566374 [ 269 ] {728fe9e8-b9a3-4e94-a196-76d0346f8cb5} TCPHandler: Processed in 0.001486218 sec. 2025.05.13 23:07:05.566486 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:05.566580 [ 269 ] {2088509a-1ec0-4d93-99e3-64ead583835c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:05.566619 [ 269 ] {2088509a-1ec0-4d93-99e3-64ead583835c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:05.567204 [ 269 ] {2088509a-1ec0-4d93-99e3-64ead583835c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.567241 [ 269 ] {2088509a-1ec0-4d93-99e3-64ead583835c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.567571 [ 269 ] {2088509a-1ec0-4d93-99e3-64ead583835c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:07:05.567780 [ 269 ] {2088509a-1ec0-4d93-99e3-64ead583835c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.567892 [ 146 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2025.05.13 23:07:05.567906 [ 269 ] {2088509a-1ec0-4d93-99e3-64ead583835c} executeQuery: Read 554 rows, 42.13 KiB in 0.001345 sec., 411895.91078066913 rows/sec., 30.59 MiB/sec. 2025.05.13 23:07:05.567927 [ 146 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.567950 [ 269 ] {2088509a-1ec0-4d93-99e3-64ead583835c} TCPHandler: Processed in 0.001513078 sec. 2025.05.13 23:07:05.567951 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.568051 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2025.05.13 23:07:05.568071 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:05.568160 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:05.568170 [ 269 ] {0514f4a9-5f87-4918-aaed-9e3a64f722f0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:05.568199 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 915 rows starting from the beginning of the part 2025.05.13 23:07:05.568223 [ 269 ] {0514f4a9-5f87-4918-aaed-9e3a64f722f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:05.568266 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 96 rows starting from the beginning of the part 2025.05.13 23:07:05.568315 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 399 rows starting from the beginning of the part 2025.05.13 23:07:05.568355 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 96 rows starting from the beginning of the part 2025.05.13 23:07:05.568393 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 391 rows starting from the beginning of the part 2025.05.13 23:07:05.568433 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 554 rows starting from the beginning of the part 2025.05.13 23:07:05.568807 [ 269 ] {0514f4a9-5f87-4918-aaed-9e3a64f722f0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.568849 [ 269 ] {0514f4a9-5f87-4918-aaed-9e3a64f722f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.569264 [ 269 ] {0514f4a9-5f87-4918-aaed-9e3a64f722f0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:07:05.569480 [ 269 ] {0514f4a9-5f87-4918-aaed-9e3a64f722f0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.569608 [ 269 ] {0514f4a9-5f87-4918-aaed-9e3a64f722f0} executeQuery: Read 929 rows, 63.86 KiB in 0.001458 sec., 637174.2112482853 rows/sec., 42.77 MiB/sec. 2025.05.13 23:07:05.569646 [ 269 ] {0514f4a9-5f87-4918-aaed-9e3a64f722f0} TCPHandler: Processed in 0.001624792 sec. 2025.05.13 23:07:05.569684 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 2451 rows, containing 5 columns (5 merged, 0 gathered) in 0.001670234 sec., 1467459.050647993 rows/sec., 112.49 MiB/sec. 2025.05.13 23:07:05.569792 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:05.569874 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.05.13 23:07:05.569892 [ 269 ] {9498d861-f872-4a31-8388-8f66a31efe62} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:05.569953 [ 269 ] {9498d861-f872-4a31-8388-8f66a31efe62} 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.05.13 23:07:05.570132 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.570210 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_70_14} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2025.05.13 23:07:05.570286 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:07:05.570852 [ 269 ] {9498d861-f872-4a31-8388-8f66a31efe62} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.570895 [ 269 ] {9498d861-f872-4a31-8388-8f66a31efe62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.571458 [ 269 ] {9498d861-f872-4a31-8388-8f66a31efe62} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:07:05.571694 [ 269 ] {9498d861-f872-4a31-8388-8f66a31efe62} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.571832 [ 269 ] {9498d861-f872-4a31-8388-8f66a31efe62} executeQuery: Read 32 rows, 58.72 KiB in 0.001959 sec., 16334.864726901482 rows/sec., 29.27 MiB/sec. 2025.05.13 23:07:05.571886 [ 269 ] {9498d861-f872-4a31-8388-8f66a31efe62} TCPHandler: Processed in 0.002144108 sec. 2025.05.13 23:07:05.572010 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:05.572104 [ 269 ] {bf6dd9a9-d3a6-40d9-8c36-92a4259a0551} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:05.572146 [ 269 ] {bf6dd9a9-d3a6-40d9-8c36-92a4259a0551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:05.572475 [ 269 ] {bf6dd9a9-d3a6-40d9-8c36-92a4259a0551} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:05.572512 [ 269 ] {bf6dd9a9-d3a6-40d9-8c36-92a4259a0551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:05.572819 [ 269 ] {bf6dd9a9-d3a6-40d9-8c36-92a4259a0551} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:07:05.573028 [ 269 ] {bf6dd9a9-d3a6-40d9-8c36-92a4259a0551} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:05.573153 [ 269 ] {bf6dd9a9-d3a6-40d9-8c36-92a4259a0551} executeQuery: Read 44 rows, 3.03 KiB in 0.001067 sec., 41237.113402061856 rows/sec., 2.77 MiB/sec. 2025.05.13 23:07:05.573188 [ 269 ] {bf6dd9a9-d3a6-40d9-8c36-92a4259a0551} TCPHandler: Processed in 0.001228149 sec. 2025.05.13 23:07:07.334636 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:07.334818 [ 269 ] {58f089d8-daa0-47c0-8b33-93ac6d88c231} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:07.334884 [ 269 ] {58f089d8-daa0-47c0-8b33-93ac6d88c231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:07.335553 [ 269 ] {58f089d8-daa0-47c0-8b33-93ac6d88c231} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:07.335591 [ 269 ] {58f089d8-daa0-47c0-8b33-93ac6d88c231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:07.335980 [ 269 ] {58f089d8-daa0-47c0-8b33-93ac6d88c231} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:07:07.336216 [ 269 ] {58f089d8-daa0-47c0-8b33-93ac6d88c231} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:07.336380 [ 269 ] {58f089d8-daa0-47c0-8b33-93ac6d88c231} executeQuery: Read 56 rows, 4.38 KiB in 0.001613 sec., 34717.9169249845 rows/sec., 2.65 MiB/sec. 2025.05.13 23:07:07.336434 [ 269 ] {58f089d8-daa0-47c0-8b33-93ac6d88c231} TCPHandler: Processed in 0.001929972 sec. 2025.05.13 23:07:07.336565 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:07.336660 [ 269 ] {f5718a1d-ac04-4d5f-b72b-f8a677c5bf73} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:07.336799 [ 269 ] {f5718a1d-ac04-4d5f-b72b-f8a677c5bf73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:07.337229 [ 269 ] {f5718a1d-ac04-4d5f-b72b-f8a677c5bf73} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:07.337264 [ 269 ] {f5718a1d-ac04-4d5f-b72b-f8a677c5bf73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:07.337581 [ 269 ] {f5718a1d-ac04-4d5f-b72b-f8a677c5bf73} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:07:07.337827 [ 269 ] {f5718a1d-ac04-4d5f-b72b-f8a677c5bf73} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:07.337970 [ 269 ] {f5718a1d-ac04-4d5f-b72b-f8a677c5bf73} executeQuery: Read 64 rows, 5.12 KiB in 0.001328 sec., 48192.77108433735 rows/sec., 3.76 MiB/sec. 2025.05.13 23:07:07.338009 [ 269 ] {f5718a1d-ac04-4d5f-b72b-f8a677c5bf73} TCPHandler: Processed in 0.001494518 sec. 2025.05.13 23:07:07.338132 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:07.338321 [ 269 ] {f78e06c2-87d2-4f12-b028-13c972f025a7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:07.338367 [ 269 ] {f78e06c2-87d2-4f12-b028-13c972f025a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:07.338782 [ 269 ] {f78e06c2-87d2-4f12-b028-13c972f025a7} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:07.338824 [ 269 ] {f78e06c2-87d2-4f12-b028-13c972f025a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:07.339215 [ 269 ] {f78e06c2-87d2-4f12-b028-13c972f025a7} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:07:07.339466 [ 269 ] {f78e06c2-87d2-4f12-b028-13c972f025a7} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:07.339577 [ 147 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 2025.05.13 23:07:07.339607 [ 269 ] {f78e06c2-87d2-4f12-b028-13c972f025a7} executeQuery: Read 42 rows, 2.99 KiB in 0.001305 sec., 32183.908045977012 rows/sec., 2.24 MiB/sec. 2025.05.13 23:07:07.339619 [ 147 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:07.339642 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:07.339645 [ 269 ] {f78e06c2-87d2-4f12-b028-13c972f025a7} TCPHandler: Processed in 0.00156213 sec. 2025.05.13 23:07:07.339755 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full 2025.05.13 23:07:07.339765 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:07.339884 [ 269 ] {30948921-d8ae-434c-9f65-794e56e63a20} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:07.339894 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:07.339926 [ 269 ] {30948921-d8ae-434c-9f65-794e56e63a20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:07.339936 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20581 rows starting from the beginning of the part 2025.05.13 23:07:07.340013 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 241 rows starting from the beginning of the part 2025.05.13 23:07:07.340058 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2025.05.13 23:07:07.340110 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part 2025.05.13 23:07:07.340152 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 929 rows starting from the beginning of the part 2025.05.13 23:07:07.340266 [ 269 ] {30948921-d8ae-434c-9f65-794e56e63a20} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:07.340307 [ 269 ] {30948921-d8ae-434c-9f65-794e56e63a20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:07.340625 [ 269 ] {30948921-d8ae-434c-9f65-794e56e63a20} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:07:07.340842 [ 269 ] {30948921-d8ae-434c-9f65-794e56e63a20} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:07.340970 [ 269 ] {30948921-d8ae-434c-9f65-794e56e63a20} executeQuery: Read 16 rows, 1.11 KiB in 0.001105 sec., 14479.638009049773 rows/sec., 1003.96 KiB/sec. 2025.05.13 23:07:07.341005 [ 269 ] {30948921-d8ae-434c-9f65-794e56e63a20} TCPHandler: Processed in 0.001287241 sec. 2025.05.13 23:07:07.340987 [ 145 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.05.13 23:07:07.341073 [ 145 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:07.341094 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:07.341182 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.05.13 23:07:07.341292 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:07.341319 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4040 rows starting from the beginning of the part 2025.05.13 23:07:07.341369 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part 2025.05.13 23:07:07.341411 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2025.05.13 23:07:07.341450 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part 2025.05.13 23:07:07.341488 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 44 rows starting from the beginning of the part 2025.05.13 23:07:07.341525 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part 2025.05.13 23:07:07.342954 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4324 rows, containing 4 columns (4 merged, 0 gathered) in 0.001809598 sec., 2389480.9786482966 rows/sec., 156.03 MiB/sec. 2025.05.13 23:07:07.343307 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.05.13 23:07:07.343612 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:07.343697 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_71_14} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.05.13 23:07:07.343806 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.05.13 23:07:07.359489 [ 187 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 22148 rows, containing 5 columns (5 merged, 0 gathered) in 0.019789293 sec., 1119191.0696354841 rows/sec., 75.60 MiB/sec. 2025.05.13 23:07:07.360069 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.05.13 23:07:07.360349 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:07.360437 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_70_14} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 2025.05.13 23:07:07.360536 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.05.13 23:07:08.001163 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 285.45 MiB, peak 292.68 MiB, free memory in arenas 0.00 B, will set to 287.91 MiB (RSS), difference: 2.46 MiB 2025.05.13 23:07:08.562470 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20679 2025.05.13 23:07:08.562975 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:08.563022 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:08.563520 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:07:08.563747 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:08.563883 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 2025.05.13 23:07:09.713693 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.05.13 23:07:09.730349 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:09.730394 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:09.736553 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:07:09.737238 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:09.739965 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.05.13 23:07:11.120118 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1312 2025.05.13 23:07:11.122692 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:11.122736 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:11.123971 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:07:11.124274 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:11.124538 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1312 2025.05.13 23:07:12.346187 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.346474 [ 269 ] {655bae26-eb2c-40f2-86d2-8255ba7d2a15} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:07:12.346579 [ 269 ] {655bae26-eb2c-40f2-86d2-8255ba7d2a15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:07:12.347493 [ 269 ] {655bae26-eb2c-40f2-86d2-8255ba7d2a15} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.347541 [ 269 ] {655bae26-eb2c-40f2-86d2-8255ba7d2a15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.347964 [ 269 ] {655bae26-eb2c-40f2-86d2-8255ba7d2a15} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:07:12.348193 [ 269 ] {655bae26-eb2c-40f2-86d2-8255ba7d2a15} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.348324 [ 140 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.05.13 23:07:12.348341 [ 269 ] {655bae26-eb2c-40f2-86d2-8255ba7d2a15} executeQuery: Read 212 rows, 13.81 KiB in 0.001945 sec., 108997.4293059126 rows/sec., 6.93 MiB/sec. 2025.05.13 23:07:12.348395 [ 140 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.348412 [ 269 ] {655bae26-eb2c-40f2-86d2-8255ba7d2a15} TCPHandler: Processed in 0.002410707 sec. 2025.05.13 23:07:12.348424 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.348556 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.348561 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.05.13 23:07:12.348658 [ 269 ] {03dd2370-5553-4f6d-baf1-e7230d542ca7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:12.348703 [ 269 ] {03dd2370-5553-4f6d-baf1-e7230d542ca7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:12.348711 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:12.348754 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part 2025.05.13 23:07:12.348826 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2025.05.13 23:07:12.348878 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part 2025.05.13 23:07:12.348927 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part 2025.05.13 23:07:12.348973 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part 2025.05.13 23:07:12.349457 [ 269 ] {03dd2370-5553-4f6d-baf1-e7230d542ca7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.349501 [ 269 ] {03dd2370-5553-4f6d-baf1-e7230d542ca7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.349861 [ 269 ] {03dd2370-5553-4f6d-baf1-e7230d542ca7} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:07:12.349994 [ 189 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001482397 sec., 715058.1119632594 rows/sec., 48.20 MiB/sec. 2025.05.13 23:07:12.350117 [ 269 ] {03dd2370-5553-4f6d-baf1-e7230d542ca7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.350185 [ 187 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.05.13 23:07:12.350253 [ 269 ] {03dd2370-5553-4f6d-baf1-e7230d542ca7} executeQuery: Read 635 rows, 51.07 KiB in 0.001615 sec., 393188.85448916414 rows/sec., 30.88 MiB/sec. 2025.05.13 23:07:12.350291 [ 269 ] {03dd2370-5553-4f6d-baf1-e7230d542ca7} TCPHandler: Processed in 0.001788117 sec. 2025.05.13 23:07:12.350416 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.350464 [ 187 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.350510 [ 269 ] {c0fdd004-4964-415d-a63c-715ee7f2cdfa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:12.350530 [ 187 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_29_7} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.05.13 23:07:12.350549 [ 269 ] {c0fdd004-4964-415d-a63c-715ee7f2cdfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:12.350621 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:07:12.351026 [ 269 ] {c0fdd004-4964-415d-a63c-715ee7f2cdfa} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.351060 [ 269 ] {c0fdd004-4964-415d-a63c-715ee7f2cdfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.351355 [ 269 ] {c0fdd004-4964-415d-a63c-715ee7f2cdfa} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:07:12.351562 [ 269 ] {c0fdd004-4964-415d-a63c-715ee7f2cdfa} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.351684 [ 269 ] {c0fdd004-4964-415d-a63c-715ee7f2cdfa} executeQuery: Read 115 rows, 7.06 KiB in 0.001193 sec., 96395.64124056998 rows/sec., 5.78 MiB/sec. 2025.05.13 23:07:12.351720 [ 269 ] {c0fdd004-4964-415d-a63c-715ee7f2cdfa} TCPHandler: Processed in 0.001358194 sec. 2025.05.13 23:07:12.351841 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.351933 [ 269 ] {342ee69c-8222-4caa-bf02-894585cb3605} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:07:12.351971 [ 269 ] {342ee69c-8222-4caa-bf02-894585cb3605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:07:12.352379 [ 269 ] {342ee69c-8222-4caa-bf02-894585cb3605} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.352413 [ 269 ] {342ee69c-8222-4caa-bf02-894585cb3605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.352705 [ 269 ] {342ee69c-8222-4caa-bf02-894585cb3605} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:07:12.352933 [ 269 ] {342ee69c-8222-4caa-bf02-894585cb3605} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.353054 [ 269 ] {342ee69c-8222-4caa-bf02-894585cb3605} executeQuery: Read 113 rows, 7.49 KiB in 0.001139 sec., 99209.83318700614 rows/sec., 6.42 MiB/sec. 2025.05.13 23:07:12.353089 [ 269 ] {342ee69c-8222-4caa-bf02-894585cb3605} TCPHandler: Processed in 0.001302252 sec. 2025.05.13 23:07:12.353202 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.353293 [ 269 ] {bc2c3da0-755f-4f43-8400-a0aca63853aa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:07:12.353332 [ 269 ] {bc2c3da0-755f-4f43-8400-a0aca63853aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:07:12.353734 [ 269 ] {bc2c3da0-755f-4f43-8400-a0aca63853aa} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.353768 [ 269 ] {bc2c3da0-755f-4f43-8400-a0aca63853aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.354057 [ 269 ] {bc2c3da0-755f-4f43-8400-a0aca63853aa} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:07:12.354257 [ 269 ] {bc2c3da0-755f-4f43-8400-a0aca63853aa} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.354375 [ 139 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.05.13 23:07:12.354388 [ 269 ] {bc2c3da0-755f-4f43-8400-a0aca63853aa} executeQuery: Read 112 rows, 6.53 KiB in 0.001113 sec., 100628.93081761006 rows/sec., 5.73 MiB/sec. 2025.05.13 23:07:12.354420 [ 139 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.354435 [ 269 ] {bc2c3da0-755f-4f43-8400-a0aca63853aa} TCPHandler: Processed in 0.001279801 sec. 2025.05.13 23:07:12.354445 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.354536 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.05.13 23:07:12.354549 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.354652 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:12.354660 [ 269 ] {74b645aa-d880-45ab-b1d1-edd43a7f5cf5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:12.354689 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part 2025.05.13 23:07:12.354711 [ 269 ] {74b645aa-d880-45ab-b1d1-edd43a7f5cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:12.354748 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part 2025.05.13 23:07:12.354791 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part 2025.05.13 23:07:12.354826 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part 2025.05.13 23:07:12.354862 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part 2025.05.13 23:07:12.355226 [ 269 ] {74b645aa-d880-45ab-b1d1-edd43a7f5cf5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.355265 [ 269 ] {74b645aa-d880-45ab-b1d1-edd43a7f5cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.355563 [ 187 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001065744 sec., 525454.5181582068 rows/sec., 31.94 MiB/sec. 2025.05.13 23:07:12.355598 [ 269 ] {74b645aa-d880-45ab-b1d1-edd43a7f5cf5} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:07:12.355751 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.05.13 23:07:12.355829 [ 269 ] {74b645aa-d880-45ab-b1d1-edd43a7f5cf5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.355972 [ 269 ] {74b645aa-d880-45ab-b1d1-edd43a7f5cf5} executeQuery: Read 391 rows, 28.31 KiB in 0.001329 sec., 294206.17005267116 rows/sec., 20.80 MiB/sec. 2025.05.13 23:07:12.356011 [ 269 ] {74b645aa-d880-45ab-b1d1-edd43a7f5cf5} TCPHandler: Processed in 0.001509038 sec. 2025.05.13 23:07:12.356070 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.356139 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.356151 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_29_7} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.05.13 23:07:12.356237 [ 269 ] {e9076ccb-7845-4c34-af8c-912aef7cee1f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:07:12.356259 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:07:12.356283 [ 269 ] {e9076ccb-7845-4c34-af8c-912aef7cee1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:07:12.356626 [ 269 ] {e9076ccb-7845-4c34-af8c-912aef7cee1f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.356662 [ 269 ] {e9076ccb-7845-4c34-af8c-912aef7cee1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.356958 [ 269 ] {e9076ccb-7845-4c34-af8c-912aef7cee1f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:07:12.357177 [ 269 ] {e9076ccb-7845-4c34-af8c-912aef7cee1f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.357301 [ 269 ] {e9076ccb-7845-4c34-af8c-912aef7cee1f} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2025.05.13 23:07:12.357336 [ 269 ] {e9076ccb-7845-4c34-af8c-912aef7cee1f} TCPHandler: Processed in 0.0012443 sec. 2025.05.13 23:07:12.357447 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.357538 [ 269 ] {41a29d07-a683-44a3-ae7b-5a1f347d9852} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:12.357583 [ 269 ] {41a29d07-a683-44a3-ae7b-5a1f347d9852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:12.357977 [ 269 ] {41a29d07-a683-44a3-ae7b-5a1f347d9852} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.358012 [ 269 ] {41a29d07-a683-44a3-ae7b-5a1f347d9852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.358333 [ 269 ] {41a29d07-a683-44a3-ae7b-5a1f347d9852} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:07:12.358537 [ 269 ] {41a29d07-a683-44a3-ae7b-5a1f347d9852} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.358658 [ 269 ] {41a29d07-a683-44a3-ae7b-5a1f347d9852} executeQuery: Read 237 rows, 16.27 KiB in 0.001138 sec., 208260.10544815467 rows/sec., 13.96 MiB/sec. 2025.05.13 23:07:12.358692 [ 269 ] {41a29d07-a683-44a3-ae7b-5a1f347d9852} TCPHandler: Processed in 0.001292461 sec. 2025.05.13 23:07:12.358807 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.358898 [ 269 ] {f2845f6e-2cc7-4e72-8712-9ac3d6f2243a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:07:12.358939 [ 269 ] {f2845f6e-2cc7-4e72-8712-9ac3d6f2243a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:07:12.359249 [ 269 ] {f2845f6e-2cc7-4e72-8712-9ac3d6f2243a} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.359284 [ 269 ] {f2845f6e-2cc7-4e72-8712-9ac3d6f2243a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.359567 [ 269 ] {f2845f6e-2cc7-4e72-8712-9ac3d6f2243a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:07:12.359766 [ 269 ] {f2845f6e-2cc7-4e72-8712-9ac3d6f2243a} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.359890 [ 269 ] {f2845f6e-2cc7-4e72-8712-9ac3d6f2243a} executeQuery: Read 1 rows, 69.00 B in 0.001009 sec., 991.0802775024778 rows/sec., 66.78 KiB/sec. 2025.05.13 23:07:12.359924 [ 269 ] {f2845f6e-2cc7-4e72-8712-9ac3d6f2243a} TCPHandler: Processed in 0.001166167 sec. 2025.05.13 23:07:12.360035 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.360125 [ 269 ] {e5311f8a-fb12-45ab-8e40-35bc0ea2aeff} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:12.360178 [ 269 ] {e5311f8a-fb12-45ab-8e40-35bc0ea2aeff} 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.05.13 23:07:12.360921 [ 269 ] {e5311f8a-fb12-45ab-8e40-35bc0ea2aeff} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.360958 [ 269 ] {e5311f8a-fb12-45ab-8e40-35bc0ea2aeff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.361452 [ 269 ] {e5311f8a-fb12-45ab-8e40-35bc0ea2aeff} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:07:12.361689 [ 269 ] {e5311f8a-fb12-45ab-8e40-35bc0ea2aeff} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.361802 [ 140 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.05.13 23:07:12.361821 [ 269 ] {e5311f8a-fb12-45ab-8e40-35bc0ea2aeff} executeQuery: Read 9 rows, 16.51 KiB in 0.001714 sec., 5250.875145857643 rows/sec., 9.41 MiB/sec. 2025.05.13 23:07:12.361847 [ 140 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.361875 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.361881 [ 269 ] {e5311f8a-fb12-45ab-8e40-35bc0ea2aeff} TCPHandler: Processed in 0.001893701 sec. 2025.05.13 23:07:12.361960 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.05.13 23:07:12.362005 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:12.362102 [ 269 ] {9cc82db9-de7d-449c-912d-78dcf5bcee3f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:12.362144 [ 269 ] {9cc82db9-de7d-449c-912d-78dcf5bcee3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:12.362182 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:12.362245 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1024 rows starting from the beginning of the part 2025.05.13 23:07:12.362382 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part 2025.05.13 23:07:12.362467 [ 269 ] {9cc82db9-de7d-449c-912d-78dcf5bcee3f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:12.362500 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part 2025.05.13 23:07:12.362509 [ 269 ] {9cc82db9-de7d-449c-912d-78dcf5bcee3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:12.362619 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part 2025.05.13 23:07:12.362734 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part 2025.05.13 23:07:12.362831 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 9 rows starting from the beginning of the part 2025.05.13 23:07:12.362844 [ 269 ] {9cc82db9-de7d-449c-912d-78dcf5bcee3f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:07:12.363068 [ 269 ] {9cc82db9-de7d-449c-912d-78dcf5bcee3f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.363202 [ 269 ] {9cc82db9-de7d-449c-912d-78dcf5bcee3f} executeQuery: Read 82 rows, 5.33 KiB in 0.001118 sec., 73345.25939177102 rows/sec., 4.66 MiB/sec. 2025.05.13 23:07:12.363239 [ 269 ] {9cc82db9-de7d-449c-912d-78dcf5bcee3f} TCPHandler: Processed in 0.001281741 sec. 2025.05.13 23:07:12.367545 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1115 rows, containing 19 columns (19 merged, 0 gathered) in 0.00561607 sec., 198537.41139266427 rows/sec., 355.77 MiB/sec. 2025.05.13 23:07:12.368687 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.05.13 23:07:12.369027 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:12.369099 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_56_11} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.05.13 23:07:12.369204 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.53 MiB. 2025.05.13 23:07:15.922824 [ 135 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:07:15.922905 [ 135 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:07:16.064865 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21167 2025.05.13 23:07:16.065373 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:16.065413 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:16.065904 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:07:16.066130 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:16.066266 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21167 2025.05.13 23:07:16.066323 [ 135 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.05.13 23:07:16.066403 [ 135 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:16.066440 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:16.066600 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:07:16.066802 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:16.066862 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part 2025.05.13 23:07:16.066949 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part 2025.05.13 23:07:16.066995 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part 2025.05.13 23:07:16.067035 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part 2025.05.13 23:07:16.067075 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part 2025.05.13 23:07:16.067111 [ 187 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part 2025.05.13 23:07:16.069246 [ 198 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21167 rows, containing 4 columns (4 merged, 0 gathered) in 0.002712147 sec., 7804517.970449243 rows/sec., 111.64 MiB/sec. 2025.05.13 23:07:16.069689 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.05.13 23:07:16.070002 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:16.070070 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_46_9} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.05.13 23:07:16.070162 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. 2025.05.13 23:07:16.401531 [ 134 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2025.05.13 23:07:16.401607 [ 134 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:16.401628 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:16.401723 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2025.05.13 23:07:16.401843 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:16.401875 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part 2025.05.13 23:07:16.401943 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2025.05.13 23:07:16.401997 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2025.05.13 23:07:16.402061 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2025.05.13 23:07:16.402118 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2025.05.13 23:07:16.403110 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001427355 sec., 25221.476086887986 rows/sec., 2.10 MiB/sec. 2025.05.13 23:07:16.403298 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2025.05.13 23:07:16.403599 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:16.403672 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_18_4} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2025.05.13 23:07:16.403764 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:07:17.240940 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.05.13 23:07:17.258477 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:17.258547 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:17.264749 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:07:17.265464 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:17.265760 [ 133 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.05.13 23:07:17.265832 [ 133 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:17.265855 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:17.265977 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:07:17.268677 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.05.13 23:07:17.270028 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:17.271571 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2025.05.13 23:07:17.276040 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2025.05.13 23:07:17.280558 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2025.05.13 23:07:17.285055 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2025.05.13 23:07:17.289633 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2025.05.13 23:07:17.293880 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2025.05.13 23:07:17.340783 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:17.340934 [ 269 ] {0b8663be-181b-49bf-971e-e05311a4b452} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:17.340989 [ 269 ] {0b8663be-181b-49bf-971e-e05311a4b452} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:17.341667 [ 269 ] {0b8663be-181b-49bf-971e-e05311a4b452} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:17.341716 [ 269 ] {0b8663be-181b-49bf-971e-e05311a4b452} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:17.342197 [ 269 ] {0b8663be-181b-49bf-971e-e05311a4b452} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:07:17.342426 [ 269 ] {0b8663be-181b-49bf-971e-e05311a4b452} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:17.342562 [ 269 ] {0b8663be-181b-49bf-971e-e05311a4b452} executeQuery: Read 120 rows, 10.47 KiB in 0.001669 sec., 71899.34092270822 rows/sec., 6.13 MiB/sec. 2025.05.13 23:07:17.342605 [ 269 ] {0b8663be-181b-49bf-971e-e05311a4b452} TCPHandler: Processed in 0.001942111 sec. 2025.05.13 23:07:17.342738 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:17.342837 [ 269 ] {b73112ab-8f60-44cc-9fa8-75dc7a9e4b64} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:17.342878 [ 269 ] {b73112ab-8f60-44cc-9fa8-75dc7a9e4b64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:17.343301 [ 269 ] {b73112ab-8f60-44cc-9fa8-75dc7a9e4b64} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:17.343338 [ 269 ] {b73112ab-8f60-44cc-9fa8-75dc7a9e4b64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:17.343632 [ 269 ] {b73112ab-8f60-44cc-9fa8-75dc7a9e4b64} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:07:17.343850 [ 269 ] {b73112ab-8f60-44cc-9fa8-75dc7a9e4b64} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:17.343978 [ 269 ] {b73112ab-8f60-44cc-9fa8-75dc7a9e4b64} executeQuery: Read 32 rows, 2.41 KiB in 0.001163 sec., 27515.04729148753 rows/sec., 2.02 MiB/sec. 2025.05.13 23:07:17.344015 [ 269 ] {b73112ab-8f60-44cc-9fa8-75dc7a9e4b64} TCPHandler: Processed in 0.001327513 sec. 2025.05.13 23:07:17.344127 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:17.344220 [ 269 ] {f8030b14-6c36-4512-ab96-861dd057c72a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:17.344258 [ 269 ] {f8030b14-6c36-4512-ab96-861dd057c72a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:17.344701 [ 269 ] {f8030b14-6c36-4512-ab96-861dd057c72a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:17.344737 [ 269 ] {f8030b14-6c36-4512-ab96-861dd057c72a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:17.345032 [ 269 ] {f8030b14-6c36-4512-ab96-861dd057c72a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:07:17.345126 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.079205915 sec., 4380.985940254588 rows/sec., 22.65 MiB/sec. 2025.05.13 23:07:17.345242 [ 269 ] {f8030b14-6c36-4512-ab96-861dd057c72a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:17.345370 [ 269 ] {f8030b14-6c36-4512-ab96-861dd057c72a} executeQuery: Read 96 rows, 7.68 KiB in 0.001168 sec., 82191.78082191781 rows/sec., 6.42 MiB/sec. 2025.05.13 23:07:17.345407 [ 269 ] {f8030b14-6c36-4512-ab96-861dd057c72a} TCPHandler: Processed in 0.001328252 sec. 2025.05.13 23:07:17.345520 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:17.345614 [ 269 ] {aaa06b1e-cd40-4efc-bc55-e74b241173b8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:17.345655 [ 269 ] {aaa06b1e-cd40-4efc-bc55-e74b241173b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:17.346082 [ 269 ] {aaa06b1e-cd40-4efc-bc55-e74b241173b8} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:17.346117 [ 269 ] {aaa06b1e-cd40-4efc-bc55-e74b241173b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:17.346432 [ 269 ] {aaa06b1e-cd40-4efc-bc55-e74b241173b8} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:07:17.346640 [ 269 ] {aaa06b1e-cd40-4efc-bc55-e74b241173b8} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:17.346767 [ 269 ] {aaa06b1e-cd40-4efc-bc55-e74b241173b8} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.05.13 23:07:17.346804 [ 269 ] {aaa06b1e-cd40-4efc-bc55-e74b241173b8} TCPHandler: Processed in 0.001332783 sec. 2025.05.13 23:07:17.346826 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.05.13 23:07:17.346921 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:17.347016 [ 269 ] {da8251f1-9760-4d33-afea-e11158ae9af1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:17.347069 [ 269 ] {da8251f1-9760-4d33-afea-e11158ae9af1} 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.05.13 23:07:17.347922 [ 269 ] {da8251f1-9760-4d33-afea-e11158ae9af1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:17.347957 [ 269 ] {da8251f1-9760-4d33-afea-e11158ae9af1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:17.348517 [ 269 ] {da8251f1-9760-4d33-afea-e11158ae9af1} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:07:17.348520 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:17.348628 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_46_9} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.05.13 23:07:17.348760 [ 269 ] {da8251f1-9760-4d33-afea-e11158ae9af1} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:17.348900 [ 269 ] {da8251f1-9760-4d33-afea-e11158ae9af1} executeQuery: Read 32 rows, 58.72 KiB in 0.001903 sec., 16815.554387808723 rows/sec., 30.13 MiB/sec. 2025.05.13 23:07:17.348956 [ 269 ] {da8251f1-9760-4d33-afea-e11158ae9af1} TCPHandler: Processed in 0.002084117 sec. 2025.05.13 23:07:17.349073 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:17.349168 [ 269 ] {c8bd6904-71c4-48b9-a48f-7574c0283e81} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:17.349209 [ 269 ] {c8bd6904-71c4-48b9-a48f-7574c0283e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:17.349547 [ 269 ] {c8bd6904-71c4-48b9-a48f-7574c0283e81} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:17.349582 [ 269 ] {c8bd6904-71c4-48b9-a48f-7574c0283e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:17.349890 [ 269 ] {c8bd6904-71c4-48b9-a48f-7574c0283e81} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:07:17.350095 [ 269 ] {c8bd6904-71c4-48b9-a48f-7574c0283e81} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:17.350160 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.05.13 23:07:17.350221 [ 269 ] {c8bd6904-71c4-48b9-a48f-7574c0283e81} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.05.13 23:07:17.350262 [ 269 ] {c8bd6904-71c4-48b9-a48f-7574c0283e81} TCPHandler: Processed in 0.00123693 sec. 2025.05.13 23:07:21.125665 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1346 2025.05.13 23:07:21.128043 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:21.128093 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:21.129313 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:07:21.129586 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:21.129850 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1346 2025.05.13 23:07:22.345711 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.345917 [ 269 ] {2461b58c-8582-4d58-a9c8-a9cf78a1bb00} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:07:22.345993 [ 269 ] {2461b58c-8582-4d58-a9c8-a9cf78a1bb00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:07:22.346775 [ 269 ] {2461b58c-8582-4d58-a9c8-a9cf78a1bb00} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.346819 [ 269 ] {2461b58c-8582-4d58-a9c8-a9cf78a1bb00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.347242 [ 269 ] {2461b58c-8582-4d58-a9c8-a9cf78a1bb00} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:07:22.347471 [ 269 ] {2461b58c-8582-4d58-a9c8-a9cf78a1bb00} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.347641 [ 269 ] {2461b58c-8582-4d58-a9c8-a9cf78a1bb00} executeQuery: Read 212 rows, 13.81 KiB in 0.001781 sec., 119034.25042111173 rows/sec., 7.57 MiB/sec. 2025.05.13 23:07:22.347694 [ 269 ] {2461b58c-8582-4d58-a9c8-a9cf78a1bb00} TCPHandler: Processed in 0.002126148 sec. 2025.05.13 23:07:22.347826 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.347930 [ 269 ] {98f4f0e2-199a-4c80-980e-1c050ddbd7fb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:07:22.347974 [ 269 ] {98f4f0e2-199a-4c80-980e-1c050ddbd7fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:07:22.348427 [ 269 ] {98f4f0e2-199a-4c80-980e-1c050ddbd7fb} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.348462 [ 269 ] {98f4f0e2-199a-4c80-980e-1c050ddbd7fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.348785 [ 269 ] {98f4f0e2-199a-4c80-980e-1c050ddbd7fb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.13 23:07:22.349003 [ 269 ] {98f4f0e2-199a-4c80-980e-1c050ddbd7fb} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.349140 [ 269 ] {98f4f0e2-199a-4c80-980e-1c050ddbd7fb} executeQuery: Read 4 rows, 334.00 B in 0.001235 sec., 3238.8663967611337 rows/sec., 264.11 KiB/sec. 2025.05.13 23:07:22.349180 [ 269 ] {98f4f0e2-199a-4c80-980e-1c050ddbd7fb} TCPHandler: Processed in 0.001406505 sec. 2025.05.13 23:07:22.349290 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.349385 [ 269 ] {1ba282dc-f2bc-4e6f-9ead-a2c33743bf4c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:22.349426 [ 269 ] {1ba282dc-f2bc-4e6f-9ead-a2c33743bf4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:22.350156 [ 269 ] {1ba282dc-f2bc-4e6f-9ead-a2c33743bf4c} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.350191 [ 269 ] {1ba282dc-f2bc-4e6f-9ead-a2c33743bf4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.350549 [ 269 ] {1ba282dc-f2bc-4e6f-9ead-a2c33743bf4c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:07:22.350761 [ 269 ] {1ba282dc-f2bc-4e6f-9ead-a2c33743bf4c} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.350892 [ 269 ] {1ba282dc-f2bc-4e6f-9ead-a2c33743bf4c} executeQuery: Read 637 rows, 51.21 KiB in 0.001528 sec., 416884.8167539267 rows/sec., 32.73 MiB/sec. 2025.05.13 23:07:22.350931 [ 269 ] {1ba282dc-f2bc-4e6f-9ead-a2c33743bf4c} TCPHandler: Processed in 0.001692005 sec. 2025.05.13 23:07:22.351043 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.351138 [ 269 ] {38b18928-a4df-4322-a334-48484036ea17} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:22.351177 [ 269 ] {38b18928-a4df-4322-a334-48484036ea17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:22.351625 [ 269 ] {38b18928-a4df-4322-a334-48484036ea17} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.351660 [ 269 ] {38b18928-a4df-4322-a334-48484036ea17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.351962 [ 269 ] {38b18928-a4df-4322-a334-48484036ea17} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:07:22.352174 [ 269 ] {38b18928-a4df-4322-a334-48484036ea17} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.352268 [ 127 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.05.13 23:07:22.352298 [ 269 ] {38b18928-a4df-4322-a334-48484036ea17} executeQuery: Read 119 rows, 7.34 KiB in 0.00118 sec., 100847.45762711864 rows/sec., 6.08 MiB/sec. 2025.05.13 23:07:22.352305 [ 127 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.352329 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.352337 [ 269 ] {38b18928-a4df-4322-a334-48484036ea17} TCPHandler: Processed in 0.001343994 sec. 2025.05.13 23:07:22.352446 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.05.13 23:07:22.352461 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.352583 [ 269 ] {ba0b7045-3ed5-4496-b18e-57aab0a362eb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:07:22.352593 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:22.352626 [ 269 ] {ba0b7045-3ed5-4496-b18e-57aab0a362eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:07:22.352634 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 165 rows starting from the beginning of the part 2025.05.13 23:07:22.352708 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 115 rows starting from the beginning of the part 2025.05.13 23:07:22.352753 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part 2025.05.13 23:07:22.352794 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 115 rows starting from the beginning of the part 2025.05.13 23:07:22.352832 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part 2025.05.13 23:07:22.352879 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 119 rows starting from the beginning of the part 2025.05.13 23:07:22.353076 [ 269 ] {ba0b7045-3ed5-4496-b18e-57aab0a362eb} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.353117 [ 269 ] {ba0b7045-3ed5-4496-b18e-57aab0a362eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.353451 [ 269 ] {ba0b7045-3ed5-4496-b18e-57aab0a362eb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:07:22.353676 [ 269 ] {ba0b7045-3ed5-4496-b18e-57aab0a362eb} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.353767 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 5 columns (5 merged, 0 gathered) in 0.001375154 sec., 421770.9434725129 rows/sec., 27.99 MiB/sec. 2025.05.13 23:07:22.353806 [ 269 ] {ba0b7045-3ed5-4496-b18e-57aab0a362eb} executeQuery: Read 113 rows, 7.49 KiB in 0.00124 sec., 91129.03225806452 rows/sec., 5.90 MiB/sec. 2025.05.13 23:07:22.353849 [ 269 ] {ba0b7045-3ed5-4496-b18e-57aab0a362eb} TCPHandler: Processed in 0.001436366 sec. 2025.05.13 23:07:22.353936 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.05.13 23:07:22.353963 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.354057 [ 269 ] {f6e63d6c-cbaa-414d-bb42-1ae10b88b400} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:07:22.354096 [ 269 ] {f6e63d6c-cbaa-414d-bb42-1ae10b88b400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:07:22.354201 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.354265 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_61_12} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.05.13 23:07:22.354338 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:07:22.354528 [ 269 ] {f6e63d6c-cbaa-414d-bb42-1ae10b88b400} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.354562 [ 269 ] {f6e63d6c-cbaa-414d-bb42-1ae10b88b400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.354865 [ 269 ] {f6e63d6c-cbaa-414d-bb42-1ae10b88b400} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:07:22.355088 [ 269 ] {f6e63d6c-cbaa-414d-bb42-1ae10b88b400} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.355218 [ 269 ] {f6e63d6c-cbaa-414d-bb42-1ae10b88b400} executeQuery: Read 112 rows, 6.53 KiB in 0.00118 sec., 94915.25423728813 rows/sec., 5.41 MiB/sec. 2025.05.13 23:07:22.355254 [ 269 ] {f6e63d6c-cbaa-414d-bb42-1ae10b88b400} TCPHandler: Processed in 0.001339293 sec. 2025.05.13 23:07:22.355390 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.355508 [ 269 ] {02433eb3-563d-4580-af77-f3e051aa0e91} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:22.355573 [ 269 ] {02433eb3-563d-4580-af77-f3e051aa0e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:22.356241 [ 269 ] {02433eb3-563d-4580-af77-f3e051aa0e91} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.356278 [ 269 ] {02433eb3-563d-4580-af77-f3e051aa0e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.356645 [ 269 ] {02433eb3-563d-4580-af77-f3e051aa0e91} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:07:22.356873 [ 269 ] {02433eb3-563d-4580-af77-f3e051aa0e91} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.357001 [ 269 ] {02433eb3-563d-4580-af77-f3e051aa0e91} executeQuery: Read 395 rows, 28.63 KiB in 0.001536 sec., 257161.4583333333 rows/sec., 18.20 MiB/sec. 2025.05.13 23:07:22.357041 [ 269 ] {02433eb3-563d-4580-af77-f3e051aa0e91} TCPHandler: Processed in 0.001703055 sec. 2025.05.13 23:07:22.357160 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.357254 [ 269 ] {54b1aa7c-052f-46d5-9b64-f547cec8784f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:07:22.357296 [ 269 ] {54b1aa7c-052f-46d5-9b64-f547cec8784f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:07:22.357641 [ 269 ] {54b1aa7c-052f-46d5-9b64-f547cec8784f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.357675 [ 269 ] {54b1aa7c-052f-46d5-9b64-f547cec8784f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.357990 [ 269 ] {54b1aa7c-052f-46d5-9b64-f547cec8784f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:07:22.358218 [ 269 ] {54b1aa7c-052f-46d5-9b64-f547cec8784f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.358347 [ 269 ] {54b1aa7c-052f-46d5-9b64-f547cec8784f} executeQuery: Read 6 rows, 321.00 B in 0.001111 sec., 5400.540054005401 rows/sec., 282.16 KiB/sec. 2025.05.13 23:07:22.358382 [ 269 ] {54b1aa7c-052f-46d5-9b64-f547cec8784f} TCPHandler: Processed in 0.001271271 sec. 2025.05.13 23:07:22.358491 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.358584 [ 269 ] {2e21feba-fb1a-4cf1-9e0d-2250ac13a058} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:22.358626 [ 269 ] {2e21feba-fb1a-4cf1-9e0d-2250ac13a058} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:22.359035 [ 269 ] {2e21feba-fb1a-4cf1-9e0d-2250ac13a058} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.359070 [ 269 ] {2e21feba-fb1a-4cf1-9e0d-2250ac13a058} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.359408 [ 269 ] {2e21feba-fb1a-4cf1-9e0d-2250ac13a058} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:07:22.359627 [ 269 ] {2e21feba-fb1a-4cf1-9e0d-2250ac13a058} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.359758 [ 269 ] {2e21feba-fb1a-4cf1-9e0d-2250ac13a058} executeQuery: Read 239 rows, 16.41 KiB in 0.001193 sec., 200335.2891869237 rows/sec., 13.43 MiB/sec. 2025.05.13 23:07:22.359794 [ 269 ] {2e21feba-fb1a-4cf1-9e0d-2250ac13a058} TCPHandler: Processed in 0.001352533 sec. 2025.05.13 23:07:22.359907 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.360000 [ 269 ] {668d6591-4e06-4e2c-8e2a-7679c33da9a4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:07:22.360043 [ 269 ] {668d6591-4e06-4e2c-8e2a-7679c33da9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:07:22.360355 [ 269 ] {668d6591-4e06-4e2c-8e2a-7679c33da9a4} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.360391 [ 269 ] {668d6591-4e06-4e2c-8e2a-7679c33da9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.360692 [ 269 ] {668d6591-4e06-4e2c-8e2a-7679c33da9a4} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:07:22.360903 [ 269 ] {668d6591-4e06-4e2c-8e2a-7679c33da9a4} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.360993 [ 127 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.05.13 23:07:22.361020 [ 127 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.361031 [ 269 ] {668d6591-4e06-4e2c-8e2a-7679c33da9a4} executeQuery: Read 1 rows, 69.00 B in 0.001049 sec., 953.2888465204957 rows/sec., 64.24 KiB/sec. 2025.05.13 23:07:22.361036 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.361068 [ 269 ] {668d6591-4e06-4e2c-8e2a-7679c33da9a4} TCPHandler: Processed in 0.001211959 sec. 2025.05.13 23:07:22.361168 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.05.13 23:07:22.361182 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.361315 [ 269 ] {048a6108-4e14-429a-b99f-eee3ad6c5eaf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:22.361340 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:22.361371 [ 269 ] {048a6108-4e14-429a-b99f-eee3ad6c5eaf} 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.05.13 23:07:22.361388 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part 2025.05.13 23:07:22.361470 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2025.05.13 23:07:22.361524 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2025.05.13 23:07:22.361571 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2025.05.13 23:07:22.361616 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2025.05.13 23:07:22.361661 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.05.13 23:07:22.362158 [ 269 ] {048a6108-4e14-429a-b99f-eee3ad6c5eaf} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.362200 [ 269 ] {048a6108-4e14-429a-b99f-eee3ad6c5eaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.362636 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001534759 sec., 19547.042890773082 rows/sec., 1.29 MiB/sec. 2025.05.13 23:07:22.362743 [ 269 ] {048a6108-4e14-429a-b99f-eee3ad6c5eaf} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:07:22.362749 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.05.13 23:07:22.362978 [ 269 ] {048a6108-4e14-429a-b99f-eee3ad6c5eaf} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.363000 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.363060 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_30_6} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.05.13 23:07:22.363122 [ 269 ] {048a6108-4e14-429a-b99f-eee3ad6c5eaf} executeQuery: Read 9 rows, 16.51 KiB in 0.001826 sec., 4928.806133625411 rows/sec., 8.83 MiB/sec. 2025.05.13 23:07:22.363124 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:07:22.363176 [ 269 ] {048a6108-4e14-429a-b99f-eee3ad6c5eaf} TCPHandler: Processed in 0.002044755 sec. 2025.05.13 23:07:22.363290 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:22.363383 [ 269 ] {22bdda17-cad6-42b9-acf3-31f9052769fb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:22.363424 [ 269 ] {22bdda17-cad6-42b9-acf3-31f9052769fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:22.363752 [ 269 ] {22bdda17-cad6-42b9-acf3-31f9052769fb} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:22.363788 [ 269 ] {22bdda17-cad6-42b9-acf3-31f9052769fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:22.364111 [ 269 ] {22bdda17-cad6-42b9-acf3-31f9052769fb} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:07:22.364319 [ 269 ] {22bdda17-cad6-42b9-acf3-31f9052769fb} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:22.364446 [ 269 ] {22bdda17-cad6-42b9-acf3-31f9052769fb} executeQuery: Read 82 rows, 5.33 KiB in 0.001082 sec., 75785.58225508318 rows/sec., 4.81 MiB/sec. 2025.05.13 23:07:22.364481 [ 269 ] {22bdda17-cad6-42b9-acf3-31f9052769fb} TCPHandler: Processed in 0.00124194 sec. 2025.05.13 23:07:23.566700 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21594 2025.05.13 23:07:23.567496 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:23.567532 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:23.568008 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:07:23.568230 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:23.568355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 2025.05.13 23:07:24.769677 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.05.13 23:07:24.785678 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:24.785744 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:24.791514 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:07:24.792203 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:24.795089 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.05.13 23:07:27.340811 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:27.341065 [ 269 ] {66d3e00d-77ea-4d2e-bd4e-90dee2d829b5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:27.341153 [ 269 ] {66d3e00d-77ea-4d2e-bd4e-90dee2d829b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:27.342068 [ 269 ] {66d3e00d-77ea-4d2e-bd4e-90dee2d829b5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.342115 [ 269 ] {66d3e00d-77ea-4d2e-bd4e-90dee2d829b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:27.342711 [ 269 ] {66d3e00d-77ea-4d2e-bd4e-90dee2d829b5} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:07:27.343067 [ 269 ] {66d3e00d-77ea-4d2e-bd4e-90dee2d829b5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.343221 [ 119 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2025.05.13 23:07:27.343260 [ 119 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.343269 [ 269 ] {66d3e00d-77ea-4d2e-bd4e-90dee2d829b5} executeQuery: Read 120 rows, 10.47 KiB in 0.002271 sec., 52840.15852047556 rows/sec., 4.50 MiB/sec. 2025.05.13 23:07:27.343278 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:27.343329 [ 269 ] {66d3e00d-77ea-4d2e-bd4e-90dee2d829b5} TCPHandler: Processed in 0.002725367 sec. 2025.05.13 23:07:27.343408 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2025.05.13 23:07:27.343476 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:27.343561 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:27.343581 [ 269 ] {32d36985-e58f-482a-a3a4-b73e630f2a6a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:27.343602 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 1849 rows starting from the beginning of the part 2025.05.13 23:07:27.343628 [ 269 ] {32d36985-e58f-482a-a3a4-b73e630f2a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:27.343681 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part 2025.05.13 23:07:27.343739 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 635 rows starting from the beginning of the part 2025.05.13 23:07:27.343794 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 120 rows starting from the beginning of the part 2025.05.13 23:07:27.343841 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 637 rows starting from the beginning of the part 2025.05.13 23:07:27.343889 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 120 rows starting from the beginning of the part 2025.05.13 23:07:27.344066 [ 269 ] {32d36985-e58f-482a-a3a4-b73e630f2a6a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.344111 [ 269 ] {32d36985-e58f-482a-a3a4-b73e630f2a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:27.344454 [ 269 ] {32d36985-e58f-482a-a3a4-b73e630f2a6a} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:07:27.344689 [ 269 ] {32d36985-e58f-482a-a3a4-b73e630f2a6a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.344826 [ 269 ] {32d36985-e58f-482a-a3a4-b73e630f2a6a} executeQuery: Read 32 rows, 2.41 KiB in 0.001266 sec., 25276.46129541864 rows/sec., 1.86 MiB/sec. 2025.05.13 23:07:27.344866 [ 269 ] {32d36985-e58f-482a-a3a4-b73e630f2a6a} TCPHandler: Processed in 0.001442316 sec. 2025.05.13 23:07:27.344979 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:27.345076 [ 269 ] {cc1c5fb2-c1b0-432e-a7b2-32220d5e7120} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:27.345116 [ 269 ] {cc1c5fb2-c1b0-432e-a7b2-32220d5e7120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:27.345311 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 3417 rows, containing 5 columns (5 merged, 0 gathered) in 0.001955673 sec., 1747224.6127036577 rows/sec., 147.29 MiB/sec. 2025.05.13 23:07:27.345570 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2025.05.13 23:07:27.345636 [ 269 ] {cc1c5fb2-c1b0-432e-a7b2-32220d5e7120} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.345681 [ 269 ] {cc1c5fb2-c1b0-432e-a7b2-32220d5e7120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:27.345830 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.345894 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_75_15} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2025.05.13 23:07:27.345967 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.05.13 23:07:27.346055 [ 269 ] {cc1c5fb2-c1b0-432e-a7b2-32220d5e7120} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:07:27.346280 [ 269 ] {cc1c5fb2-c1b0-432e-a7b2-32220d5e7120} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.346394 [ 120 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2025.05.13 23:07:27.346404 [ 269 ] {cc1c5fb2-c1b0-432e-a7b2-32220d5e7120} executeQuery: Read 96 rows, 7.68 KiB in 0.001347 sec., 71269.48775055679 rows/sec., 5.57 MiB/sec. 2025.05.13 23:07:27.346446 [ 120 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.346463 [ 269 ] {cc1c5fb2-c1b0-432e-a7b2-32220d5e7120} TCPHandler: Processed in 0.001534219 sec. 2025.05.13 23:07:27.346472 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:27.346565 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2025.05.13 23:07:27.346598 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:27.346657 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:27.346687 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 915 rows starting from the beginning of the part 2025.05.13 23:07:27.346711 [ 269 ] {0a155d6c-ee3f-4e97-be2e-405c5861e95f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:27.346744 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part 2025.05.13 23:07:27.346765 [ 269 ] {0a155d6c-ee3f-4e97-be2e-405c5861e95f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:27.346789 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 391 rows starting from the beginning of the part 2025.05.13 23:07:27.346830 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 96 rows starting from the beginning of the part 2025.05.13 23:07:27.346871 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 395 rows starting from the beginning of the part 2025.05.13 23:07:27.346911 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 96 rows starting from the beginning of the part 2025.05.13 23:07:27.347194 [ 269 ] {0a155d6c-ee3f-4e97-be2e-405c5861e95f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.347228 [ 269 ] {0a155d6c-ee3f-4e97-be2e-405c5861e95f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:27.347556 [ 269 ] {0a155d6c-ee3f-4e97-be2e-405c5861e95f} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:07:27.347762 [ 269 ] {0a155d6c-ee3f-4e97-be2e-405c5861e95f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.347868 [ 119 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2025.05.13 23:07:27.347871 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.001342303 sec., 1457942.0592816973 rows/sec., 111.40 MiB/sec. 2025.05.13 23:07:27.347884 [ 269 ] {0a155d6c-ee3f-4e97-be2e-405c5861e95f} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.05.13 23:07:27.347902 [ 119 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.347929 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.10 GiB. 2025.05.13 23:07:27.347934 [ 269 ] {0a155d6c-ee3f-4e97-be2e-405c5861e95f} TCPHandler: Processed in 0.001395375 sec. 2025.05.13 23:07:27.347984 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2025.05.13 23:07:27.348015 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2025.05.13 23:07:27.348043 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:27.348056 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:27.348082 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_70_14, total 22148 rows starting from the beginning of the part 2025.05.13 23:07:27.348131 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 42 rows starting from the beginning of the part 2025.05.13 23:07:27.348136 [ 269 ] {cd22233c-18b1-4198-a1c3-e144a0d48071} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:27.348174 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part 2025.05.13 23:07:27.348198 [ 269 ] {cd22233c-18b1-4198-a1c3-e144a0d48071} 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.05.13 23:07:27.348215 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2025.05.13 23:07:27.348252 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.348255 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 239 rows starting from the beginning of the part 2025.05.13 23:07:27.348300 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2025.05.13 23:07:27.348314 [ 191 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_75_15} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2025.05.13 23:07:27.348367 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.05.13 23:07:27.349016 [ 269 ] {cd22233c-18b1-4198-a1c3-e144a0d48071} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.349051 [ 269 ] {cd22233c-18b1-4198-a1c3-e144a0d48071} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:27.349814 [ 269 ] {cd22233c-18b1-4198-a1c3-e144a0d48071} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:07:27.350053 [ 269 ] {cd22233c-18b1-4198-a1c3-e144a0d48071} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.350189 [ 269 ] {cd22233c-18b1-4198-a1c3-e144a0d48071} executeQuery: Read 32 rows, 58.72 KiB in 0.002071 sec., 15451.472718493482 rows/sec., 27.69 MiB/sec. 2025.05.13 23:07:27.350244 [ 269 ] {cd22233c-18b1-4198-a1c3-e144a0d48071} TCPHandler: Processed in 0.002249472 sec. 2025.05.13 23:07:27.350359 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:27.350452 [ 269 ] {84dc35db-4e2a-44e4-b40a-e42a2c7b5923} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:27.350492 [ 269 ] {84dc35db-4e2a-44e4-b40a-e42a2c7b5923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:27.350832 [ 269 ] {84dc35db-4e2a-44e4-b40a-e42a2c7b5923} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:27.350865 [ 269 ] {84dc35db-4e2a-44e4-b40a-e42a2c7b5923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:27.353579 [ 269 ] {84dc35db-4e2a-44e4-b40a-e42a2c7b5923} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:07:27.353830 [ 269 ] {84dc35db-4e2a-44e4-b40a-e42a2c7b5923} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.353976 [ 269 ] {84dc35db-4e2a-44e4-b40a-e42a2c7b5923} executeQuery: Read 60 rows, 4.14 KiB in 0.003542 sec., 16939.58215697346 rows/sec., 1.14 MiB/sec. 2025.05.13 23:07:27.354016 [ 269 ] {84dc35db-4e2a-44e4-b40a-e42a2c7b5923} TCPHandler: Processed in 0.003705929 sec. 2025.05.13 23:07:27.356124 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 22986 rows, containing 5 columns (5 merged, 0 gathered) in 0.008161441 sec., 2816414.4052502494 rows/sec., 190.31 MiB/sec. 2025.05.13 23:07:27.356495 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2025.05.13 23:07:27.356719 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:27.356778 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_75_15} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2025.05.13 23:07:27.356830 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.05.13 23:07:28.000225 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 290.88 MiB, peak 303.98 MiB, free memory in arenas 0.00 B, will set to 292.08 MiB (RSS), difference: 1.20 MiB 2025.05.13 23:07:30.922950 [ 116 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:07:30.923017 [ 116 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:07:31.002416 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000968271 sec. 2025.05.13 23:07:31.069294 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22082 2025.05.13 23:07:31.069788 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:31.069826 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:31.070327 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:07:31.070564 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:31.070700 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22082 2025.05.13 23:07:31.130872 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1382 2025.05.13 23:07:31.133326 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:31.133389 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:31.134632 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:07:31.134898 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:31.135217 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1382 2025.05.13 23:07:32.296011 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.05.13 23:07:32.312280 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.312329 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.318378 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:07:32.319092 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.321945 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.05.13 23:07:32.345554 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.345728 [ 269 ] {626e5e2c-a2ef-42c2-ba95-b2a2251b7621} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:07:32.345795 [ 269 ] {626e5e2c-a2ef-42c2-ba95-b2a2251b7621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:07:32.346557 [ 269 ] {626e5e2c-a2ef-42c2-ba95-b2a2251b7621} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.346605 [ 269 ] {626e5e2c-a2ef-42c2-ba95-b2a2251b7621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.347022 [ 269 ] {626e5e2c-a2ef-42c2-ba95-b2a2251b7621} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:07:32.347257 [ 269 ] {626e5e2c-a2ef-42c2-ba95-b2a2251b7621} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.347422 [ 269 ] {626e5e2c-a2ef-42c2-ba95-b2a2251b7621} executeQuery: Read 212 rows, 13.81 KiB in 0.001742 sec., 121699.196326062 rows/sec., 7.74 MiB/sec. 2025.05.13 23:07:32.347474 [ 269 ] {626e5e2c-a2ef-42c2-ba95-b2a2251b7621} TCPHandler: Processed in 0.002051216 sec. 2025.05.13 23:07:32.347605 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.347708 [ 269 ] {8a888fb1-9d42-419d-a7fe-83098dffeff9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:32.347751 [ 269 ] {8a888fb1-9d42-419d-a7fe-83098dffeff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:32.348515 [ 269 ] {8a888fb1-9d42-419d-a7fe-83098dffeff9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.348551 [ 269 ] {8a888fb1-9d42-419d-a7fe-83098dffeff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.348929 [ 269 ] {8a888fb1-9d42-419d-a7fe-83098dffeff9} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:07:32.349166 [ 269 ] {8a888fb1-9d42-419d-a7fe-83098dffeff9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.349301 [ 269 ] {8a888fb1-9d42-419d-a7fe-83098dffeff9} executeQuery: Read 635 rows, 51.07 KiB in 0.001618 sec., 392459.82694684796 rows/sec., 30.82 MiB/sec. 2025.05.13 23:07:32.349340 [ 269 ] {8a888fb1-9d42-419d-a7fe-83098dffeff9} TCPHandler: Processed in 0.001785047 sec. 2025.05.13 23:07:32.349463 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.349561 [ 269 ] {e75ae762-f84b-4ca1-8a19-f37ded87d9a2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:32.349603 [ 269 ] {e75ae762-f84b-4ca1-8a19-f37ded87d9a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:32.350038 [ 269 ] {e75ae762-f84b-4ca1-8a19-f37ded87d9a2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.350072 [ 269 ] {e75ae762-f84b-4ca1-8a19-f37ded87d9a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.350386 [ 269 ] {e75ae762-f84b-4ca1-8a19-f37ded87d9a2} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:07:32.350599 [ 269 ] {e75ae762-f84b-4ca1-8a19-f37ded87d9a2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.350727 [ 269 ] {e75ae762-f84b-4ca1-8a19-f37ded87d9a2} executeQuery: Read 115 rows, 7.06 KiB in 0.001188 sec., 96801.3468013468 rows/sec., 5.81 MiB/sec. 2025.05.13 23:07:32.350765 [ 269 ] {e75ae762-f84b-4ca1-8a19-f37ded87d9a2} TCPHandler: Processed in 0.001351074 sec. 2025.05.13 23:07:32.350939 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.351033 [ 269 ] {68ea4717-f46a-4478-92c5-b971f48769e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:07:32.351085 [ 269 ] {68ea4717-f46a-4478-92c5-b971f48769e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:07:32.351546 [ 269 ] {68ea4717-f46a-4478-92c5-b971f48769e8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.351583 [ 269 ] {68ea4717-f46a-4478-92c5-b971f48769e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.351891 [ 269 ] {68ea4717-f46a-4478-92c5-b971f48769e8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:07:32.352100 [ 269 ] {68ea4717-f46a-4478-92c5-b971f48769e8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.352236 [ 269 ] {68ea4717-f46a-4478-92c5-b971f48769e8} executeQuery: Read 113 rows, 7.49 KiB in 0.001222 sec., 92471.35842880524 rows/sec., 5.99 MiB/sec. 2025.05.13 23:07:32.352275 [ 269 ] {68ea4717-f46a-4478-92c5-b971f48769e8} TCPHandler: Processed in 0.001383355 sec. 2025.05.13 23:07:32.352395 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.352486 [ 269 ] {73eca982-8cf2-4be1-a35f-62a43c9702ba} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:07:32.352524 [ 269 ] {73eca982-8cf2-4be1-a35f-62a43c9702ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:07:32.352947 [ 269 ] {73eca982-8cf2-4be1-a35f-62a43c9702ba} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.352983 [ 269 ] {73eca982-8cf2-4be1-a35f-62a43c9702ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.353283 [ 269 ] {73eca982-8cf2-4be1-a35f-62a43c9702ba} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:07:32.353488 [ 269 ] {73eca982-8cf2-4be1-a35f-62a43c9702ba} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.353617 [ 269 ] {73eca982-8cf2-4be1-a35f-62a43c9702ba} executeQuery: Read 112 rows, 6.53 KiB in 0.001149 sec., 97476.06614447344 rows/sec., 5.55 MiB/sec. 2025.05.13 23:07:32.353655 [ 269 ] {73eca982-8cf2-4be1-a35f-62a43c9702ba} TCPHandler: Processed in 0.001307172 sec. 2025.05.13 23:07:32.353771 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.353862 [ 269 ] {a7d35aaa-4ed3-4bd6-9456-575b28c93b0a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:32.353900 [ 269 ] {a7d35aaa-4ed3-4bd6-9456-575b28c93b0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:32.354443 [ 269 ] {a7d35aaa-4ed3-4bd6-9456-575b28c93b0a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.354478 [ 269 ] {a7d35aaa-4ed3-4bd6-9456-575b28c93b0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.354825 [ 269 ] {a7d35aaa-4ed3-4bd6-9456-575b28c93b0a} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:07:32.355036 [ 269 ] {a7d35aaa-4ed3-4bd6-9456-575b28c93b0a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.355159 [ 269 ] {a7d35aaa-4ed3-4bd6-9456-575b28c93b0a} executeQuery: Read 391 rows, 28.31 KiB in 0.001315 sec., 297338.4030418251 rows/sec., 21.02 MiB/sec. 2025.05.13 23:07:32.355196 [ 269 ] {a7d35aaa-4ed3-4bd6-9456-575b28c93b0a} TCPHandler: Processed in 0.001472977 sec. 2025.05.13 23:07:32.355314 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.355407 [ 269 ] {fbf9c9be-cc46-40af-a59b-6b24ca9446c1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:07:32.355448 [ 269 ] {fbf9c9be-cc46-40af-a59b-6b24ca9446c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:07:32.355792 [ 269 ] {fbf9c9be-cc46-40af-a59b-6b24ca9446c1} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.355828 [ 269 ] {fbf9c9be-cc46-40af-a59b-6b24ca9446c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.356134 [ 269 ] {fbf9c9be-cc46-40af-a59b-6b24ca9446c1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:07:32.356344 [ 269 ] {fbf9c9be-cc46-40af-a59b-6b24ca9446c1} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.356455 [ 114 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.05.13 23:07:32.356467 [ 269 ] {fbf9c9be-cc46-40af-a59b-6b24ca9446c1} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2025.05.13 23:07:32.356530 [ 114 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.356543 [ 269 ] {fbf9c9be-cc46-40af-a59b-6b24ca9446c1} TCPHandler: Processed in 0.00127619 sec. 2025.05.13 23:07:32.356657 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.356770 [ 190 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:07:32.356775 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.356887 [ 269 ] {ed073af4-ddf2-4045-9013-13920ec68b77} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:32.356893 [ 190 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:32.356932 [ 269 ] {ed073af4-ddf2-4045-9013-13920ec68b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:32.356939 [ 190 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part 2025.05.13 23:07:32.357104 [ 190 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2025.05.13 23:07:32.357154 [ 190 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2025.05.13 23:07:32.357196 [ 190 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2025.05.13 23:07:32.357231 [ 190 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2025.05.13 23:07:32.357266 [ 190 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2025.05.13 23:07:32.357356 [ 269 ] {ed073af4-ddf2-4045-9013-13920ec68b77} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.357399 [ 269 ] {ed073af4-ddf2-4045-9013-13920ec68b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.357759 [ 269 ] {ed073af4-ddf2-4045-9013-13920ec68b77} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:07:32.357984 [ 269 ] {ed073af4-ddf2-4045-9013-13920ec68b77} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.358050 [ 201 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.001319882 sec., 140921.68845396786 rows/sec., 7.19 MiB/sec. 2025.05.13 23:07:32.358110 [ 269 ] {ed073af4-ddf2-4045-9013-13920ec68b77} executeQuery: Read 237 rows, 16.27 KiB in 0.001242 sec., 190821.25603864735 rows/sec., 12.79 MiB/sec. 2025.05.13 23:07:32.358151 [ 269 ] {ed073af4-ddf2-4045-9013-13920ec68b77} TCPHandler: Processed in 0.001423486 sec. 2025.05.13 23:07:32.358251 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.05.13 23:07:32.358282 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.358378 [ 269 ] {05d12531-1b70-418f-afa4-772ed6769d17} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:07:32.358421 [ 269 ] {05d12531-1b70-418f-afa4-772ed6769d17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:07:32.358585 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.358681 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_31_6} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.05.13 23:07:32.358750 [ 269 ] {05d12531-1b70-418f-afa4-772ed6769d17} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.358790 [ 269 ] {05d12531-1b70-418f-afa4-772ed6769d17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.358792 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.05.13 23:07:32.359125 [ 269 ] {05d12531-1b70-418f-afa4-772ed6769d17} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:07:32.359351 [ 269 ] {05d12531-1b70-418f-afa4-772ed6769d17} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.359491 [ 269 ] {05d12531-1b70-418f-afa4-772ed6769d17} executeQuery: Read 1 rows, 69.00 B in 0.00113 sec., 884.9557522123895 rows/sec., 59.63 KiB/sec. 2025.05.13 23:07:32.359528 [ 269 ] {05d12531-1b70-418f-afa4-772ed6769d17} TCPHandler: Processed in 0.001294662 sec. 2025.05.13 23:07:32.359647 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.359740 [ 269 ] {0e453d08-c986-4806-96dd-ab906d68951f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:32.359797 [ 269 ] {0e453d08-c986-4806-96dd-ab906d68951f} 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.05.13 23:07:32.360579 [ 269 ] {0e453d08-c986-4806-96dd-ab906d68951f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.360617 [ 269 ] {0e453d08-c986-4806-96dd-ab906d68951f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.361140 [ 269 ] {0e453d08-c986-4806-96dd-ab906d68951f} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:07:32.361367 [ 269 ] {0e453d08-c986-4806-96dd-ab906d68951f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.361506 [ 269 ] {0e453d08-c986-4806-96dd-ab906d68951f} executeQuery: Read 9 rows, 16.51 KiB in 0.001784 sec., 5044.8430493273545 rows/sec., 9.04 MiB/sec. 2025.05.13 23:07:32.361560 [ 269 ] {0e453d08-c986-4806-96dd-ab906d68951f} TCPHandler: Processed in 0.001961963 sec. 2025.05.13 23:07:32.361685 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:32.361779 [ 269 ] {4062c839-b0d6-4cdf-bb86-ee616b39a201} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:32.361820 [ 269 ] {4062c839-b0d6-4cdf-bb86-ee616b39a201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:32.362159 [ 269 ] {4062c839-b0d6-4cdf-bb86-ee616b39a201} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.362195 [ 269 ] {4062c839-b0d6-4cdf-bb86-ee616b39a201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.362503 [ 269 ] {4062c839-b0d6-4cdf-bb86-ee616b39a201} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:07:32.362717 [ 269 ] {4062c839-b0d6-4cdf-bb86-ee616b39a201} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.362826 [ 114 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.05.13 23:07:32.362838 [ 269 ] {4062c839-b0d6-4cdf-bb86-ee616b39a201} executeQuery: Read 82 rows, 5.33 KiB in 0.001078 sec., 76066.79035250464 rows/sec., 4.83 MiB/sec. 2025.05.13 23:07:32.362868 [ 114 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:32.362888 [ 269 ] {4062c839-b0d6-4cdf-bb86-ee616b39a201} TCPHandler: Processed in 0.00125115 sec. 2025.05.13 23:07:32.362890 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:32.362984 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.05.13 23:07:32.363092 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:32.363123 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4324 rows starting from the beginning of the part 2025.05.13 23:07:32.363178 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part 2025.05.13 23:07:32.363220 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2025.05.13 23:07:32.363259 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part 2025.05.13 23:07:32.363296 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2025.05.13 23:07:32.363327 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part 2025.05.13 23:07:32.365036 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4690 rows, containing 4 columns (4 merged, 0 gathered) in 0.002086507 sec., 2247775.8282143315 rows/sec., 146.68 MiB/sec. 2025.05.13 23:07:32.365492 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.05.13 23:07:32.365852 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:32.365959 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_76_15} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.05.13 23:07:32.366047 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.05.13 23:07:33.001157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 293.47 MiB, peak 303.98 MiB, free memory in arenas 0.00 B, will set to 292.14 MiB (RSS), difference: -1.33 MiB 2025.05.13 23:07:35.557570 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:35.557863 [ 269 ] {ecf7bd84-5f58-40ff-854b-abe554bbb00a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:07:35.557966 [ 269 ] {ecf7bd84-5f58-40ff-854b-abe554bbb00a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:07:35.558791 [ 269 ] {ecf7bd84-5f58-40ff-854b-abe554bbb00a} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.558833 [ 269 ] {ecf7bd84-5f58-40ff-854b-abe554bbb00a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.559195 [ 269 ] {ecf7bd84-5f58-40ff-854b-abe554bbb00a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.13 23:07:35.559415 [ 269 ] {ecf7bd84-5f58-40ff-854b-abe554bbb00a} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.559569 [ 269 ] {ecf7bd84-5f58-40ff-854b-abe554bbb00a} executeQuery: Read 4 rows, 334.00 B in 0.001785 sec., 2240.8963585434176 rows/sec., 182.73 KiB/sec. 2025.05.13 23:07:35.559611 [ 269 ] {ecf7bd84-5f58-40ff-854b-abe554bbb00a} TCPHandler: Processed in 0.002230952 sec. 2025.05.13 23:07:35.559731 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:35.559824 [ 269 ] {7a7221f7-691e-4714-9a74-843191a6a74e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:35.559864 [ 269 ] {7a7221f7-691e-4714-9a74-843191a6a74e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:35.560920 [ 269 ] {7a7221f7-691e-4714-9a74-843191a6a74e} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.560956 [ 269 ] {7a7221f7-691e-4714-9a74-843191a6a74e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.561343 [ 269 ] {7a7221f7-691e-4714-9a74-843191a6a74e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:07:35.561560 [ 269 ] {7a7221f7-691e-4714-9a74-843191a6a74e} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.561687 [ 269 ] {7a7221f7-691e-4714-9a74-843191a6a74e} executeQuery: Read 1262 rows, 106.73 KiB in 0.001882 sec., 670563.2306057386 rows/sec., 55.38 MiB/sec. 2025.05.13 23:07:35.561724 [ 269 ] {7a7221f7-691e-4714-9a74-843191a6a74e} TCPHandler: Processed in 0.002042375 sec. 2025.05.13 23:07:35.561839 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:35.561933 [ 269 ] {d2049cca-bc34-4c4a-b532-f3096aae49c9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:35.561972 [ 269 ] {d2049cca-bc34-4c4a-b532-f3096aae49c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:35.562379 [ 269 ] {d2049cca-bc34-4c4a-b532-f3096aae49c9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.562416 [ 269 ] {d2049cca-bc34-4c4a-b532-f3096aae49c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.562719 [ 269 ] {d2049cca-bc34-4c4a-b532-f3096aae49c9} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:07:35.562939 [ 269 ] {d2049cca-bc34-4c4a-b532-f3096aae49c9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.563067 [ 269 ] {d2049cca-bc34-4c4a-b532-f3096aae49c9} executeQuery: Read 36 rows, 2.69 KiB in 0.001152 sec., 31250 rows/sec., 2.28 MiB/sec. 2025.05.13 23:07:35.563104 [ 269 ] {d2049cca-bc34-4c4a-b532-f3096aae49c9} TCPHandler: Processed in 0.001313751 sec. 2025.05.13 23:07:35.563211 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:35.563304 [ 269 ] {2d58b831-d22b-4f84-bfd6-5e293b38c1b6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:07:35.563344 [ 269 ] {2d58b831-d22b-4f84-bfd6-5e293b38c1b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:07:35.563832 [ 269 ] {2d58b831-d22b-4f84-bfd6-5e293b38c1b6} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.563867 [ 269 ] {2d58b831-d22b-4f84-bfd6-5e293b38c1b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.564170 [ 269 ] {2d58b831-d22b-4f84-bfd6-5e293b38c1b6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:07:35.564374 [ 269 ] {2d58b831-d22b-4f84-bfd6-5e293b38c1b6} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.564483 [ 110 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 2025.05.13 23:07:35.564501 [ 269 ] {2d58b831-d22b-4f84-bfd6-5e293b38c1b6} executeQuery: Read 228 rows, 15.81 KiB in 0.001215 sec., 187654.32098765433 rows/sec., 12.71 MiB/sec. 2025.05.13 23:07:35.564558 [ 110 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.564563 [ 269 ] {2d58b831-d22b-4f84-bfd6-5e293b38c1b6} TCPHandler: Processed in 0.001400814 sec. 2025.05.13 23:07:35.564590 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.564702 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:35.564715 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full 2025.05.13 23:07:35.564830 [ 269 ] {e6a05566-1cd1-4c63-9d19-78bbe73f2cd3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:35.564881 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:35.564885 [ 269 ] {e6a05566-1cd1-4c63-9d19-78bbe73f2cd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:35.564928 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 341 rows starting from the beginning of the part 2025.05.13 23:07:35.565010 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 228 rows starting from the beginning of the part 2025.05.13 23:07:35.565067 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part 2025.05.13 23:07:35.565120 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 113 rows starting from the beginning of the part 2025.05.13 23:07:35.565169 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part 2025.05.13 23:07:35.565220 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 228 rows starting from the beginning of the part 2025.05.13 23:07:35.565600 [ 269 ] {e6a05566-1cd1-4c63-9d19-78bbe73f2cd3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.565645 [ 269 ] {e6a05566-1cd1-4c63-9d19-78bbe73f2cd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.566038 [ 269 ] {e6a05566-1cd1-4c63-9d19-78bbe73f2cd3} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:07:35.566224 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.00156699 sec., 724956.7642422734 rows/sec., 50.99 MiB/sec. 2025.05.13 23:07:35.566279 [ 269 ] {e6a05566-1cd1-4c63-9d19-78bbe73f2cd3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.566424 [ 269 ] {e6a05566-1cd1-4c63-9d19-78bbe73f2cd3} executeQuery: Read 556 rows, 42.29 KiB in 0.001619 sec., 343421.8653489809 rows/sec., 25.51 MiB/sec. 2025.05.13 23:07:35.566439 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) 2025.05.13 23:07:35.566465 [ 269 ] {e6a05566-1cd1-4c63-9d19-78bbe73f2cd3} TCPHandler: Processed in 0.001824928 sec. 2025.05.13 23:07:35.566591 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:35.566691 [ 269 ] {f488c478-fb38-4a6c-8a9d-f56cba6c606e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:35.566739 [ 269 ] {f488c478-fb38-4a6c-8a9d-f56cba6c606e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:35.566788 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.566882 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_39_8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 2025.05.13 23:07:35.566985 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:07:35.567353 [ 269 ] {f488c478-fb38-4a6c-8a9d-f56cba6c606e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.567395 [ 269 ] {f488c478-fb38-4a6c-8a9d-f56cba6c606e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.567797 [ 269 ] {f488c478-fb38-4a6c-8a9d-f56cba6c606e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:07:35.568016 [ 269 ] {f488c478-fb38-4a6c-8a9d-f56cba6c606e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.568148 [ 269 ] {f488c478-fb38-4a6c-8a9d-f56cba6c606e} executeQuery: Read 930 rows, 63.93 KiB in 0.001475 sec., 630508.4745762713 rows/sec., 42.33 MiB/sec. 2025.05.13 23:07:35.568186 [ 269 ] {f488c478-fb38-4a6c-8a9d-f56cba6c606e} TCPHandler: Processed in 0.001644282 sec. 2025.05.13 23:07:35.568306 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:35.568401 [ 269 ] {bfd0d362-d293-48cb-a34b-fc694064b883} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:35.568457 [ 269 ] {bfd0d362-d293-48cb-a34b-fc694064b883} 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.05.13 23:07:35.569326 [ 269 ] {bfd0d362-d293-48cb-a34b-fc694064b883} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.569364 [ 269 ] {bfd0d362-d293-48cb-a34b-fc694064b883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.569924 [ 269 ] {bfd0d362-d293-48cb-a34b-fc694064b883} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:07:35.570145 [ 269 ] {bfd0d362-d293-48cb-a34b-fc694064b883} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.570260 [ 109 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.05.13 23:07:35.570286 [ 269 ] {bfd0d362-d293-48cb-a34b-fc694064b883} executeQuery: Read 32 rows, 58.72 KiB in 0.001904 sec., 16806.72268907563 rows/sec., 30.12 MiB/sec. 2025.05.13 23:07:35.570301 [ 109 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.570329 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.570349 [ 269 ] {bfd0d362-d293-48cb-a34b-fc694064b883} TCPHandler: Processed in 0.002098797 sec. 2025.05.13 23:07:35.570418 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.05.13 23:07:35.570478 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:35.570578 [ 269 ] {254c9d6e-3d94-433d-818f-064aaf69b73d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:35.570621 [ 269 ] {254c9d6e-3d94-433d-818f-064aaf69b73d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:35.570676 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:35.570745 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1115 rows starting from the beginning of the part 2025.05.13 23:07:35.570888 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part 2025.05.13 23:07:35.570964 [ 269 ] {254c9d6e-3d94-433d-818f-064aaf69b73d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:35.571006 [ 269 ] {254c9d6e-3d94-433d-818f-064aaf69b73d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:35.571006 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part 2025.05.13 23:07:35.571127 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part 2025.05.13 23:07:35.571230 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part 2025.05.13 23:07:35.571331 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part 2025.05.13 23:07:35.571334 [ 269 ] {254c9d6e-3d94-433d-818f-064aaf69b73d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:07:35.571581 [ 269 ] {254c9d6e-3d94-433d-818f-064aaf69b73d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.571719 [ 269 ] {254c9d6e-3d94-433d-818f-064aaf69b73d} executeQuery: Read 44 rows, 3.03 KiB in 0.00116 sec., 37931.03448275862 rows/sec., 2.55 MiB/sec. 2025.05.13 23:07:35.571759 [ 269 ] {254c9d6e-3d94-433d-818f-064aaf69b73d} TCPHandler: Processed in 0.001330702 sec. 2025.05.13 23:07:35.577570 [ 201 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1229 rows, containing 19 columns (19 merged, 0 gathered) in 0.00719122 sec., 170902.8509766076 rows/sec., 306.25 MiB/sec. 2025.05.13 23:07:35.579095 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.05.13 23:07:35.579474 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:35.579558 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_61_12} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.05.13 23:07:35.579723 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. 2025.05.13 23:07:36.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 292.79 MiB, peak 304.39 MiB, free memory in arenas 0.00 B, will set to 295.36 MiB (RSS), difference: 2.58 MiB 2025.05.13 23:07:37.334078 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:37.334261 [ 269 ] {cfe4e8fa-ae4e-4f06-957a-e47be0686dc3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:37.334325 [ 269 ] {cfe4e8fa-ae4e-4f06-957a-e47be0686dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:37.335005 [ 269 ] {cfe4e8fa-ae4e-4f06-957a-e47be0686dc3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:37.335044 [ 269 ] {cfe4e8fa-ae4e-4f06-957a-e47be0686dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:37.335441 [ 269 ] {cfe4e8fa-ae4e-4f06-957a-e47be0686dc3} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:07:37.335670 [ 269 ] {cfe4e8fa-ae4e-4f06-957a-e47be0686dc3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:37.335826 [ 269 ] {cfe4e8fa-ae4e-4f06-957a-e47be0686dc3} executeQuery: Read 56 rows, 4.38 KiB in 0.001616 sec., 34653.46534653466 rows/sec., 2.65 MiB/sec. 2025.05.13 23:07:37.335874 [ 269 ] {cfe4e8fa-ae4e-4f06-957a-e47be0686dc3} TCPHandler: Processed in 0.001924392 sec. 2025.05.13 23:07:37.336004 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:37.336103 [ 269 ] {71d58213-45b6-4f26-b296-854cdddf9a3a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:37.336145 [ 269 ] {71d58213-45b6-4f26-b296-854cdddf9a3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:37.336579 [ 269 ] {71d58213-45b6-4f26-b296-854cdddf9a3a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:37.336613 [ 269 ] {71d58213-45b6-4f26-b296-854cdddf9a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:37.336913 [ 269 ] {71d58213-45b6-4f26-b296-854cdddf9a3a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:07:37.337135 [ 269 ] {71d58213-45b6-4f26-b296-854cdddf9a3a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:37.337265 [ 269 ] {71d58213-45b6-4f26-b296-854cdddf9a3a} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2025.05.13 23:07:37.337302 [ 269 ] {71d58213-45b6-4f26-b296-854cdddf9a3a} TCPHandler: Processed in 0.001347684 sec. 2025.05.13 23:07:37.337417 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:37.337510 [ 269 ] {81ddc2ff-8599-4234-becb-d8047822701d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:37.337554 [ 269 ] {81ddc2ff-8599-4234-becb-d8047822701d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:37.337930 [ 269 ] {81ddc2ff-8599-4234-becb-d8047822701d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:37.337964 [ 269 ] {81ddc2ff-8599-4234-becb-d8047822701d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:37.338282 [ 269 ] {81ddc2ff-8599-4234-becb-d8047822701d} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:07:37.338492 [ 269 ] {81ddc2ff-8599-4234-becb-d8047822701d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:37.338619 [ 269 ] {81ddc2ff-8599-4234-becb-d8047822701d} executeQuery: Read 42 rows, 2.99 KiB in 0.001128 sec., 37234.04255319149 rows/sec., 2.59 MiB/sec. 2025.05.13 23:07:37.338655 [ 269 ] {81ddc2ff-8599-4234-becb-d8047822701d} TCPHandler: Processed in 0.001284991 sec. 2025.05.13 23:07:37.338768 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:37.338870 [ 269 ] {e788d945-3b10-4db1-ad48-7be4434c7daa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:37.338913 [ 269 ] {e788d945-3b10-4db1-ad48-7be4434c7daa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:37.339251 [ 269 ] {e788d945-3b10-4db1-ad48-7be4434c7daa} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:37.339287 [ 269 ] {e788d945-3b10-4db1-ad48-7be4434c7daa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:37.339612 [ 269 ] {e788d945-3b10-4db1-ad48-7be4434c7daa} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:07:37.339825 [ 269 ] {e788d945-3b10-4db1-ad48-7be4434c7daa} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:37.339959 [ 269 ] {e788d945-3b10-4db1-ad48-7be4434c7daa} executeQuery: Read 16 rows, 1.11 KiB in 0.001107 sec., 14453.477868112015 rows/sec., 1002.15 KiB/sec. 2025.05.13 23:07:37.339996 [ 269 ] {e788d945-3b10-4db1-ad48-7be4434c7daa} TCPHandler: Processed in 0.001277781 sec. 2025.05.13 23:07:38.571678 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22509 2025.05.13 23:07:38.572177 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:38.572229 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:38.572804 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:07:38.573065 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:38.573224 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 2025.05.13 23:07:39.822942 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.05.13 23:07:39.839372 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:39.839427 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:39.845707 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:07:39.846425 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:39.849187 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.05.13 23:07:41.136286 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1428 2025.05.13 23:07:41.138908 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:41.138962 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:41.140201 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:07:41.140494 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:41.140645 [ 102 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.05.13 23:07:41.140687 [ 102 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:41.140709 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:41.140772 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1428 2025.05.13 23:07:41.140836 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:07:41.141441 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:41.141621 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1230 rows starting from the beginning of the part 2025.05.13 23:07:41.142054 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part 2025.05.13 23:07:41.142455 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 46 rows starting from the beginning of the part 2025.05.13 23:07:41.142830 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part 2025.05.13 23:07:41.143182 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part 2025.05.13 23:07:41.143530 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part 2025.05.13 23:07:41.150204 [ 201 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 72 columns (72 merged, 0 gathered) in 0.009423712 sec., 151532.64446112103 rows/sec., 118.15 MiB/sec. 2025.05.13 23:07:41.151859 [ 187 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.05.13 23:07:41.152483 [ 187 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:41.152571 [ 187 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_36_7} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.05.13 23:07:41.152901 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2025.05.13 23:07:42.345134 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.345339 [ 269 ] {bb31f11f-aaf1-40c2-8908-1c78e6bb3095} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:07:42.345411 [ 269 ] {bb31f11f-aaf1-40c2-8908-1c78e6bb3095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:07:42.346210 [ 269 ] {bb31f11f-aaf1-40c2-8908-1c78e6bb3095} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.346249 [ 269 ] {bb31f11f-aaf1-40c2-8908-1c78e6bb3095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.346649 [ 269 ] {bb31f11f-aaf1-40c2-8908-1c78e6bb3095} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:07:42.346889 [ 269 ] {bb31f11f-aaf1-40c2-8908-1c78e6bb3095} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.347042 [ 269 ] {bb31f11f-aaf1-40c2-8908-1c78e6bb3095} executeQuery: Read 212 rows, 13.81 KiB in 0.00176 sec., 120454.54545454546 rows/sec., 7.66 MiB/sec. 2025.05.13 23:07:42.347086 [ 269 ] {bb31f11f-aaf1-40c2-8908-1c78e6bb3095} TCPHandler: Processed in 0.002089847 sec. 2025.05.13 23:07:42.347216 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.347311 [ 269 ] {2e034993-b721-4ec8-92fa-b71dc86a414f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:42.347352 [ 269 ] {2e034993-b721-4ec8-92fa-b71dc86a414f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:42.348124 [ 269 ] {2e034993-b721-4ec8-92fa-b71dc86a414f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.348160 [ 269 ] {2e034993-b721-4ec8-92fa-b71dc86a414f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.348503 [ 269 ] {2e034993-b721-4ec8-92fa-b71dc86a414f} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:07:42.348713 [ 269 ] {2e034993-b721-4ec8-92fa-b71dc86a414f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.348842 [ 269 ] {2e034993-b721-4ec8-92fa-b71dc86a414f} executeQuery: Read 635 rows, 51.07 KiB in 0.001549 sec., 409941.8979987088 rows/sec., 32.20 MiB/sec. 2025.05.13 23:07:42.348880 [ 269 ] {2e034993-b721-4ec8-92fa-b71dc86a414f} TCPHandler: Processed in 0.001714225 sec. 2025.05.13 23:07:42.348994 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.349087 [ 269 ] {e44ca6d7-b45e-41ec-bc74-0b4e8661bf09} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:42.349126 [ 269 ] {e44ca6d7-b45e-41ec-bc74-0b4e8661bf09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:42.349562 [ 269 ] {e44ca6d7-b45e-41ec-bc74-0b4e8661bf09} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.349597 [ 269 ] {e44ca6d7-b45e-41ec-bc74-0b4e8661bf09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.349905 [ 269 ] {e44ca6d7-b45e-41ec-bc74-0b4e8661bf09} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:07:42.350124 [ 269 ] {e44ca6d7-b45e-41ec-bc74-0b4e8661bf09} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.350256 [ 269 ] {e44ca6d7-b45e-41ec-bc74-0b4e8661bf09} executeQuery: Read 115 rows, 7.06 KiB in 0.001186 sec., 96964.586846543 rows/sec., 5.82 MiB/sec. 2025.05.13 23:07:42.350293 [ 269 ] {e44ca6d7-b45e-41ec-bc74-0b4e8661bf09} TCPHandler: Processed in 0.001348843 sec. 2025.05.13 23:07:42.350414 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.350508 [ 269 ] {8a25afa4-fa37-4e0f-93e3-8b4de84bb19f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:07:42.350547 [ 269 ] {8a25afa4-fa37-4e0f-93e3-8b4de84bb19f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:07:42.350973 [ 269 ] {8a25afa4-fa37-4e0f-93e3-8b4de84bb19f} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.351009 [ 269 ] {8a25afa4-fa37-4e0f-93e3-8b4de84bb19f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.351321 [ 269 ] {8a25afa4-fa37-4e0f-93e3-8b4de84bb19f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:07:42.351540 [ 269 ] {8a25afa4-fa37-4e0f-93e3-8b4de84bb19f} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.351665 [ 269 ] {8a25afa4-fa37-4e0f-93e3-8b4de84bb19f} executeQuery: Read 113 rows, 7.49 KiB in 0.001176 sec., 96088.43537414966 rows/sec., 6.22 MiB/sec. 2025.05.13 23:07:42.351702 [ 269 ] {8a25afa4-fa37-4e0f-93e3-8b4de84bb19f} TCPHandler: Processed in 0.001337822 sec. 2025.05.13 23:07:42.351819 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.351913 [ 269 ] {d9815e27-47ee-4f7d-a883-6e955379f3b1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:07:42.351952 [ 269 ] {d9815e27-47ee-4f7d-a883-6e955379f3b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:07:42.352373 [ 269 ] {d9815e27-47ee-4f7d-a883-6e955379f3b1} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.352408 [ 269 ] {d9815e27-47ee-4f7d-a883-6e955379f3b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.352707 [ 269 ] {d9815e27-47ee-4f7d-a883-6e955379f3b1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:07:42.352918 [ 269 ] {d9815e27-47ee-4f7d-a883-6e955379f3b1} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.353043 [ 269 ] {d9815e27-47ee-4f7d-a883-6e955379f3b1} executeQuery: Read 112 rows, 6.53 KiB in 0.001149 sec., 97476.06614447344 rows/sec., 5.55 MiB/sec. 2025.05.13 23:07:42.353081 [ 269 ] {d9815e27-47ee-4f7d-a883-6e955379f3b1} TCPHandler: Processed in 0.001310862 sec. 2025.05.13 23:07:42.353199 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.353292 [ 269 ] {253250c7-ff8d-417a-9ad9-15f3c07f017e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:42.353332 [ 269 ] {253250c7-ff8d-417a-9ad9-15f3c07f017e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:42.353875 [ 269 ] {253250c7-ff8d-417a-9ad9-15f3c07f017e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.353909 [ 269 ] {253250c7-ff8d-417a-9ad9-15f3c07f017e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.354230 [ 269 ] {253250c7-ff8d-417a-9ad9-15f3c07f017e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:07:42.354436 [ 269 ] {253250c7-ff8d-417a-9ad9-15f3c07f017e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.354557 [ 269 ] {253250c7-ff8d-417a-9ad9-15f3c07f017e} executeQuery: Read 391 rows, 28.31 KiB in 0.001283 sec., 304754.4816835541 rows/sec., 21.55 MiB/sec. 2025.05.13 23:07:42.354594 [ 269 ] {253250c7-ff8d-417a-9ad9-15f3c07f017e} TCPHandler: Processed in 0.001446186 sec. 2025.05.13 23:07:42.354710 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.354802 [ 269 ] {08ebc5b2-2d53-45c6-ae04-2b1be99bdfca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:07:42.354845 [ 269 ] {08ebc5b2-2d53-45c6-ae04-2b1be99bdfca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:07:42.355179 [ 269 ] {08ebc5b2-2d53-45c6-ae04-2b1be99bdfca} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.355216 [ 269 ] {08ebc5b2-2d53-45c6-ae04-2b1be99bdfca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.355515 [ 269 ] {08ebc5b2-2d53-45c6-ae04-2b1be99bdfca} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:07:42.355726 [ 269 ] {08ebc5b2-2d53-45c6-ae04-2b1be99bdfca} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.355847 [ 269 ] {08ebc5b2-2d53-45c6-ae04-2b1be99bdfca} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2025.05.13 23:07:42.355883 [ 269 ] {08ebc5b2-2d53-45c6-ae04-2b1be99bdfca} TCPHandler: Processed in 0.001222739 sec. 2025.05.13 23:07:42.355988 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.356080 [ 269 ] {649a1387-1c9e-41a2-bb7e-8e38b978ffef} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:42.356121 [ 269 ] {649a1387-1c9e-41a2-bb7e-8e38b978ffef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:42.356520 [ 269 ] {649a1387-1c9e-41a2-bb7e-8e38b978ffef} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.356555 [ 269 ] {649a1387-1c9e-41a2-bb7e-8e38b978ffef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.356877 [ 269 ] {649a1387-1c9e-41a2-bb7e-8e38b978ffef} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:07:42.357087 [ 269 ] {649a1387-1c9e-41a2-bb7e-8e38b978ffef} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.357212 [ 269 ] {649a1387-1c9e-41a2-bb7e-8e38b978ffef} executeQuery: Read 237 rows, 16.27 KiB in 0.001149 sec., 206266.31853785898 rows/sec., 13.83 MiB/sec. 2025.05.13 23:07:42.357248 [ 269 ] {649a1387-1c9e-41a2-bb7e-8e38b978ffef} TCPHandler: Processed in 0.001308142 sec. 2025.05.13 23:07:42.357371 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.357464 [ 269 ] {32abe6f3-eec1-44fc-99ca-c8559c31b755} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:07:42.357506 [ 269 ] {32abe6f3-eec1-44fc-99ca-c8559c31b755} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:07:42.357816 [ 269 ] {32abe6f3-eec1-44fc-99ca-c8559c31b755} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.357849 [ 269 ] {32abe6f3-eec1-44fc-99ca-c8559c31b755} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.358139 [ 269 ] {32abe6f3-eec1-44fc-99ca-c8559c31b755} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:07:42.358347 [ 269 ] {32abe6f3-eec1-44fc-99ca-c8559c31b755} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.358470 [ 269 ] {32abe6f3-eec1-44fc-99ca-c8559c31b755} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2025.05.13 23:07:42.358505 [ 269 ] {32abe6f3-eec1-44fc-99ca-c8559c31b755} TCPHandler: Processed in 0.001184478 sec. 2025.05.13 23:07:42.358620 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.358713 [ 269 ] {dc2673a7-35ad-450c-aef5-01d58badc94d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:42.358766 [ 269 ] {dc2673a7-35ad-450c-aef5-01d58badc94d} 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.05.13 23:07:42.359515 [ 269 ] {dc2673a7-35ad-450c-aef5-01d58badc94d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.359549 [ 269 ] {dc2673a7-35ad-450c-aef5-01d58badc94d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.360045 [ 269 ] {dc2673a7-35ad-450c-aef5-01d58badc94d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:07:42.360264 [ 269 ] {dc2673a7-35ad-450c-aef5-01d58badc94d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.360395 [ 269 ] {dc2673a7-35ad-450c-aef5-01d58badc94d} executeQuery: Read 9 rows, 16.51 KiB in 0.0017 sec., 5294.117647058823 rows/sec., 9.49 MiB/sec. 2025.05.13 23:07:42.360447 [ 269 ] {dc2673a7-35ad-450c-aef5-01d58badc94d} TCPHandler: Processed in 0.00187768 sec. 2025.05.13 23:07:42.360562 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:42.360656 [ 269 ] {727c263a-e9e3-4428-9598-f7b20e573322} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:42.360696 [ 269 ] {727c263a-e9e3-4428-9598-f7b20e573322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:42.361045 [ 269 ] {727c263a-e9e3-4428-9598-f7b20e573322} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:42.361079 [ 269 ] {727c263a-e9e3-4428-9598-f7b20e573322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:42.361384 [ 269 ] {727c263a-e9e3-4428-9598-f7b20e573322} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:07:42.361585 [ 269 ] {727c263a-e9e3-4428-9598-f7b20e573322} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:42.361706 [ 269 ] {727c263a-e9e3-4428-9598-f7b20e573322} executeQuery: Read 82 rows, 5.33 KiB in 0.001068 sec., 76779.02621722847 rows/sec., 4.88 MiB/sec. 2025.05.13 23:07:42.361741 [ 269 ] {727c263a-e9e3-4428-9598-f7b20e573322} TCPHandler: Processed in 0.001228239 sec. 2025.05.13 23:07:45.923268 [ 96 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:07:45.923344 [ 96 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:07:46.074184 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22997 2025.05.13 23:07:46.074674 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:46.074711 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:46.075203 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:07:46.075432 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:46.075584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22997 2025.05.13 23:07:47.340699 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:47.340990 [ 269 ] {f48dfdc1-1ef7-41dc-9dd0-4e4ddea3b109} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:47.341099 [ 269 ] {f48dfdc1-1ef7-41dc-9dd0-4e4ddea3b109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:47.342070 [ 269 ] {f48dfdc1-1ef7-41dc-9dd0-4e4ddea3b109} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.342117 [ 269 ] {f48dfdc1-1ef7-41dc-9dd0-4e4ddea3b109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.342528 [ 269 ] {f48dfdc1-1ef7-41dc-9dd0-4e4ddea3b109} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:07:47.342756 [ 269 ] {f48dfdc1-1ef7-41dc-9dd0-4e4ddea3b109} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.342896 [ 93 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2025.05.13 23:07:47.342910 [ 269 ] {f48dfdc1-1ef7-41dc-9dd0-4e4ddea3b109} executeQuery: Read 120 rows, 10.47 KiB in 0.001998 sec., 60060.06006006005 rows/sec., 5.12 MiB/sec. 2025.05.13 23:07:47.342964 [ 93 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.342979 [ 269 ] {f48dfdc1-1ef7-41dc-9dd0-4e4ddea3b109} TCPHandler: Processed in 0.002471499 sec. 2025.05.13 23:07:47.342996 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.343102 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2025.05.13 23:07:47.343130 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:47.343211 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:47.343224 [ 269 ] {fbf4814f-2292-4b69-96ef-f8e2792f4931} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:47.343244 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 1849 rows starting from the beginning of the part 2025.05.13 23:07:47.343266 [ 269 ] {fbf4814f-2292-4b69-96ef-f8e2792f4931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:47.343311 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 635 rows starting from the beginning of the part 2025.05.13 23:07:47.343361 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:07:47.343408 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part 2025.05.13 23:07:47.343455 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 635 rows starting from the beginning of the part 2025.05.13 23:07:47.343502 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 120 rows starting from the beginning of the part 2025.05.13 23:07:47.343750 [ 269 ] {fbf4814f-2292-4b69-96ef-f8e2792f4931} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.343786 [ 269 ] {fbf4814f-2292-4b69-96ef-f8e2792f4931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.344109 [ 269 ] {fbf4814f-2292-4b69-96ef-f8e2792f4931} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:07:47.344322 [ 269 ] {fbf4814f-2292-4b69-96ef-f8e2792f4931} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.344424 [ 93 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.05.13 23:07:47.344451 [ 269 ] {fbf4814f-2292-4b69-96ef-f8e2792f4931} executeQuery: Read 32 rows, 2.41 KiB in 0.001246 sec., 25682.182985553773 rows/sec., 1.89 MiB/sec. 2025.05.13 23:07:47.344455 [ 93 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.344490 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.344496 [ 269 ] {fbf4814f-2292-4b69-96ef-f8e2792f4931} TCPHandler: Processed in 0.001416675 sec. 2025.05.13 23:07:47.344578 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.05.13 23:07:47.344629 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:47.344695 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:47.344726 [ 269 ] {afbeef0f-f9c0-4727-be26-4cd758d8312d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:47.344733 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 165 rows starting from the beginning of the part 2025.05.13 23:07:47.344774 [ 269 ] {afbeef0f-f9c0-4727-be26-4cd758d8312d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:47.344813 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 32 rows starting from the beginning of the part 2025.05.13 23:07:47.344863 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 115 rows starting from the beginning of the part 2025.05.13 23:07:47.344904 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 36 rows starting from the beginning of the part 2025.05.13 23:07:47.344941 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 115 rows starting from the beginning of the part 2025.05.13 23:07:47.344980 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part 2025.05.13 23:07:47.345016 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.001952423 sec., 2334022.9038481927 rows/sec., 197.84 MiB/sec. 2025.05.13 23:07:47.345225 [ 269 ] {afbeef0f-f9c0-4727-be26-4cd758d8312d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.345267 [ 269 ] {afbeef0f-f9c0-4727-be26-4cd758d8312d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.345271 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2025.05.13 23:07:47.345548 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.345620 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_80_16} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2025.05.13 23:07:47.345689 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.05.13 23:07:47.345832 [ 269 ] {afbeef0f-f9c0-4727-be26-4cd758d8312d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:07:47.345848 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.001311162 sec., 377527.71968681214 rows/sec., 25.53 MiB/sec. 2025.05.13 23:07:47.345992 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.05.13 23:07:47.346052 [ 269 ] {afbeef0f-f9c0-4727-be26-4cd758d8312d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.346164 [ 93 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2025.05.13 23:07:47.346185 [ 269 ] {afbeef0f-f9c0-4727-be26-4cd758d8312d} executeQuery: Read 96 rows, 7.68 KiB in 0.001477 sec., 64996.614759647935 rows/sec., 5.08 MiB/sec. 2025.05.13 23:07:47.346193 [ 93 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.346227 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.346231 [ 269 ] {afbeef0f-f9c0-4727-be26-4cd758d8312d} TCPHandler: Processed in 0.001652813 sec. 2025.05.13 23:07:47.346259 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.346313 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2025.05.13 23:07:47.346328 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_66_13} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.05.13 23:07:47.346361 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:47.346413 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:07:47.346429 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:47.346455 [ 269 ] {7952da7e-f444-4c87-8e14-0cde72125d2a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:47.346467 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 915 rows starting from the beginning of the part 2025.05.13 23:07:47.346507 [ 269 ] {7952da7e-f444-4c87-8e14-0cde72125d2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:47.346543 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 391 rows starting from the beginning of the part 2025.05.13 23:07:47.346594 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 556 rows starting from the beginning of the part 2025.05.13 23:07:47.346636 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part 2025.05.13 23:07:47.346685 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 391 rows starting from the beginning of the part 2025.05.13 23:07:47.346729 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 96 rows starting from the beginning of the part 2025.05.13 23:07:47.346976 [ 269 ] {7952da7e-f444-4c87-8e14-0cde72125d2a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.347019 [ 269 ] {7952da7e-f444-4c87-8e14-0cde72125d2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.347372 [ 269 ] {7952da7e-f444-4c87-8e14-0cde72125d2a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:07:47.347600 [ 269 ] {7952da7e-f444-4c87-8e14-0cde72125d2a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.347706 [ 93 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2025.05.13 23:07:47.347732 [ 269 ] {7952da7e-f444-4c87-8e14-0cde72125d2a} executeQuery: Read 160 rows, 11.41 KiB in 0.001295 sec., 123552.12355212356 rows/sec., 8.61 MiB/sec. 2025.05.13 23:07:47.347735 [ 93 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.347773 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.347778 [ 269 ] {7952da7e-f444-4c87-8e14-0cde72125d2a} TCPHandler: Processed in 0.001466057 sec. 2025.05.13 23:07:47.347856 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2025.05.13 23:07:47.347913 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:47.347934 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.001656493 sec., 1456691.9389336386 rows/sec., 111.54 MiB/sec. 2025.05.13 23:07:47.347953 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:47.347993 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_75_15, total 22986 rows starting from the beginning of the part 2025.05.13 23:07:47.348010 [ 269 ] {2f69c9bf-985e-4d9a-8955-434d48797525} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:47.348046 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part 2025.05.13 23:07:47.348071 [ 269 ] {2f69c9bf-985e-4d9a-8955-434d48797525} 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.05.13 23:07:47.348096 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 930 rows starting from the beginning of the part 2025.05.13 23:07:47.348140 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 42 rows starting from the beginning of the part 2025.05.13 23:07:47.348147 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2025.05.13 23:07:47.348178 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part 2025.05.13 23:07:47.348215 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2025.05.13 23:07:47.348399 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.348479 [ 198 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_80_16} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2025.05.13 23:07:47.348561 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:07:47.348983 [ 269 ] {2f69c9bf-985e-4d9a-8955-434d48797525} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.349025 [ 269 ] {2f69c9bf-985e-4d9a-8955-434d48797525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.349604 [ 269 ] {2f69c9bf-985e-4d9a-8955-434d48797525} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:07:47.349831 [ 269 ] {2f69c9bf-985e-4d9a-8955-434d48797525} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.349972 [ 269 ] {2f69c9bf-985e-4d9a-8955-434d48797525} executeQuery: Read 32 rows, 58.72 KiB in 0.001979 sec., 16169.78271854472 rows/sec., 28.98 MiB/sec. 2025.05.13 23:07:47.350028 [ 269 ] {2f69c9bf-985e-4d9a-8955-434d48797525} TCPHandler: Processed in 0.002165279 sec. 2025.05.13 23:07:47.350119 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.05.13 23:07:47.350150 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:47.350243 [ 269 ] {19b56a61-ddb4-4cce-9c6b-6e3ef2541567} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:47.350285 [ 269 ] {19b56a61-ddb4-4cce-9c6b-6e3ef2541567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:47.350641 [ 269 ] {19b56a61-ddb4-4cce-9c6b-6e3ef2541567} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.350678 [ 269 ] {19b56a61-ddb4-4cce-9c6b-6e3ef2541567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.351086 [ 269 ] {19b56a61-ddb4-4cce-9c6b-6e3ef2541567} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:07:47.351311 [ 269 ] {19b56a61-ddb4-4cce-9c6b-6e3ef2541567} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.351442 [ 269 ] {19b56a61-ddb4-4cce-9c6b-6e3ef2541567} executeQuery: Read 60 rows, 4.14 KiB in 0.001216 sec., 49342.10526315789 rows/sec., 3.33 MiB/sec. 2025.05.13 23:07:47.351480 [ 269 ] {19b56a61-ddb4-4cce-9c6b-6e3ef2541567} TCPHandler: Processed in 0.001379625 sec. 2025.05.13 23:07:47.354465 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 24592 rows, containing 5 columns (5 merged, 0 gathered) in 0.006641683 sec., 3702675.9633062887 rows/sec., 250.16 MiB/sec. 2025.05.13 23:07:47.354659 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2025.05.13 23:07:47.354932 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.355003 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_80_16} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2025.05.13 23:07:47.355079 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2025.05.13 23:07:47.368353 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:47.368398 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:47.374420 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:07:47.375080 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:47.378056 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.05.13 23:07:51.141831 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1462 2025.05.13 23:07:51.144212 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:51.144260 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:51.145495 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:07:51.145770 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:51.146052 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1462 2025.05.13 23:07:52.000227 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 293.52 MiB, peak 304.39 MiB, free memory in arenas 0.00 B, will set to 297.52 MiB (RSS), difference: 4.00 MiB 2025.05.13 23:07:52.345403 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.345598 [ 269 ] {d0104d85-0c24-4899-89e9-b83b20679733} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:07:52.345665 [ 269 ] {d0104d85-0c24-4899-89e9-b83b20679733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:07:52.346477 [ 269 ] {d0104d85-0c24-4899-89e9-b83b20679733} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.346525 [ 269 ] {d0104d85-0c24-4899-89e9-b83b20679733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.346945 [ 269 ] {d0104d85-0c24-4899-89e9-b83b20679733} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:07:52.347182 [ 269 ] {d0104d85-0c24-4899-89e9-b83b20679733} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.347302 [ 45 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.05.13 23:07:52.347333 [ 269 ] {d0104d85-0c24-4899-89e9-b83b20679733} executeQuery: Read 212 rows, 13.81 KiB in 0.001791 sec., 118369.62590731434 rows/sec., 7.53 MiB/sec. 2025.05.13 23:07:52.347377 [ 45 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.347393 [ 269 ] {d0104d85-0c24-4899-89e9-b83b20679733} TCPHandler: Processed in 0.002127218 sec. 2025.05.13 23:07:52.347406 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.347538 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.347546 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2025.05.13 23:07:52.347642 [ 269 ] {ddfc08ef-c6fd-403e-9bd6-57d2eb1de25f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:07:52.347691 [ 269 ] {ddfc08ef-c6fd-403e-9bd6-57d2eb1de25f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:07:52.347709 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:52.347753 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part 2025.05.13 23:07:52.347825 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part 2025.05.13 23:07:52.347876 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part 2025.05.13 23:07:52.347917 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part 2025.05.13 23:07:52.347957 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part 2025.05.13 23:07:52.348107 [ 269 ] {ddfc08ef-c6fd-403e-9bd6-57d2eb1de25f} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.348152 [ 269 ] {ddfc08ef-c6fd-403e-9bd6-57d2eb1de25f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.348472 [ 269 ] {ddfc08ef-c6fd-403e-9bd6-57d2eb1de25f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.13 23:07:52.348699 [ 269 ] {ddfc08ef-c6fd-403e-9bd6-57d2eb1de25f} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.348833 [ 269 ] {ddfc08ef-c6fd-403e-9bd6-57d2eb1de25f} executeQuery: Read 8 rows, 668.00 B in 0.00121 sec., 6611.570247933884 rows/sec., 539.13 KiB/sec. 2025.05.13 23:07:52.348863 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001375064 sec., 770873.2102651221 rows/sec., 51.97 MiB/sec. 2025.05.13 23:07:52.348872 [ 269 ] {ddfc08ef-c6fd-403e-9bd6-57d2eb1de25f} TCPHandler: Processed in 0.001385714 sec. 2025.05.13 23:07:52.349026 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.349037 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.05.13 23:07:52.349130 [ 269 ] {d4491c68-222f-4030-9505-6e01369f0dec} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:52.349169 [ 269 ] {d4491c68-222f-4030-9505-6e01369f0dec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:52.349298 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.349362 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_33_8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.05.13 23:07:52.349436 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:07:52.349921 [ 269 ] {d4491c68-222f-4030-9505-6e01369f0dec} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.349958 [ 269 ] {d4491c68-222f-4030-9505-6e01369f0dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.350307 [ 269 ] {d4491c68-222f-4030-9505-6e01369f0dec} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:07:52.350537 [ 269 ] {d4491c68-222f-4030-9505-6e01369f0dec} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.350670 [ 269 ] {d4491c68-222f-4030-9505-6e01369f0dec} executeQuery: Read 639 rows, 51.36 KiB in 0.001559 sec., 409878.12700449006 rows/sec., 32.17 MiB/sec. 2025.05.13 23:07:52.350709 [ 269 ] {d4491c68-222f-4030-9505-6e01369f0dec} TCPHandler: Processed in 0.001732695 sec. 2025.05.13 23:07:52.350825 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.350919 [ 269 ] {5cfe6a76-6158-47e7-9c78-3d8fad14d334} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:52.350961 [ 269 ] {5cfe6a76-6158-47e7-9c78-3d8fad14d334} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:52.351404 [ 269 ] {5cfe6a76-6158-47e7-9c78-3d8fad14d334} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.351440 [ 269 ] {5cfe6a76-6158-47e7-9c78-3d8fad14d334} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.351765 [ 269 ] {5cfe6a76-6158-47e7-9c78-3d8fad14d334} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:07:52.351985 [ 269 ] {5cfe6a76-6158-47e7-9c78-3d8fad14d334} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.352116 [ 269 ] {5cfe6a76-6158-47e7-9c78-3d8fad14d334} executeQuery: Read 123 rows, 7.62 KiB in 0.001215 sec., 101234.56790123458 rows/sec., 6.13 MiB/sec. 2025.05.13 23:07:52.352155 [ 269 ] {5cfe6a76-6158-47e7-9c78-3d8fad14d334} TCPHandler: Processed in 0.001382955 sec. 2025.05.13 23:07:52.352273 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.352369 [ 269 ] {0f1fbdd9-ac5f-415f-995f-098c758c6f97} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:07:52.352408 [ 269 ] {0f1fbdd9-ac5f-415f-995f-098c758c6f97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:07:52.352841 [ 269 ] {0f1fbdd9-ac5f-415f-995f-098c758c6f97} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.352877 [ 269 ] {0f1fbdd9-ac5f-415f-995f-098c758c6f97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.353191 [ 269 ] {0f1fbdd9-ac5f-415f-995f-098c758c6f97} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:07:52.353411 [ 269 ] {0f1fbdd9-ac5f-415f-995f-098c758c6f97} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.353540 [ 269 ] {0f1fbdd9-ac5f-415f-995f-098c758c6f97} executeQuery: Read 113 rows, 7.49 KiB in 0.001191 sec., 94878.2535684299 rows/sec., 6.14 MiB/sec. 2025.05.13 23:07:52.353579 [ 269 ] {0f1fbdd9-ac5f-415f-995f-098c758c6f97} TCPHandler: Processed in 0.001356773 sec. 2025.05.13 23:07:52.353700 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.353796 [ 269 ] {198079d9-75d2-4ff9-a9d3-2c01276324d6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:07:52.353836 [ 269 ] {198079d9-75d2-4ff9-a9d3-2c01276324d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:07:52.354271 [ 269 ] {198079d9-75d2-4ff9-a9d3-2c01276324d6} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.354307 [ 269 ] {198079d9-75d2-4ff9-a9d3-2c01276324d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.354614 [ 269 ] {198079d9-75d2-4ff9-a9d3-2c01276324d6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:07:52.354836 [ 269 ] {198079d9-75d2-4ff9-a9d3-2c01276324d6} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.354936 [ 45 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.05.13 23:07:52.354963 [ 269 ] {198079d9-75d2-4ff9-a9d3-2c01276324d6} executeQuery: Read 112 rows, 6.53 KiB in 0.001188 sec., 94276.09427609427 rows/sec., 5.37 MiB/sec. 2025.05.13 23:07:52.354970 [ 45 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.355003 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.355008 [ 269 ] {198079d9-75d2-4ff9-a9d3-2c01276324d6} TCPHandler: Processed in 0.001357243 sec. 2025.05.13 23:07:52.355075 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2025.05.13 23:07:52.355137 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.355183 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:52.355217 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part 2025.05.13 23:07:52.355236 [ 269 ] {3f09cc64-91e8-40fd-ae24-98571a5dde64} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:52.355270 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part 2025.05.13 23:07:52.355281 [ 269 ] {3f09cc64-91e8-40fd-ae24-98571a5dde64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:52.355322 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part 2025.05.13 23:07:52.355368 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part 2025.05.13 23:07:52.355407 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part 2025.05.13 23:07:52.355858 [ 269 ] {3f09cc64-91e8-40fd-ae24-98571a5dde64} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.355899 [ 269 ] {3f09cc64-91e8-40fd-ae24-98571a5dde64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.356146 [ 191 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001103105 sec., 507657.9292089148 rows/sec., 30.86 MiB/sec. 2025.05.13 23:07:52.356257 [ 269 ] {3f09cc64-91e8-40fd-ae24-98571a5dde64} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:07:52.356278 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.05.13 23:07:52.356541 [ 269 ] {3f09cc64-91e8-40fd-ae24-98571a5dde64} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.356580 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.356660 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_33_8} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.05.13 23:07:52.356685 [ 269 ] {3f09cc64-91e8-40fd-ae24-98571a5dde64} executeQuery: Read 399 rows, 28.96 KiB in 0.001466 sec., 272169.16780354705 rows/sec., 19.29 MiB/sec. 2025.05.13 23:07:52.356729 [ 269 ] {3f09cc64-91e8-40fd-ae24-98571a5dde64} TCPHandler: Processed in 0.001642892 sec. 2025.05.13 23:07:52.356731 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:07:52.356849 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.356949 [ 269 ] {eb76c143-3060-4eee-a419-f2975dcaeea3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:07:52.356991 [ 269 ] {eb76c143-3060-4eee-a419-f2975dcaeea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:07:52.357355 [ 269 ] {eb76c143-3060-4eee-a419-f2975dcaeea3} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.357391 [ 269 ] {eb76c143-3060-4eee-a419-f2975dcaeea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.357708 [ 269 ] {eb76c143-3060-4eee-a419-f2975dcaeea3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:07:52.357925 [ 269 ] {eb76c143-3060-4eee-a419-f2975dcaeea3} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.358053 [ 269 ] {eb76c143-3060-4eee-a419-f2975dcaeea3} executeQuery: Read 6 rows, 321.00 B in 0.001121 sec., 5352.3639607493305 rows/sec., 279.64 KiB/sec. 2025.05.13 23:07:52.358092 [ 269 ] {eb76c143-3060-4eee-a419-f2975dcaeea3} TCPHandler: Processed in 0.001292922 sec. 2025.05.13 23:07:52.358206 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.358302 [ 269 ] {a66677f6-5c23-4726-a40a-e4a4ae1a5ef7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:52.358345 [ 269 ] {a66677f6-5c23-4726-a40a-e4a4ae1a5ef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:52.358763 [ 269 ] {a66677f6-5c23-4726-a40a-e4a4ae1a5ef7} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.358802 [ 269 ] {a66677f6-5c23-4726-a40a-e4a4ae1a5ef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.359141 [ 269 ] {a66677f6-5c23-4726-a40a-e4a4ae1a5ef7} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:07:52.359363 [ 269 ] {a66677f6-5c23-4726-a40a-e4a4ae1a5ef7} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.359492 [ 269 ] {a66677f6-5c23-4726-a40a-e4a4ae1a5ef7} executeQuery: Read 241 rows, 16.55 KiB in 0.001208 sec., 199503.31125827812 rows/sec., 13.38 MiB/sec. 2025.05.13 23:07:52.359528 [ 269 ] {a66677f6-5c23-4726-a40a-e4a4ae1a5ef7} TCPHandler: Processed in 0.001373084 sec. 2025.05.13 23:07:52.359644 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.359736 [ 269 ] {66053560-d95d-40e5-9b82-0537464fb536} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:07:52.359778 [ 269 ] {66053560-d95d-40e5-9b82-0537464fb536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:07:52.360089 [ 269 ] {66053560-d95d-40e5-9b82-0537464fb536} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.360125 [ 269 ] {66053560-d95d-40e5-9b82-0537464fb536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.360430 [ 269 ] {66053560-d95d-40e5-9b82-0537464fb536} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:07:52.360683 [ 269 ] {66053560-d95d-40e5-9b82-0537464fb536} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.360833 [ 269 ] {66053560-d95d-40e5-9b82-0537464fb536} executeQuery: Read 1 rows, 69.00 B in 0.001112 sec., 899.2805755395684 rows/sec., 60.60 KiB/sec. 2025.05.13 23:07:52.360881 [ 269 ] {66053560-d95d-40e5-9b82-0537464fb536} TCPHandler: Processed in 0.001287691 sec. 2025.05.13 23:07:52.361041 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.361191 [ 269 ] {c30a78f7-76a8-4a05-ac4d-c5d15273b745} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:52.361276 [ 269 ] {c30a78f7-76a8-4a05-ac4d-c5d15273b745} 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.05.13 23:07:52.362252 [ 269 ] {c30a78f7-76a8-4a05-ac4d-c5d15273b745} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.362295 [ 269 ] {c30a78f7-76a8-4a05-ac4d-c5d15273b745} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.362881 [ 269 ] {c30a78f7-76a8-4a05-ac4d-c5d15273b745} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:07:52.363134 [ 269 ] {c30a78f7-76a8-4a05-ac4d-c5d15273b745} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.363290 [ 269 ] {c30a78f7-76a8-4a05-ac4d-c5d15273b745} executeQuery: Read 9 rows, 16.51 KiB in 0.002134 sec., 4217.432052483598 rows/sec., 7.56 MiB/sec. 2025.05.13 23:07:52.363354 [ 269 ] {c30a78f7-76a8-4a05-ac4d-c5d15273b745} TCPHandler: Processed in 0.002394017 sec. 2025.05.13 23:07:52.363482 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:52.363592 [ 269 ] {e64ae225-c330-415a-9c1c-1a78fdbc69ce} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:52.363640 [ 269 ] {e64ae225-c330-415a-9c1c-1a78fdbc69ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:52.364012 [ 269 ] {e64ae225-c330-415a-9c1c-1a78fdbc69ce} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.364054 [ 269 ] {e64ae225-c330-415a-9c1c-1a78fdbc69ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.364389 [ 269 ] {e64ae225-c330-415a-9c1c-1a78fdbc69ce} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:07:52.364636 [ 269 ] {e64ae225-c330-415a-9c1c-1a78fdbc69ce} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.364767 [ 85 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.05.13 23:07:52.364778 [ 269 ] {e64ae225-c330-415a-9c1c-1a78fdbc69ce} executeQuery: Read 82 rows, 5.33 KiB in 0.00121 sec., 67768.59504132232 rows/sec., 4.30 MiB/sec. 2025.05.13 23:07:52.364819 [ 85 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:52.364843 [ 269 ] {e64ae225-c330-415a-9c1c-1a78fdbc69ce} TCPHandler: Processed in 0.001416406 sec. 2025.05.13 23:07:52.364846 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:52.364966 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.05.13 23:07:52.365101 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:52.365138 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4690 rows starting from the beginning of the part 2025.05.13 23:07:52.365206 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 44 rows starting from the beginning of the part 2025.05.13 23:07:52.365253 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 16 rows starting from the beginning of the part 2025.05.13 23:07:52.365296 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part 2025.05.13 23:07:52.365338 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2025.05.13 23:07:52.365383 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part 2025.05.13 23:07:52.367104 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4974 rows, containing 4 columns (4 merged, 0 gathered) in 0.00218257 sec., 2278964.706744801 rows/sec., 148.71 MiB/sec. 2025.05.13 23:07:52.367442 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.05.13 23:07:52.367720 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:52.367808 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_81_16} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.05.13 23:07:52.367887 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.05.13 23:07:53.576549 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23424 2025.05.13 23:07:53.577029 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:53.577068 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:53.577545 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:07:53.577770 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:53.577901 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 2025.05.13 23:07:53.577932 [ 65 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.05.13 23:07:53.578003 [ 65 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:53.578027 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:53.578195 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::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.05.13 23:07:53.578428 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:53.578492 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21167 rows starting from the beginning of the part 2025.05.13 23:07:53.578595 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part 2025.05.13 23:07:53.578669 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part 2025.05.13 23:07:53.578736 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part 2025.05.13 23:07:53.578800 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part 2025.05.13 23:07:53.578864 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part 2025.05.13 23:07:53.580920 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.00281468 sec., 8322082.794491736 rows/sec., 119.05 MiB/sec. 2025.05.13 23:07:53.581398 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.05.13 23:07:53.581783 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:53.581881 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_51_10} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.05.13 23:07:53.582018 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.05.13 23:07:54.879025 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.05.13 23:07:54.896207 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:54.896265 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:54.901907 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:07:54.902591 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:54.902881 [ 49 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.05.13 23:07:54.902953 [ 49 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:54.902981 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:54.903175 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::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.05.13 23:07:54.905653 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.05.13 23:07:54.907310 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:07:54.908916 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2025.05.13 23:07:54.913541 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2025.05.13 23:07:54.918256 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2025.05.13 23:07:54.923003 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2025.05.13 23:07:54.927370 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2025.05.13 23:07:54.931131 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2025.05.13 23:07:54.982266 [ 190 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.079172713 sec., 4850.155886410005 rows/sec., 25.08 MiB/sec. 2025.05.13 23:07:54.984337 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.05.13 23:07:54.986011 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:54.986103 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_51_10} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.05.13 23:07:54.987493 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.05.13 23:07:57.341806 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:57.342023 [ 269 ] {15d89ee7-9e32-4f84-a706-623476434b45} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:07:57.342091 [ 269 ] {15d89ee7-9e32-4f84-a706-623476434b45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:07:57.342825 [ 269 ] {15d89ee7-9e32-4f84-a706-623476434b45} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:57.342874 [ 269 ] {15d89ee7-9e32-4f84-a706-623476434b45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:57.343263 [ 269 ] {15d89ee7-9e32-4f84-a706-623476434b45} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:07:57.343487 [ 269 ] {15d89ee7-9e32-4f84-a706-623476434b45} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:57.343634 [ 269 ] {15d89ee7-9e32-4f84-a706-623476434b45} executeQuery: Read 120 rows, 10.47 KiB in 0.001665 sec., 72072.07207207207 rows/sec., 6.14 MiB/sec. 2025.05.13 23:07:57.343676 [ 269 ] {15d89ee7-9e32-4f84-a706-623476434b45} TCPHandler: Processed in 0.002012275 sec. 2025.05.13 23:07:57.343806 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:57.343899 [ 269 ] {3e7bc79d-210d-4e23-a345-a97a8b79c58c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:07:57.343939 [ 269 ] {3e7bc79d-210d-4e23-a345-a97a8b79c58c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:07:57.344348 [ 269 ] {3e7bc79d-210d-4e23-a345-a97a8b79c58c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:57.344384 [ 269 ] {3e7bc79d-210d-4e23-a345-a97a8b79c58c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:57.344668 [ 269 ] {3e7bc79d-210d-4e23-a345-a97a8b79c58c} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:07:57.344874 [ 269 ] {3e7bc79d-210d-4e23-a345-a97a8b79c58c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:57.345003 [ 269 ] {3e7bc79d-210d-4e23-a345-a97a8b79c58c} executeQuery: Read 32 rows, 2.41 KiB in 0.001123 sec., 28495.102404274265 rows/sec., 2.09 MiB/sec. 2025.05.13 23:07:57.345040 [ 269 ] {3e7bc79d-210d-4e23-a345-a97a8b79c58c} TCPHandler: Processed in 0.001281561 sec. 2025.05.13 23:07:57.345152 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:57.345243 [ 269 ] {b1930661-2269-4b9d-9cd8-15e664127339} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:07:57.345282 [ 269 ] {b1930661-2269-4b9d-9cd8-15e664127339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:07:57.345701 [ 269 ] {b1930661-2269-4b9d-9cd8-15e664127339} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:57.345738 [ 269 ] {b1930661-2269-4b9d-9cd8-15e664127339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:57.346043 [ 269 ] {b1930661-2269-4b9d-9cd8-15e664127339} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:07:57.346244 [ 269 ] {b1930661-2269-4b9d-9cd8-15e664127339} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:57.346367 [ 269 ] {b1930661-2269-4b9d-9cd8-15e664127339} executeQuery: Read 96 rows, 7.68 KiB in 0.001142 sec., 84063.0472854641 rows/sec., 6.57 MiB/sec. 2025.05.13 23:07:57.346404 [ 269 ] {b1930661-2269-4b9d-9cd8-15e664127339} TCPHandler: Processed in 0.001299372 sec. 2025.05.13 23:07:57.346518 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:57.346609 [ 269 ] {958c5766-eb40-4d24-b906-6aaa2d99df35} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:57.346659 [ 269 ] {958c5766-eb40-4d24-b906-6aaa2d99df35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:07:57.347068 [ 269 ] {958c5766-eb40-4d24-b906-6aaa2d99df35} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:57.347103 [ 269 ] {958c5766-eb40-4d24-b906-6aaa2d99df35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:57.347414 [ 269 ] {958c5766-eb40-4d24-b906-6aaa2d99df35} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:07:57.347617 [ 269 ] {958c5766-eb40-4d24-b906-6aaa2d99df35} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:57.347741 [ 269 ] {958c5766-eb40-4d24-b906-6aaa2d99df35} executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. 2025.05.13 23:07:57.347777 [ 269 ] {958c5766-eb40-4d24-b906-6aaa2d99df35} TCPHandler: Processed in 0.001305602 sec. 2025.05.13 23:07:57.347890 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:57.347986 [ 269 ] {d8461724-98ee-4e15-a199-063e93ed404e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:07:57.348040 [ 269 ] {d8461724-98ee-4e15-a199-063e93ed404e} 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.05.13 23:07:57.348877 [ 269 ] {d8461724-98ee-4e15-a199-063e93ed404e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:57.348912 [ 269 ] {d8461724-98ee-4e15-a199-063e93ed404e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:57.349443 [ 269 ] {d8461724-98ee-4e15-a199-063e93ed404e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:07:57.349656 [ 269 ] {d8461724-98ee-4e15-a199-063e93ed404e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:57.349793 [ 269 ] {d8461724-98ee-4e15-a199-063e93ed404e} executeQuery: Read 32 rows, 58.72 KiB in 0.001831 sec., 17476.788640087383 rows/sec., 31.32 MiB/sec. 2025.05.13 23:07:57.349847 [ 269 ] {d8461724-98ee-4e15-a199-063e93ed404e} TCPHandler: Processed in 0.002004804 sec. 2025.05.13 23:07:57.349961 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:07:57.350055 [ 269 ] {e7d30909-1c02-4263-83ea-1e80f1aa14c3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:07:57.350096 [ 269 ] {e7d30909-1c02-4263-83ea-1e80f1aa14c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:07:57.350434 [ 269 ] {e7d30909-1c02-4263-83ea-1e80f1aa14c3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:07:57.350469 [ 269 ] {e7d30909-1c02-4263-83ea-1e80f1aa14c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:07:57.350761 [ 269 ] {e7d30909-1c02-4263-83ea-1e80f1aa14c3} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:07:57.350961 [ 269 ] {e7d30909-1c02-4263-83ea-1e80f1aa14c3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:07:57.351087 [ 269 ] {e7d30909-1c02-4263-83ea-1e80f1aa14c3} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.05.13 23:07:57.351122 [ 269 ] {e7d30909-1c02-4263-83ea-1e80f1aa14c3} TCPHandler: Processed in 0.001208009 sec. 2025.05.13 23:08:00.923448 [ 84 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:08:00.923550 [ 84 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:08:01.078948 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23912 2025.05.13 23:08:01.079467 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:01.079503 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:01.080267 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:08:01.080509 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:01.080643 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23912 2025.05.13 23:08:01.147224 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1498 2025.05.13 23:08:01.149642 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:01.149686 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:01.150929 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:08:01.151214 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:01.151488 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1498 2025.05.13 23:08:02.344713 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.344900 [ 269 ] {e4b49179-7067-4942-b13f-6fb01004b5d0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:08:02.344965 [ 269 ] {e4b49179-7067-4942-b13f-6fb01004b5d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:08:02.345786 [ 269 ] {e4b49179-7067-4942-b13f-6fb01004b5d0} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.345828 [ 269 ] {e4b49179-7067-4942-b13f-6fb01004b5d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.346232 [ 269 ] {e4b49179-7067-4942-b13f-6fb01004b5d0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:08:02.346461 [ 269 ] {e4b49179-7067-4942-b13f-6fb01004b5d0} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.346609 [ 269 ] {e4b49179-7067-4942-b13f-6fb01004b5d0} executeQuery: Read 212 rows, 13.81 KiB in 0.001759 sec., 120523.0244457078 rows/sec., 7.67 MiB/sec. 2025.05.13 23:08:02.346650 [ 269 ] {e4b49179-7067-4942-b13f-6fb01004b5d0} TCPHandler: Processed in 0.002067746 sec. 2025.05.13 23:08:02.346776 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.346869 [ 269 ] {31ca6feb-1e7a-473b-9a6a-b9365351fddb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:02.346909 [ 269 ] {31ca6feb-1e7a-473b-9a6a-b9365351fddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:02.347701 [ 269 ] {31ca6feb-1e7a-473b-9a6a-b9365351fddb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.347737 [ 269 ] {31ca6feb-1e7a-473b-9a6a-b9365351fddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.348070 [ 269 ] {31ca6feb-1e7a-473b-9a6a-b9365351fddb} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:08:02.348275 [ 269 ] {31ca6feb-1e7a-473b-9a6a-b9365351fddb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.348401 [ 269 ] {31ca6feb-1e7a-473b-9a6a-b9365351fddb} executeQuery: Read 635 rows, 51.07 KiB in 0.001551 sec., 409413.28175370727 rows/sec., 32.15 MiB/sec. 2025.05.13 23:08:02.348438 [ 269 ] {31ca6feb-1e7a-473b-9a6a-b9365351fddb} TCPHandler: Processed in 0.001710144 sec. 2025.05.13 23:08:02.348550 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.348641 [ 269 ] {5a6f32d5-b45d-438c-a198-f6b900b8336e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:02.348679 [ 269 ] {5a6f32d5-b45d-438c-a198-f6b900b8336e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:02.349155 [ 269 ] {5a6f32d5-b45d-438c-a198-f6b900b8336e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.349190 [ 269 ] {5a6f32d5-b45d-438c-a198-f6b900b8336e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.349482 [ 269 ] {5a6f32d5-b45d-438c-a198-f6b900b8336e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:08:02.349700 [ 269 ] {5a6f32d5-b45d-438c-a198-f6b900b8336e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.349823 [ 269 ] {5a6f32d5-b45d-438c-a198-f6b900b8336e} executeQuery: Read 115 rows, 7.06 KiB in 0.0012 sec., 95833.33333333334 rows/sec., 5.75 MiB/sec. 2025.05.13 23:08:02.349859 [ 269 ] {5a6f32d5-b45d-438c-a198-f6b900b8336e} TCPHandler: Processed in 0.001356214 sec. 2025.05.13 23:08:02.349973 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.350064 [ 269 ] {e1a44efb-8e4f-4987-afb8-085e619dd315} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:08:02.350103 [ 269 ] {e1a44efb-8e4f-4987-afb8-085e619dd315} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:08:02.350532 [ 269 ] {e1a44efb-8e4f-4987-afb8-085e619dd315} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.350568 [ 269 ] {e1a44efb-8e4f-4987-afb8-085e619dd315} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.350849 [ 269 ] {e1a44efb-8e4f-4987-afb8-085e619dd315} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:08:02.351051 [ 269 ] {e1a44efb-8e4f-4987-afb8-085e619dd315} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.351178 [ 269 ] {e1a44efb-8e4f-4987-afb8-085e619dd315} executeQuery: Read 113 rows, 7.49 KiB in 0.001132 sec., 99823.32155477031 rows/sec., 6.46 MiB/sec. 2025.05.13 23:08:02.351214 [ 269 ] {e1a44efb-8e4f-4987-afb8-085e619dd315} TCPHandler: Processed in 0.001288441 sec. 2025.05.13 23:08:02.351326 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.351416 [ 269 ] {55c553a1-2ea3-4840-9877-456999c30b11} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:08:02.351454 [ 269 ] {55c553a1-2ea3-4840-9877-456999c30b11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:08:02.351884 [ 269 ] {55c553a1-2ea3-4840-9877-456999c30b11} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.351919 [ 269 ] {55c553a1-2ea3-4840-9877-456999c30b11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.352206 [ 269 ] {55c553a1-2ea3-4840-9877-456999c30b11} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:08:02.352409 [ 269 ] {55c553a1-2ea3-4840-9877-456999c30b11} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.352532 [ 269 ] {55c553a1-2ea3-4840-9877-456999c30b11} executeQuery: Read 112 rows, 6.53 KiB in 0.001133 sec., 98852.60370697264 rows/sec., 5.63 MiB/sec. 2025.05.13 23:08:02.352568 [ 269 ] {55c553a1-2ea3-4840-9877-456999c30b11} TCPHandler: Processed in 0.001288851 sec. 2025.05.13 23:08:02.352686 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.352778 [ 269 ] {a547b1bd-dca6-47dc-ade0-d79f6590e473} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:02.352815 [ 269 ] {a547b1bd-dca6-47dc-ade0-d79f6590e473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:02.353370 [ 269 ] {a547b1bd-dca6-47dc-ade0-d79f6590e473} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.353405 [ 269 ] {a547b1bd-dca6-47dc-ade0-d79f6590e473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.353716 [ 269 ] {a547b1bd-dca6-47dc-ade0-d79f6590e473} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:08:02.354079 [ 269 ] {a547b1bd-dca6-47dc-ade0-d79f6590e473} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.354223 [ 269 ] {a547b1bd-dca6-47dc-ade0-d79f6590e473} executeQuery: Read 391 rows, 28.31 KiB in 0.001463 sec., 267259.05673274095 rows/sec., 18.89 MiB/sec. 2025.05.13 23:08:02.354266 [ 269 ] {a547b1bd-dca6-47dc-ade0-d79f6590e473} TCPHandler: Processed in 0.001626082 sec. 2025.05.13 23:08:02.354392 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.354486 [ 269 ] {b1a17c4b-8b66-46fd-b909-552b8f45f6cd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:08:02.354529 [ 269 ] {b1a17c4b-8b66-46fd-b909-552b8f45f6cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:08:02.354892 [ 269 ] {b1a17c4b-8b66-46fd-b909-552b8f45f6cd} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.354929 [ 269 ] {b1a17c4b-8b66-46fd-b909-552b8f45f6cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.355236 [ 269 ] {b1a17c4b-8b66-46fd-b909-552b8f45f6cd} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:08:02.355444 [ 269 ] {b1a17c4b-8b66-46fd-b909-552b8f45f6cd} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.355571 [ 269 ] {b1a17c4b-8b66-46fd-b909-552b8f45f6cd} executeQuery: Read 6 rows, 321.00 B in 0.001104 sec., 5434.782608695652 rows/sec., 283.95 KiB/sec. 2025.05.13 23:08:02.355608 [ 269 ] {b1a17c4b-8b66-46fd-b909-552b8f45f6cd} TCPHandler: Processed in 0.001266251 sec. 2025.05.13 23:08:02.355723 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.355816 [ 269 ] {3fb5991e-ecd7-464a-8daf-209e9d4629ed} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:02.355860 [ 269 ] {3fb5991e-ecd7-464a-8daf-209e9d4629ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:02.356278 [ 269 ] {3fb5991e-ecd7-464a-8daf-209e9d4629ed} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.356314 [ 269 ] {3fb5991e-ecd7-464a-8daf-209e9d4629ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.356640 [ 269 ] {3fb5991e-ecd7-464a-8daf-209e9d4629ed} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:08:02.356852 [ 269 ] {3fb5991e-ecd7-464a-8daf-209e9d4629ed} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.356979 [ 269 ] {3fb5991e-ecd7-464a-8daf-209e9d4629ed} executeQuery: Read 237 rows, 16.27 KiB in 0.001181 sec., 200677.39204064352 rows/sec., 13.45 MiB/sec. 2025.05.13 23:08:02.357016 [ 269 ] {3fb5991e-ecd7-464a-8daf-209e9d4629ed} TCPHandler: Processed in 0.001342703 sec. 2025.05.13 23:08:02.357134 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.357228 [ 269 ] {cc448bca-e93b-40d7-8262-b6daf1874572} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:08:02.357270 [ 269 ] {cc448bca-e93b-40d7-8262-b6daf1874572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:08:02.357587 [ 269 ] {cc448bca-e93b-40d7-8262-b6daf1874572} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.357624 [ 269 ] {cc448bca-e93b-40d7-8262-b6daf1874572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.357918 [ 269 ] {cc448bca-e93b-40d7-8262-b6daf1874572} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:08:02.358124 [ 269 ] {cc448bca-e93b-40d7-8262-b6daf1874572} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.358251 [ 269 ] {cc448bca-e93b-40d7-8262-b6daf1874572} executeQuery: Read 1 rows, 69.00 B in 0.001042 sec., 959.6928982725528 rows/sec., 64.67 KiB/sec. 2025.05.13 23:08:02.358287 [ 269 ] {cc448bca-e93b-40d7-8262-b6daf1874572} TCPHandler: Processed in 0.001202118 sec. 2025.05.13 23:08:02.358395 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.358487 [ 269 ] {1e88f9d7-0143-4be5-9d7d-634eca8080d7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:02.358542 [ 269 ] {1e88f9d7-0143-4be5-9d7d-634eca8080d7} 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.05.13 23:08:02.359300 [ 269 ] {1e88f9d7-0143-4be5-9d7d-634eca8080d7} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.359336 [ 269 ] {1e88f9d7-0143-4be5-9d7d-634eca8080d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.359844 [ 269 ] {1e88f9d7-0143-4be5-9d7d-634eca8080d7} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:08:02.360059 [ 269 ] {1e88f9d7-0143-4be5-9d7d-634eca8080d7} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.360176 [ 53 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.05.13 23:08:02.360194 [ 269 ] {1e88f9d7-0143-4be5-9d7d-634eca8080d7} executeQuery: Read 9 rows, 16.51 KiB in 0.001724 sec., 5220.417633410672 rows/sec., 9.35 MiB/sec. 2025.05.13 23:08:02.360242 [ 53 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.360267 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.360270 [ 269 ] {1e88f9d7-0143-4be5-9d7d-634eca8080d7} TCPHandler: Processed in 0.001923162 sec. 2025.05.13 23:08:02.360398 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:02.360397 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.05.13 23:08:02.360493 [ 269 ] {b2f77429-ea47-4ead-b466-fc1687c2d62f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:02.360539 [ 269 ] {b2f77429-ea47-4ead-b466-fc1687c2d62f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:02.360692 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:02.360768 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1229 rows starting from the beginning of the part 2025.05.13 23:08:02.360876 [ 269 ] {b2f77429-ea47-4ead-b466-fc1687c2d62f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.360910 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part 2025.05.13 23:08:02.360917 [ 269 ] {b2f77429-ea47-4ead-b466-fc1687c2d62f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.361052 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:02.361182 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part 2025.05.13 23:08:02.361260 [ 269 ] {b2f77429-ea47-4ead-b466-fc1687c2d62f} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:08:02.361285 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:02.361393 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part 2025.05.13 23:08:02.361491 [ 269 ] {b2f77429-ea47-4ead-b466-fc1687c2d62f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.361624 [ 269 ] {b2f77429-ea47-4ead-b466-fc1687c2d62f} executeQuery: Read 82 rows, 5.33 KiB in 0.00115 sec., 71304.34782608696 rows/sec., 4.53 MiB/sec. 2025.05.13 23:08:02.361660 [ 269 ] {b2f77429-ea47-4ead-b466-fc1687c2d62f} TCPHandler: Processed in 0.001312642 sec. 2025.05.13 23:08:02.369513 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 19 columns (19 merged, 0 gathered) in 0.009175503 sec., 143861.32291602978 rows/sec., 257.79 MiB/sec. 2025.05.13 23:08:02.370911 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.05.13 23:08:02.371286 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.371369 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_66_13} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.05.13 23:08:02.371508 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2025.05.13 23:08:02.406691 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.05.13 23:08:02.422105 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:02.422148 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.09 GiB. 2025.05.13 23:08:02.427578 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:08:02.428243 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:02.430861 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.05.13 23:08:03.000152 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 300.47 MiB, peak 312.01 MiB, free memory in arenas 0.00 B, will set to 304.73 MiB (RSS), difference: 4.26 MiB 2025.05.13 23:08:05.562186 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:05.562398 [ 269 ] {a7f3e8ce-819f-4d3a-87fb-25c02bfec653} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:08:05.562474 [ 269 ] {a7f3e8ce-819f-4d3a-87fb-25c02bfec653} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:08:05.563152 [ 269 ] {a7f3e8ce-819f-4d3a-87fb-25c02bfec653} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:05.563209 [ 269 ] {a7f3e8ce-819f-4d3a-87fb-25c02bfec653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:05.563641 [ 269 ] {a7f3e8ce-819f-4d3a-87fb-25c02bfec653} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.05.13 23:08:05.563883 [ 269 ] {a7f3e8ce-819f-4d3a-87fb-25c02bfec653} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:05.564056 [ 269 ] {a7f3e8ce-819f-4d3a-87fb-25c02bfec653} executeQuery: Read 2 rows, 167.00 B in 0.001713 sec., 1167.5423234092236 rows/sec., 95.20 KiB/sec. 2025.05.13 23:08:05.564114 [ 269 ] {a7f3e8ce-819f-4d3a-87fb-25c02bfec653} TCPHandler: Processed in 0.002072576 sec. 2025.05.13 23:08:05.564242 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:05.564348 [ 269 ] {eccda30e-db0d-4c4e-b484-f2427aa6666b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:05.564393 [ 269 ] {eccda30e-db0d-4c4e-b484-f2427aa6666b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:05.565532 [ 269 ] {eccda30e-db0d-4c4e-b484-f2427aa6666b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:05.565572 [ 269 ] {eccda30e-db0d-4c4e-b484-f2427aa6666b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:05.565995 [ 269 ] {eccda30e-db0d-4c4e-b484-f2427aa6666b} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:08:05.566220 [ 269 ] {eccda30e-db0d-4c4e-b484-f2427aa6666b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:05.566356 [ 269 ] {eccda30e-db0d-4c4e-b484-f2427aa6666b} executeQuery: Read 1261 rows, 106.66 KiB in 0.002033 sec., 620265.6173143138 rows/sec., 51.23 MiB/sec. 2025.05.13 23:08:05.566394 [ 269 ] {eccda30e-db0d-4c4e-b484-f2427aa6666b} TCPHandler: Processed in 0.002206521 sec. 2025.05.13 23:08:05.566521 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:05.566617 [ 269 ] {f485e34b-186e-4487-b786-1d11f90a3595} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:05.566657 [ 269 ] {f485e34b-186e-4487-b786-1d11f90a3595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:05.567095 [ 269 ] {f485e34b-186e-4487-b786-1d11f90a3595} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:05.567132 [ 269 ] {f485e34b-186e-4487-b786-1d11f90a3595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:05.567437 [ 269 ] {f485e34b-186e-4487-b786-1d11f90a3595} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:08:05.567645 [ 269 ] {f485e34b-186e-4487-b786-1d11f90a3595} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:05.567777 [ 269 ] {f485e34b-186e-4487-b786-1d11f90a3595} executeQuery: Read 34 rows, 2.55 KiB in 0.00118 sec., 28813.559322033896 rows/sec., 2.11 MiB/sec. 2025.05.13 23:08:05.567820 [ 269 ] {f485e34b-186e-4487-b786-1d11f90a3595} TCPHandler: Processed in 0.001349574 sec. 2025.05.13 23:08:05.567945 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:05.568045 [ 269 ] {67deb1ac-229b-4c03-9356-31d92d3d9834} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:08:05.568086 [ 269 ] {67deb1ac-229b-4c03-9356-31d92d3d9834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:08:05.568584 [ 269 ] {67deb1ac-229b-4c03-9356-31d92d3d9834} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:05.568622 [ 269 ] {67deb1ac-229b-4c03-9356-31d92d3d9834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:05.568942 [ 269 ] {67deb1ac-229b-4c03-9356-31d92d3d9834} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:08:05.569166 [ 269 ] {67deb1ac-229b-4c03-9356-31d92d3d9834} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:05.569296 [ 269 ] {67deb1ac-229b-4c03-9356-31d92d3d9834} executeQuery: Read 228 rows, 15.81 KiB in 0.001271 sec., 179386.30999213218 rows/sec., 12.15 MiB/sec. 2025.05.13 23:08:05.569334 [ 269 ] {67deb1ac-229b-4c03-9356-31d92d3d9834} TCPHandler: Processed in 0.001440256 sec. 2025.05.13 23:08:05.569450 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:05.569544 [ 269 ] {5251d1f8-5fdd-415c-9d97-3c477965b52c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:05.569583 [ 269 ] {5251d1f8-5fdd-415c-9d97-3c477965b52c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:05.570214 [ 269 ] {5251d1f8-5fdd-415c-9d97-3c477965b52c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:05.570251 [ 269 ] {5251d1f8-5fdd-415c-9d97-3c477965b52c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:05.570590 [ 269 ] {5251d1f8-5fdd-415c-9d97-3c477965b52c} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:08:05.570811 [ 269 ] {5251d1f8-5fdd-415c-9d97-3c477965b52c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:05.570941 [ 269 ] {5251d1f8-5fdd-415c-9d97-3c477965b52c} executeQuery: Read 554 rows, 42.13 KiB in 0.001415 sec., 391519.4346289753 rows/sec., 29.08 MiB/sec. 2025.05.13 23:08:05.570981 [ 269 ] {5251d1f8-5fdd-415c-9d97-3c477965b52c} TCPHandler: Processed in 0.001584591 sec. 2025.05.13 23:08:05.571114 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:05.571209 [ 269 ] {23f98e1a-2ee1-4842-b20c-e5947d6d6303} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:05.571254 [ 269 ] {23f98e1a-2ee1-4842-b20c-e5947d6d6303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:05.571950 [ 269 ] {23f98e1a-2ee1-4842-b20c-e5947d6d6303} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:05.571987 [ 269 ] {23f98e1a-2ee1-4842-b20c-e5947d6d6303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:05.572433 [ 269 ] {23f98e1a-2ee1-4842-b20c-e5947d6d6303} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:08:05.572723 [ 269 ] {23f98e1a-2ee1-4842-b20c-e5947d6d6303} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:05.572892 [ 269 ] {23f98e1a-2ee1-4842-b20c-e5947d6d6303} executeQuery: Read 929 rows, 63.86 KiB in 0.0017 sec., 546470.5882352941 rows/sec., 36.68 MiB/sec. 2025.05.13 23:08:05.572947 [ 269 ] {23f98e1a-2ee1-4842-b20c-e5947d6d6303} TCPHandler: Processed in 0.001883191 sec. 2025.05.13 23:08:05.573093 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:05.573189 [ 269 ] {92d85b6e-2ee1-4615-9000-35da9343fce6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:05.573247 [ 269 ] {92d85b6e-2ee1-4615-9000-35da9343fce6} 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.05.13 23:08:05.574275 [ 269 ] {92d85b6e-2ee1-4615-9000-35da9343fce6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:05.574326 [ 269 ] {92d85b6e-2ee1-4615-9000-35da9343fce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:05.574931 [ 269 ] {92d85b6e-2ee1-4615-9000-35da9343fce6} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:08:05.575188 [ 269 ] {92d85b6e-2ee1-4615-9000-35da9343fce6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:05.575349 [ 269 ] {92d85b6e-2ee1-4615-9000-35da9343fce6} executeQuery: Read 32 rows, 58.72 KiB in 0.002178 sec., 14692.378328741966 rows/sec., 26.33 MiB/sec. 2025.05.13 23:08:05.575407 [ 269 ] {92d85b6e-2ee1-4615-9000-35da9343fce6} TCPHandler: Processed in 0.002367686 sec. 2025.05.13 23:08:05.575531 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:05.575632 [ 269 ] {d435bac9-741c-42ba-bb3e-eeffa997467f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:05.575676 [ 269 ] {d435bac9-741c-42ba-bb3e-eeffa997467f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:05.576023 [ 269 ] {d435bac9-741c-42ba-bb3e-eeffa997467f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:05.576060 [ 269 ] {d435bac9-741c-42ba-bb3e-eeffa997467f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:05.576381 [ 269 ] {d435bac9-741c-42ba-bb3e-eeffa997467f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:08:05.576603 [ 269 ] {d435bac9-741c-42ba-bb3e-eeffa997467f} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:05.576740 [ 269 ] {d435bac9-741c-42ba-bb3e-eeffa997467f} executeQuery: Read 44 rows, 3.03 KiB in 0.001129 sec., 38972.54207263065 rows/sec., 2.62 MiB/sec. 2025.05.13 23:08:05.576776 [ 269 ] {d435bac9-741c-42ba-bb3e-eeffa997467f} TCPHandler: Processed in 0.001296471 sec. 2025.05.13 23:08:07.333657 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:07.333840 [ 269 ] {a7910780-3ace-4616-96f6-894ba2795a39} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:07.333914 [ 269 ] {a7910780-3ace-4616-96f6-894ba2795a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:07.334579 [ 269 ] {a7910780-3ace-4616-96f6-894ba2795a39} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:07.334625 [ 269 ] {a7910780-3ace-4616-96f6-894ba2795a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:07.335018 [ 269 ] {a7910780-3ace-4616-96f6-894ba2795a39} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:08:07.335233 [ 269 ] {a7910780-3ace-4616-96f6-894ba2795a39} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:07.335376 [ 78 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 2025.05.13 23:08:07.335387 [ 269 ] {a7910780-3ace-4616-96f6-894ba2795a39} executeQuery: Read 56 rows, 4.38 KiB in 0.001599 sec., 35021.88868042527 rows/sec., 2.67 MiB/sec. 2025.05.13 23:08:07.335448 [ 78 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:07.335470 [ 269 ] {a7910780-3ace-4616-96f6-894ba2795a39} TCPHandler: Processed in 0.001942873 sec. 2025.05.13 23:08:07.335477 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:07.335609 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:07.335613 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full 2025.05.13 23:08:07.335717 [ 269 ] {960735f4-6164-452a-937e-f25b96d79295} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:07.335761 [ 269 ] {960735f4-6164-452a-937e-f25b96d79295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:07.335763 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:07.335809 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 1849 rows starting from the beginning of the part 2025.05.13 23:08:07.335875 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 639 rows starting from the beginning of the part 2025.05.13 23:08:07.335923 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 120 rows starting from the beginning of the part 2025.05.13 23:08:07.335968 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 635 rows starting from the beginning of the part 2025.05.13 23:08:07.336010 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:08:07.336052 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part 2025.05.13 23:08:07.336195 [ 269 ] {960735f4-6164-452a-937e-f25b96d79295} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:07.336236 [ 269 ] {960735f4-6164-452a-937e-f25b96d79295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:07.336574 [ 269 ] {960735f4-6164-452a-937e-f25b96d79295} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:08:07.336785 [ 269 ] {960735f4-6164-452a-937e-f25b96d79295} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:07.336905 [ 78 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 2025.05.13 23:08:07.336918 [ 269 ] {960735f4-6164-452a-937e-f25b96d79295} executeQuery: Read 64 rows, 5.12 KiB in 0.001219 sec., 52502.05086136177 rows/sec., 4.10 MiB/sec. 2025.05.13 23:08:07.336952 [ 78 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:07.336972 [ 269 ] {960735f4-6164-452a-937e-f25b96d79295} TCPHandler: Processed in 0.001411035 sec. 2025.05.13 23:08:07.336977 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:07.337082 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full 2025.05.13 23:08:07.337197 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:07.337223 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:07.337229 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 915 rows starting from the beginning of the part 2025.05.13 23:08:07.337316 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 399 rows starting from the beginning of the part 2025.05.13 23:08:07.337327 [ 269 ] {7aea28c2-201d-4998-8cd5-0f3b5b4f23af} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:07.337362 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 96 rows starting from the beginning of the part 2025.05.13 23:08:07.337377 [ 269 ] {7aea28c2-201d-4998-8cd5-0f3b5b4f23af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:07.337410 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 391 rows starting from the beginning of the part 2025.05.13 23:08:07.337456 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 554 rows starting from the beginning of the part 2025.05.13 23:08:07.337497 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part 2025.05.13 23:08:07.337780 [ 269 ] {7aea28c2-201d-4998-8cd5-0f3b5b4f23af} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:07.337785 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 4560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002229711 sec., 2045108.0879988482 rows/sec., 173.33 MiB/sec. 2025.05.13 23:08:07.337822 [ 269 ] {7aea28c2-201d-4998-8cd5-0f3b5b4f23af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:07.338040 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2025.05.13 23:08:07.338294 [ 269 ] {7aea28c2-201d-4998-8cd5-0f3b5b4f23af} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:08:07.338309 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:07.338377 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_85_17} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 2025.05.13 23:08:07.338455 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:08:07.338502 [ 269 ] {7aea28c2-201d-4998-8cd5-0f3b5b4f23af} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:07.338616 [ 78 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_80_16 to all_84_84_0 2025.05.13 23:08:07.338630 [ 269 ] {7aea28c2-201d-4998-8cd5-0f3b5b4f23af} executeQuery: Read 42 rows, 2.99 KiB in 0.001322 sec., 31770.04538577912 rows/sec., 2.21 MiB/sec. 2025.05.13 23:08:07.338658 [ 78 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:07.338695 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:07.338698 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.001655233 sec., 1461425.6723977833 rows/sec., 111.92 MiB/sec. 2025.05.13 23:08:07.338706 [ 269 ] {7aea28c2-201d-4998-8cd5-0f3b5b4f23af} TCPHandler: Processed in 0.001530339 sec. 2025.05.13 23:08:07.338763 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_80_16 to all_84_84_0 into Compact with storage Full 2025.05.13 23:08:07.338843 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:07.338857 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:07.338870 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_80_16, total 24592 rows starting from the beginning of the part 2025.05.13 23:08:07.338879 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2025.05.13 23:08:07.338941 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 241 rows starting from the beginning of the part 2025.05.13 23:08:07.338964 [ 269 ] {e5edd06a-8e9d-4b8a-b5ee-cea0e4c876b7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:07.338997 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2025.05.13 23:08:07.339010 [ 269 ] {e5edd06a-8e9d-4b8a-b5ee-cea0e4c876b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:07.339041 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part 2025.05.13 23:08:07.339082 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 929 rows starting from the beginning of the part 2025.05.13 23:08:07.339164 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:07.339241 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_85_17} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 2025.05.13 23:08:07.339313 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.13 23:08:07.339345 [ 269 ] {e5edd06a-8e9d-4b8a-b5ee-cea0e4c876b7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:07.339385 [ 269 ] {e5edd06a-8e9d-4b8a-b5ee-cea0e4c876b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:07.339698 [ 269 ] {e5edd06a-8e9d-4b8a-b5ee-cea0e4c876b7} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:08:07.339913 [ 269 ] {e5edd06a-8e9d-4b8a-b5ee-cea0e4c876b7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:07.340046 [ 269 ] {e5edd06a-8e9d-4b8a-b5ee-cea0e4c876b7} executeQuery: Read 16 rows, 1.11 KiB in 0.001101 sec., 14532.243415077202 rows/sec., 1007.61 KiB/sec. 2025.05.13 23:08:07.340081 [ 269 ] {e5edd06a-8e9d-4b8a-b5ee-cea0e4c876b7} TCPHandler: Processed in 0.001272381 sec. 2025.05.13 23:08:07.344582 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergeTask::MergeProjectionsStage: Merge sorted 26159 rows, containing 5 columns (5 merged, 0 gathered) in 0.005847857 sec., 4473262.598589535 rows/sec., 302.16 MiB/sec. 2025.05.13 23:08:07.344867 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary) 2025.05.13 23:08:07.345172 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:07.345251 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_84_17} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_80_16, all_84_84_0] -> all_1_84_17 2025.05.13 23:08:07.345337 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. 2025.05.13 23:08:08.581658 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24339 2025.05.13 23:08:08.582150 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:08.582198 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:08.582692 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:08:08.582921 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:08.583053 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 2025.05.13 23:08:09.931828 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.05.13 23:08:09.948697 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:09.948753 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:09.954249 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:08:09.954947 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:09.957755 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.05.13 23:08:11.152565 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1544 2025.05.13 23:08:11.155206 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:11.155253 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:11.156500 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:08:11.156794 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:11.157072 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1544 2025.05.13 23:08:12.344892 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.345076 [ 269 ] {d410de61-c9df-47a9-b40f-9f3b2046884e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:08:12.345143 [ 269 ] {d410de61-c9df-47a9-b40f-9f3b2046884e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:08:12.345921 [ 269 ] {d410de61-c9df-47a9-b40f-9f3b2046884e} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.345971 [ 269 ] {d410de61-c9df-47a9-b40f-9f3b2046884e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.346387 [ 269 ] {d410de61-c9df-47a9-b40f-9f3b2046884e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:08:12.346615 [ 269 ] {d410de61-c9df-47a9-b40f-9f3b2046884e} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.346771 [ 269 ] {d410de61-c9df-47a9-b40f-9f3b2046884e} executeQuery: Read 212 rows, 13.81 KiB in 0.001745 sec., 121489.97134670487 rows/sec., 7.73 MiB/sec. 2025.05.13 23:08:12.346813 [ 269 ] {d410de61-c9df-47a9-b40f-9f3b2046884e} TCPHandler: Processed in 0.002053736 sec. 2025.05.13 23:08:12.346942 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.347037 [ 269 ] {27dd57dd-16b4-40e8-8b80-868f78c9abcf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:12.347078 [ 269 ] {27dd57dd-16b4-40e8-8b80-868f78c9abcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:12.347817 [ 269 ] {27dd57dd-16b4-40e8-8b80-868f78c9abcf} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.347853 [ 269 ] {27dd57dd-16b4-40e8-8b80-868f78c9abcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.348195 [ 269 ] {27dd57dd-16b4-40e8-8b80-868f78c9abcf} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:08:12.348415 [ 269 ] {27dd57dd-16b4-40e8-8b80-868f78c9abcf} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.348547 [ 269 ] {27dd57dd-16b4-40e8-8b80-868f78c9abcf} executeQuery: Read 635 rows, 51.07 KiB in 0.001529 sec., 415304.1203400916 rows/sec., 32.62 MiB/sec. 2025.05.13 23:08:12.348587 [ 269 ] {27dd57dd-16b4-40e8-8b80-868f78c9abcf} TCPHandler: Processed in 0.001694924 sec. 2025.05.13 23:08:12.348710 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.348831 [ 269 ] {5ba50f5d-aea7-4c02-a194-278664f46c66} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:12.348880 [ 269 ] {5ba50f5d-aea7-4c02-a194-278664f46c66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:12.349414 [ 269 ] {5ba50f5d-aea7-4c02-a194-278664f46c66} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.349460 [ 269 ] {5ba50f5d-aea7-4c02-a194-278664f46c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.349788 [ 269 ] {5ba50f5d-aea7-4c02-a194-278664f46c66} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:08:12.350011 [ 269 ] {5ba50f5d-aea7-4c02-a194-278664f46c66} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.350143 [ 269 ] {5ba50f5d-aea7-4c02-a194-278664f46c66} executeQuery: Read 115 rows, 7.06 KiB in 0.001336 sec., 86077.84431137725 rows/sec., 5.16 MiB/sec. 2025.05.13 23:08:12.350152 [ 72 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.05.13 23:08:12.350181 [ 269 ] {5ba50f5d-aea7-4c02-a194-278664f46c66} TCPHandler: Processed in 0.00153452 sec. 2025.05.13 23:08:12.350220 [ 72 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.350246 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.350314 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.350372 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.05.13 23:08:12.350414 [ 269 ] {24f38f42-0047-4d26-858b-272f70af85d2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:08:12.350460 [ 269 ] {24f38f42-0047-4d26-858b-272f70af85d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:08:12.350524 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:12.350563 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 165 rows starting from the beginning of the part 2025.05.13 23:08:12.350630 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 123 rows starting from the beginning of the part 2025.05.13 23:08:12.350677 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:12.350728 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 115 rows starting from the beginning of the part 2025.05.13 23:08:12.350769 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part 2025.05.13 23:08:12.350810 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 115 rows starting from the beginning of the part 2025.05.13 23:08:12.350903 [ 269 ] {24f38f42-0047-4d26-858b-272f70af85d2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.350946 [ 269 ] {24f38f42-0047-4d26-858b-272f70af85d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.351275 [ 269 ] {24f38f42-0047-4d26-858b-272f70af85d2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:08:12.351507 [ 269 ] {24f38f42-0047-4d26-858b-272f70af85d2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.351641 [ 269 ] {24f38f42-0047-4d26-858b-272f70af85d2} executeQuery: Read 113 rows, 7.49 KiB in 0.001246 sec., 90690.20866773676 rows/sec., 5.87 MiB/sec. 2025.05.13 23:08:12.351643 [ 72 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 2025.05.13 23:08:12.351679 [ 269 ] {24f38f42-0047-4d26-858b-272f70af85d2} TCPHandler: Processed in 0.001415075 sec. 2025.05.13 23:08:12.351693 [ 72 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.351718 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.351741 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001426476 sec., 409400.50866611145 rows/sec., 27.18 MiB/sec. 2025.05.13 23:08:12.351803 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.351809 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full 2025.05.13 23:08:12.351907 [ 269 ] {65e76ebe-3233-4b37-badb-38b098c6742b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:08:12.351914 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:12.351941 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.05.13 23:08:12.351949 [ 269 ] {65e76ebe-3233-4b37-badb-38b098c6742b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:08:12.351955 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 341 rows starting from the beginning of the part 2025.05.13 23:08:12.352035 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part 2025.05.13 23:08:12.352090 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part 2025.05.13 23:08:12.352141 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 113 rows starting from the beginning of the part 2025.05.13 23:08:12.352189 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 228 rows starting from the beginning of the part 2025.05.13 23:08:12.352239 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part 2025.05.13 23:08:12.352255 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.352352 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_71_14} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.05.13 23:08:12.352404 [ 269 ] {65e76ebe-3233-4b37-badb-38b098c6742b} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.352444 [ 269 ] {65e76ebe-3233-4b37-badb-38b098c6742b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.352447 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:08:12.352753 [ 269 ] {65e76ebe-3233-4b37-badb-38b098c6742b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:08:12.352983 [ 269 ] {65e76ebe-3233-4b37-badb-38b098c6742b} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.353110 [ 269 ] {65e76ebe-3233-4b37-badb-38b098c6742b} executeQuery: Read 112 rows, 6.53 KiB in 0.001222 sec., 91653.02782324058 rows/sec., 5.22 MiB/sec. 2025.05.13 23:08:12.353139 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001374584 sec., 742770.1762860618 rows/sec., 51.90 MiB/sec. 2025.05.13 23:08:12.353148 [ 269 ] {65e76ebe-3233-4b37-badb-38b098c6742b} TCPHandler: Processed in 0.001395175 sec. 2025.05.13 23:08:12.353271 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) 2025.05.13 23:08:12.353290 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.353384 [ 269 ] {1e527bc0-1ef6-4128-9248-38a7c971b5ec} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:12.353424 [ 269 ] {1e527bc0-1ef6-4128-9248-38a7c971b5ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:12.353515 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.353578 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_44_9} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 2025.05.13 23:08:12.353633 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.05.13 23:08:12.353971 [ 269 ] {1e527bc0-1ef6-4128-9248-38a7c971b5ec} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.354006 [ 269 ] {1e527bc0-1ef6-4128-9248-38a7c971b5ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.354319 [ 269 ] {1e527bc0-1ef6-4128-9248-38a7c971b5ec} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:08:12.354528 [ 269 ] {1e527bc0-1ef6-4128-9248-38a7c971b5ec} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.354656 [ 269 ] {1e527bc0-1ef6-4128-9248-38a7c971b5ec} executeQuery: Read 391 rows, 28.31 KiB in 0.00129 sec., 303100.7751937985 rows/sec., 21.43 MiB/sec. 2025.05.13 23:08:12.354693 [ 269 ] {1e527bc0-1ef6-4128-9248-38a7c971b5ec} TCPHandler: Processed in 0.001452006 sec. 2025.05.13 23:08:12.354806 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.354901 [ 269 ] {546ea9a6-5995-4026-a87d-9276d272c555} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:08:12.354941 [ 269 ] {546ea9a6-5995-4026-a87d-9276d272c555} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:08:12.355279 [ 269 ] {546ea9a6-5995-4026-a87d-9276d272c555} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.355315 [ 269 ] {546ea9a6-5995-4026-a87d-9276d272c555} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.355612 [ 269 ] {546ea9a6-5995-4026-a87d-9276d272c555} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:08:12.355817 [ 269 ] {546ea9a6-5995-4026-a87d-9276d272c555} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.355944 [ 269 ] {546ea9a6-5995-4026-a87d-9276d272c555} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2025.05.13 23:08:12.355981 [ 269 ] {546ea9a6-5995-4026-a87d-9276d272c555} TCPHandler: Processed in 0.001223979 sec. 2025.05.13 23:08:12.356091 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.356184 [ 269 ] {19e22c57-f92d-4c93-bbbb-24a868f9a784} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:12.356226 [ 269 ] {19e22c57-f92d-4c93-bbbb-24a868f9a784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:12.356634 [ 269 ] {19e22c57-f92d-4c93-bbbb-24a868f9a784} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.356671 [ 269 ] {19e22c57-f92d-4c93-bbbb-24a868f9a784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.356998 [ 269 ] {19e22c57-f92d-4c93-bbbb-24a868f9a784} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:08:12.357204 [ 269 ] {19e22c57-f92d-4c93-bbbb-24a868f9a784} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.357333 [ 269 ] {19e22c57-f92d-4c93-bbbb-24a868f9a784} executeQuery: Read 237 rows, 16.27 KiB in 0.001168 sec., 202910.9589041096 rows/sec., 13.60 MiB/sec. 2025.05.13 23:08:12.357369 [ 269 ] {19e22c57-f92d-4c93-bbbb-24a868f9a784} TCPHandler: Processed in 0.001327703 sec. 2025.05.13 23:08:12.357485 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.357579 [ 269 ] {b39d297f-370d-4065-8165-f3303cedb94d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:08:12.357621 [ 269 ] {b39d297f-370d-4065-8165-f3303cedb94d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:08:12.357938 [ 269 ] {b39d297f-370d-4065-8165-f3303cedb94d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.357974 [ 269 ] {b39d297f-370d-4065-8165-f3303cedb94d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.358268 [ 269 ] {b39d297f-370d-4065-8165-f3303cedb94d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:08:12.358475 [ 269 ] {b39d297f-370d-4065-8165-f3303cedb94d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.358601 [ 269 ] {b39d297f-370d-4065-8165-f3303cedb94d} executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. 2025.05.13 23:08:12.358601 [ 70 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.05.13 23:08:12.358637 [ 269 ] {b39d297f-370d-4065-8165-f3303cedb94d} TCPHandler: Processed in 0.001202528 sec. 2025.05.13 23:08:12.358659 [ 70 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.358686 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.358751 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.358762 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.05.13 23:08:12.358853 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:12.358859 [ 269 ] {da7ae4e4-efcf-45a4-8d0c-fc1595cbb5eb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:12.358878 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part 2025.05.13 23:08:12.358919 [ 269 ] {da7ae4e4-efcf-45a4-8d0c-fc1595cbb5eb} 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.05.13 23:08:12.358928 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2025.05.13 23:08:12.358970 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2025.05.13 23:08:12.359009 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2025.05.13 23:08:12.359045 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2025.05.13 23:08:12.359082 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2025.05.13 23:08:12.359696 [ 269 ] {da7ae4e4-efcf-45a4-8d0c-fc1595cbb5eb} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.359728 [ 198 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.000999792 sec., 35007.28151455503 rows/sec., 2.30 MiB/sec. 2025.05.13 23:08:12.359732 [ 269 ] {da7ae4e4-efcf-45a4-8d0c-fc1595cbb5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.359859 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.05.13 23:08:12.360158 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.360233 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_35_7} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.05.13 23:08:12.360284 [ 269 ] {da7ae4e4-efcf-45a4-8d0c-fc1595cbb5eb} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:08:12.360298 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:08:12.360505 [ 269 ] {da7ae4e4-efcf-45a4-8d0c-fc1595cbb5eb} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.360645 [ 269 ] {da7ae4e4-efcf-45a4-8d0c-fc1595cbb5eb} executeQuery: Read 9 rows, 16.51 KiB in 0.001806 sec., 4983.388704318937 rows/sec., 8.93 MiB/sec. 2025.05.13 23:08:12.360699 [ 269 ] {da7ae4e4-efcf-45a4-8d0c-fc1595cbb5eb} TCPHandler: Processed in 0.002000324 sec. 2025.05.13 23:08:12.360816 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:12.360910 [ 269 ] {1c6d6fcc-3678-47b5-a1c4-68124ca6fff5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:12.360951 [ 269 ] {1c6d6fcc-3678-47b5-a1c4-68124ca6fff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:12.361290 [ 269 ] {1c6d6fcc-3678-47b5-a1c4-68124ca6fff5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.361326 [ 269 ] {1c6d6fcc-3678-47b5-a1c4-68124ca6fff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.361629 [ 269 ] {1c6d6fcc-3678-47b5-a1c4-68124ca6fff5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:08:12.361838 [ 269 ] {1c6d6fcc-3678-47b5-a1c4-68124ca6fff5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.361965 [ 269 ] {1c6d6fcc-3678-47b5-a1c4-68124ca6fff5} executeQuery: Read 82 rows, 5.33 KiB in 0.001074 sec., 76350.09310986965 rows/sec., 4.85 MiB/sec. 2025.05.13 23:08:12.361976 [ 72 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.05.13 23:08:12.362002 [ 269 ] {1c6d6fcc-3678-47b5-a1c4-68124ca6fff5} TCPHandler: Processed in 0.00123631 sec. 2025.05.13 23:08:12.362018 [ 72 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:12.362043 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:12.362113 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.05.13 23:08:12.362224 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:12.362249 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4974 rows starting from the beginning of the part 2025.05.13 23:08:12.362294 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2025.05.13 23:08:12.362331 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part 2025.05.13 23:08:12.362363 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 44 rows starting from the beginning of the part 2025.05.13 23:08:12.362395 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 16 rows starting from the beginning of the part 2025.05.13 23:08:12.362429 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part 2025.05.13 23:08:12.363874 [ 191 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5258 rows, containing 4 columns (4 merged, 0 gathered) in 0.001791128 sec., 2935580.2600372504 rows/sec., 191.53 MiB/sec. 2025.05.13 23:08:12.364185 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.05.13 23:08:12.364449 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:12.364518 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_86_17} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.05.13 23:08:12.364593 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.05.13 23:08:15.923606 [ 66 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:08:15.923674 [ 66 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:08:16.084086 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827 2025.05.13 23:08:16.084596 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:16.084638 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:16.085134 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:08:16.085375 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:16.085526 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827 2025.05.13 23:08:17.140283 [ 67 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2025.05.13 23:08:17.140350 [ 67 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:17.140372 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:17.140504 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full 2025.05.13 23:08:17.140687 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:17.140731 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part 2025.05.13 23:08:17.140819 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2025.05.13 23:08:17.140878 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part 2025.05.13 23:08:17.140934 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.05.13 23:08:17.140987 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part 2025.05.13 23:08:17.141893 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001451597 sec., 24800.27170075441 rows/sec., 2.07 MiB/sec. 2025.05.13 23:08:17.142028 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2025.05.13 23:08:17.142264 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:17.142330 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_22_5} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2025.05.13 23:08:17.142395 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:08:17.341238 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:17.341522 [ 269 ] {04cb4ba0-4829-4af9-9335-84664de71e91} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:17.341623 [ 269 ] {04cb4ba0-4829-4af9-9335-84664de71e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:17.342360 [ 269 ] {04cb4ba0-4829-4af9-9335-84664de71e91} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:17.342401 [ 269 ] {04cb4ba0-4829-4af9-9335-84664de71e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:17.342795 [ 269 ] {04cb4ba0-4829-4af9-9335-84664de71e91} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:08:17.343016 [ 269 ] {04cb4ba0-4829-4af9-9335-84664de71e91} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:17.343167 [ 269 ] {04cb4ba0-4829-4af9-9335-84664de71e91} executeQuery: Read 120 rows, 10.47 KiB in 0.001722 sec., 69686.41114982578 rows/sec., 5.94 MiB/sec. 2025.05.13 23:08:17.343208 [ 269 ] {04cb4ba0-4829-4af9-9335-84664de71e91} TCPHandler: Processed in 0.002149889 sec. 2025.05.13 23:08:17.343336 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:17.343428 [ 269 ] {5dfaa7b8-7ba2-4196-a231-46188daf8f77} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:17.343467 [ 269 ] {5dfaa7b8-7ba2-4196-a231-46188daf8f77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:17.343871 [ 269 ] {5dfaa7b8-7ba2-4196-a231-46188daf8f77} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:17.343906 [ 269 ] {5dfaa7b8-7ba2-4196-a231-46188daf8f77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:17.344205 [ 269 ] {5dfaa7b8-7ba2-4196-a231-46188daf8f77} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:08:17.344410 [ 269 ] {5dfaa7b8-7ba2-4196-a231-46188daf8f77} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:17.344536 [ 269 ] {5dfaa7b8-7ba2-4196-a231-46188daf8f77} executeQuery: Read 32 rows, 2.41 KiB in 0.001127 sec., 28393.96628216504 rows/sec., 2.09 MiB/sec. 2025.05.13 23:08:17.344572 [ 269 ] {5dfaa7b8-7ba2-4196-a231-46188daf8f77} TCPHandler: Processed in 0.001285092 sec. 2025.05.13 23:08:17.344681 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:17.344773 [ 269 ] {012657f3-511c-426b-9d78-116c6b4694ff} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:17.344813 [ 269 ] {012657f3-511c-426b-9d78-116c6b4694ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:17.345235 [ 269 ] {012657f3-511c-426b-9d78-116c6b4694ff} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:17.345272 [ 269 ] {012657f3-511c-426b-9d78-116c6b4694ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:17.345568 [ 269 ] {012657f3-511c-426b-9d78-116c6b4694ff} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:08:17.345769 [ 269 ] {012657f3-511c-426b-9d78-116c6b4694ff} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:17.345895 [ 269 ] {012657f3-511c-426b-9d78-116c6b4694ff} executeQuery: Read 96 rows, 7.68 KiB in 0.00114 sec., 84210.52631578948 rows/sec., 6.58 MiB/sec. 2025.05.13 23:08:17.345930 [ 269 ] {012657f3-511c-426b-9d78-116c6b4694ff} TCPHandler: Processed in 0.001296721 sec. 2025.05.13 23:08:17.346040 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:17.346131 [ 269 ] {24d98d83-a11f-4317-b003-31c0a87d2c1f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:17.346173 [ 269 ] {24d98d83-a11f-4317-b003-31c0a87d2c1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:17.346579 [ 269 ] {24d98d83-a11f-4317-b003-31c0a87d2c1f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:17.346614 [ 269 ] {24d98d83-a11f-4317-b003-31c0a87d2c1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:17.346936 [ 269 ] {24d98d83-a11f-4317-b003-31c0a87d2c1f} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:08:17.347136 [ 269 ] {24d98d83-a11f-4317-b003-31c0a87d2c1f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:17.347258 [ 269 ] {24d98d83-a11f-4317-b003-31c0a87d2c1f} executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. 2025.05.13 23:08:17.347293 [ 269 ] {24d98d83-a11f-4317-b003-31c0a87d2c1f} TCPHandler: Processed in 0.001300241 sec. 2025.05.13 23:08:17.347396 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:17.347487 [ 269 ] {2b6a4bcf-29f1-4364-8a58-98d7227c8842} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:17.347542 [ 269 ] {2b6a4bcf-29f1-4364-8a58-98d7227c8842} 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.05.13 23:08:17.348374 [ 269 ] {2b6a4bcf-29f1-4364-8a58-98d7227c8842} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:17.348410 [ 269 ] {2b6a4bcf-29f1-4364-8a58-98d7227c8842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:17.348944 [ 269 ] {2b6a4bcf-29f1-4364-8a58-98d7227c8842} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:08:17.349176 [ 269 ] {2b6a4bcf-29f1-4364-8a58-98d7227c8842} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:17.349311 [ 269 ] {2b6a4bcf-29f1-4364-8a58-98d7227c8842} executeQuery: Read 32 rows, 58.72 KiB in 0.001842 sec., 17372.42128121607 rows/sec., 31.13 MiB/sec. 2025.05.13 23:08:17.349362 [ 269 ] {2b6a4bcf-29f1-4364-8a58-98d7227c8842} TCPHandler: Processed in 0.002013985 sec. 2025.05.13 23:08:17.349472 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:17.349564 [ 269 ] {1c6e52bd-2bff-4ef4-9944-2098f1d9c726} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:17.349605 [ 269 ] {1c6e52bd-2bff-4ef4-9944-2098f1d9c726} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:17.349941 [ 269 ] {1c6e52bd-2bff-4ef4-9944-2098f1d9c726} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:17.349976 [ 269 ] {1c6e52bd-2bff-4ef4-9944-2098f1d9c726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:17.350274 [ 269 ] {1c6e52bd-2bff-4ef4-9944-2098f1d9c726} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:08:17.350478 [ 269 ] {1c6e52bd-2bff-4ef4-9944-2098f1d9c726} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:17.350599 [ 269 ] {1c6e52bd-2bff-4ef4-9944-2098f1d9c726} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.05.13 23:08:17.350633 [ 269 ] {1c6e52bd-2bff-4ef4-9944-2098f1d9c726} TCPHandler: Processed in 0.001207888 sec. 2025.05.13 23:08:17.458707 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.05.13 23:08:17.474539 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:17.474578 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:17.480332 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:08:17.481007 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:17.483746 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.05.13 23:08:21.158167 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1578 2025.05.13 23:08:21.160610 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:21.160666 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:21.161893 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:08:21.162175 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:21.162461 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1578 2025.05.13 23:08:22.345614 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.345829 [ 269 ] {bef92759-e9b6-4865-825d-64a2ecf2997c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:08:22.345897 [ 269 ] {bef92759-e9b6-4865-825d-64a2ecf2997c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:08:22.346659 [ 269 ] {bef92759-e9b6-4865-825d-64a2ecf2997c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.346709 [ 269 ] {bef92759-e9b6-4865-825d-64a2ecf2997c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.347126 [ 269 ] {bef92759-e9b6-4865-825d-64a2ecf2997c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:08:22.347362 [ 269 ] {bef92759-e9b6-4865-825d-64a2ecf2997c} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.347517 [ 269 ] {bef92759-e9b6-4865-825d-64a2ecf2997c} executeQuery: Read 212 rows, 13.81 KiB in 0.001745 sec., 121489.97134670487 rows/sec., 7.73 MiB/sec. 2025.05.13 23:08:22.347560 [ 269 ] {bef92759-e9b6-4865-825d-64a2ecf2997c} TCPHandler: Processed in 0.002091887 sec. 2025.05.13 23:08:22.347689 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.347786 [ 269 ] {9fdbf5a6-617c-47a6-b606-6b861a563367} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:08:22.347829 [ 269 ] {9fdbf5a6-617c-47a6-b606-6b861a563367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:08:22.348233 [ 269 ] {9fdbf5a6-617c-47a6-b606-6b861a563367} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.348270 [ 269 ] {9fdbf5a6-617c-47a6-b606-6b861a563367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.348567 [ 269 ] {9fdbf5a6-617c-47a6-b606-6b861a563367} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.05.13 23:08:22.348800 [ 269 ] {9fdbf5a6-617c-47a6-b606-6b861a563367} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.348930 [ 269 ] {9fdbf5a6-617c-47a6-b606-6b861a563367} executeQuery: Read 4 rows, 334.00 B in 0.001164 sec., 3436.426116838488 rows/sec., 280.22 KiB/sec. 2025.05.13 23:08:22.348967 [ 269 ] {9fdbf5a6-617c-47a6-b606-6b861a563367} TCPHandler: Processed in 0.001328313 sec. 2025.05.13 23:08:22.349075 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.349167 [ 269 ] {c7c5ed5f-256c-4855-928e-d5008b6f0722} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:22.349208 [ 269 ] {c7c5ed5f-256c-4855-928e-d5008b6f0722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:22.349923 [ 269 ] {c7c5ed5f-256c-4855-928e-d5008b6f0722} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.349959 [ 269 ] {c7c5ed5f-256c-4855-928e-d5008b6f0722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.350299 [ 269 ] {c7c5ed5f-256c-4855-928e-d5008b6f0722} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:08:22.350511 [ 269 ] {c7c5ed5f-256c-4855-928e-d5008b6f0722} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.350639 [ 269 ] {c7c5ed5f-256c-4855-928e-d5008b6f0722} executeQuery: Read 637 rows, 51.21 KiB in 0.00149 sec., 427516.77852348995 rows/sec., 33.57 MiB/sec. 2025.05.13 23:08:22.350676 [ 269 ] {c7c5ed5f-256c-4855-928e-d5008b6f0722} TCPHandler: Processed in 0.001650153 sec. 2025.05.13 23:08:22.350798 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.350892 [ 269 ] {63d1b600-0c94-462e-9036-698499e03a22} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:22.350932 [ 269 ] {63d1b600-0c94-462e-9036-698499e03a22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:22.351360 [ 269 ] {63d1b600-0c94-462e-9036-698499e03a22} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.351396 [ 269 ] {63d1b600-0c94-462e-9036-698499e03a22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.351686 [ 269 ] {63d1b600-0c94-462e-9036-698499e03a22} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:08:22.351900 [ 269 ] {63d1b600-0c94-462e-9036-698499e03a22} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.352025 [ 269 ] {63d1b600-0c94-462e-9036-698499e03a22} executeQuery: Read 119 rows, 7.34 KiB in 0.001151 sec., 103388.35794960904 rows/sec., 6.23 MiB/sec. 2025.05.13 23:08:22.352061 [ 269 ] {63d1b600-0c94-462e-9036-698499e03a22} TCPHandler: Processed in 0.001330953 sec. 2025.05.13 23:08:22.352175 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.352267 [ 269 ] {c12e56b2-e543-4547-ae36-4836e3d86764} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:08:22.352308 [ 269 ] {c12e56b2-e543-4547-ae36-4836e3d86764} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:08:22.352725 [ 269 ] {c12e56b2-e543-4547-ae36-4836e3d86764} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.352762 [ 269 ] {c12e56b2-e543-4547-ae36-4836e3d86764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.353066 [ 269 ] {c12e56b2-e543-4547-ae36-4836e3d86764} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:08:22.353282 [ 269 ] {c12e56b2-e543-4547-ae36-4836e3d86764} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.353407 [ 269 ] {c12e56b2-e543-4547-ae36-4836e3d86764} executeQuery: Read 113 rows, 7.49 KiB in 0.001158 sec., 97582.03799654577 rows/sec., 6.32 MiB/sec. 2025.05.13 23:08:22.353445 [ 269 ] {c12e56b2-e543-4547-ae36-4836e3d86764} TCPHandler: Processed in 0.001319302 sec. 2025.05.13 23:08:22.353558 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.353650 [ 269 ] {0fc0bf48-72c1-4e3b-b34b-8105fbc467a3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:08:22.353688 [ 269 ] {0fc0bf48-72c1-4e3b-b34b-8105fbc467a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:08:22.354107 [ 269 ] {0fc0bf48-72c1-4e3b-b34b-8105fbc467a3} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.354142 [ 269 ] {0fc0bf48-72c1-4e3b-b34b-8105fbc467a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.354439 [ 269 ] {0fc0bf48-72c1-4e3b-b34b-8105fbc467a3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:08:22.354648 [ 269 ] {0fc0bf48-72c1-4e3b-b34b-8105fbc467a3} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.354774 [ 269 ] {0fc0bf48-72c1-4e3b-b34b-8105fbc467a3} executeQuery: Read 112 rows, 6.53 KiB in 0.001143 sec., 97987.75153105863 rows/sec., 5.58 MiB/sec. 2025.05.13 23:08:22.354810 [ 269 ] {0fc0bf48-72c1-4e3b-b34b-8105fbc467a3} TCPHandler: Processed in 0.001300862 sec. 2025.05.13 23:08:22.354926 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.355018 [ 269 ] {228cab4d-ff0e-4b12-81c7-c7b38a60ee25} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:22.355057 [ 269 ] {228cab4d-ff0e-4b12-81c7-c7b38a60ee25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:22.355591 [ 269 ] {228cab4d-ff0e-4b12-81c7-c7b38a60ee25} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.355626 [ 269 ] {228cab4d-ff0e-4b12-81c7-c7b38a60ee25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.355972 [ 269 ] {228cab4d-ff0e-4b12-81c7-c7b38a60ee25} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:08:22.356183 [ 269 ] {228cab4d-ff0e-4b12-81c7-c7b38a60ee25} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.356314 [ 269 ] {228cab4d-ff0e-4b12-81c7-c7b38a60ee25} executeQuery: Read 395 rows, 28.63 KiB in 0.001314 sec., 300608.82800608827 rows/sec., 21.28 MiB/sec. 2025.05.13 23:08:22.356351 [ 269 ] {228cab4d-ff0e-4b12-81c7-c7b38a60ee25} TCPHandler: Processed in 0.001473487 sec. 2025.05.13 23:08:22.356471 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.356563 [ 269 ] {3c62d2ba-7889-4cfe-a9f5-6e16a2183f5f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:08:22.356603 [ 269 ] {3c62d2ba-7889-4cfe-a9f5-6e16a2183f5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:08:22.356945 [ 269 ] {3c62d2ba-7889-4cfe-a9f5-6e16a2183f5f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.357007 [ 269 ] {3c62d2ba-7889-4cfe-a9f5-6e16a2183f5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.357309 [ 269 ] {3c62d2ba-7889-4cfe-a9f5-6e16a2183f5f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:08:22.357520 [ 269 ] {3c62d2ba-7889-4cfe-a9f5-6e16a2183f5f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.357625 [ 56 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.05.13 23:08:22.357643 [ 269 ] {3c62d2ba-7889-4cfe-a9f5-6e16a2183f5f} executeQuery: Read 6 rows, 321.00 B in 0.001099 sec., 5459.50864422202 rows/sec., 285.24 KiB/sec. 2025.05.13 23:08:22.357698 [ 56 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.357705 [ 269 ] {3c62d2ba-7889-4cfe-a9f5-6e16a2183f5f} TCPHandler: Processed in 0.001282712 sec. 2025.05.13 23:08:22.357726 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.357831 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.357852 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:08:22.357927 [ 269 ] {60b7c1f7-d852-43eb-b769-c18519cf84c4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:22.357974 [ 269 ] {60b7c1f7-d852-43eb-b769-c18519cf84c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:22.357996 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:22.358036 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part 2025.05.13 23:08:22.358103 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2025.05.13 23:08:22.358158 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2025.05.13 23:08:22.358201 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2025.05.13 23:08:22.358244 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2025.05.13 23:08:22.358283 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2025.05.13 23:08:22.358396 [ 269 ] {60b7c1f7-d852-43eb-b769-c18519cf84c4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.358437 [ 269 ] {60b7c1f7-d852-43eb-b769-c18519cf84c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.358817 [ 269 ] {60b7c1f7-d852-43eb-b769-c18519cf84c4} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:08:22.359052 [ 269 ] {60b7c1f7-d852-43eb-b769-c18519cf84c4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.359125 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.001327553 sec., 162705.36844856665 rows/sec., 8.30 MiB/sec. 2025.05.13 23:08:22.359178 [ 269 ] {60b7c1f7-d852-43eb-b769-c18519cf84c4} executeQuery: Read 239 rows, 16.41 KiB in 0.001269 sec., 188337.27344365642 rows/sec., 12.63 MiB/sec. 2025.05.13 23:08:22.359220 [ 269 ] {60b7c1f7-d852-43eb-b769-c18519cf84c4} TCPHandler: Processed in 0.001438686 sec. 2025.05.13 23:08:22.359327 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.05.13 23:08:22.359341 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.359440 [ 269 ] {bcedf8e7-9453-4622-86c1-d2eccd998b52} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:08:22.359483 [ 269 ] {bcedf8e7-9453-4622-86c1-d2eccd998b52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:08:22.359646 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.359730 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_36_7} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.05.13 23:08:22.359805 [ 269 ] {bcedf8e7-9453-4622-86c1-d2eccd998b52} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.359840 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.13 23:08:22.359845 [ 269 ] {bcedf8e7-9453-4622-86c1-d2eccd998b52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.360166 [ 269 ] {bcedf8e7-9453-4622-86c1-d2eccd998b52} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:08:22.360369 [ 269 ] {bcedf8e7-9453-4622-86c1-d2eccd998b52} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.360496 [ 269 ] {bcedf8e7-9453-4622-86c1-d2eccd998b52} executeQuery: Read 1 rows, 69.00 B in 0.001075 sec., 930.2325581395348 rows/sec., 62.68 KiB/sec. 2025.05.13 23:08:22.360533 [ 269 ] {bcedf8e7-9453-4622-86c1-d2eccd998b52} TCPHandler: Processed in 0.00124087 sec. 2025.05.13 23:08:22.360649 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.360741 [ 269 ] {720ac77f-81ff-46d2-99f6-41351416774e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:22.360809 [ 269 ] {720ac77f-81ff-46d2-99f6-41351416774e} 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.05.13 23:08:22.361609 [ 269 ] {720ac77f-81ff-46d2-99f6-41351416774e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.361644 [ 269 ] {720ac77f-81ff-46d2-99f6-41351416774e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.362146 [ 269 ] {720ac77f-81ff-46d2-99f6-41351416774e} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:08:22.362368 [ 269 ] {720ac77f-81ff-46d2-99f6-41351416774e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.362502 [ 269 ] {720ac77f-81ff-46d2-99f6-41351416774e} executeQuery: Read 9 rows, 16.51 KiB in 0.001779 sec., 5059.021922428331 rows/sec., 9.07 MiB/sec. 2025.05.13 23:08:22.362554 [ 269 ] {720ac77f-81ff-46d2-99f6-41351416774e} TCPHandler: Processed in 0.001953983 sec. 2025.05.13 23:08:22.362670 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:22.362763 [ 269 ] {ac273444-4b14-47d7-95d7-445f351fefd2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:22.362804 [ 269 ] {ac273444-4b14-47d7-95d7-445f351fefd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:22.363143 [ 269 ] {ac273444-4b14-47d7-95d7-445f351fefd2} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:22.363178 [ 269 ] {ac273444-4b14-47d7-95d7-445f351fefd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:22.363494 [ 269 ] {ac273444-4b14-47d7-95d7-445f351fefd2} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:08:22.363700 [ 269 ] {ac273444-4b14-47d7-95d7-445f351fefd2} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:22.363825 [ 269 ] {ac273444-4b14-47d7-95d7-445f351fefd2} executeQuery: Read 82 rows, 5.33 KiB in 0.00108 sec., 75925.92592592593 rows/sec., 4.82 MiB/sec. 2025.05.13 23:08:22.363859 [ 269 ] {ac273444-4b14-47d7-95d7-445f351fefd2} TCPHandler: Processed in 0.001237539 sec. 2025.05.13 23:08:23.586602 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254 2025.05.13 23:08:23.587413 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:23.587469 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:23.588245 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:08:23.588592 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:23.588788 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 2025.05.13 23:08:24.984723 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.05.13 23:08:25.002000 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:25.002068 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.08 GiB. 2025.05.13 23:08:25.008376 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:08:25.009106 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:25.012165 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.05.13 23:08:27.340539 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:27.340843 [ 269 ] {6f361ba5-d46e-4450-9f7f-401674460bc1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:27.340947 [ 269 ] {6f361ba5-d46e-4450-9f7f-401674460bc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:27.341731 [ 269 ] {6f361ba5-d46e-4450-9f7f-401674460bc1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:27.341773 [ 269 ] {6f361ba5-d46e-4450-9f7f-401674460bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:27.342176 [ 269 ] {6f361ba5-d46e-4450-9f7f-401674460bc1} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:08:27.342396 [ 269 ] {6f361ba5-d46e-4450-9f7f-401674460bc1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:27.342543 [ 269 ] {6f361ba5-d46e-4450-9f7f-401674460bc1} executeQuery: Read 120 rows, 10.47 KiB in 0.001776 sec., 67567.56756756757 rows/sec., 5.76 MiB/sec. 2025.05.13 23:08:27.342585 [ 269 ] {6f361ba5-d46e-4450-9f7f-401674460bc1} TCPHandler: Processed in 0.002226071 sec. 2025.05.13 23:08:27.342718 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:27.342825 [ 269 ] {1fd2b8eb-2889-4ede-ab3e-5018fe2cc808} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:27.342865 [ 269 ] {1fd2b8eb-2889-4ede-ab3e-5018fe2cc808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:27.343349 [ 269 ] {1fd2b8eb-2889-4ede-ab3e-5018fe2cc808} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:27.343385 [ 269 ] {1fd2b8eb-2889-4ede-ab3e-5018fe2cc808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:27.343678 [ 269 ] {1fd2b8eb-2889-4ede-ab3e-5018fe2cc808} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:08:27.343885 [ 269 ] {1fd2b8eb-2889-4ede-ab3e-5018fe2cc808} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:27.344013 [ 269 ] {1fd2b8eb-2889-4ede-ab3e-5018fe2cc808} executeQuery: Read 32 rows, 2.41 KiB in 0.001206 sec., 26533.996683250414 rows/sec., 1.95 MiB/sec. 2025.05.13 23:08:27.344049 [ 269 ] {1fd2b8eb-2889-4ede-ab3e-5018fe2cc808} TCPHandler: Processed in 0.001378624 sec. 2025.05.13 23:08:27.344175 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:27.344268 [ 269 ] {cd1e1593-5da6-481c-ae5e-2b1b269cacbb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:27.344308 [ 269 ] {cd1e1593-5da6-481c-ae5e-2b1b269cacbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:27.344740 [ 269 ] {cd1e1593-5da6-481c-ae5e-2b1b269cacbb} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:27.344776 [ 269 ] {cd1e1593-5da6-481c-ae5e-2b1b269cacbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:27.345091 [ 269 ] {cd1e1593-5da6-481c-ae5e-2b1b269cacbb} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:08:27.345321 [ 269 ] {cd1e1593-5da6-481c-ae5e-2b1b269cacbb} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:27.345444 [ 269 ] {cd1e1593-5da6-481c-ae5e-2b1b269cacbb} executeQuery: Read 96 rows, 7.68 KiB in 0.001193 sec., 80469.40486169321 rows/sec., 6.28 MiB/sec. 2025.05.13 23:08:27.345479 [ 269 ] {cd1e1593-5da6-481c-ae5e-2b1b269cacbb} TCPHandler: Processed in 0.001354463 sec. 2025.05.13 23:08:27.345596 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:27.345690 [ 269 ] {eaccdf5a-3a95-4dbd-b761-24d4e8f815db} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:27.345734 [ 269 ] {eaccdf5a-3a95-4dbd-b761-24d4e8f815db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:27.346174 [ 269 ] {eaccdf5a-3a95-4dbd-b761-24d4e8f815db} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:27.346210 [ 269 ] {eaccdf5a-3a95-4dbd-b761-24d4e8f815db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:27.346547 [ 269 ] {eaccdf5a-3a95-4dbd-b761-24d4e8f815db} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:08:27.346756 [ 269 ] {eaccdf5a-3a95-4dbd-b761-24d4e8f815db} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:27.346873 [ 48 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_84_17 to all_89_89_0 2025.05.13 23:08:27.346881 [ 269 ] {eaccdf5a-3a95-4dbd-b761-24d4e8f815db} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.05.13 23:08:27.346957 [ 48 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:27.346969 [ 269 ] {eaccdf5a-3a95-4dbd-b761-24d4e8f815db} TCPHandler: Processed in 0.001419526 sec. 2025.05.13 23:08:27.346988 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:27.347100 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:27.347101 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_84_17 to all_89_89_0 into Compact with storage Full 2025.05.13 23:08:27.347198 [ 269 ] {66adb16a-2381-4338-ac0b-022129f41c5a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:27.347259 [ 269 ] {66adb16a-2381-4338-ac0b-022129f41c5a} 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.05.13 23:08:27.347267 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:27.347308 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_84_17, total 26159 rows starting from the beginning of the part 2025.05.13 23:08:27.347377 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 42 rows starting from the beginning of the part 2025.05.13 23:08:27.347423 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part 2025.05.13 23:08:27.347466 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2025.05.13 23:08:27.347509 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 239 rows starting from the beginning of the part 2025.05.13 23:08:27.347555 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2025.05.13 23:08:27.348077 [ 269 ] {66adb16a-2381-4338-ac0b-022129f41c5a} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:27.348119 [ 269 ] {66adb16a-2381-4338-ac0b-022129f41c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:27.348837 [ 269 ] {66adb16a-2381-4338-ac0b-022129f41c5a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:08:27.349064 [ 269 ] {66adb16a-2381-4338-ac0b-022129f41c5a} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:27.349191 [ 48 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.05.13 23:08:27.349205 [ 269 ] {66adb16a-2381-4338-ac0b-022129f41c5a} executeQuery: Read 32 rows, 58.72 KiB in 0.002026 sec., 15794.66929911155 rows/sec., 28.30 MiB/sec. 2025.05.13 23:08:27.349228 [ 48 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:27.349254 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:27.349266 [ 269 ] {66adb16a-2381-4338-ac0b-022129f41c5a} TCPHandler: Processed in 0.00221586 sec. 2025.05.13 23:08:27.349350 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.05.13 23:08:27.349393 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:27.349492 [ 269 ] {506de322-4fa5-47b6-a91d-aca48cde72a3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:27.349534 [ 269 ] {506de322-4fa5-47b6-a91d-aca48cde72a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:27.349588 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:27.349657 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1320 rows starting from the beginning of the part 2025.05.13 23:08:27.349773 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:27.349876 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 9 rows starting from the beginning of the part 2025.05.13 23:08:27.349879 [ 269 ] {506de322-4fa5-47b6-a91d-aca48cde72a3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:27.349928 [ 269 ] {506de322-4fa5-47b6-a91d-aca48cde72a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:27.349978 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:27.350075 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part 2025.05.13 23:08:27.350172 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:27.350460 [ 269 ] {506de322-4fa5-47b6-a91d-aca48cde72a3} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:08:27.350727 [ 269 ] {506de322-4fa5-47b6-a91d-aca48cde72a3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:27.350873 [ 269 ] {506de322-4fa5-47b6-a91d-aca48cde72a3} executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. 2025.05.13 23:08:27.350910 [ 269 ] {506de322-4fa5-47b6-a91d-aca48cde72a3} TCPHandler: Processed in 0.00156432 sec. 2025.05.13 23:08:27.354587 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergeTask::MergeProjectionsStage: Merge sorted 26997 rows, containing 5 columns (5 merged, 0 gathered) in 0.007537121 sec., 3581871.6456854017 rows/sec., 242.02 MiB/sec. 2025.05.13 23:08:27.354882 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} MergedBlockOutputStream: filled checksums all_1_89_18 (state Temporary) 2025.05.13 23:08:27.355155 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_89_18 to all_1_89_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:27.355226 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_89_18} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_84_17, all_89_89_0] -> all_1_89_18 2025.05.13 23:08:27.355296 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.05.13 23:08:27.357286 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1434 rows, containing 19 columns (19 merged, 0 gathered) in 0.007977296 sec., 179760.15933218473 rows/sec., 322.12 MiB/sec. 2025.05.13 23:08:27.359158 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.05.13 23:08:27.359504 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:27.359576 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_71_14} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.05.13 23:08:27.359724 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. 2025.05.13 23:08:28.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 305.94 MiB, peak 317.56 MiB, free memory in arenas 0.00 B, will set to 310.63 MiB (RSS), difference: 4.69 MiB 2025.05.13 23:08:30.923725 [ 44 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:08:30.923816 [ 44 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:08:31.089803 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25742 2025.05.13 23:08:31.090315 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:31.090359 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:31.090858 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:08:31.091098 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:31.091227 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25742 2025.05.13 23:08:31.091251 [ 43 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.05.13 23:08:31.091321 [ 43 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:31.091346 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:31.091468 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.05.13 23:08:31.091608 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:31.091646 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part 2025.05.13 23:08:31.091707 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part 2025.05.13 23:08:31.091749 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part 2025.05.13 23:08:31.091789 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part 2025.05.13 23:08:31.091823 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part 2025.05.13 23:08:31.091861 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part 2025.05.13 23:08:31.093971 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25742 rows, containing 4 columns (4 merged, 0 gathered) in 0.002558562 sec., 10061120.269901609 rows/sec., 143.93 MiB/sec. 2025.05.13 23:08:31.094193 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.05.13 23:08:31.094462 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:31.094535 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_56_11} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.05.13 23:08:31.094606 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.05.13 23:08:31.163557 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1614 2025.05.13 23:08:31.165974 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:31.166019 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:31.167209 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:08:31.167482 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:31.167642 [ 43 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.05.13 23:08:31.167690 [ 43 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:31.167709 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:31.167743 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1614 2025.05.13 23:08:31.167844 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:08:31.168502 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:31.168638 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1428 rows starting from the beginning of the part 2025.05.13 23:08:31.168980 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part 2025.05.13 23:08:31.169306 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part 2025.05.13 23:08:31.169615 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 46 rows starting from the beginning of the part 2025.05.13 23:08:31.169926 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part 2025.05.13 23:08:31.170228 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part 2025.05.13 23:08:31.176421 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1614 rows, containing 72 columns (72 merged, 0 gathered) in 0.008644467 sec., 186709.02439676155 rows/sec., 144.02 MiB/sec. 2025.05.13 23:08:31.178518 [ 195 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.05.13 23:08:31.179189 [ 195 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:31.179272 [ 195 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_41_8} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.05.13 23:08:31.179519 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2025.05.13 23:08:32.344854 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.345133 [ 269 ] {2c35960a-3387-4dc6-bc69-21b5ca104151} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:08:32.345224 [ 269 ] {2c35960a-3387-4dc6-bc69-21b5ca104151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:08:32.346062 [ 269 ] {2c35960a-3387-4dc6-bc69-21b5ca104151} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.346112 [ 269 ] {2c35960a-3387-4dc6-bc69-21b5ca104151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.346525 [ 269 ] {2c35960a-3387-4dc6-bc69-21b5ca104151} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:08:32.346754 [ 269 ] {2c35960a-3387-4dc6-bc69-21b5ca104151} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.346897 [ 12 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.05.13 23:08:32.346921 [ 269 ] {2c35960a-3387-4dc6-bc69-21b5ca104151} executeQuery: Read 212 rows, 13.81 KiB in 0.001863 sec., 113794.95437466452 rows/sec., 7.24 MiB/sec. 2025.05.13 23:08:32.346965 [ 12 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.346978 [ 269 ] {2c35960a-3387-4dc6-bc69-21b5ca104151} TCPHandler: Processed in 0.002352776 sec. 2025.05.13 23:08:32.346991 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.347114 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.347117 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2025.05.13 23:08:32.347216 [ 269 ] {f2d6c6ef-f52b-4686-8fa5-65972c779b20} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:32.347260 [ 269 ] {f2d6c6ef-f52b-4686-8fa5-65972c779b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:32.347268 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:32.347306 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part 2025.05.13 23:08:32.347368 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part 2025.05.13 23:08:32.347411 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part 2025.05.13 23:08:32.347453 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part 2025.05.13 23:08:32.347489 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part 2025.05.13 23:08:32.348049 [ 269 ] {f2d6c6ef-f52b-4686-8fa5-65972c779b20} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.348093 [ 269 ] {f2d6c6ef-f52b-4686-8fa5-65972c779b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.348355 [ 190 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285692 sec., 824458.7350625189 rows/sec., 55.58 MiB/sec. 2025.05.13 23:08:32.348462 [ 269 ] {f2d6c6ef-f52b-4686-8fa5-65972c779b20} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:08:32.348533 [ 190 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.05.13 23:08:32.348737 [ 269 ] {f2d6c6ef-f52b-4686-8fa5-65972c779b20} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.348857 [ 190 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.348862 [ 12 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 2025.05.13 23:08:32.348880 [ 269 ] {f2d6c6ef-f52b-4686-8fa5-65972c779b20} executeQuery: Read 635 rows, 51.07 KiB in 0.001683 sec., 377302.43612596556 rows/sec., 29.63 MiB/sec. 2025.05.13 23:08:32.348908 [ 12 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.348935 [ 269 ] {f2d6c6ef-f52b-4686-8fa5-65972c779b20} TCPHandler: Processed in 0.00187016 sec. 2025.05.13 23:08:32.348937 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.348946 [ 190 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_37_9} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.05.13 23:08:32.349062 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:08:32.349064 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.349099 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full 2025.05.13 23:08:32.349169 [ 269 ] {d334fcdb-7ed1-46be-8a2b-67e878f20787} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:32.349190 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:32.349213 [ 269 ] {d334fcdb-7ed1-46be-8a2b-67e878f20787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:32.349220 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 1849 rows starting from the beginning of the part 2025.05.13 23:08:32.349290 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 635 rows starting from the beginning of the part 2025.05.13 23:08:32.349334 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 120 rows starting from the beginning of the part 2025.05.13 23:08:32.349374 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 637 rows starting from the beginning of the part 2025.05.13 23:08:32.349411 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 120 rows starting from the beginning of the part 2025.05.13 23:08:32.349459 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 635 rows starting from the beginning of the part 2025.05.13 23:08:32.349726 [ 269 ] {d334fcdb-7ed1-46be-8a2b-67e878f20787} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.349768 [ 269 ] {d334fcdb-7ed1-46be-8a2b-67e878f20787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.350089 [ 269 ] {d334fcdb-7ed1-46be-8a2b-67e878f20787} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:08:32.350339 [ 269 ] {d334fcdb-7ed1-46be-8a2b-67e878f20787} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.350467 [ 269 ] {d334fcdb-7ed1-46be-8a2b-67e878f20787} executeQuery: Read 115 rows, 7.06 KiB in 0.001316 sec., 87386.01823708207 rows/sec., 5.24 MiB/sec. 2025.05.13 23:08:32.350503 [ 269 ] {d334fcdb-7ed1-46be-8a2b-67e878f20787} TCPHandler: Processed in 0.001487898 sec. 2025.05.13 23:08:32.350620 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.350712 [ 269 ] {cd129ba1-3997-4ea6-853b-0ecf363c4137} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:08:32.350751 [ 269 ] {cd129ba1-3997-4ea6-853b-0ecf363c4137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:08:32.350935 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 3996 rows, containing 5 columns (5 merged, 0 gathered) in 0.001916831 sec., 2084690.8256387757 rows/sec., 175.21 MiB/sec. 2025.05.13 23:08:32.351150 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2025.05.13 23:08:32.351230 [ 269 ] {cd129ba1-3997-4ea6-853b-0ecf363c4137} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.351275 [ 269 ] {cd129ba1-3997-4ea6-853b-0ecf363c4137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.351400 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.351474 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_90_18} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 2025.05.13 23:08:32.351538 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2025.05.13 23:08:32.351650 [ 269 ] {cd129ba1-3997-4ea6-853b-0ecf363c4137} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:08:32.351872 [ 269 ] {cd129ba1-3997-4ea6-853b-0ecf363c4137} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.351999 [ 269 ] {cd129ba1-3997-4ea6-853b-0ecf363c4137} executeQuery: Read 113 rows, 7.49 KiB in 0.001305 sec., 86590.03831417624 rows/sec., 5.61 MiB/sec. 2025.05.13 23:08:32.352036 [ 269 ] {cd129ba1-3997-4ea6-853b-0ecf363c4137} TCPHandler: Processed in 0.001464216 sec. 2025.05.13 23:08:32.352150 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.352242 [ 269 ] {e333cb89-656e-4c62-8eaa-fd7fa17305ba} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:08:32.352281 [ 269 ] {e333cb89-656e-4c62-8eaa-fd7fa17305ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:08:32.352730 [ 269 ] {e333cb89-656e-4c62-8eaa-fd7fa17305ba} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.352767 [ 269 ] {e333cb89-656e-4c62-8eaa-fd7fa17305ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.353069 [ 269 ] {e333cb89-656e-4c62-8eaa-fd7fa17305ba} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:08:32.353285 [ 269 ] {e333cb89-656e-4c62-8eaa-fd7fa17305ba} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.353394 [ 12 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.05.13 23:08:32.353417 [ 269 ] {e333cb89-656e-4c62-8eaa-fd7fa17305ba} executeQuery: Read 112 rows, 6.53 KiB in 0.001193 sec., 93880.97233864208 rows/sec., 5.35 MiB/sec. 2025.05.13 23:08:32.353424 [ 12 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.353457 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.353462 [ 269 ] {e333cb89-656e-4c62-8eaa-fd7fa17305ba} TCPHandler: Processed in 0.001359543 sec. 2025.05.13 23:08:32.353533 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2025.05.13 23:08:32.353587 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.353633 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:32.353664 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part 2025.05.13 23:08:32.353685 [ 269 ] {8ab1b2bb-3669-4375-aef6-cf4d70e05ba3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:32.353715 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part 2025.05.13 23:08:32.353729 [ 269 ] {8ab1b2bb-3669-4375-aef6-cf4d70e05ba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:32.353762 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part 2025.05.13 23:08:32.353805 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part 2025.05.13 23:08:32.353844 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part 2025.05.13 23:08:32.354364 [ 269 ] {8ab1b2bb-3669-4375-aef6-cf4d70e05ba3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.354404 [ 269 ] {8ab1b2bb-3669-4375-aef6-cf4d70e05ba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.354529 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001029413 sec., 543999.3472007833 rows/sec., 33.06 MiB/sec. 2025.05.13 23:08:32.354637 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.05.13 23:08:32.354750 [ 269 ] {8ab1b2bb-3669-4375-aef6-cf4d70e05ba3} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:08:32.354899 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.354965 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_37_9} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.05.13 23:08:32.355012 [ 269 ] {8ab1b2bb-3669-4375-aef6-cf4d70e05ba3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.355019 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:08:32.355133 [ 12 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 2025.05.13 23:08:32.355146 [ 269 ] {8ab1b2bb-3669-4375-aef6-cf4d70e05ba3} executeQuery: Read 391 rows, 28.31 KiB in 0.001479 sec., 264367.816091954 rows/sec., 18.69 MiB/sec. 2025.05.13 23:08:32.355168 [ 12 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.355192 [ 269 ] {8ab1b2bb-3669-4375-aef6-cf4d70e05ba3} TCPHandler: Processed in 0.001652342 sec. 2025.05.13 23:08:32.355193 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.355290 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full 2025.05.13 23:08:32.355319 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.355381 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:32.355410 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 915 rows starting from the beginning of the part 2025.05.13 23:08:32.355412 [ 269 ] {660abc84-59af-493d-83e7-8fe0668c3235} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:08:32.355456 [ 269 ] {660abc84-59af-493d-83e7-8fe0668c3235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:08:32.355467 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 391 rows starting from the beginning of the part 2025.05.13 23:08:32.355519 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 96 rows starting from the beginning of the part 2025.05.13 23:08:32.355584 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 395 rows starting from the beginning of the part 2025.05.13 23:08:32.355638 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 96 rows starting from the beginning of the part 2025.05.13 23:08:32.355679 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 391 rows starting from the beginning of the part 2025.05.13 23:08:32.355791 [ 269 ] {660abc84-59af-493d-83e7-8fe0668c3235} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.355825 [ 269 ] {660abc84-59af-493d-83e7-8fe0668c3235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.356149 [ 269 ] {660abc84-59af-493d-83e7-8fe0668c3235} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:08:32.356360 [ 269 ] {660abc84-59af-493d-83e7-8fe0668c3235} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.356485 [ 269 ] {660abc84-59af-493d-83e7-8fe0668c3235} executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. 2025.05.13 23:08:32.356520 [ 269 ] {660abc84-59af-493d-83e7-8fe0668c3235} TCPHandler: Processed in 0.00124756 sec. 2025.05.13 23:08:32.356624 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.356715 [ 269 ] {4b9a0a70-cab4-4775-a9b5-801bd856d728} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:32.356743 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 2284 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485458 sec., 1537572.9236370197 rows/sec., 116.75 MiB/sec. 2025.05.13 23:08:32.356755 [ 269 ] {4b9a0a70-cab4-4775-a9b5-801bd856d728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:32.356918 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2025.05.13 23:08:32.357180 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.357211 [ 269 ] {4b9a0a70-cab4-4775-a9b5-801bd856d728} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.357252 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_90_18} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 2025.05.13 23:08:32.357254 [ 269 ] {4b9a0a70-cab4-4775-a9b5-801bd856d728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.357335 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.05.13 23:08:32.357615 [ 269 ] {4b9a0a70-cab4-4775-a9b5-801bd856d728} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:08:32.357825 [ 269 ] {4b9a0a70-cab4-4775-a9b5-801bd856d728} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.357948 [ 269 ] {4b9a0a70-cab4-4775-a9b5-801bd856d728} executeQuery: Read 237 rows, 16.27 KiB in 0.001252 sec., 189297.12460063896 rows/sec., 12.69 MiB/sec. 2025.05.13 23:08:32.357984 [ 269 ] {4b9a0a70-cab4-4775-a9b5-801bd856d728} TCPHandler: Processed in 0.001407045 sec. 2025.05.13 23:08:32.358095 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.358186 [ 269 ] {a84b317d-a977-4eba-bbe2-75094b3be7ee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:08:32.358226 [ 269 ] {a84b317d-a977-4eba-bbe2-75094b3be7ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:08:32.358529 [ 269 ] {a84b317d-a977-4eba-bbe2-75094b3be7ee} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.358563 [ 269 ] {a84b317d-a977-4eba-bbe2-75094b3be7ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.358851 [ 269 ] {a84b317d-a977-4eba-bbe2-75094b3be7ee} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:08:32.359054 [ 269 ] {a84b317d-a977-4eba-bbe2-75094b3be7ee} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.359180 [ 269 ] {a84b317d-a977-4eba-bbe2-75094b3be7ee} executeQuery: Read 1 rows, 69.00 B in 0.001012 sec., 988.1422924901185 rows/sec., 66.58 KiB/sec. 2025.05.13 23:08:32.359215 [ 269 ] {a84b317d-a977-4eba-bbe2-75094b3be7ee} TCPHandler: Processed in 0.001166297 sec. 2025.05.13 23:08:32.359322 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.359412 [ 269 ] {7b30e386-f538-4494-adbf-dd63a802338d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:32.359465 [ 269 ] {7b30e386-f538-4494-adbf-dd63a802338d} 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.05.13 23:08:32.360224 [ 269 ] {7b30e386-f538-4494-adbf-dd63a802338d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.360259 [ 269 ] {7b30e386-f538-4494-adbf-dd63a802338d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.360774 [ 269 ] {7b30e386-f538-4494-adbf-dd63a802338d} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:08:32.360991 [ 269 ] {7b30e386-f538-4494-adbf-dd63a802338d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.361122 [ 269 ] {7b30e386-f538-4494-adbf-dd63a802338d} executeQuery: Read 9 rows, 16.51 KiB in 0.001727 sec., 5211.349160393746 rows/sec., 9.34 MiB/sec. 2025.05.13 23:08:32.361173 [ 269 ] {7b30e386-f538-4494-adbf-dd63a802338d} TCPHandler: Processed in 0.001897321 sec. 2025.05.13 23:08:32.361287 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:32.361378 [ 269 ] {c82bbd72-b1b6-40bb-b698-9307aff9f4f3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:32.361418 [ 269 ] {c82bbd72-b1b6-40bb-b698-9307aff9f4f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:32.361771 [ 269 ] {c82bbd72-b1b6-40bb-b698-9307aff9f4f3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.361806 [ 269 ] {c82bbd72-b1b6-40bb-b698-9307aff9f4f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.362102 [ 269 ] {c82bbd72-b1b6-40bb-b698-9307aff9f4f3} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:08:32.362306 [ 269 ] {c82bbd72-b1b6-40bb-b698-9307aff9f4f3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.362425 [ 269 ] {c82bbd72-b1b6-40bb-b698-9307aff9f4f3} executeQuery: Read 82 rows, 5.33 KiB in 0.001065 sec., 76995.30516431924 rows/sec., 4.89 MiB/sec. 2025.05.13 23:08:32.362459 [ 269 ] {c82bbd72-b1b6-40bb-b698-9307aff9f4f3} TCPHandler: Processed in 0.001219029 sec. 2025.05.13 23:08:32.513121 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.05.13 23:08:32.530883 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.530946 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.537464 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:08:32.538159 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.538496 [ 28 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.05.13 23:08:32.538564 [ 28 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:32.538585 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:32.538678 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.05.13 23:08:32.541237 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.05.13 23:08:32.541829 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:32.542695 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2025.05.13 23:08:32.546143 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2025.05.13 23:08:32.549550 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2025.05.13 23:08:32.553308 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2025.05.13 23:08:32.557669 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2025.05.13 23:08:32.561787 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2025.05.13 23:08:32.616206 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.077565272 sec., 5440.579129278371 rows/sec., 28.13 MiB/sec. 2025.05.13 23:08:32.619132 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.05.13 23:08:32.621095 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:32.621209 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_56_11} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.05.13 23:08:32.623684 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.05.13 23:08:33.001159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 312.66 MiB, peak 326.08 MiB, free memory in arenas 0.00 B, will set to 311.17 MiB (RSS), difference: -1.49 MiB 2025.05.13 23:08:35.560737 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:35.561038 [ 269 ] {a6042358-7294-481c-863d-f6401240d410} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:08:35.561141 [ 269 ] {a6042358-7294-481c-863d-f6401240d410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:08:35.561805 [ 269 ] {a6042358-7294-481c-863d-f6401240d410} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.561844 [ 269 ] {a6042358-7294-481c-863d-f6401240d410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.562210 [ 269 ] {a6042358-7294-481c-863d-f6401240d410} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.05.13 23:08:35.562430 [ 269 ] {a6042358-7294-481c-863d-f6401240d410} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.562584 [ 269 ] {a6042358-7294-481c-863d-f6401240d410} executeQuery: Read 4 rows, 334.00 B in 0.001624 sec., 2463.054187192118 rows/sec., 200.84 KiB/sec. 2025.05.13 23:08:35.562625 [ 269 ] {a6042358-7294-481c-863d-f6401240d410} TCPHandler: Processed in 0.002072276 sec. 2025.05.13 23:08:35.562742 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:35.562835 [ 269 ] {590be094-a341-4cc6-850b-65a8a26e0a74} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:35.562874 [ 269 ] {590be094-a341-4cc6-850b-65a8a26e0a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:35.563899 [ 269 ] {590be094-a341-4cc6-850b-65a8a26e0a74} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.563935 [ 269 ] {590be094-a341-4cc6-850b-65a8a26e0a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.564304 [ 269 ] {590be094-a341-4cc6-850b-65a8a26e0a74} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:08:35.564522 [ 269 ] {590be094-a341-4cc6-850b-65a8a26e0a74} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.564655 [ 269 ] {590be094-a341-4cc6-850b-65a8a26e0a74} executeQuery: Read 1262 rows, 106.73 KiB in 0.001839 sec., 686242.5231103861 rows/sec., 56.68 MiB/sec. 2025.05.13 23:08:35.564693 [ 269 ] {590be094-a341-4cc6-850b-65a8a26e0a74} TCPHandler: Processed in 0.001997754 sec. 2025.05.13 23:08:35.564807 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:35.564898 [ 269 ] {6d2503d3-e2e9-4b3d-8fe4-f533430a53e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:35.564938 [ 269 ] {6d2503d3-e2e9-4b3d-8fe4-f533430a53e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:35.565337 [ 269 ] {6d2503d3-e2e9-4b3d-8fe4-f533430a53e8} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.565371 [ 269 ] {6d2503d3-e2e9-4b3d-8fe4-f533430a53e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.565662 [ 269 ] {6d2503d3-e2e9-4b3d-8fe4-f533430a53e8} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:08:35.565860 [ 269 ] {6d2503d3-e2e9-4b3d-8fe4-f533430a53e8} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.565975 [ 29 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.05.13 23:08:35.565984 [ 269 ] {6d2503d3-e2e9-4b3d-8fe4-f533430a53e8} executeQuery: Read 36 rows, 2.69 KiB in 0.001104 sec., 32608.695652173916 rows/sec., 2.38 MiB/sec. 2025.05.13 23:08:35.566043 [ 29 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.566071 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.566080 [ 269 ] {6d2503d3-e2e9-4b3d-8fe4-f533430a53e8} TCPHandler: Processed in 0.001318803 sec. 2025.05.13 23:08:35.566188 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.05.13 23:08:35.566213 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:35.566342 [ 269 ] {e1fd877d-5e0d-4916-89eb-af17ce5802c8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:08:35.566342 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:35.566394 [ 269 ] {e1fd877d-5e0d-4916-89eb-af17ce5802c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:08:35.566400 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 165 rows starting from the beginning of the part 2025.05.13 23:08:35.566493 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:35.566546 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 119 rows starting from the beginning of the part 2025.05.13 23:08:35.566596 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:35.566642 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 115 rows starting from the beginning of the part 2025.05.13 23:08:35.566687 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 36 rows starting from the beginning of the part 2025.05.13 23:08:35.566967 [ 269 ] {e1fd877d-5e0d-4916-89eb-af17ce5802c8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.567018 [ 269 ] {e1fd877d-5e0d-4916-89eb-af17ce5802c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.567415 [ 269 ] {e1fd877d-5e0d-4916-89eb-af17ce5802c8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:08:35.567592 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 5 columns (5 merged, 0 gathered) in 0.001458377 sec., 342161.18328799756 rows/sec., 23.15 MiB/sec. 2025.05.13 23:08:35.567642 [ 269 ] {e1fd877d-5e0d-4916-89eb-af17ce5802c8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.567755 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.05.13 23:08:35.567780 [ 269 ] {e1fd877d-5e0d-4916-89eb-af17ce5802c8} executeQuery: Read 228 rows, 15.81 KiB in 0.001462 sec., 155950.75239398086 rows/sec., 10.56 MiB/sec. 2025.05.13 23:08:35.567823 [ 269 ] {e1fd877d-5e0d-4916-89eb-af17ce5802c8} TCPHandler: Processed in 0.001672154 sec. 2025.05.13 23:08:35.567932 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:35.568035 [ 269 ] {2c7aad8e-2732-41cd-a559-a40abff7018d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:35.568060 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.568076 [ 269 ] {2c7aad8e-2732-41cd-a559-a40abff7018d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:35.568154 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_76_15} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.05.13 23:08:35.568243 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:08:35.568692 [ 269 ] {2c7aad8e-2732-41cd-a559-a40abff7018d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.568736 [ 269 ] {2c7aad8e-2732-41cd-a559-a40abff7018d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.569090 [ 269 ] {2c7aad8e-2732-41cd-a559-a40abff7018d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:08:35.569301 [ 269 ] {2c7aad8e-2732-41cd-a559-a40abff7018d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.569439 [ 269 ] {2c7aad8e-2732-41cd-a559-a40abff7018d} executeQuery: Read 556 rows, 42.29 KiB in 0.001423 sec., 390723.82290934643 rows/sec., 29.02 MiB/sec. 2025.05.13 23:08:35.569478 [ 269 ] {2c7aad8e-2732-41cd-a559-a40abff7018d} TCPHandler: Processed in 0.001596072 sec. 2025.05.13 23:08:35.569594 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:35.569689 [ 269 ] {6d16f66b-346f-485b-bcbe-db36cdd12f6a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:35.569733 [ 269 ] {6d16f66b-346f-485b-bcbe-db36cdd12f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:35.570323 [ 269 ] {6d16f66b-346f-485b-bcbe-db36cdd12f6a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.570361 [ 269 ] {6d16f66b-346f-485b-bcbe-db36cdd12f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.570836 [ 269 ] {6d16f66b-346f-485b-bcbe-db36cdd12f6a} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:08:35.571095 [ 269 ] {6d16f66b-346f-485b-bcbe-db36cdd12f6a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.571245 [ 269 ] {6d16f66b-346f-485b-bcbe-db36cdd12f6a} executeQuery: Read 930 rows, 63.93 KiB in 0.001575 sec., 590476.1904761904 rows/sec., 39.64 MiB/sec. 2025.05.13 23:08:35.571284 [ 269 ] {6d16f66b-346f-485b-bcbe-db36cdd12f6a} TCPHandler: Processed in 0.001740466 sec. 2025.05.13 23:08:35.571403 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:35.571500 [ 269 ] {a1aed406-1726-4e2b-9e51-69d551e23d03} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:35.571557 [ 269 ] {a1aed406-1726-4e2b-9e51-69d551e23d03} 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.05.13 23:08:35.572410 [ 269 ] {a1aed406-1726-4e2b-9e51-69d551e23d03} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.572447 [ 269 ] {a1aed406-1726-4e2b-9e51-69d551e23d03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.572995 [ 269 ] {a1aed406-1726-4e2b-9e51-69d551e23d03} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:08:35.573224 [ 269 ] {a1aed406-1726-4e2b-9e51-69d551e23d03} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.573367 [ 269 ] {a1aed406-1726-4e2b-9e51-69d551e23d03} executeQuery: Read 32 rows, 58.72 KiB in 0.001887 sec., 16958.134605193427 rows/sec., 30.39 MiB/sec. 2025.05.13 23:08:35.573428 [ 269 ] {a1aed406-1726-4e2b-9e51-69d551e23d03} TCPHandler: Processed in 0.002074557 sec. 2025.05.13 23:08:35.573547 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:35.573644 [ 269 ] {a2e2f280-cf78-4475-9d0d-2e347c77f437} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:35.573686 [ 269 ] {a2e2f280-cf78-4475-9d0d-2e347c77f437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:35.574020 [ 269 ] {a2e2f280-cf78-4475-9d0d-2e347c77f437} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.574057 [ 269 ] {a2e2f280-cf78-4475-9d0d-2e347c77f437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.574367 [ 269 ] {a2e2f280-cf78-4475-9d0d-2e347c77f437} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:08:35.574581 [ 269 ] {a2e2f280-cf78-4475-9d0d-2e347c77f437} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.574709 [ 269 ] {a2e2f280-cf78-4475-9d0d-2e347c77f437} executeQuery: Read 44 rows, 3.03 KiB in 0.001084 sec., 40590.405904059044 rows/sec., 2.73 MiB/sec. 2025.05.13 23:08:35.574718 [ 34 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.05.13 23:08:35.574744 [ 269 ] {a2e2f280-cf78-4475-9d0d-2e347c77f437} TCPHandler: Processed in 0.00124548 sec. 2025.05.13 23:08:35.574799 [ 34 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:35.574833 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:35.574913 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.05.13 23:08:35.575024 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:35.575055 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5258 rows starting from the beginning of the part 2025.05.13 23:08:35.575108 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2025.05.13 23:08:35.575150 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part 2025.05.13 23:08:35.575189 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2025.05.13 23:08:35.575230 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part 2025.05.13 23:08:35.575268 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 44 rows starting from the beginning of the part 2025.05.13 23:08:35.576901 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5586 rows, containing 4 columns (4 merged, 0 gathered) in 0.002021705 sec., 2763014.386371899 rows/sec., 180.31 MiB/sec. 2025.05.13 23:08:35.577340 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.05.13 23:08:35.577690 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:35.577790 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_91_18} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.05.13 23:08:35.577908 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.05.13 23:08:37.332672 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:37.332858 [ 269 ] {3b333365-cadd-4748-b90e-73a38e40f7e7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:37.332928 [ 269 ] {3b333365-cadd-4748-b90e-73a38e40f7e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:37.333617 [ 269 ] {3b333365-cadd-4748-b90e-73a38e40f7e7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:37.333659 [ 269 ] {3b333365-cadd-4748-b90e-73a38e40f7e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:37.334068 [ 269 ] {3b333365-cadd-4748-b90e-73a38e40f7e7} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:08:37.334311 [ 269 ] {3b333365-cadd-4748-b90e-73a38e40f7e7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:37.334474 [ 269 ] {3b333365-cadd-4748-b90e-73a38e40f7e7} executeQuery: Read 56 rows, 4.38 KiB in 0.001667 sec., 33593.28134373125 rows/sec., 2.56 MiB/sec. 2025.05.13 23:08:37.334526 [ 269 ] {3b333365-cadd-4748-b90e-73a38e40f7e7} TCPHandler: Processed in 0.001988023 sec. 2025.05.13 23:08:37.334658 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:37.334762 [ 269 ] {d5367a66-82fe-46c7-8930-d1bc5dbba0e2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:37.334807 [ 269 ] {d5367a66-82fe-46c7-8930-d1bc5dbba0e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:37.335258 [ 269 ] {d5367a66-82fe-46c7-8930-d1bc5dbba0e2} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:37.335296 [ 269 ] {d5367a66-82fe-46c7-8930-d1bc5dbba0e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:37.335609 [ 269 ] {d5367a66-82fe-46c7-8930-d1bc5dbba0e2} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:08:37.335834 [ 269 ] {d5367a66-82fe-46c7-8930-d1bc5dbba0e2} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:37.335967 [ 269 ] {d5367a66-82fe-46c7-8930-d1bc5dbba0e2} executeQuery: Read 64 rows, 5.12 KiB in 0.00123 sec., 52032.52032520325 rows/sec., 4.06 MiB/sec. 2025.05.13 23:08:37.336012 [ 269 ] {d5367a66-82fe-46c7-8930-d1bc5dbba0e2} TCPHandler: Processed in 0.001405245 sec. 2025.05.13 23:08:37.336145 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:37.336250 [ 269 ] {3b0ec3c6-a025-44ae-9cbe-eb458d524ebb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:37.336300 [ 269 ] {3b0ec3c6-a025-44ae-9cbe-eb458d524ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:37.336716 [ 269 ] {3b0ec3c6-a025-44ae-9cbe-eb458d524ebb} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:37.336752 [ 269 ] {3b0ec3c6-a025-44ae-9cbe-eb458d524ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:37.337122 [ 269 ] {3b0ec3c6-a025-44ae-9cbe-eb458d524ebb} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:08:37.337389 [ 269 ] {3b0ec3c6-a025-44ae-9cbe-eb458d524ebb} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:37.337532 [ 269 ] {3b0ec3c6-a025-44ae-9cbe-eb458d524ebb} executeQuery: Read 42 rows, 2.99 KiB in 0.001303 sec., 32233.307751343058 rows/sec., 2.24 MiB/sec. 2025.05.13 23:08:37.337573 [ 269 ] {3b0ec3c6-a025-44ae-9cbe-eb458d524ebb} TCPHandler: Processed in 0.001479907 sec. 2025.05.13 23:08:37.337696 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:37.337795 [ 269 ] {dbc0c3af-7ea8-4821-9626-e8704de53421} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:37.337843 [ 269 ] {dbc0c3af-7ea8-4821-9626-e8704de53421} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:37.338259 [ 269 ] {dbc0c3af-7ea8-4821-9626-e8704de53421} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:37.338306 [ 269 ] {dbc0c3af-7ea8-4821-9626-e8704de53421} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:37.338732 [ 269 ] {dbc0c3af-7ea8-4821-9626-e8704de53421} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:08:37.338952 [ 269 ] {dbc0c3af-7ea8-4821-9626-e8704de53421} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:37.339084 [ 269 ] {dbc0c3af-7ea8-4821-9626-e8704de53421} executeQuery: Read 16 rows, 1.11 KiB in 0.001307 sec., 12241.77505738332 rows/sec., 848.79 KiB/sec. 2025.05.13 23:08:37.339121 [ 269 ] {dbc0c3af-7ea8-4821-9626-e8704de53421} TCPHandler: Processed in 0.001479788 sec. 2025.05.13 23:08:38.592251 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26169 2025.05.13 23:08:38.592756 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:38.592802 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:38.593302 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:08:38.593531 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:38.593665 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 2025.05.13 23:08:40.042206 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.05.13 23:08:40.058184 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:40.058256 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:40.063992 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:08:40.064806 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:40.068184 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.05.13 23:08:41.168806 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1660 2025.05.13 23:08:41.171420 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:41.171464 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:41.172655 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:08:41.172922 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:41.173185 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1660 2025.05.13 23:08:42.345310 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.345507 [ 269 ] {46188c97-5ad5-4f93-9cb7-7a26cd312d8f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:08:42.345581 [ 269 ] {46188c97-5ad5-4f93-9cb7-7a26cd312d8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:08:42.346464 [ 269 ] {46188c97-5ad5-4f93-9cb7-7a26cd312d8f} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.346510 [ 269 ] {46188c97-5ad5-4f93-9cb7-7a26cd312d8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.346926 [ 269 ] {46188c97-5ad5-4f93-9cb7-7a26cd312d8f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:08:42.347155 [ 269 ] {46188c97-5ad5-4f93-9cb7-7a26cd312d8f} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.347305 [ 269 ] {46188c97-5ad5-4f93-9cb7-7a26cd312d8f} executeQuery: Read 212 rows, 13.81 KiB in 0.001853 sec., 114409.06637884512 rows/sec., 7.28 MiB/sec. 2025.05.13 23:08:42.347348 [ 269 ] {46188c97-5ad5-4f93-9cb7-7a26cd312d8f} TCPHandler: Processed in 0.002170979 sec. 2025.05.13 23:08:42.347472 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.347576 [ 269 ] {f7e340de-16d6-436f-9913-b5e2e87f9d2d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:42.347616 [ 269 ] {f7e340de-16d6-436f-9913-b5e2e87f9d2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:42.348315 [ 269 ] {f7e340de-16d6-436f-9913-b5e2e87f9d2d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.348351 [ 269 ] {f7e340de-16d6-436f-9913-b5e2e87f9d2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.348703 [ 269 ] {f7e340de-16d6-436f-9913-b5e2e87f9d2d} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:08:42.348936 [ 269 ] {f7e340de-16d6-436f-9913-b5e2e87f9d2d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.349069 [ 269 ] {f7e340de-16d6-436f-9913-b5e2e87f9d2d} executeQuery: Read 635 rows, 51.07 KiB in 0.001516 sec., 418865.43535620056 rows/sec., 32.90 MiB/sec. 2025.05.13 23:08:42.349106 [ 269 ] {f7e340de-16d6-436f-9913-b5e2e87f9d2d} TCPHandler: Processed in 0.001682403 sec. 2025.05.13 23:08:42.349226 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.349319 [ 269 ] {8aecb8b6-fa40-4ef7-8cad-4361337d232b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:42.349358 [ 269 ] {8aecb8b6-fa40-4ef7-8cad-4361337d232b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:42.349832 [ 269 ] {8aecb8b6-fa40-4ef7-8cad-4361337d232b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.349868 [ 269 ] {8aecb8b6-fa40-4ef7-8cad-4361337d232b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.350162 [ 269 ] {8aecb8b6-fa40-4ef7-8cad-4361337d232b} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:08:42.350365 [ 269 ] {8aecb8b6-fa40-4ef7-8cad-4361337d232b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.350497 [ 269 ] {8aecb8b6-fa40-4ef7-8cad-4361337d232b} executeQuery: Read 115 rows, 7.06 KiB in 0.001196 sec., 96153.84615384616 rows/sec., 5.77 MiB/sec. 2025.05.13 23:08:42.350534 [ 269 ] {8aecb8b6-fa40-4ef7-8cad-4361337d232b} TCPHandler: Processed in 0.001356374 sec. 2025.05.13 23:08:42.350659 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.350751 [ 269 ] {fffcb552-f6f9-4bfc-b34b-d76c2659337f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:08:42.350790 [ 269 ] {fffcb552-f6f9-4bfc-b34b-d76c2659337f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:08:42.351220 [ 269 ] {fffcb552-f6f9-4bfc-b34b-d76c2659337f} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.351255 [ 269 ] {fffcb552-f6f9-4bfc-b34b-d76c2659337f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.351554 [ 269 ] {fffcb552-f6f9-4bfc-b34b-d76c2659337f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:08:42.351763 [ 269 ] {fffcb552-f6f9-4bfc-b34b-d76c2659337f} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.351890 [ 269 ] {fffcb552-f6f9-4bfc-b34b-d76c2659337f} executeQuery: Read 113 rows, 7.49 KiB in 0.001157 sec., 97666.37856525497 rows/sec., 6.32 MiB/sec. 2025.05.13 23:08:42.351926 [ 269 ] {fffcb552-f6f9-4bfc-b34b-d76c2659337f} TCPHandler: Processed in 0.001319723 sec. 2025.05.13 23:08:42.352048 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.352141 [ 269 ] {dd728d03-21bf-41e4-8fb5-e0b3d3861379} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:08:42.352180 [ 269 ] {dd728d03-21bf-41e4-8fb5-e0b3d3861379} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:08:42.352625 [ 269 ] {dd728d03-21bf-41e4-8fb5-e0b3d3861379} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.352659 [ 269 ] {dd728d03-21bf-41e4-8fb5-e0b3d3861379} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.352952 [ 269 ] {dd728d03-21bf-41e4-8fb5-e0b3d3861379} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:08:42.353180 [ 269 ] {dd728d03-21bf-41e4-8fb5-e0b3d3861379} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.353303 [ 269 ] {dd728d03-21bf-41e4-8fb5-e0b3d3861379} executeQuery: Read 112 rows, 6.53 KiB in 0.00118 sec., 94915.25423728813 rows/sec., 5.41 MiB/sec. 2025.05.13 23:08:42.353339 [ 269 ] {dd728d03-21bf-41e4-8fb5-e0b3d3861379} TCPHandler: Processed in 0.001344673 sec. 2025.05.13 23:08:42.353456 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.353549 [ 269 ] {c82138dc-608f-4d7d-8191-c31e0b6a647a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:42.353587 [ 269 ] {c82138dc-608f-4d7d-8191-c31e0b6a647a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:42.354118 [ 269 ] {c82138dc-608f-4d7d-8191-c31e0b6a647a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.354153 [ 269 ] {c82138dc-608f-4d7d-8191-c31e0b6a647a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.354469 [ 269 ] {c82138dc-608f-4d7d-8191-c31e0b6a647a} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:08:42.354674 [ 269 ] {c82138dc-608f-4d7d-8191-c31e0b6a647a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.354798 [ 269 ] {c82138dc-608f-4d7d-8191-c31e0b6a647a} executeQuery: Read 391 rows, 28.31 KiB in 0.001266 sec., 308846.7614533965 rows/sec., 21.83 MiB/sec. 2025.05.13 23:08:42.354834 [ 269 ] {c82138dc-608f-4d7d-8191-c31e0b6a647a} TCPHandler: Processed in 0.001426395 sec. 2025.05.13 23:08:42.354949 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.355042 [ 269 ] {d9db4418-0fdb-42cf-9b8d-d66b58e6153f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:08:42.355082 [ 269 ] {d9db4418-0fdb-42cf-9b8d-d66b58e6153f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:08:42.355411 [ 269 ] {d9db4418-0fdb-42cf-9b8d-d66b58e6153f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.355445 [ 269 ] {d9db4418-0fdb-42cf-9b8d-d66b58e6153f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.355748 [ 269 ] {d9db4418-0fdb-42cf-9b8d-d66b58e6153f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:08:42.355952 [ 269 ] {d9db4418-0fdb-42cf-9b8d-d66b58e6153f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.356090 [ 269 ] {d9db4418-0fdb-42cf-9b8d-d66b58e6153f} executeQuery: Read 6 rows, 321.00 B in 0.001066 sec., 5628.517823639774 rows/sec., 294.07 KiB/sec. 2025.05.13 23:08:42.356126 [ 269 ] {d9db4418-0fdb-42cf-9b8d-d66b58e6153f} TCPHandler: Processed in 0.001225019 sec. 2025.05.13 23:08:42.356240 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.356333 [ 269 ] {355f4638-aab3-4cb9-8bcc-24f7c9593e47} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:42.356375 [ 269 ] {355f4638-aab3-4cb9-8bcc-24f7c9593e47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:42.356786 [ 269 ] {355f4638-aab3-4cb9-8bcc-24f7c9593e47} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.356821 [ 269 ] {355f4638-aab3-4cb9-8bcc-24f7c9593e47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.357145 [ 269 ] {355f4638-aab3-4cb9-8bcc-24f7c9593e47} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:08:42.357358 [ 269 ] {355f4638-aab3-4cb9-8bcc-24f7c9593e47} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.357480 [ 269 ] {355f4638-aab3-4cb9-8bcc-24f7c9593e47} executeQuery: Read 237 rows, 16.27 KiB in 0.001165 sec., 203433.47639484977 rows/sec., 13.64 MiB/sec. 2025.05.13 23:08:42.357516 [ 269 ] {355f4638-aab3-4cb9-8bcc-24f7c9593e47} TCPHandler: Processed in 0.001323692 sec. 2025.05.13 23:08:42.357637 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.357729 [ 269 ] {84f296db-d867-4c3d-b589-7ec5d1c98b76} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:08:42.357769 [ 269 ] {84f296db-d867-4c3d-b589-7ec5d1c98b76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:08:42.358082 [ 269 ] {84f296db-d867-4c3d-b589-7ec5d1c98b76} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.358115 [ 269 ] {84f296db-d867-4c3d-b589-7ec5d1c98b76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.358421 [ 269 ] {84f296db-d867-4c3d-b589-7ec5d1c98b76} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:08:42.358626 [ 269 ] {84f296db-d867-4c3d-b589-7ec5d1c98b76} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.358760 [ 269 ] {84f296db-d867-4c3d-b589-7ec5d1c98b76} executeQuery: Read 1 rows, 69.00 B in 0.001049 sec., 953.2888465204957 rows/sec., 64.24 KiB/sec. 2025.05.13 23:08:42.358795 [ 269 ] {84f296db-d867-4c3d-b589-7ec5d1c98b76} TCPHandler: Processed in 0.001207508 sec. 2025.05.13 23:08:42.358900 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.358992 [ 269 ] {d1b85173-1e14-48d3-8157-779543ea020e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:42.359045 [ 269 ] {d1b85173-1e14-48d3-8157-779543ea020e} 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.05.13 23:08:42.359808 [ 269 ] {d1b85173-1e14-48d3-8157-779543ea020e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.359842 [ 269 ] {d1b85173-1e14-48d3-8157-779543ea020e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.360346 [ 269 ] {d1b85173-1e14-48d3-8157-779543ea020e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:08:42.360571 [ 269 ] {d1b85173-1e14-48d3-8157-779543ea020e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.360702 [ 269 ] {d1b85173-1e14-48d3-8157-779543ea020e} executeQuery: Read 9 rows, 16.51 KiB in 0.001728 sec., 5208.333333333334 rows/sec., 9.33 MiB/sec. 2025.05.13 23:08:42.360755 [ 269 ] {d1b85173-1e14-48d3-8157-779543ea020e} TCPHandler: Processed in 0.001902361 sec. 2025.05.13 23:08:42.360892 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:42.360985 [ 269 ] {68286735-74c4-46f0-bfd3-d13888a626eb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:42.361025 [ 269 ] {68286735-74c4-46f0-bfd3-d13888a626eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:42.361356 [ 269 ] {68286735-74c4-46f0-bfd3-d13888a626eb} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:42.361390 [ 269 ] {68286735-74c4-46f0-bfd3-d13888a626eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:42.361696 [ 269 ] {68286735-74c4-46f0-bfd3-d13888a626eb} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:08:42.361900 [ 269 ] {68286735-74c4-46f0-bfd3-d13888a626eb} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:42.362021 [ 269 ] {68286735-74c4-46f0-bfd3-d13888a626eb} executeQuery: Read 82 rows, 5.33 KiB in 0.001054 sec., 77798.8614800759 rows/sec., 4.94 MiB/sec. 2025.05.13 23:08:42.362055 [ 269 ] {68286735-74c4-46f0-bfd3-d13888a626eb} TCPHandler: Processed in 0.001210459 sec. 2025.05.13 23:08:45.924007 [ 26 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:08:45.924101 [ 26 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:08:46.094686 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26657 2025.05.13 23:08:46.095194 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:46.095238 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:46.095742 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:08:46.095973 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:46.096109 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26657 2025.05.13 23:08:47.340351 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:47.340641 [ 269 ] {b1bce9eb-414e-498f-b65b-9f2e2166b2c5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:47.340715 [ 269 ] {b1bce9eb-414e-498f-b65b-9f2e2166b2c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:47.341435 [ 269 ] {b1bce9eb-414e-498f-b65b-9f2e2166b2c5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:47.341482 [ 269 ] {b1bce9eb-414e-498f-b65b-9f2e2166b2c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:47.341915 [ 269 ] {b1bce9eb-414e-498f-b65b-9f2e2166b2c5} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:08:47.342145 [ 269 ] {b1bce9eb-414e-498f-b65b-9f2e2166b2c5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:47.342302 [ 269 ] {b1bce9eb-414e-498f-b65b-9f2e2166b2c5} executeQuery: Read 120 rows, 10.47 KiB in 0.001741 sec., 68925.90465249856 rows/sec., 5.87 MiB/sec. 2025.05.13 23:08:47.342343 [ 269 ] {b1bce9eb-414e-498f-b65b-9f2e2166b2c5} TCPHandler: Processed in 0.00217759 sec. 2025.05.13 23:08:47.342469 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:47.342563 [ 269 ] {c50fddbb-c2fa-42d9-8e02-1eb04d78ef18} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:47.342604 [ 269 ] {c50fddbb-c2fa-42d9-8e02-1eb04d78ef18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:47.343059 [ 269 ] {c50fddbb-c2fa-42d9-8e02-1eb04d78ef18} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:47.343095 [ 269 ] {c50fddbb-c2fa-42d9-8e02-1eb04d78ef18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:47.343396 [ 269 ] {c50fddbb-c2fa-42d9-8e02-1eb04d78ef18} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:08:47.343606 [ 269 ] {c50fddbb-c2fa-42d9-8e02-1eb04d78ef18} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:47.343739 [ 269 ] {c50fddbb-c2fa-42d9-8e02-1eb04d78ef18} executeQuery: Read 32 rows, 2.41 KiB in 0.001195 sec., 26778.242677824266 rows/sec., 1.97 MiB/sec. 2025.05.13 23:08:47.343776 [ 269 ] {c50fddbb-c2fa-42d9-8e02-1eb04d78ef18} TCPHandler: Processed in 0.001355804 sec. 2025.05.13 23:08:47.343924 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:47.344017 [ 269 ] {1349a974-3297-4141-839f-c8f71f22393c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:47.344055 [ 269 ] {1349a974-3297-4141-839f-c8f71f22393c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:47.344493 [ 269 ] {1349a974-3297-4141-839f-c8f71f22393c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:47.344529 [ 269 ] {1349a974-3297-4141-839f-c8f71f22393c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:47.344856 [ 269 ] {1349a974-3297-4141-839f-c8f71f22393c} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:08:47.345063 [ 269 ] {1349a974-3297-4141-839f-c8f71f22393c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:47.345187 [ 269 ] {1349a974-3297-4141-839f-c8f71f22393c} executeQuery: Read 96 rows, 7.68 KiB in 0.001188 sec., 80808.0808080808 rows/sec., 6.31 MiB/sec. 2025.05.13 23:08:47.345247 [ 269 ] {1349a974-3297-4141-839f-c8f71f22393c} TCPHandler: Processed in 0.001369944 sec. 2025.05.13 23:08:47.345364 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:47.345456 [ 269 ] {ae339605-d0e1-4682-b3cd-7580d6b1ae5a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:47.345499 [ 269 ] {ae339605-d0e1-4682-b3cd-7580d6b1ae5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:47.345938 [ 269 ] {ae339605-d0e1-4682-b3cd-7580d6b1ae5a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:47.345976 [ 269 ] {ae339605-d0e1-4682-b3cd-7580d6b1ae5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:47.346320 [ 269 ] {ae339605-d0e1-4682-b3cd-7580d6b1ae5a} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:08:47.346536 [ 269 ] {ae339605-d0e1-4682-b3cd-7580d6b1ae5a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:47.346666 [ 269 ] {ae339605-d0e1-4682-b3cd-7580d6b1ae5a} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.05.13 23:08:47.346689 [ 24 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_89_18 to all_94_94_0 2025.05.13 23:08:47.346702 [ 269 ] {ae339605-d0e1-4682-b3cd-7580d6b1ae5a} TCPHandler: Processed in 0.001385954 sec. 2025.05.13 23:08:47.346765 [ 24 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:47.346791 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:47.346869 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:47.346884 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_89_18 to all_94_94_0 into Compact with storage Full 2025.05.13 23:08:47.346969 [ 269 ] {1832347f-0213-4e60-90cc-71f745022fda} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:47.347020 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:47.347029 [ 269 ] {1832347f-0213-4e60-90cc-71f745022fda} 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.05.13 23:08:47.347065 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_89_18, total 26997 rows starting from the beginning of the part 2025.05.13 23:08:47.347139 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part 2025.05.13 23:08:47.347184 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 930 rows starting from the beginning of the part 2025.05.13 23:08:47.347226 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 42 rows starting from the beginning of the part 2025.05.13 23:08:47.347267 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part 2025.05.13 23:08:47.347309 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2025.05.13 23:08:47.347895 [ 269 ] {1832347f-0213-4e60-90cc-71f745022fda} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:47.347936 [ 269 ] {1832347f-0213-4e60-90cc-71f745022fda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:47.348794 [ 269 ] {1832347f-0213-4e60-90cc-71f745022fda} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:08:47.349035 [ 269 ] {1832347f-0213-4e60-90cc-71f745022fda} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:47.349177 [ 269 ] {1832347f-0213-4e60-90cc-71f745022fda} executeQuery: Read 32 rows, 58.72 KiB in 0.002227 sec., 14369.106421194434 rows/sec., 25.75 MiB/sec. 2025.05.13 23:08:47.349233 [ 269 ] {1832347f-0213-4e60-90cc-71f745022fda} TCPHandler: Processed in 0.002412967 sec. 2025.05.13 23:08:47.349351 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:47.349444 [ 269 ] {4ecaa179-daf2-441a-ba03-df42b7c3cf39} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:47.349490 [ 269 ] {4ecaa179-daf2-441a-ba03-df42b7c3cf39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:47.349830 [ 269 ] {4ecaa179-daf2-441a-ba03-df42b7c3cf39} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:47.349866 [ 269 ] {4ecaa179-daf2-441a-ba03-df42b7c3cf39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:47.350285 [ 269 ] {4ecaa179-daf2-441a-ba03-df42b7c3cf39} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:08:47.350498 [ 269 ] {4ecaa179-daf2-441a-ba03-df42b7c3cf39} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:47.350630 [ 269 ] {4ecaa179-daf2-441a-ba03-df42b7c3cf39} executeQuery: Read 60 rows, 4.14 KiB in 0.001205 sec., 49792.53112033195 rows/sec., 3.36 MiB/sec. 2025.05.13 23:08:47.350666 [ 269 ] {4ecaa179-daf2-441a-ba03-df42b7c3cf39} TCPHandler: Processed in 0.001363093 sec. 2025.05.13 23:08:47.355002 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergeTask::MergeProjectionsStage: Merge sorted 28603 rows, containing 5 columns (5 merged, 0 gathered) in 0.008155041 sec., 3507401.1277196524 rows/sec., 236.96 MiB/sec. 2025.05.13 23:08:47.355434 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary) 2025.05.13 23:08:47.355743 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:47.355826 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_94_19} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_89_18, all_94_94_0] -> all_1_94_19 2025.05.13 23:08:47.355936 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2025.05.13 23:08:47.569158 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.05.13 23:08:47.584929 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:47.584994 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.07 GiB. 2025.05.13 23:08:47.591046 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:08:47.591735 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:47.594502 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.05.13 23:08:48.000165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 312.60 MiB, peak 326.08 MiB, free memory in arenas 0.00 B, will set to 314.41 MiB (RSS), difference: 1.81 MiB 2025.05.13 23:08:51.174306 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1694 2025.05.13 23:08:51.176734 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:51.176795 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:51.178037 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:08:51.178309 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:51.178589 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1694 2025.05.13 23:08:52.345200 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.345409 [ 269 ] {4be6f492-9b4f-45bd-9301-031b22276954} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:08:52.345488 [ 269 ] {4be6f492-9b4f-45bd-9301-031b22276954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:08:52.346324 [ 269 ] {4be6f492-9b4f-45bd-9301-031b22276954} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.346379 [ 269 ] {4be6f492-9b4f-45bd-9301-031b22276954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.346823 [ 269 ] {4be6f492-9b4f-45bd-9301-031b22276954} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:08:52.347077 [ 269 ] {4be6f492-9b4f-45bd-9301-031b22276954} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.347246 [ 269 ] {4be6f492-9b4f-45bd-9301-031b22276954} executeQuery: Read 212 rows, 13.81 KiB in 0.001898 sec., 111696.52265542677 rows/sec., 7.10 MiB/sec. 2025.05.13 23:08:52.347299 [ 269 ] {4be6f492-9b4f-45bd-9301-031b22276954} TCPHandler: Processed in 0.002246351 sec. 2025.05.13 23:08:52.347433 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.347537 [ 269 ] {c952444f-82c4-4ac4-a777-47612fd2883f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:08:52.347583 [ 269 ] {c952444f-82c4-4ac4-a777-47612fd2883f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:08:52.348005 [ 269 ] {c952444f-82c4-4ac4-a777-47612fd2883f} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.348043 [ 269 ] {c952444f-82c4-4ac4-a777-47612fd2883f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.348344 [ 269 ] {c952444f-82c4-4ac4-a777-47612fd2883f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.05.13 23:08:52.348563 [ 269 ] {c952444f-82c4-4ac4-a777-47612fd2883f} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.348693 [ 269 ] {c952444f-82c4-4ac4-a777-47612fd2883f} executeQuery: Read 8 rows, 668.00 B in 0.00118 sec., 6779.661016949152 rows/sec., 552.83 KiB/sec. 2025.05.13 23:08:52.348732 [ 269 ] {c952444f-82c4-4ac4-a777-47612fd2883f} TCPHandler: Processed in 0.001352283 sec. 2025.05.13 23:08:52.348861 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.348955 [ 269 ] {558fe1d9-7d4d-4b02-b08a-ae744aed9bd4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:52.348994 [ 269 ] {558fe1d9-7d4d-4b02-b08a-ae744aed9bd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:52.349756 [ 269 ] {558fe1d9-7d4d-4b02-b08a-ae744aed9bd4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.349793 [ 269 ] {558fe1d9-7d4d-4b02-b08a-ae744aed9bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.350142 [ 269 ] {558fe1d9-7d4d-4b02-b08a-ae744aed9bd4} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.05.13 23:08:52.350356 [ 269 ] {558fe1d9-7d4d-4b02-b08a-ae744aed9bd4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.350498 [ 108 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 2025.05.13 23:08:52.350539 [ 269 ] {558fe1d9-7d4d-4b02-b08a-ae744aed9bd4} executeQuery: Read 639 rows, 51.36 KiB in 0.0016 sec., 399375 rows/sec., 31.35 MiB/sec. 2025.05.13 23:08:52.350561 [ 108 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.350590 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.350599 [ 269 ] {558fe1d9-7d4d-4b02-b08a-ae744aed9bd4} TCPHandler: Processed in 0.001786017 sec. 2025.05.13 23:08:52.350699 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full 2025.05.13 23:08:52.350742 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.350834 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:52.350845 [ 269 ] {6b10bd75-ccdc-4cac-b29a-69fa6fa7c697} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:52.350873 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 1849 rows starting from the beginning of the part 2025.05.13 23:08:52.350893 [ 269 ] {6b10bd75-ccdc-4cac-b29a-69fa6fa7c697} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:52.350944 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:08:52.350993 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part 2025.05.13 23:08:52.351034 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 635 rows starting from the beginning of the part 2025.05.13 23:08:52.351078 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 120 rows starting from the beginning of the part 2025.05.13 23:08:52.351115 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 639 rows starting from the beginning of the part 2025.05.13 23:08:52.351360 [ 269 ] {6b10bd75-ccdc-4cac-b29a-69fa6fa7c697} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.351407 [ 269 ] {6b10bd75-ccdc-4cac-b29a-69fa6fa7c697} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.351749 [ 269 ] {6b10bd75-ccdc-4cac-b29a-69fa6fa7c697} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:08:52.352006 [ 269 ] {6b10bd75-ccdc-4cac-b29a-69fa6fa7c697} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.352143 [ 269 ] {6b10bd75-ccdc-4cac-b29a-69fa6fa7c697} executeQuery: Read 123 rows, 7.62 KiB in 0.001316 sec., 93465.04559270518 rows/sec., 5.66 MiB/sec. 2025.05.13 23:08:52.352183 [ 269 ] {6b10bd75-ccdc-4cac-b29a-69fa6fa7c697} TCPHandler: Processed in 0.001501428 sec. 2025.05.13 23:08:52.352303 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.352398 [ 269 ] {25ca5d9e-b562-497c-b971-118e337518d2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:08:52.352439 [ 269 ] {25ca5d9e-b562-497c-b971-118e337518d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:08:52.352862 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 4561 rows, containing 5 columns (5 merged, 0 gathered) in 0.002212251 sec., 2061700.9552713502 rows/sec., 174.74 MiB/sec. 2025.05.13 23:08:52.352878 [ 269 ] {25ca5d9e-b562-497c-b971-118e337518d2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.352940 [ 269 ] {25ca5d9e-b562-497c-b971-118e337518d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.353174 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2025.05.13 23:08:52.353281 [ 269 ] {25ca5d9e-b562-497c-b971-118e337518d2} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:08:52.353543 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.353568 [ 269 ] {25ca5d9e-b562-497c-b971-118e337518d2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.353632 [ 188 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_95_19} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 2025.05.13 23:08:52.353691 [ 108 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 2025.05.13 23:08:52.353714 [ 269 ] {25ca5d9e-b562-497c-b971-118e337518d2} executeQuery: Read 113 rows, 7.49 KiB in 0.001334 sec., 84707.64617691156 rows/sec., 5.48 MiB/sec. 2025.05.13 23:08:52.353716 [ 108 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.353730 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.05.13 23:08:52.353757 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.353761 [ 269 ] {25ca5d9e-b562-497c-b971-118e337518d2} TCPHandler: Processed in 0.001507598 sec. 2025.05.13 23:08:52.353822 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full 2025.05.13 23:08:52.353905 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.353907 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:52.353959 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 341 rows starting from the beginning of the part 2025.05.13 23:08:52.354007 [ 269 ] {9814ebfd-49da-433b-93d6-62e47dbe3ea6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:08:52.354016 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part 2025.05.13 23:08:52.354056 [ 269 ] {9814ebfd-49da-433b-93d6-62e47dbe3ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:08:52.354074 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 113 rows starting from the beginning of the part 2025.05.13 23:08:52.354119 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 228 rows starting from the beginning of the part 2025.05.13 23:08:52.354157 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 113 rows starting from the beginning of the part 2025.05.13 23:08:52.354195 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 113 rows starting from the beginning of the part 2025.05.13 23:08:52.354516 [ 269 ] {9814ebfd-49da-433b-93d6-62e47dbe3ea6} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.354559 [ 269 ] {9814ebfd-49da-433b-93d6-62e47dbe3ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.354888 [ 269 ] {9814ebfd-49da-433b-93d6-62e47dbe3ea6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:08:52.355097 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001301162 sec., 784683.2292981197 rows/sec., 54.83 MiB/sec. 2025.05.13 23:08:52.355111 [ 269 ] {9814ebfd-49da-433b-93d6-62e47dbe3ea6} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.355259 [ 269 ] {9814ebfd-49da-433b-93d6-62e47dbe3ea6} executeQuery: Read 112 rows, 6.53 KiB in 0.001271 sec., 88119.5908733281 rows/sec., 5.02 MiB/sec. 2025.05.13 23:08:52.355260 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) 2025.05.13 23:08:52.355302 [ 269 ] {9814ebfd-49da-433b-93d6-62e47dbe3ea6} TCPHandler: Processed in 0.001447316 sec. 2025.05.13 23:08:52.355429 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.355525 [ 269 ] {088ebbdc-90ab-4334-8ead-f3f9000bba9f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:52.355536 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.355569 [ 269 ] {088ebbdc-90ab-4334-8ead-f3f9000bba9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:52.355622 [ 197 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_49_10} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 2025.05.13 23:08:52.355711 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.05.13 23:08:52.356139 [ 269 ] {088ebbdc-90ab-4334-8ead-f3f9000bba9f} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.356181 [ 269 ] {088ebbdc-90ab-4334-8ead-f3f9000bba9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.356529 [ 269 ] {088ebbdc-90ab-4334-8ead-f3f9000bba9f} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.05.13 23:08:52.356770 [ 269 ] {088ebbdc-90ab-4334-8ead-f3f9000bba9f} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.356891 [ 108 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 2025.05.13 23:08:52.356903 [ 269 ] {088ebbdc-90ab-4334-8ead-f3f9000bba9f} executeQuery: Read 399 rows, 28.96 KiB in 0.001396 sec., 285816.61891117477 rows/sec., 20.26 MiB/sec. 2025.05.13 23:08:52.356925 [ 108 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.356947 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.356954 [ 269 ] {088ebbdc-90ab-4334-8ead-f3f9000bba9f} TCPHandler: Processed in 0.0015742 sec. 2025.05.13 23:08:52.357020 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full 2025.05.13 23:08:52.357091 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.357123 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:52.357158 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 915 rows starting from the beginning of the part 2025.05.13 23:08:52.357196 [ 269 ] {eafbd511-5e91-4402-a295-e3af547a97a0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:08:52.357215 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 556 rows starting from the beginning of the part 2025.05.13 23:08:52.357246 [ 269 ] {eafbd511-5e91-4402-a295-e3af547a97a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:08:52.357270 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part 2025.05.13 23:08:52.357317 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 391 rows starting from the beginning of the part 2025.05.13 23:08:52.357360 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 96 rows starting from the beginning of the part 2025.05.13 23:08:52.357400 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 399 rows starting from the beginning of the part 2025.05.13 23:08:52.357647 [ 269 ] {eafbd511-5e91-4402-a295-e3af547a97a0} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.357690 [ 269 ] {eafbd511-5e91-4402-a295-e3af547a97a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.358027 [ 269 ] {eafbd511-5e91-4402-a295-e3af547a97a0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:08:52.358255 [ 269 ] {eafbd511-5e91-4402-a295-e3af547a97a0} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.358390 [ 269 ] {eafbd511-5e91-4402-a295-e3af547a97a0} executeQuery: Read 6 rows, 321.00 B in 0.001213 sec., 4946.41384995878 rows/sec., 258.43 KiB/sec. 2025.05.13 23:08:52.358439 [ 269 ] {eafbd511-5e91-4402-a295-e3af547a97a0} TCPHandler: Processed in 0.001396625 sec. 2025.05.13 23:08:52.358482 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.001494578 sec., 1619855.2367290298 rows/sec., 124.07 MiB/sec. 2025.05.13 23:08:52.358557 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.358658 [ 269 ] {d433843e-1beb-4895-bae9-5157162f5ab5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:52.358659 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2025.05.13 23:08:52.358705 [ 269 ] {d433843e-1beb-4895-bae9-5157162f5ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:52.358955 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.359025 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_95_19} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 2025.05.13 23:08:52.359110 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.13 23:08:52.359148 [ 269 ] {d433843e-1beb-4895-bae9-5157162f5ab5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.359190 [ 269 ] {d433843e-1beb-4895-bae9-5157162f5ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.359561 [ 269 ] {d433843e-1beb-4895-bae9-5157162f5ab5} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.05.13 23:08:52.359777 [ 269 ] {d433843e-1beb-4895-bae9-5157162f5ab5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.359909 [ 269 ] {d433843e-1beb-4895-bae9-5157162f5ab5} executeQuery: Read 241 rows, 16.55 KiB in 0.001271 sec., 189614.47678992918 rows/sec., 12.71 MiB/sec. 2025.05.13 23:08:52.359948 [ 269 ] {d433843e-1beb-4895-bae9-5157162f5ab5} TCPHandler: Processed in 0.001441856 sec. 2025.05.13 23:08:52.360068 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.360163 [ 269 ] {268f74a7-d151-4579-a663-b81ff6b4ddbc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:08:52.360204 [ 269 ] {268f74a7-d151-4579-a663-b81ff6b4ddbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:08:52.360529 [ 269 ] {268f74a7-d151-4579-a663-b81ff6b4ddbc} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.360566 [ 269 ] {268f74a7-d151-4579-a663-b81ff6b4ddbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.360865 [ 269 ] {268f74a7-d151-4579-a663-b81ff6b4ddbc} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:08:52.361082 [ 269 ] {268f74a7-d151-4579-a663-b81ff6b4ddbc} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.361209 [ 269 ] {268f74a7-d151-4579-a663-b81ff6b4ddbc} executeQuery: Read 1 rows, 69.00 B in 0.001066 sec., 938.0863039399624 rows/sec., 63.21 KiB/sec. 2025.05.13 23:08:52.361245 [ 269 ] {268f74a7-d151-4579-a663-b81ff6b4ddbc} TCPHandler: Processed in 0.00122806 sec. 2025.05.13 23:08:52.361369 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.361465 [ 269 ] {6b852e75-9c49-4096-9454-915229479f1b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:52.361520 [ 269 ] {6b852e75-9c49-4096-9454-915229479f1b} 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.05.13 23:08:52.362303 [ 269 ] {6b852e75-9c49-4096-9454-915229479f1b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.362339 [ 269 ] {6b852e75-9c49-4096-9454-915229479f1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.362857 [ 269 ] {6b852e75-9c49-4096-9454-915229479f1b} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:08:52.363082 [ 269 ] {6b852e75-9c49-4096-9454-915229479f1b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.363201 [ 108 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.05.13 23:08:52.363218 [ 269 ] {6b852e75-9c49-4096-9454-915229479f1b} executeQuery: Read 9 rows, 16.51 KiB in 0.001772 sec., 5079.006772009029 rows/sec., 9.10 MiB/sec. 2025.05.13 23:08:52.363238 [ 108 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.363260 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.363281 [ 269 ] {6b852e75-9c49-4096-9454-915229479f1b} TCPHandler: Processed in 0.001962183 sec. 2025.05.13 23:08:52.363348 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.05.13 23:08:52.363408 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:52.363502 [ 269 ] {fad297e6-8b37-428d-b58a-f8b223c49380} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:52.363539 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:52.363543 [ 269 ] {fad297e6-8b37-428d-b58a-f8b223c49380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:52.363598 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1434 rows starting from the beginning of the part 2025.05.13 23:08:52.363720 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 9 rows starting from the beginning of the part 2025.05.13 23:08:52.363829 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:52.363895 [ 269 ] {fad297e6-8b37-428d-b58a-f8b223c49380} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:52.363931 [ 269 ] {fad297e6-8b37-428d-b58a-f8b223c49380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:52.363934 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 9 rows starting from the beginning of the part 2025.05.13 23:08:52.364035 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part 2025.05.13 23:08:52.364130 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 9 rows starting from the beginning of the part 2025.05.13 23:08:52.364250 [ 269 ] {fad297e6-8b37-428d-b58a-f8b223c49380} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.05.13 23:08:52.364461 [ 269 ] {fad297e6-8b37-428d-b58a-f8b223c49380} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.364588 [ 269 ] {fad297e6-8b37-428d-b58a-f8b223c49380} executeQuery: Read 82 rows, 5.33 KiB in 0.001106 sec., 74141.04882459313 rows/sec., 4.71 MiB/sec. 2025.05.13 23:08:52.364624 [ 269 ] {fad297e6-8b37-428d-b58a-f8b223c49380} TCPHandler: Processed in 0.001266371 sec. 2025.05.13 23:08:52.370027 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1525 rows, containing 19 columns (19 merged, 0 gathered) in 0.006716415 sec., 227055.65394633895 rows/sec., 406.87 MiB/sec. 2025.05.13 23:08:52.371616 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.05.13 23:08:52.371945 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:52.372025 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_76_15} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.05.13 23:08:52.372164 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. 2025.05.13 23:08:53.000252 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 315.39 MiB, peak 326.89 MiB, free memory in arenas 0.00 B, will set to 316.40 MiB (RSS), difference: 1.01 MiB 2025.05.13 23:08:53.597178 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27084 2025.05.13 23:08:53.597673 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:53.597711 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:53.598214 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:08:53.598459 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:53.598585 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 2025.05.13 23:08:55.095529 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.05.13 23:08:55.112185 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:55.112243 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:55.118328 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:08:55.119025 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:55.121846 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.05.13 23:08:57.340130 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:57.340364 [ 269 ] {8d151083-1cb8-46ae-ab3c-f9a5bd89fe42} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:08:57.340448 [ 269 ] {8d151083-1cb8-46ae-ab3c-f9a5bd89fe42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:08:57.341249 [ 269 ] {8d151083-1cb8-46ae-ab3c-f9a5bd89fe42} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:57.341297 [ 269 ] {8d151083-1cb8-46ae-ab3c-f9a5bd89fe42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:57.341707 [ 269 ] {8d151083-1cb8-46ae-ab3c-f9a5bd89fe42} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.05.13 23:08:57.341934 [ 269 ] {8d151083-1cb8-46ae-ab3c-f9a5bd89fe42} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:57.342088 [ 269 ] {8d151083-1cb8-46ae-ab3c-f9a5bd89fe42} executeQuery: Read 120 rows, 10.47 KiB in 0.001784 sec., 67264.57399103139 rows/sec., 5.73 MiB/sec. 2025.05.13 23:08:57.342136 [ 269 ] {8d151083-1cb8-46ae-ab3c-f9a5bd89fe42} TCPHandler: Processed in 0.002147328 sec. 2025.05.13 23:08:57.342271 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:57.342373 [ 269 ] {0a65da12-78d1-4028-85f9-23c69973c446} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:08:57.342417 [ 269 ] {0a65da12-78d1-4028-85f9-23c69973c446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:08:57.342853 [ 269 ] {0a65da12-78d1-4028-85f9-23c69973c446} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:57.342890 [ 269 ] {0a65da12-78d1-4028-85f9-23c69973c446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:57.343201 [ 269 ] {0a65da12-78d1-4028-85f9-23c69973c446} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:08:57.343413 [ 269 ] {0a65da12-78d1-4028-85f9-23c69973c446} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:57.343539 [ 269 ] {0a65da12-78d1-4028-85f9-23c69973c446} executeQuery: Read 32 rows, 2.41 KiB in 0.00119 sec., 26890.756302521007 rows/sec., 1.97 MiB/sec. 2025.05.13 23:08:57.343577 [ 269 ] {0a65da12-78d1-4028-85f9-23c69973c446} TCPHandler: Processed in 0.001356193 sec. 2025.05.13 23:08:57.343695 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:57.343787 [ 269 ] {01dfdae4-b88f-43ee-a862-cade9aabfe93} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:08:57.343825 [ 269 ] {01dfdae4-b88f-43ee-a862-cade9aabfe93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:08:57.344257 [ 269 ] {01dfdae4-b88f-43ee-a862-cade9aabfe93} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:57.344293 [ 269 ] {01dfdae4-b88f-43ee-a862-cade9aabfe93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:57.344587 [ 269 ] {01dfdae4-b88f-43ee-a862-cade9aabfe93} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.05.13 23:08:57.344793 [ 269 ] {01dfdae4-b88f-43ee-a862-cade9aabfe93} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:57.344916 [ 269 ] {01dfdae4-b88f-43ee-a862-cade9aabfe93} executeQuery: Read 96 rows, 7.68 KiB in 0.001147 sec., 83696.59982563209 rows/sec., 6.54 MiB/sec. 2025.05.13 23:08:57.344952 [ 269 ] {01dfdae4-b88f-43ee-a862-cade9aabfe93} TCPHandler: Processed in 0.001304342 sec. 2025.05.13 23:08:57.345070 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:57.345162 [ 269 ] {24f5f28f-fc3c-49ec-a69b-d2c828325399} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:57.345204 [ 269 ] {24f5f28f-fc3c-49ec-a69b-d2c828325399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:08:57.345647 [ 269 ] {24f5f28f-fc3c-49ec-a69b-d2c828325399} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:57.345684 [ 269 ] {24f5f28f-fc3c-49ec-a69b-d2c828325399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:57.346023 [ 269 ] {24f5f28f-fc3c-49ec-a69b-d2c828325399} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.05.13 23:08:57.346230 [ 269 ] {24f5f28f-fc3c-49ec-a69b-d2c828325399} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:57.346357 [ 269 ] {24f5f28f-fc3c-49ec-a69b-d2c828325399} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.05.13 23:08:57.346394 [ 269 ] {24f5f28f-fc3c-49ec-a69b-d2c828325399} TCPHandler: Processed in 0.001370383 sec. 2025.05.13 23:08:57.346510 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:57.346623 [ 269 ] {f211d64d-018c-4e7f-a23f-b0de0b12652c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:08:57.346682 [ 269 ] {f211d64d-018c-4e7f-a23f-b0de0b12652c} 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.05.13 23:08:57.347541 [ 269 ] {f211d64d-018c-4e7f-a23f-b0de0b12652c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:57.347579 [ 269 ] {f211d64d-018c-4e7f-a23f-b0de0b12652c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:57.348164 [ 269 ] {f211d64d-018c-4e7f-a23f-b0de0b12652c} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:08:57.348393 [ 269 ] {f211d64d-018c-4e7f-a23f-b0de0b12652c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:57.348537 [ 269 ] {f211d64d-018c-4e7f-a23f-b0de0b12652c} executeQuery: Read 32 rows, 58.72 KiB in 0.001933 sec., 16554.578375581998 rows/sec., 29.67 MiB/sec. 2025.05.13 23:08:57.348603 [ 269 ] {f211d64d-018c-4e7f-a23f-b0de0b12652c} TCPHandler: Processed in 0.002143789 sec. 2025.05.13 23:08:57.348722 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:08:57.348818 [ 269 ] {2d014a6d-7e55-4fb1-9a3b-6d38bc4018b6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:08:57.348861 [ 269 ] {2d014a6d-7e55-4fb1-9a3b-6d38bc4018b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:08:57.349207 [ 269 ] {2d014a6d-7e55-4fb1-9a3b-6d38bc4018b6} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:57.349243 [ 269 ] {2d014a6d-7e55-4fb1-9a3b-6d38bc4018b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:57.349571 [ 269 ] {2d014a6d-7e55-4fb1-9a3b-6d38bc4018b6} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.05.13 23:08:57.349779 [ 269 ] {2d014a6d-7e55-4fb1-9a3b-6d38bc4018b6} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:57.349900 [ 112 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.05.13 23:08:57.349910 [ 269 ] {2d014a6d-7e55-4fb1-9a3b-6d38bc4018b6} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2025.05.13 23:08:57.349981 [ 112 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:08:57.349995 [ 269 ] {2d014a6d-7e55-4fb1-9a3b-6d38bc4018b6} TCPHandler: Processed in 0.001322993 sec. 2025.05.13 23:08:57.350017 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:08:57.350122 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.05.13 23:08:57.350236 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:08:57.350269 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5586 rows starting from the beginning of the part 2025.05.13 23:08:57.350331 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 16 rows starting from the beginning of the part 2025.05.13 23:08:57.350376 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part 2025.05.13 23:08:57.350417 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2025.05.13 23:08:57.350455 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part 2025.05.13 23:08:57.350494 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2025.05.13 23:08:57.352116 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5886 rows, containing 4 columns (4 merged, 0 gathered) in 0.002033645 sec., 2894310.462248819 rows/sec., 188.88 MiB/sec. 2025.05.13 23:08:57.352567 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.05.13 23:08:57.352895 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:08:57.352965 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_96_19} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.05.13 23:08:57.353045 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.05.13 23:09:00.924216 [ 152 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:09:00.924324 [ 152 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:09:01.099502 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572 2025.05.13 23:09:01.100001 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:01.100037 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:01.100529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:09:01.100763 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:01.100910 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572 2025.05.13 23:09:01.179568 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1730 2025.05.13 23:09:01.181935 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:01.181975 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:01.183155 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:09:01.183411 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:01.183665 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1730 2025.05.13 23:09:02.345339 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.345544 [ 269 ] {402cf5a1-23a9-427f-9a3b-c8fd695382a7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:09:02.345622 [ 269 ] {402cf5a1-23a9-427f-9a3b-c8fd695382a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:09:02.346509 [ 269 ] {402cf5a1-23a9-427f-9a3b-c8fd695382a7} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.346556 [ 269 ] {402cf5a1-23a9-427f-9a3b-c8fd695382a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.346971 [ 269 ] {402cf5a1-23a9-427f-9a3b-c8fd695382a7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:09:02.347201 [ 269 ] {402cf5a1-23a9-427f-9a3b-c8fd695382a7} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.347365 [ 269 ] {402cf5a1-23a9-427f-9a3b-c8fd695382a7} executeQuery: Read 212 rows, 13.81 KiB in 0.001877 sec., 112946.19072988813 rows/sec., 7.18 MiB/sec. 2025.05.13 23:09:02.347408 [ 269 ] {402cf5a1-23a9-427f-9a3b-c8fd695382a7} TCPHandler: Processed in 0.002214541 sec. 2025.05.13 23:09:02.347552 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.347648 [ 269 ] {e6fa5a28-7185-4a40-aeee-086994cd3b6b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:02.347691 [ 269 ] {e6fa5a28-7185-4a40-aeee-086994cd3b6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:02.348547 [ 269 ] {e6fa5a28-7185-4a40-aeee-086994cd3b6b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.348583 [ 269 ] {e6fa5a28-7185-4a40-aeee-086994cd3b6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.348937 [ 269 ] {e6fa5a28-7185-4a40-aeee-086994cd3b6b} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.05.13 23:09:02.349185 [ 269 ] {e6fa5a28-7185-4a40-aeee-086994cd3b6b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.349320 [ 269 ] {e6fa5a28-7185-4a40-aeee-086994cd3b6b} executeQuery: Read 635 rows, 51.07 KiB in 0.001692 sec., 375295.5082742317 rows/sec., 29.47 MiB/sec. 2025.05.13 23:09:02.349359 [ 269 ] {e6fa5a28-7185-4a40-aeee-086994cd3b6b} TCPHandler: Processed in 0.001857569 sec. 2025.05.13 23:09:02.349475 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.349571 [ 269 ] {35547d6e-28a9-4462-90c4-2c467ef95a92} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:02.349612 [ 269 ] {35547d6e-28a9-4462-90c4-2c467ef95a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:02.350094 [ 269 ] {35547d6e-28a9-4462-90c4-2c467ef95a92} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.350131 [ 269 ] {35547d6e-28a9-4462-90c4-2c467ef95a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.350442 [ 269 ] {35547d6e-28a9-4462-90c4-2c467ef95a92} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:09:02.350664 [ 269 ] {35547d6e-28a9-4462-90c4-2c467ef95a92} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.350805 [ 152 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.05.13 23:09:02.350811 [ 269 ] {35547d6e-28a9-4462-90c4-2c467ef95a92} executeQuery: Read 115 rows, 7.06 KiB in 0.001259 sec., 91342.33518665608 rows/sec., 5.48 MiB/sec. 2025.05.13 23:09:02.350878 [ 152 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.350897 [ 269 ] {35547d6e-28a9-4462-90c4-2c467ef95a92} TCPHandler: Processed in 0.001472307 sec. 2025.05.13 23:09:02.350905 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.351038 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.351043 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.05.13 23:09:02.351138 [ 269 ] {bafd9e98-b5be-4a12-8cf9-effe5b8820c2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:09:02.351184 [ 269 ] {bafd9e98-b5be-4a12-8cf9-effe5b8820c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:09:02.351196 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:02.351234 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 165 rows starting from the beginning of the part 2025.05.13 23:09:02.351302 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 115 rows starting from the beginning of the part 2025.05.13 23:09:02.351349 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:02.351392 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 123 rows starting from the beginning of the part 2025.05.13 23:09:02.351440 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:02.351488 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 115 rows starting from the beginning of the part 2025.05.13 23:09:02.351663 [ 269 ] {bafd9e98-b5be-4a12-8cf9-effe5b8820c2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.351706 [ 269 ] {bafd9e98-b5be-4a12-8cf9-effe5b8820c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.352044 [ 269 ] {bafd9e98-b5be-4a12-8cf9-effe5b8820c2} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:09:02.352265 [ 269 ] {bafd9e98-b5be-4a12-8cf9-effe5b8820c2} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.352375 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386974 sec., 419618.5364686 rows/sec., 27.85 MiB/sec. 2025.05.13 23:09:02.352397 [ 269 ] {bafd9e98-b5be-4a12-8cf9-effe5b8820c2} executeQuery: Read 113 rows, 7.49 KiB in 0.001278 sec., 88419.40532081376 rows/sec., 5.72 MiB/sec. 2025.05.13 23:09:02.352459 [ 269 ] {bafd9e98-b5be-4a12-8cf9-effe5b8820c2} TCPHandler: Processed in 0.001472607 sec. 2025.05.13 23:09:02.352550 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.05.13 23:09:02.352590 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.352690 [ 269 ] {ffbfb9ce-ce7d-4395-96e2-313f8b96d0eb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:09:02.352733 [ 269 ] {ffbfb9ce-ce7d-4395-96e2-313f8b96d0eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:09:02.352804 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.352881 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_81_16} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.05.13 23:09:02.352955 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:09:02.353172 [ 269 ] {ffbfb9ce-ce7d-4395-96e2-313f8b96d0eb} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.353213 [ 269 ] {ffbfb9ce-ce7d-4395-96e2-313f8b96d0eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.353530 [ 269 ] {ffbfb9ce-ce7d-4395-96e2-313f8b96d0eb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:09:02.353767 [ 269 ] {ffbfb9ce-ce7d-4395-96e2-313f8b96d0eb} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.353896 [ 269 ] {ffbfb9ce-ce7d-4395-96e2-313f8b96d0eb} executeQuery: Read 112 rows, 6.53 KiB in 0.001225 sec., 91428.57142857143 rows/sec., 5.21 MiB/sec. 2025.05.13 23:09:02.353934 [ 269 ] {ffbfb9ce-ce7d-4395-96e2-313f8b96d0eb} TCPHandler: Processed in 0.001394995 sec. 2025.05.13 23:09:02.354052 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.354146 [ 269 ] {f2a079bb-5bcc-4a89-8f50-b33179656078} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:02.354186 [ 269 ] {f2a079bb-5bcc-4a89-8f50-b33179656078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:02.354742 [ 269 ] {f2a079bb-5bcc-4a89-8f50-b33179656078} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.354779 [ 269 ] {f2a079bb-5bcc-4a89-8f50-b33179656078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.355105 [ 269 ] {f2a079bb-5bcc-4a89-8f50-b33179656078} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.05.13 23:09:02.355328 [ 269 ] {f2a079bb-5bcc-4a89-8f50-b33179656078} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.355455 [ 269 ] {f2a079bb-5bcc-4a89-8f50-b33179656078} executeQuery: Read 391 rows, 28.31 KiB in 0.001327 sec., 294649.58553127357 rows/sec., 20.83 MiB/sec. 2025.05.13 23:09:02.355492 [ 269 ] {f2a079bb-5bcc-4a89-8f50-b33179656078} TCPHandler: Processed in 0.001489988 sec. 2025.05.13 23:09:02.355609 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.355705 [ 269 ] {8ee7bdd0-2f4b-42de-9e71-ec5f6f1dc4af} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:09:02.355747 [ 269 ] {8ee7bdd0-2f4b-42de-9e71-ec5f6f1dc4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:09:02.356090 [ 269 ] {8ee7bdd0-2f4b-42de-9e71-ec5f6f1dc4af} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.356127 [ 269 ] {8ee7bdd0-2f4b-42de-9e71-ec5f6f1dc4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.356439 [ 269 ] {8ee7bdd0-2f4b-42de-9e71-ec5f6f1dc4af} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:09:02.356652 [ 269 ] {8ee7bdd0-2f4b-42de-9e71-ec5f6f1dc4af} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.356782 [ 269 ] {8ee7bdd0-2f4b-42de-9e71-ec5f6f1dc4af} executeQuery: Read 6 rows, 321.00 B in 0.001096 sec., 5474.4525547445255 rows/sec., 286.02 KiB/sec. 2025.05.13 23:09:02.356818 [ 269 ] {8ee7bdd0-2f4b-42de-9e71-ec5f6f1dc4af} TCPHandler: Processed in 0.00125966 sec. 2025.05.13 23:09:02.356926 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.357021 [ 269 ] {29beea80-96d7-44d6-a886-62f2209e6c02} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:02.357063 [ 269 ] {29beea80-96d7-44d6-a886-62f2209e6c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:02.357473 [ 269 ] {29beea80-96d7-44d6-a886-62f2209e6c02} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.357507 [ 269 ] {29beea80-96d7-44d6-a886-62f2209e6c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.357846 [ 269 ] {29beea80-96d7-44d6-a886-62f2209e6c02} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.05.13 23:09:02.358083 [ 269 ] {29beea80-96d7-44d6-a886-62f2209e6c02} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.358210 [ 269 ] {29beea80-96d7-44d6-a886-62f2209e6c02} executeQuery: Read 237 rows, 16.27 KiB in 0.001208 sec., 196192.05298013243 rows/sec., 13.15 MiB/sec. 2025.05.13 23:09:02.358248 [ 269 ] {29beea80-96d7-44d6-a886-62f2209e6c02} TCPHandler: Processed in 0.001371804 sec. 2025.05.13 23:09:02.358371 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.358466 [ 269 ] {52fe6a0b-2388-458f-a8a8-e8f8464a1329} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:09:02.358509 [ 269 ] {52fe6a0b-2388-458f-a8a8-e8f8464a1329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:09:02.358829 [ 269 ] {52fe6a0b-2388-458f-a8a8-e8f8464a1329} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.358863 [ 269 ] {52fe6a0b-2388-458f-a8a8-e8f8464a1329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.359161 [ 269 ] {52fe6a0b-2388-458f-a8a8-e8f8464a1329} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:09:02.359378 [ 269 ] {52fe6a0b-2388-458f-a8a8-e8f8464a1329} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.359470 [ 99 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.05.13 23:09:02.359507 [ 99 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.359507 [ 269 ] {52fe6a0b-2388-458f-a8a8-e8f8464a1329} executeQuery: Read 1 rows, 69.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 63.63 KiB/sec. 2025.05.13 23:09:02.359525 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.359550 [ 269 ] {52fe6a0b-2388-458f-a8a8-e8f8464a1329} TCPHandler: Processed in 0.001228339 sec. 2025.05.13 23:09:02.359617 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.05.13 23:09:02.359656 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.359755 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:02.359757 [ 269 ] {7a643b40-d332-45a7-8d9c-f0322b4d82c6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:02.359800 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part 2025.05.13 23:09:02.359834 [ 269 ] {7a643b40-d332-45a7-8d9c-f0322b4d82c6} 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.05.13 23:09:02.359877 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:02.359933 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:02.359978 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:02.360016 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:02.360052 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:02.360617 [ 269 ] {7a643b40-d332-45a7-8d9c-f0322b4d82c6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.360659 [ 269 ] {7a643b40-d332-45a7-8d9c-f0322b4d82c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.360793 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.001219799 sec., 32792.28790972939 rows/sec., 2.16 MiB/sec. 2025.05.13 23:09:02.360942 [ 194 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.05.13 23:09:02.361210 [ 269 ] {7a643b40-d332-45a7-8d9c-f0322b4d82c6} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:09:02.361219 [ 194 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.361313 [ 194 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_40_8} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.05.13 23:09:02.361389 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:09:02.361474 [ 269 ] {7a643b40-d332-45a7-8d9c-f0322b4d82c6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.361635 [ 269 ] {7a643b40-d332-45a7-8d9c-f0322b4d82c6} executeQuery: Read 9 rows, 16.51 KiB in 0.001897 sec., 4744.33315761729 rows/sec., 8.50 MiB/sec. 2025.05.13 23:09:02.361689 [ 269 ] {7a643b40-d332-45a7-8d9c-f0322b4d82c6} TCPHandler: Processed in 0.002081717 sec. 2025.05.13 23:09:02.361807 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:02.361901 [ 269 ] {6e4ae6cd-fcc4-43d8-96ef-0af363a7886c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:02.361944 [ 269 ] {6e4ae6cd-fcc4-43d8-96ef-0af363a7886c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:02.362283 [ 269 ] {6e4ae6cd-fcc4-43d8-96ef-0af363a7886c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.362320 [ 269 ] {6e4ae6cd-fcc4-43d8-96ef-0af363a7886c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.362631 [ 269 ] {6e4ae6cd-fcc4-43d8-96ef-0af363a7886c} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.05.13 23:09:02.362851 [ 269 ] {6e4ae6cd-fcc4-43d8-96ef-0af363a7886c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.362977 [ 269 ] {6e4ae6cd-fcc4-43d8-96ef-0af363a7886c} executeQuery: Read 82 rows, 5.33 KiB in 0.001095 sec., 74885.84474885845 rows/sec., 4.76 MiB/sec. 2025.05.13 23:09:02.363013 [ 269 ] {6e4ae6cd-fcc4-43d8-96ef-0af363a7886c} TCPHandler: Processed in 0.00125549 sec. 2025.05.13 23:09:02.622775 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.05.13 23:09:02.640079 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:02.640145 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:02.646406 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:09:02.647124 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:02.650033 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.05.13 23:09:03.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 317.99 MiB, peak 326.89 MiB, free memory in arenas 0.00 B, will set to 316.70 MiB (RSS), difference: -1.29 MiB 2025.05.13 23:09:05.558848 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:05.559059 [ 269 ] {472fd404-9093-40e7-828a-1f21fdf56b89} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:09:05.559128 [ 269 ] {472fd404-9093-40e7-828a-1f21fdf56b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:09:05.559733 [ 269 ] {472fd404-9093-40e7-828a-1f21fdf56b89} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:05.559776 [ 269 ] {472fd404-9093-40e7-828a-1f21fdf56b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:05.560162 [ 269 ] {472fd404-9093-40e7-828a-1f21fdf56b89} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.05.13 23:09:05.560398 [ 269 ] {472fd404-9093-40e7-828a-1f21fdf56b89} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:05.560554 [ 269 ] {472fd404-9093-40e7-828a-1f21fdf56b89} executeQuery: Read 2 rows, 167.00 B in 0.00155 sec., 1290.3225806451612 rows/sec., 105.22 KiB/sec. 2025.05.13 23:09:05.560595 [ 269 ] {472fd404-9093-40e7-828a-1f21fdf56b89} TCPHandler: Processed in 0.001888 sec. 2025.05.13 23:09:05.560709 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:05.560802 [ 269 ] {98f92289-6e84-4f20-b16a-9bcb75f97b3d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:05.560841 [ 269 ] {98f92289-6e84-4f20-b16a-9bcb75f97b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:05.561898 [ 269 ] {98f92289-6e84-4f20-b16a-9bcb75f97b3d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:05.561935 [ 269 ] {98f92289-6e84-4f20-b16a-9bcb75f97b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:05.562312 [ 269 ] {98f92289-6e84-4f20-b16a-9bcb75f97b3d} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.05.13 23:09:05.562526 [ 269 ] {98f92289-6e84-4f20-b16a-9bcb75f97b3d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:05.562670 [ 269 ] {98f92289-6e84-4f20-b16a-9bcb75f97b3d} executeQuery: Read 1261 rows, 106.66 KiB in 0.001885 sec., 668965.5172413794 rows/sec., 55.26 MiB/sec. 2025.05.13 23:09:05.562708 [ 269 ] {98f92289-6e84-4f20-b16a-9bcb75f97b3d} TCPHandler: Processed in 0.002045935 sec. 2025.05.13 23:09:05.562817 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:05.562913 [ 269 ] {13b4df9c-fa85-43ca-938f-80d09a493d7a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:05.562952 [ 269 ] {13b4df9c-fa85-43ca-938f-80d09a493d7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:05.563346 [ 269 ] {13b4df9c-fa85-43ca-938f-80d09a493d7a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:05.563382 [ 269 ] {13b4df9c-fa85-43ca-938f-80d09a493d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:05.563680 [ 269 ] {13b4df9c-fa85-43ca-938f-80d09a493d7a} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:09:05.563893 [ 269 ] {13b4df9c-fa85-43ca-938f-80d09a493d7a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:05.564019 [ 269 ] {13b4df9c-fa85-43ca-938f-80d09a493d7a} executeQuery: Read 34 rows, 2.55 KiB in 0.001128 sec., 30141.843971631202 rows/sec., 2.20 MiB/sec. 2025.05.13 23:09:05.564056 [ 269 ] {13b4df9c-fa85-43ca-938f-80d09a493d7a} TCPHandler: Processed in 0.001285811 sec. 2025.05.13 23:09:05.564176 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:05.564297 [ 269 ] {0a0fddfb-b806-485a-8be3-a8cefd4d3794} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:09:05.564346 [ 269 ] {0a0fddfb-b806-485a-8be3-a8cefd4d3794} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:09:05.564912 [ 269 ] {0a0fddfb-b806-485a-8be3-a8cefd4d3794} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:05.564958 [ 269 ] {0a0fddfb-b806-485a-8be3-a8cefd4d3794} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:05.565300 [ 269 ] {0a0fddfb-b806-485a-8be3-a8cefd4d3794} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:09:05.565539 [ 269 ] {0a0fddfb-b806-485a-8be3-a8cefd4d3794} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:05.565682 [ 269 ] {0a0fddfb-b806-485a-8be3-a8cefd4d3794} executeQuery: Read 228 rows, 15.81 KiB in 0.00141 sec., 161702.12765957447 rows/sec., 10.95 MiB/sec. 2025.05.13 23:09:05.565721 [ 269 ] {0a0fddfb-b806-485a-8be3-a8cefd4d3794} TCPHandler: Processed in 0.001606111 sec. 2025.05.13 23:09:05.565824 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:05.565921 [ 269 ] {23bd0af8-999d-4fb9-95a6-7033549acf70} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:05.565961 [ 269 ] {23bd0af8-999d-4fb9-95a6-7033549acf70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:05.566563 [ 269 ] {23bd0af8-999d-4fb9-95a6-7033549acf70} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:05.566601 [ 269 ] {23bd0af8-999d-4fb9-95a6-7033549acf70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:05.566943 [ 269 ] {23bd0af8-999d-4fb9-95a6-7033549acf70} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.05.13 23:09:05.567158 [ 269 ] {23bd0af8-999d-4fb9-95a6-7033549acf70} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:05.567300 [ 269 ] {23bd0af8-999d-4fb9-95a6-7033549acf70} executeQuery: Read 554 rows, 42.13 KiB in 0.001397 sec., 396564.0658554044 rows/sec., 29.45 MiB/sec. 2025.05.13 23:09:05.567340 [ 269 ] {23bd0af8-999d-4fb9-95a6-7033549acf70} TCPHandler: Processed in 0.00156495 sec. 2025.05.13 23:09:05.567448 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:05.567543 [ 269 ] {c351dab2-52f2-424e-b221-42b38372e390} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:05.567588 [ 269 ] {c351dab2-52f2-424e-b221-42b38372e390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:05.568181 [ 269 ] {c351dab2-52f2-424e-b221-42b38372e390} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:05.568218 [ 269 ] {c351dab2-52f2-424e-b221-42b38372e390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:05.568604 [ 269 ] {c351dab2-52f2-424e-b221-42b38372e390} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.05.13 23:09:05.568817 [ 269 ] {c351dab2-52f2-424e-b221-42b38372e390} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:05.568953 [ 269 ] {c351dab2-52f2-424e-b221-42b38372e390} executeQuery: Read 929 rows, 63.86 KiB in 0.001428 sec., 650560.2240896359 rows/sec., 43.67 MiB/sec. 2025.05.13 23:09:05.568991 [ 269 ] {c351dab2-52f2-424e-b221-42b38372e390} TCPHandler: Processed in 0.001592171 sec. 2025.05.13 23:09:05.569103 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:05.569198 [ 269 ] {407e1f1f-ac0b-4281-ac98-fbc353f18542} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:05.569256 [ 269 ] {407e1f1f-ac0b-4281-ac98-fbc353f18542} 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.05.13 23:09:05.570105 [ 269 ] {407e1f1f-ac0b-4281-ac98-fbc353f18542} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:05.570143 [ 269 ] {407e1f1f-ac0b-4281-ac98-fbc353f18542} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:05.570702 [ 269 ] {407e1f1f-ac0b-4281-ac98-fbc353f18542} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:09:05.570936 [ 269 ] {407e1f1f-ac0b-4281-ac98-fbc353f18542} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:05.571084 [ 269 ] {407e1f1f-ac0b-4281-ac98-fbc353f18542} executeQuery: Read 32 rows, 58.72 KiB in 0.001903 sec., 16815.554387808723 rows/sec., 30.13 MiB/sec. 2025.05.13 23:09:05.571140 [ 269 ] {407e1f1f-ac0b-4281-ac98-fbc353f18542} TCPHandler: Processed in 0.002087267 sec. 2025.05.13 23:09:05.571255 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:05.571350 [ 269 ] {22c2c1f8-a30f-4d77-93a6-13135a5df38e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:05.571394 [ 269 ] {22c2c1f8-a30f-4d77-93a6-13135a5df38e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:05.571722 [ 269 ] {22c2c1f8-a30f-4d77-93a6-13135a5df38e} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:05.571762 [ 269 ] {22c2c1f8-a30f-4d77-93a6-13135a5df38e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:05.572085 [ 269 ] {22c2c1f8-a30f-4d77-93a6-13135a5df38e} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.05.13 23:09:05.572307 [ 269 ] {22c2c1f8-a30f-4d77-93a6-13135a5df38e} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:05.572445 [ 269 ] {22c2c1f8-a30f-4d77-93a6-13135a5df38e} executeQuery: Read 44 rows, 3.03 KiB in 0.001114 sec., 39497.307001795336 rows/sec., 2.66 MiB/sec. 2025.05.13 23:09:05.572482 [ 269 ] {22c2c1f8-a30f-4d77-93a6-13135a5df38e} TCPHandler: Processed in 0.001277211 sec. 2025.05.13 23:09:07.332373 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:07.332554 [ 269 ] {297b76d4-e16a-40e5-aeb5-8a835217ea99} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:07.332623 [ 269 ] {297b76d4-e16a-40e5-aeb5-8a835217ea99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:07.333290 [ 269 ] {297b76d4-e16a-40e5-aeb5-8a835217ea99} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:07.333331 [ 269 ] {297b76d4-e16a-40e5-aeb5-8a835217ea99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:07.333728 [ 269 ] {297b76d4-e16a-40e5-aeb5-8a835217ea99} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.05.13 23:09:07.333958 [ 269 ] {297b76d4-e16a-40e5-aeb5-8a835217ea99} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:07.334117 [ 269 ] {297b76d4-e16a-40e5-aeb5-8a835217ea99} executeQuery: Read 56 rows, 4.38 KiB in 0.001613 sec., 34717.9169249845 rows/sec., 2.65 MiB/sec. 2025.05.13 23:09:07.334168 [ 269 ] {297b76d4-e16a-40e5-aeb5-8a835217ea99} TCPHandler: Processed in 0.001923482 sec. 2025.05.13 23:09:07.334292 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:07.334392 [ 269 ] {09f9377e-47ef-49a8-a3ef-e03c20c2014a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:07.334435 [ 269 ] {09f9377e-47ef-49a8-a3ef-e03c20c2014a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:07.334862 [ 269 ] {09f9377e-47ef-49a8-a3ef-e03c20c2014a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:07.334897 [ 269 ] {09f9377e-47ef-49a8-a3ef-e03c20c2014a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:07.335202 [ 269 ] {09f9377e-47ef-49a8-a3ef-e03c20c2014a} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.05.13 23:09:07.335419 [ 269 ] {09f9377e-47ef-49a8-a3ef-e03c20c2014a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:07.335546 [ 269 ] {09f9377e-47ef-49a8-a3ef-e03c20c2014a} executeQuery: Read 64 rows, 5.12 KiB in 0.001177 sec., 54375.53101104502 rows/sec., 4.24 MiB/sec. 2025.05.13 23:09:07.335583 [ 269 ] {09f9377e-47ef-49a8-a3ef-e03c20c2014a} TCPHandler: Processed in 0.001339903 sec. 2025.05.13 23:09:07.335695 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:07.335788 [ 269 ] {b17044f5-3eab-4c0d-b6bf-0430ed33536f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:07.335831 [ 269 ] {b17044f5-3eab-4c0d-b6bf-0430ed33536f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:07.336198 [ 269 ] {b17044f5-3eab-4c0d-b6bf-0430ed33536f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:07.336231 [ 269 ] {b17044f5-3eab-4c0d-b6bf-0430ed33536f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:07.336542 [ 269 ] {b17044f5-3eab-4c0d-b6bf-0430ed33536f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.05.13 23:09:07.336750 [ 269 ] {b17044f5-3eab-4c0d-b6bf-0430ed33536f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:07.336844 [ 147 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_94_19 to all_98_98_0 2025.05.13 23:09:07.336872 [ 269 ] {b17044f5-3eab-4c0d-b6bf-0430ed33536f} executeQuery: Read 42 rows, 2.99 KiB in 0.001104 sec., 38043.47826086957 rows/sec., 2.65 MiB/sec. 2025.05.13 23:09:07.336882 [ 147 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:07.336902 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:07.336908 [ 269 ] {b17044f5-3eab-4c0d-b6bf-0430ed33536f} TCPHandler: Processed in 0.001261691 sec. 2025.05.13 23:09:07.336983 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergeTask::PrepareStage: Merging 5 parts: from all_1_94_19 to all_98_98_0 into Compact with storage Full 2025.05.13 23:09:07.337023 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:07.337073 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:07.337103 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_94_19, total 28603 rows starting from the beginning of the part 2025.05.13 23:09:07.337120 [ 269 ] {69c3e0ff-6a2d-4717-a7b7-335a21ccc3d0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:07.337165 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 241 rows starting from the beginning of the part 2025.05.13 23:09:07.337171 [ 269 ] {69c3e0ff-6a2d-4717-a7b7-335a21ccc3d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:07.337220 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.05.13 23:09:07.337264 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part 2025.05.13 23:09:07.337309 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 929 rows starting from the beginning of the part 2025.05.13 23:09:07.337530 [ 269 ] {69c3e0ff-6a2d-4717-a7b7-335a21ccc3d0} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:07.337565 [ 269 ] {69c3e0ff-6a2d-4717-a7b7-335a21ccc3d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:07.337885 [ 269 ] {69c3e0ff-6a2d-4717-a7b7-335a21ccc3d0} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.05.13 23:09:07.338099 [ 269 ] {69c3e0ff-6a2d-4717-a7b7-335a21ccc3d0} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:07.338224 [ 269 ] {69c3e0ff-6a2d-4717-a7b7-335a21ccc3d0} executeQuery: Read 16 rows, 1.11 KiB in 0.001125 sec., 14222.222222222223 rows/sec., 986.11 KiB/sec. 2025.05.13 23:09:07.338259 [ 269 ] {69c3e0ff-6a2d-4717-a7b7-335a21ccc3d0} TCPHandler: Processed in 0.001287032 sec. 2025.05.13 23:09:07.343727 [ 193 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergeTask::MergeProjectionsStage: Merge sorted 30170 rows, containing 5 columns (5 merged, 0 gathered) in 0.006774906 sec., 4453198.31743791 rows/sec., 300.81 MiB/sec. 2025.05.13 23:09:07.344331 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} MergedBlockOutputStream: filled checksums all_1_98_20 (state Temporary) 2025.05.13 23:09:07.344669 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_98_20 to all_1_98_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:07.344754 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_98_20} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_94_19, all_98_98_0] -> all_1_98_20 2025.05.13 23:09:07.344863 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.05.13 23:09:08.601942 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999 2025.05.13 23:09:08.602429 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:08.602471 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:08.602976 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:09:08.603220 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:08.603365 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 2025.05.13 23:09:08.603362 [ 137 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.05.13 23:09:08.603435 [ 137 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:08.603455 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:08.603598 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.05.13 23:09:08.603761 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:08.603803 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25742 rows starting from the beginning of the part 2025.05.13 23:09:08.603874 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part 2025.05.13 23:09:08.603924 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part 2025.05.13 23:09:08.603971 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part 2025.05.13 23:09:08.604013 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part 2025.05.13 23:09:08.604057 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part 2025.05.13 23:09:08.606194 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002663976 sec., 10510229.821890287 rows/sec., 150.35 MiB/sec. 2025.05.13 23:09:08.606553 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.05.13 23:09:08.606842 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:08.606916 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_61_12} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.05.13 23:09:08.607032 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. 2025.05.13 23:09:10.150980 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.05.13 23:09:10.168762 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:10.168823 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:10.175004 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:09:10.175745 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:10.176075 [ 142 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.05.13 23:09:10.176142 [ 142 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:10.176163 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:10.176255 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.05.13 23:09:10.178936 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.05.13 23:09:10.179274 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:10.180002 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2025.05.13 23:09:10.183297 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2025.05.13 23:09:10.186598 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2025.05.13 23:09:10.190412 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2025.05.13 23:09:10.194604 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2025.05.13 23:09:10.198595 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2025.05.13 23:09:10.247579 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.071359813 sec., 6446.205233189163 rows/sec., 33.33 MiB/sec. 2025.05.13 23:09:10.250453 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.05.13 23:09:10.252468 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:10.252582 [ 200 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_61_12} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.05.13 23:09:10.255475 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.05.13 23:09:11.184759 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1776 2025.05.13 23:09:11.187312 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:11.187354 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:11.188544 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:09:11.188809 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:11.189078 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1776 2025.05.13 23:09:12.344694 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.344873 [ 269 ] {da818ea8-5b9c-4919-9853-1fd28fc36c4d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:09:12.344936 [ 269 ] {da818ea8-5b9c-4919-9853-1fd28fc36c4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:09:12.345721 [ 269 ] {da818ea8-5b9c-4919-9853-1fd28fc36c4d} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.345758 [ 269 ] {da818ea8-5b9c-4919-9853-1fd28fc36c4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.346148 [ 269 ] {da818ea8-5b9c-4919-9853-1fd28fc36c4d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:09:12.346369 [ 269 ] {da818ea8-5b9c-4919-9853-1fd28fc36c4d} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.346477 [ 139 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.05.13 23:09:12.346511 [ 269 ] {da818ea8-5b9c-4919-9853-1fd28fc36c4d} executeQuery: Read 212 rows, 13.81 KiB in 0.00169 sec., 125443.78698224851 rows/sec., 7.98 MiB/sec. 2025.05.13 23:09:12.346521 [ 139 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.346551 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.346557 [ 269 ] {da818ea8-5b9c-4919-9853-1fd28fc36c4d} TCPHandler: Processed in 0.001989924 sec. 2025.05.13 23:09:12.346658 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2025.05.13 23:09:12.346690 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.346756 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:12.346784 [ 269 ] {40ff98b2-9be4-4b0d-a05e-591080e86fb6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:12.346789 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 212 rows starting from the beginning of the part 2025.05.13 23:09:12.346825 [ 269 ] {40ff98b2-9be4-4b0d-a05e-591080e86fb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:12.346861 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part 2025.05.13 23:09:12.346911 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part 2025.05.13 23:09:12.346958 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part 2025.05.13 23:09:12.347004 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part 2025.05.13 23:09:12.347595 [ 269 ] {40ff98b2-9be4-4b0d-a05e-591080e86fb6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.347631 [ 269 ] {40ff98b2-9be4-4b0d-a05e-591080e86fb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.347839 [ 192 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001215298 sec., 872214.0577866498 rows/sec., 58.80 MiB/sec. 2025.05.13 23:09:12.348074 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.05.13 23:09:12.348229 [ 269 ] {40ff98b2-9be4-4b0d-a05e-591080e86fb6} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.05.13 23:09:12.348467 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.348507 [ 269 ] {40ff98b2-9be4-4b0d-a05e-591080e86fb6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.348568 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_41_10} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.05.13 23:09:12.348624 [ 139 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2025.05.13 23:09:12.348652 [ 269 ] {40ff98b2-9be4-4b0d-a05e-591080e86fb6} executeQuery: Read 635 rows, 51.07 KiB in 0.001886 sec., 336691.4103923648 rows/sec., 26.44 MiB/sec. 2025.05.13 23:09:12.348696 [ 139 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.348706 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.05.13 23:09:12.348732 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.348747 [ 269 ] {40ff98b2-9be4-4b0d-a05e-591080e86fb6} TCPHandler: Processed in 0.002102668 sec. 2025.05.13 23:09:12.348814 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full 2025.05.13 23:09:12.348884 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.348912 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:12.348949 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 1849 rows starting from the beginning of the part 2025.05.13 23:09:12.349006 [ 269 ] {4e6931b4-6180-4d9d-9109-e41d546a0db7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:12.349042 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 120 rows starting from the beginning of the part 2025.05.13 23:09:12.349061 [ 269 ] {4e6931b4-6180-4d9d-9109-e41d546a0db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:12.349099 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 635 rows starting from the beginning of the part 2025.05.13 23:09:12.349150 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:09:12.349191 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part 2025.05.13 23:09:12.349232 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 635 rows starting from the beginning of the part 2025.05.13 23:09:12.349565 [ 269 ] {4e6931b4-6180-4d9d-9109-e41d546a0db7} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.349609 [ 269 ] {4e6931b4-6180-4d9d-9109-e41d546a0db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.349937 [ 269 ] {4e6931b4-6180-4d9d-9109-e41d546a0db7} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:09:12.350173 [ 269 ] {4e6931b4-6180-4d9d-9109-e41d546a0db7} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.350298 [ 269 ] {4e6931b4-6180-4d9d-9109-e41d546a0db7} executeQuery: Read 115 rows, 7.06 KiB in 0.001318 sec., 87253.41426403642 rows/sec., 5.23 MiB/sec. 2025.05.13 23:09:12.350336 [ 269 ] {4e6931b4-6180-4d9d-9109-e41d546a0db7} TCPHandler: Processed in 0.001513939 sec. 2025.05.13 23:09:12.350453 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.350546 [ 269 ] {265c33d4-4f3f-427f-9038-b08b20b13796} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:09:12.350586 [ 269 ] {265c33d4-4f3f-427f-9038-b08b20b13796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:09:12.350953 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.002169769 sec., 2099762.6936323633 rows/sec., 177.98 MiB/sec. 2025.05.13 23:09:12.351024 [ 269 ] {265c33d4-4f3f-427f-9038-b08b20b13796} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.351060 [ 269 ] {265c33d4-4f3f-427f-9038-b08b20b13796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.351169 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.05.13 23:09:12.351401 [ 269 ] {265c33d4-4f3f-427f-9038-b08b20b13796} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:09:12.351460 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.351546 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_100_20} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2025.05.13 23:09:12.351623 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.05.13 23:09:12.351663 [ 269 ] {265c33d4-4f3f-427f-9038-b08b20b13796} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.351795 [ 269 ] {265c33d4-4f3f-427f-9038-b08b20b13796} executeQuery: Read 113 rows, 7.49 KiB in 0.001267 sec., 89187.05603788477 rows/sec., 5.77 MiB/sec. 2025.05.13 23:09:12.351833 [ 269 ] {265c33d4-4f3f-427f-9038-b08b20b13796} TCPHandler: Processed in 0.001430515 sec. 2025.05.13 23:09:12.351947 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.352040 [ 269 ] {4c6d0d96-5336-427a-bd44-0bd048265b9b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:09:12.352079 [ 269 ] {4c6d0d96-5336-427a-bd44-0bd048265b9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:09:12.352505 [ 269 ] {4c6d0d96-5336-427a-bd44-0bd048265b9b} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.352540 [ 269 ] {4c6d0d96-5336-427a-bd44-0bd048265b9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.352846 [ 269 ] {4c6d0d96-5336-427a-bd44-0bd048265b9b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:09:12.353053 [ 269 ] {4c6d0d96-5336-427a-bd44-0bd048265b9b} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.353147 [ 139 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.05.13 23:09:12.353180 [ 139 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.353181 [ 269 ] {4c6d0d96-5336-427a-bd44-0bd048265b9b} executeQuery: Read 112 rows, 6.53 KiB in 0.001159 sec., 96635.03019844693 rows/sec., 5.50 MiB/sec. 2025.05.13 23:09:12.353199 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.353225 [ 269 ] {4c6d0d96-5336-427a-bd44-0bd048265b9b} TCPHandler: Processed in 0.001326853 sec. 2025.05.13 23:09:12.353301 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2025.05.13 23:09:12.353340 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.353441 [ 269 ] {c5473a2f-cb04-496f-a5b2-461f7c161bee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:12.353468 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:12.353480 [ 269 ] {c5473a2f-cb04-496f-a5b2-461f7c161bee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:12.353515 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 112 rows starting from the beginning of the part 2025.05.13 23:09:12.353595 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part 2025.05.13 23:09:12.353649 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part 2025.05.13 23:09:12.353698 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part 2025.05.13 23:09:12.353744 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part 2025.05.13 23:09:12.354033 [ 269 ] {c5473a2f-cb04-496f-a5b2-461f7c161bee} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.354077 [ 269 ] {c5473a2f-cb04-496f-a5b2-461f7c161bee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.354423 [ 269 ] {c5473a2f-cb04-496f-a5b2-461f7c161bee} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.05.13 23:09:12.354640 [ 269 ] {c5473a2f-cb04-496f-a5b2-461f7c161bee} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.354650 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397454 sec., 400728.75386238116 rows/sec., 24.36 MiB/sec. 2025.05.13 23:09:12.354749 [ 139 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2025.05.13 23:09:12.354771 [ 269 ] {c5473a2f-cb04-496f-a5b2-461f7c161bee} executeQuery: Read 391 rows, 28.31 KiB in 0.001347 sec., 290274.68448403856 rows/sec., 20.52 MiB/sec. 2025.05.13 23:09:12.354784 [ 139 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.354807 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.354813 [ 269 ] {c5473a2f-cb04-496f-a5b2-461f7c161bee} TCPHandler: Processed in 0.001523299 sec. 2025.05.13 23:09:12.354807 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.05.13 23:09:12.354900 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full 2025.05.13 23:09:12.354936 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.355012 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:12.355031 [ 269 ] {d5d62b0b-a3b1-4fe2-96fa-cd9227b05324} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:09:12.355045 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 915 rows starting from the beginning of the part 2025.05.13 23:09:12.355073 [ 269 ] {d5d62b0b-a3b1-4fe2-96fa-cd9227b05324} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:09:12.355106 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 96 rows starting from the beginning of the part 2025.05.13 23:09:12.355114 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.355159 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 391 rows starting from the beginning of the part 2025.05.13 23:09:12.355203 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_41_10} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.05.13 23:09:12.355210 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 554 rows starting from the beginning of the part 2025.05.13 23:09:12.355270 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part 2025.05.13 23:09:12.355296 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:09:12.355313 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 391 rows starting from the beginning of the part 2025.05.13 23:09:12.355426 [ 269 ] {d5d62b0b-a3b1-4fe2-96fa-cd9227b05324} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.355461 [ 269 ] {d5d62b0b-a3b1-4fe2-96fa-cd9227b05324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.355767 [ 269 ] {d5d62b0b-a3b1-4fe2-96fa-cd9227b05324} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:09:12.355984 [ 269 ] {d5d62b0b-a3b1-4fe2-96fa-cd9227b05324} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.356080 [ 139 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.05.13 23:09:12.356110 [ 139 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.356111 [ 269 ] {d5d62b0b-a3b1-4fe2-96fa-cd9227b05324} executeQuery: Read 6 rows, 321.00 B in 0.001098 sec., 5464.48087431694 rows/sec., 285.50 KiB/sec. 2025.05.13 23:09:12.356127 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.356153 [ 269 ] {d5d62b0b-a3b1-4fe2-96fa-cd9227b05324} TCPHandler: Processed in 0.001266961 sec. 2025.05.13 23:09:12.356196 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:09:12.356263 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.356285 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:12.356317 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part 2025.05.13 23:09:12.356363 [ 269 ] {3d5c0d6b-f14e-4da5-8d58-38d2275da25c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:12.356364 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2025.05.13 23:09:12.356413 [ 269 ] {3d5c0d6b-f14e-4da5-8d58-38d2275da25c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:12.356411 [ 188 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00154706 sec., 1558439.8795133994 rows/sec., 119.32 MiB/sec. 2025.05.13 23:09:12.356424 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2025.05.13 23:09:12.356508 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2025.05.13 23:09:12.356540 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2025.05.13 23:09:12.356575 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2025.05.13 23:09:12.356634 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.05.13 23:09:12.356832 [ 269 ] {3d5c0d6b-f14e-4da5-8d58-38d2275da25c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.356867 [ 269 ] {3d5c0d6b-f14e-4da5-8d58-38d2275da25c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.356974 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.357053 [ 199 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_100_20} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2025.05.13 23:09:12.357130 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:09:12.357318 [ 187 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.001151947 sec., 213551.491518273 rows/sec., 10.90 MiB/sec. 2025.05.13 23:09:12.357336 [ 269 ] {3d5c0d6b-f14e-4da5-8d58-38d2275da25c} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.05.13 23:09:12.357491 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.05.13 23:09:12.357586 [ 269 ] {3d5c0d6b-f14e-4da5-8d58-38d2275da25c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.357726 [ 269 ] {3d5c0d6b-f14e-4da5-8d58-38d2275da25c} executeQuery: Read 237 rows, 16.27 KiB in 0.001382 sec., 171490.59334298118 rows/sec., 11.49 MiB/sec. 2025.05.13 23:09:12.357766 [ 269 ] {3d5c0d6b-f14e-4da5-8d58-38d2275da25c} TCPHandler: Processed in 0.001551039 sec. 2025.05.13 23:09:12.357827 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.357884 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.357913 [ 188 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_41_8} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.05.13 23:09:12.357982 [ 269 ] {dedc3117-2e76-4e5d-bc81-f77639aecfda} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:09:12.358013 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.13 23:09:12.358029 [ 269 ] {dedc3117-2e76-4e5d-bc81-f77639aecfda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:09:12.358353 [ 269 ] {dedc3117-2e76-4e5d-bc81-f77639aecfda} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.358389 [ 269 ] {dedc3117-2e76-4e5d-bc81-f77639aecfda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.358684 [ 269 ] {dedc3117-2e76-4e5d-bc81-f77639aecfda} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:09:12.358895 [ 269 ] {dedc3117-2e76-4e5d-bc81-f77639aecfda} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.359019 [ 269 ] {dedc3117-2e76-4e5d-bc81-f77639aecfda} executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. 2025.05.13 23:09:12.359055 [ 269 ] {dedc3117-2e76-4e5d-bc81-f77639aecfda} TCPHandler: Processed in 0.001220059 sec. 2025.05.13 23:09:12.359166 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.359259 [ 269 ] {fa66c60e-2911-48b5-ae49-11157e4e5a29} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:12.359314 [ 269 ] {fa66c60e-2911-48b5-ae49-11157e4e5a29} 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.05.13 23:09:12.360102 [ 269 ] {fa66c60e-2911-48b5-ae49-11157e4e5a29} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.360138 [ 269 ] {fa66c60e-2911-48b5-ae49-11157e4e5a29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.360659 [ 269 ] {fa66c60e-2911-48b5-ae49-11157e4e5a29} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:09:12.360892 [ 269 ] {fa66c60e-2911-48b5-ae49-11157e4e5a29} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.361028 [ 269 ] {fa66c60e-2911-48b5-ae49-11157e4e5a29} executeQuery: Read 9 rows, 16.51 KiB in 0.001786 sec., 5039.193729003359 rows/sec., 9.03 MiB/sec. 2025.05.13 23:09:12.361082 [ 269 ] {fa66c60e-2911-48b5-ae49-11157e4e5a29} TCPHandler: Processed in 0.001964312 sec. 2025.05.13 23:09:12.361201 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:12.361293 [ 269 ] {989d1c07-3d8e-4846-a040-587723731307} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:12.361333 [ 269 ] {989d1c07-3d8e-4846-a040-587723731307} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:12.361671 [ 269 ] {989d1c07-3d8e-4846-a040-587723731307} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:12.361704 [ 269 ] {989d1c07-3d8e-4846-a040-587723731307} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.06 GiB. 2025.05.13 23:09:12.362016 [ 269 ] {989d1c07-3d8e-4846-a040-587723731307} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.05.13 23:09:12.362223 [ 269 ] {989d1c07-3d8e-4846-a040-587723731307} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:12.362345 [ 269 ] {989d1c07-3d8e-4846-a040-587723731307} executeQuery: Read 82 rows, 5.33 KiB in 0.00107 sec., 76635.5140186916 rows/sec., 4.87 MiB/sec. 2025.05.13 23:09:12.362381 [ 269 ] {989d1c07-3d8e-4846-a040-587723731307} TCPHandler: Processed in 0.001230769 sec. 2025.05.13 23:09:15.924402 [ 134 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:09:15.924481 [ 134 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:09:16.104426 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487 2025.05.13 23:09:16.104950 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:16.104992 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:16.105484 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:09:16.105712 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:16.105842 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487 2025.05.13 23:09:17.340559 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:17.340843 [ 269 ] {fe527682-698e-4dbd-bb0f-268b739fa9e2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:17.340948 [ 269 ] {fe527682-698e-4dbd-bb0f-268b739fa9e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:17.341975 [ 269 ] {fe527682-698e-4dbd-bb0f-268b739fa9e2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.342020 [ 269 ] {fe527682-698e-4dbd-bb0f-268b739fa9e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.342427 [ 269 ] {fe527682-698e-4dbd-bb0f-268b739fa9e2} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.05.13 23:09:17.342647 [ 269 ] {fe527682-698e-4dbd-bb0f-268b739fa9e2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.342797 [ 269 ] {fe527682-698e-4dbd-bb0f-268b739fa9e2} executeQuery: Read 120 rows, 10.47 KiB in 0.002034 sec., 58997.050147492635 rows/sec., 5.03 MiB/sec. 2025.05.13 23:09:17.342838 [ 269 ] {fe527682-698e-4dbd-bb0f-268b739fa9e2} TCPHandler: Processed in 0.002464549 sec. 2025.05.13 23:09:17.342975 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:17.343080 [ 269 ] {d2414cdf-2b1f-4993-bca2-5940878bed0a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:17.343119 [ 269 ] {d2414cdf-2b1f-4993-bca2-5940878bed0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:17.343625 [ 269 ] {d2414cdf-2b1f-4993-bca2-5940878bed0a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.343659 [ 269 ] {d2414cdf-2b1f-4993-bca2-5940878bed0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.343951 [ 269 ] {d2414cdf-2b1f-4993-bca2-5940878bed0a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:09:17.344168 [ 269 ] {d2414cdf-2b1f-4993-bca2-5940878bed0a} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.344294 [ 269 ] {d2414cdf-2b1f-4993-bca2-5940878bed0a} executeQuery: Read 32 rows, 2.41 KiB in 0.001244 sec., 25723.47266881029 rows/sec., 1.89 MiB/sec. 2025.05.13 23:09:17.344331 [ 269 ] {d2414cdf-2b1f-4993-bca2-5940878bed0a} TCPHandler: Processed in 0.001403625 sec. 2025.05.13 23:09:17.344453 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:17.344544 [ 269 ] {2ee080e2-2cb8-41f7-a5c2-9b4323b35633} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:17.344583 [ 269 ] {2ee080e2-2cb8-41f7-a5c2-9b4323b35633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:17.345035 [ 269 ] {2ee080e2-2cb8-41f7-a5c2-9b4323b35633} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.345070 [ 269 ] {2ee080e2-2cb8-41f7-a5c2-9b4323b35633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.345371 [ 269 ] {2ee080e2-2cb8-41f7-a5c2-9b4323b35633} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.05.13 23:09:17.345587 [ 269 ] {2ee080e2-2cb8-41f7-a5c2-9b4323b35633} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.345713 [ 269 ] {2ee080e2-2cb8-41f7-a5c2-9b4323b35633} executeQuery: Read 96 rows, 7.68 KiB in 0.001187 sec., 80876.15838247685 rows/sec., 6.32 MiB/sec. 2025.05.13 23:09:17.345750 [ 269 ] {2ee080e2-2cb8-41f7-a5c2-9b4323b35633} TCPHandler: Processed in 0.001343463 sec. 2025.05.13 23:09:17.345870 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:17.345961 [ 269 ] {972636ad-a21e-4a31-85e7-1dfbf7460df4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:17.346004 [ 269 ] {972636ad-a21e-4a31-85e7-1dfbf7460df4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:17.346428 [ 269 ] {972636ad-a21e-4a31-85e7-1dfbf7460df4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.346464 [ 269 ] {972636ad-a21e-4a31-85e7-1dfbf7460df4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.346783 [ 269 ] {972636ad-a21e-4a31-85e7-1dfbf7460df4} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.05.13 23:09:17.346987 [ 269 ] {972636ad-a21e-4a31-85e7-1dfbf7460df4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.347115 [ 269 ] {972636ad-a21e-4a31-85e7-1dfbf7460df4} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.05.13 23:09:17.347151 [ 269 ] {972636ad-a21e-4a31-85e7-1dfbf7460df4} TCPHandler: Processed in 0.001327453 sec. 2025.05.13 23:09:17.347266 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:17.347356 [ 269 ] {d70c1f39-efda-4b46-9aca-949b7c0c59b0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:17.347409 [ 269 ] {d70c1f39-efda-4b46-9aca-949b7c0c59b0} 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.05.13 23:09:17.348249 [ 269 ] {d70c1f39-efda-4b46-9aca-949b7c0c59b0} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.348285 [ 269 ] {d70c1f39-efda-4b46-9aca-949b7c0c59b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.348835 [ 269 ] {d70c1f39-efda-4b46-9aca-949b7c0c59b0} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:09:17.349051 [ 269 ] {d70c1f39-efda-4b46-9aca-949b7c0c59b0} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.349185 [ 269 ] {d70c1f39-efda-4b46-9aca-949b7c0c59b0} executeQuery: Read 32 rows, 58.72 KiB in 0.001847 sec., 17325.392528424472 rows/sec., 31.05 MiB/sec. 2025.05.13 23:09:17.349196 [ 132 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.05.13 23:09:17.349243 [ 269 ] {d70c1f39-efda-4b46-9aca-949b7c0c59b0} TCPHandler: Processed in 0.002024655 sec. 2025.05.13 23:09:17.349265 [ 132 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.349290 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.349363 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:17.349430 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.05.13 23:09:17.349459 [ 269 ] {f060a5c4-906d-437a-8d13-9624b21c5b2c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:17.349519 [ 269 ] {f060a5c4-906d-437a-8d13-9624b21c5b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:17.349727 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:17.349800 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1525 rows starting from the beginning of the part 2025.05.13 23:09:17.349865 [ 269 ] {f060a5c4-906d-437a-8d13-9624b21c5b2c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.349910 [ 269 ] {f060a5c4-906d-437a-8d13-9624b21c5b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.349954 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:17.350090 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 9 rows starting from the beginning of the part 2025.05.13 23:09:17.350216 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:17.350222 [ 269 ] {f060a5c4-906d-437a-8d13-9624b21c5b2c} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.05.13 23:09:17.350336 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 9 rows starting from the beginning of the part 2025.05.13 23:09:17.350454 [ 198 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:17.350459 [ 269 ] {f060a5c4-906d-437a-8d13-9624b21c5b2c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.350597 [ 269 ] {f060a5c4-906d-437a-8d13-9624b21c5b2c} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2025.05.13 23:09:17.350607 [ 132 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.05.13 23:09:17.350634 [ 269 ] {f060a5c4-906d-437a-8d13-9624b21c5b2c} TCPHandler: Processed in 0.001318372 sec. 2025.05.13 23:09:17.350647 [ 132 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.350672 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.350758 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.05.13 23:09:17.350883 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:17.350919 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5886 rows starting from the beginning of the part 2025.05.13 23:09:17.350980 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part 2025.05.13 23:09:17.351022 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 44 rows starting from the beginning of the part 2025.05.13 23:09:17.351064 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 16 rows starting from the beginning of the part 2025.05.13 23:09:17.351103 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part 2025.05.13 23:09:17.351141 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2025.05.13 23:09:17.353891 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6170 rows, containing 4 columns (4 merged, 0 gathered) in 0.003169171 sec., 1946881.3768648014 rows/sec., 127.04 MiB/sec. 2025.05.13 23:09:17.354558 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.05.13 23:09:17.354886 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.354974 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_101_20} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.05.13 23:09:17.355075 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.05.13 23:09:17.359622 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1639 rows, containing 19 columns (19 merged, 0 gathered) in 0.010266369 sec., 159647.48588327577 rows/sec., 286.08 MiB/sec. 2025.05.13 23:09:17.361620 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.05.13 23:09:17.361950 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.362029 [ 186 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_81_16} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.05.13 23:09:17.362126 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. 2025.05.13 23:09:17.679906 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.05.13 23:09:17.695683 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:17.695749 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:17.701378 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:09:17.702054 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:17.704977 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.05.13 23:09:18.001167 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 319.03 MiB, peak 332.13 MiB, free memory in arenas 0.00 B, will set to 324.20 MiB (RSS), difference: 5.16 MiB 2025.05.13 23:09:18.445591 [ 131 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 2025.05.13 23:09:18.445665 [ 131 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:18.445691 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:18.445804 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full 2025.05.13 23:09:18.445933 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:18.445965 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 18 rows starting from the beginning of the part 2025.05.13 23:09:18.446035 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part 2025.05.13 23:09:18.446087 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2025.05.13 23:09:18.446131 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.05.13 23:09:18.446172 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2025.05.13 23:09:18.446905 [ 186 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001145337 sec., 31431.796929637305 rows/sec., 2.62 MiB/sec. 2025.05.13 23:09:18.447106 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2025.05.13 23:09:18.447463 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:18.447542 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_26_6} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 2025.05.13 23:09:18.447652 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:09:21.190172 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1810 2025.05.13 23:09:21.192590 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:21.192650 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:21.193883 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:09:21.194166 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:21.194334 [ 127 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.05.13 23:09:21.194409 [ 127 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:21.194432 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:21.194442 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1810 2025.05.13 23:09:21.194554 [ 196 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:09:21.195120 [ 196 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:21.195277 [ 196 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1614 rows starting from the beginning of the part 2025.05.13 23:09:21.195659 [ 196 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part 2025.05.13 23:09:21.196007 [ 196 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part 2025.05.13 23:09:21.196366 [ 196 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part 2025.05.13 23:09:21.196708 [ 196 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 46 rows starting from the beginning of the part 2025.05.13 23:09:21.197045 [ 196 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part 2025.05.13 23:09:21.204488 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 72 columns (72 merged, 0 gathered) in 0.009991529 sec., 181153.45509180825 rows/sec., 138.47 MiB/sec. 2025.05.13 23:09:21.206385 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.05.13 23:09:21.207017 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:21.207108 [ 189 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_46_9} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.05.13 23:09:21.207451 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2025.05.13 23:09:22.001158 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 324.28 MiB, peak 332.13 MiB, free memory in arenas 0.00 B, will set to 325.32 MiB (RSS), difference: 1.04 MiB 2025.05.13 23:09:22.345321 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.345526 [ 269 ] {1d4ff8fe-9fe0-4f21-85b2-b52c4fd566a9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:09:22.345601 [ 269 ] {1d4ff8fe-9fe0-4f21-85b2-b52c4fd566a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:09:22.346379 [ 269 ] {1d4ff8fe-9fe0-4f21-85b2-b52c4fd566a9} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.346419 [ 269 ] {1d4ff8fe-9fe0-4f21-85b2-b52c4fd566a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.346824 [ 269 ] {1d4ff8fe-9fe0-4f21-85b2-b52c4fd566a9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:09:22.347061 [ 269 ] {1d4ff8fe-9fe0-4f21-85b2-b52c4fd566a9} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.347211 [ 269 ] {1d4ff8fe-9fe0-4f21-85b2-b52c4fd566a9} executeQuery: Read 212 rows, 13.81 KiB in 0.00174 sec., 121839.08045977012 rows/sec., 7.75 MiB/sec. 2025.05.13 23:09:22.347253 [ 269 ] {1d4ff8fe-9fe0-4f21-85b2-b52c4fd566a9} TCPHandler: Processed in 0.002075206 sec. 2025.05.13 23:09:22.347380 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.347474 [ 269 ] {795943a9-d3b3-4033-8609-94b4ff76fcdf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:09:22.347516 [ 269 ] {795943a9-d3b3-4033-8609-94b4ff76fcdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:09:22.347945 [ 269 ] {795943a9-d3b3-4033-8609-94b4ff76fcdf} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.347982 [ 269 ] {795943a9-d3b3-4033-8609-94b4ff76fcdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.348263 [ 269 ] {795943a9-d3b3-4033-8609-94b4ff76fcdf} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.05.13 23:09:22.348467 [ 269 ] {795943a9-d3b3-4033-8609-94b4ff76fcdf} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.348592 [ 269 ] {795943a9-d3b3-4033-8609-94b4ff76fcdf} executeQuery: Read 4 rows, 334.00 B in 0.001136 sec., 3521.1267605633802 rows/sec., 287.12 KiB/sec. 2025.05.13 23:09:22.348629 [ 269 ] {795943a9-d3b3-4033-8609-94b4ff76fcdf} TCPHandler: Processed in 0.001299711 sec. 2025.05.13 23:09:22.348754 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.348848 [ 269 ] {cde51f8f-41b9-41c7-abbe-bd47f86297f5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:22.348887 [ 269 ] {cde51f8f-41b9-41c7-abbe-bd47f86297f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:22.349537 [ 269 ] {cde51f8f-41b9-41c7-abbe-bd47f86297f5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.349573 [ 269 ] {cde51f8f-41b9-41c7-abbe-bd47f86297f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.349908 [ 269 ] {cde51f8f-41b9-41c7-abbe-bd47f86297f5} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.05.13 23:09:22.350128 [ 269 ] {cde51f8f-41b9-41c7-abbe-bd47f86297f5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.350256 [ 269 ] {cde51f8f-41b9-41c7-abbe-bd47f86297f5} executeQuery: Read 637 rows, 51.21 KiB in 0.001426 sec., 446704.06732117815 rows/sec., 35.07 MiB/sec. 2025.05.13 23:09:22.350294 [ 269 ] {cde51f8f-41b9-41c7-abbe-bd47f86297f5} TCPHandler: Processed in 0.0015881 sec. 2025.05.13 23:09:22.350410 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.350503 [ 269 ] {8e639ffd-ea7c-4e1b-8f4d-acd33be8c47d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:22.350542 [ 269 ] {8e639ffd-ea7c-4e1b-8f4d-acd33be8c47d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:22.350975 [ 269 ] {8e639ffd-ea7c-4e1b-8f4d-acd33be8c47d} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.351011 [ 269 ] {8e639ffd-ea7c-4e1b-8f4d-acd33be8c47d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.351308 [ 269 ] {8e639ffd-ea7c-4e1b-8f4d-acd33be8c47d} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:09:22.351511 [ 269 ] {8e639ffd-ea7c-4e1b-8f4d-acd33be8c47d} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.351641 [ 269 ] {8e639ffd-ea7c-4e1b-8f4d-acd33be8c47d} executeQuery: Read 119 rows, 7.34 KiB in 0.001156 sec., 102941.17647058824 rows/sec., 6.20 MiB/sec. 2025.05.13 23:09:22.351679 [ 269 ] {8e639ffd-ea7c-4e1b-8f4d-acd33be8c47d} TCPHandler: Processed in 0.001316192 sec. 2025.05.13 23:09:22.351793 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.351887 [ 269 ] {62c01757-0bc2-4730-aed3-cc20de450cb3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:09:22.351925 [ 269 ] {62c01757-0bc2-4730-aed3-cc20de450cb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:09:22.352349 [ 269 ] {62c01757-0bc2-4730-aed3-cc20de450cb3} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.352385 [ 269 ] {62c01757-0bc2-4730-aed3-cc20de450cb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.352683 [ 269 ] {62c01757-0bc2-4730-aed3-cc20de450cb3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:09:22.352894 [ 269 ] {62c01757-0bc2-4730-aed3-cc20de450cb3} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.353017 [ 269 ] {62c01757-0bc2-4730-aed3-cc20de450cb3} executeQuery: Read 113 rows, 7.49 KiB in 0.001149 sec., 98346.38816362053 rows/sec., 6.37 MiB/sec. 2025.05.13 23:09:22.353055 [ 269 ] {62c01757-0bc2-4730-aed3-cc20de450cb3} TCPHandler: Processed in 0.001311512 sec. 2025.05.13 23:09:22.353167 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.353260 [ 269 ] {a12fb5a7-0280-465c-897d-de6683ca39dc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:09:22.353297 [ 269 ] {a12fb5a7-0280-465c-897d-de6683ca39dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:09:22.353725 [ 269 ] {a12fb5a7-0280-465c-897d-de6683ca39dc} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.353761 [ 269 ] {a12fb5a7-0280-465c-897d-de6683ca39dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.354064 [ 269 ] {a12fb5a7-0280-465c-897d-de6683ca39dc} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:09:22.354272 [ 269 ] {a12fb5a7-0280-465c-897d-de6683ca39dc} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.354397 [ 269 ] {a12fb5a7-0280-465c-897d-de6683ca39dc} executeQuery: Read 112 rows, 6.53 KiB in 0.001154 sec., 97053.72616984401 rows/sec., 5.53 MiB/sec. 2025.05.13 23:09:22.354434 [ 269 ] {a12fb5a7-0280-465c-897d-de6683ca39dc} TCPHandler: Processed in 0.001316042 sec. 2025.05.13 23:09:22.354548 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.354642 [ 269 ] {514296f4-16bd-4f76-99e5-587a60d044fd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:22.354680 [ 269 ] {514296f4-16bd-4f76-99e5-587a60d044fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:22.355201 [ 269 ] {514296f4-16bd-4f76-99e5-587a60d044fd} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.355237 [ 269 ] {514296f4-16bd-4f76-99e5-587a60d044fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.355564 [ 269 ] {514296f4-16bd-4f76-99e5-587a60d044fd} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.05.13 23:09:22.355772 [ 269 ] {514296f4-16bd-4f76-99e5-587a60d044fd} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.355895 [ 269 ] {514296f4-16bd-4f76-99e5-587a60d044fd} executeQuery: Read 395 rows, 28.63 KiB in 0.001272 sec., 310534.59119496855 rows/sec., 21.98 MiB/sec. 2025.05.13 23:09:22.355932 [ 269 ] {514296f4-16bd-4f76-99e5-587a60d044fd} TCPHandler: Processed in 0.001432976 sec. 2025.05.13 23:09:22.356048 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.356140 [ 269 ] {dc01733e-0118-41e9-a97c-81ff911d65d5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:09:22.356180 [ 269 ] {dc01733e-0118-41e9-a97c-81ff911d65d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:09:22.356512 [ 269 ] {dc01733e-0118-41e9-a97c-81ff911d65d5} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.356548 [ 269 ] {dc01733e-0118-41e9-a97c-81ff911d65d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.356846 [ 269 ] {dc01733e-0118-41e9-a97c-81ff911d65d5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:09:22.357057 [ 269 ] {dc01733e-0118-41e9-a97c-81ff911d65d5} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.357181 [ 269 ] {dc01733e-0118-41e9-a97c-81ff911d65d5} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2025.05.13 23:09:22.357217 [ 269 ] {dc01733e-0118-41e9-a97c-81ff911d65d5} TCPHandler: Processed in 0.001218479 sec. 2025.05.13 23:09:22.357337 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.357429 [ 269 ] {e54f3450-103a-4198-bee3-94796d813366} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:22.357471 [ 269 ] {e54f3450-103a-4198-bee3-94796d813366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:22.357879 [ 269 ] {e54f3450-103a-4198-bee3-94796d813366} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.357915 [ 269 ] {e54f3450-103a-4198-bee3-94796d813366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.358243 [ 269 ] {e54f3450-103a-4198-bee3-94796d813366} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.05.13 23:09:22.358454 [ 269 ] {e54f3450-103a-4198-bee3-94796d813366} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.358581 [ 269 ] {e54f3450-103a-4198-bee3-94796d813366} executeQuery: Read 239 rows, 16.41 KiB in 0.00117 sec., 204273.50427350428 rows/sec., 13.69 MiB/sec. 2025.05.13 23:09:22.358619 [ 269 ] {e54f3450-103a-4198-bee3-94796d813366} TCPHandler: Processed in 0.001330323 sec. 2025.05.13 23:09:22.358735 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.358829 [ 269 ] {9d2d5863-be28-4029-befd-5c58fcfd6b4f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:09:22.358870 [ 269 ] {9d2d5863-be28-4029-befd-5c58fcfd6b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:09:22.359187 [ 269 ] {9d2d5863-be28-4029-befd-5c58fcfd6b4f} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.359223 [ 269 ] {9d2d5863-be28-4029-befd-5c58fcfd6b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.359523 [ 269 ] {9d2d5863-be28-4029-befd-5c58fcfd6b4f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:09:22.359735 [ 269 ] {9d2d5863-be28-4029-befd-5c58fcfd6b4f} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.359862 [ 269 ] {9d2d5863-be28-4029-befd-5c58fcfd6b4f} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2025.05.13 23:09:22.359898 [ 269 ] {9d2d5863-be28-4029-befd-5c58fcfd6b4f} TCPHandler: Processed in 0.001212209 sec. 2025.05.13 23:09:22.360007 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.360100 [ 269 ] {cc85d85c-9947-4b0a-87b1-84cf3db37de9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:22.360156 [ 269 ] {cc85d85c-9947-4b0a-87b1-84cf3db37de9} 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.05.13 23:09:22.360923 [ 269 ] {cc85d85c-9947-4b0a-87b1-84cf3db37de9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.360959 [ 269 ] {cc85d85c-9947-4b0a-87b1-84cf3db37de9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.361481 [ 269 ] {cc85d85c-9947-4b0a-87b1-84cf3db37de9} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:09:22.361702 [ 269 ] {cc85d85c-9947-4b0a-87b1-84cf3db37de9} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.361835 [ 269 ] {cc85d85c-9947-4b0a-87b1-84cf3db37de9} executeQuery: Read 9 rows, 16.51 KiB in 0.001753 sec., 5134.05590416429 rows/sec., 9.20 MiB/sec. 2025.05.13 23:09:22.361889 [ 269 ] {cc85d85c-9947-4b0a-87b1-84cf3db37de9} TCPHandler: Processed in 0.001932831 sec. 2025.05.13 23:09:22.362008 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:22.362102 [ 269 ] {7befc0b2-fb9a-4259-81ba-e49dc6e7e367} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:22.362143 [ 269 ] {7befc0b2-fb9a-4259-81ba-e49dc6e7e367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:22.362486 [ 269 ] {7befc0b2-fb9a-4259-81ba-e49dc6e7e367} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:22.362521 [ 269 ] {7befc0b2-fb9a-4259-81ba-e49dc6e7e367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:22.362830 [ 269 ] {7befc0b2-fb9a-4259-81ba-e49dc6e7e367} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.05.13 23:09:22.363041 [ 269 ] {7befc0b2-fb9a-4259-81ba-e49dc6e7e367} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:22.363165 [ 269 ] {7befc0b2-fb9a-4259-81ba-e49dc6e7e367} executeQuery: Read 82 rows, 5.33 KiB in 0.001082 sec., 75785.58225508318 rows/sec., 4.81 MiB/sec. 2025.05.13 23:09:22.363199 [ 269 ] {7befc0b2-fb9a-4259-81ba-e49dc6e7e367} TCPHandler: Processed in 0.001242409 sec. 2025.05.13 23:09:23.606859 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914 2025.05.13 23:09:23.607342 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:23.607384 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:23.607870 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:09:23.608101 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:23.608247 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 2025.05.13 23:09:25.205148 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.05.13 23:09:25.222383 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:25.222444 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:25.228679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:09:25.229401 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:25.232548 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.05.13 23:09:27.339128 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:27.339439 [ 269 ] {322f4883-aa1f-4b71-8808-22fa69321120} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:27.339543 [ 269 ] {322f4883-aa1f-4b71-8808-22fa69321120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:27.340409 [ 269 ] {322f4883-aa1f-4b71-8808-22fa69321120} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:27.340450 [ 269 ] {322f4883-aa1f-4b71-8808-22fa69321120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:27.340868 [ 269 ] {322f4883-aa1f-4b71-8808-22fa69321120} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.05.13 23:09:27.341113 [ 269 ] {322f4883-aa1f-4b71-8808-22fa69321120} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:27.341269 [ 269 ] {322f4883-aa1f-4b71-8808-22fa69321120} executeQuery: Read 120 rows, 10.47 KiB in 0.001908 sec., 62893.08176100629 rows/sec., 5.36 MiB/sec. 2025.05.13 23:09:27.341322 [ 269 ] {322f4883-aa1f-4b71-8808-22fa69321120} TCPHandler: Processed in 0.002382266 sec. 2025.05.13 23:09:27.341468 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:27.341570 [ 269 ] {46210fdc-5bad-46dd-b13e-f9b56042faa2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:27.341614 [ 269 ] {46210fdc-5bad-46dd-b13e-f9b56042faa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:27.342048 [ 269 ] {46210fdc-5bad-46dd-b13e-f9b56042faa2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:27.342082 [ 269 ] {46210fdc-5bad-46dd-b13e-f9b56042faa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:27.342393 [ 269 ] {46210fdc-5bad-46dd-b13e-f9b56042faa2} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:09:27.342607 [ 269 ] {46210fdc-5bad-46dd-b13e-f9b56042faa2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:27.342735 [ 269 ] {46210fdc-5bad-46dd-b13e-f9b56042faa2} executeQuery: Read 32 rows, 2.41 KiB in 0.001189 sec., 26913.372582001684 rows/sec., 1.98 MiB/sec. 2025.05.13 23:09:27.342734 [ 119 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.05.13 23:09:27.342772 [ 269 ] {46210fdc-5bad-46dd-b13e-f9b56042faa2} TCPHandler: Processed in 0.001357303 sec. 2025.05.13 23:09:27.342793 [ 119 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:27.342815 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:27.342888 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:27.342936 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.05.13 23:09:27.342986 [ 269 ] {37f34a56-dcd6-4ae1-b837-eb0e19ffe2a9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:27.343032 [ 269 ] {37f34a56-dcd6-4ae1-b837-eb0e19ffe2a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:27.343093 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:27.343136 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 165 rows starting from the beginning of the part 2025.05.13 23:09:27.343209 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 34 rows starting from the beginning of the part 2025.05.13 23:09:27.343260 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 115 rows starting from the beginning of the part 2025.05.13 23:09:27.343308 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:27.343353 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 119 rows starting from the beginning of the part 2025.05.13 23:09:27.343397 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:27.343480 [ 269 ] {37f34a56-dcd6-4ae1-b837-eb0e19ffe2a9} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:27.343522 [ 269 ] {37f34a56-dcd6-4ae1-b837-eb0e19ffe2a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:27.343867 [ 269 ] {37f34a56-dcd6-4ae1-b837-eb0e19ffe2a9} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.05.13 23:09:27.344104 [ 269 ] {37f34a56-dcd6-4ae1-b837-eb0e19ffe2a9} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:27.344236 [ 269 ] {37f34a56-dcd6-4ae1-b837-eb0e19ffe2a9} executeQuery: Read 96 rows, 7.68 KiB in 0.001267 sec., 75769.53433307025 rows/sec., 5.92 MiB/sec. 2025.05.13 23:09:27.344274 [ 269 ] {37f34a56-dcd6-4ae1-b837-eb0e19ffe2a9} TCPHandler: Processed in 0.001437696 sec. 2025.05.13 23:09:27.344313 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429696 sec., 347626.3485384305 rows/sec., 23.52 MiB/sec. 2025.05.13 23:09:27.344395 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:27.344492 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.05.13 23:09:27.344502 [ 269 ] {8865b365-e570-4622-a617-99b396b0c2a4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:27.344548 [ 269 ] {8865b365-e570-4622-a617-99b396b0c2a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:27.344751 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:27.344817 [ 191 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_86_17} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.05.13 23:09:27.344905 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:09:27.344980 [ 269 ] {8865b365-e570-4622-a617-99b396b0c2a4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:27.345015 [ 269 ] {8865b365-e570-4622-a617-99b396b0c2a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:27.345349 [ 269 ] {8865b365-e570-4622-a617-99b396b0c2a4} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.05.13 23:09:27.345564 [ 269 ] {8865b365-e570-4622-a617-99b396b0c2a4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:27.345690 [ 269 ] {8865b365-e570-4622-a617-99b396b0c2a4} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2025.05.13 23:09:27.345689 [ 119 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_98_20 to all_103_103_0 2025.05.13 23:09:27.345726 [ 269 ] {8865b365-e570-4622-a617-99b396b0c2a4} TCPHandler: Processed in 0.001381834 sec. 2025.05.13 23:09:27.345734 [ 119 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:27.345753 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:27.345825 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_98_20 to all_103_103_0 into Compact with storage Full 2025.05.13 23:09:27.345841 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:27.345933 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:27.345947 [ 269 ] {3b29956d-ae01-4741-b531-1a5cb824afaf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:27.345964 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_98_20, total 30170 rows starting from the beginning of the part 2025.05.13 23:09:27.346021 [ 269 ] {3b29956d-ae01-4741-b531-1a5cb824afaf} 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.05.13 23:09:27.346026 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 42 rows starting from the beginning of the part 2025.05.13 23:09:27.346075 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part 2025.05.13 23:09:27.346107 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2025.05.13 23:09:27.346138 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 239 rows starting from the beginning of the part 2025.05.13 23:09:27.346171 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2025.05.13 23:09:27.346918 [ 269 ] {3b29956d-ae01-4741-b531-1a5cb824afaf} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:27.346960 [ 269 ] {3b29956d-ae01-4741-b531-1a5cb824afaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:27.347513 [ 269 ] {3b29956d-ae01-4741-b531-1a5cb824afaf} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:09:27.347736 [ 269 ] {3b29956d-ae01-4741-b531-1a5cb824afaf} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:27.347880 [ 269 ] {3b29956d-ae01-4741-b531-1a5cb824afaf} executeQuery: Read 32 rows, 58.72 KiB in 0.001951 sec., 16401.84520758585 rows/sec., 29.39 MiB/sec. 2025.05.13 23:09:27.347936 [ 269 ] {3b29956d-ae01-4741-b531-1a5cb824afaf} TCPHandler: Processed in 0.002146148 sec. 2025.05.13 23:09:27.348061 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:27.348155 [ 269 ] {a9bedbd9-eda2-419f-b314-f50cf243a1f5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:27.348196 [ 269 ] {a9bedbd9-eda2-419f-b314-f50cf243a1f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:27.348538 [ 269 ] {a9bedbd9-eda2-419f-b314-f50cf243a1f5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:27.348574 [ 269 ] {a9bedbd9-eda2-419f-b314-f50cf243a1f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:27.348896 [ 269 ] {a9bedbd9-eda2-419f-b314-f50cf243a1f5} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.05.13 23:09:27.349100 [ 269 ] {a9bedbd9-eda2-419f-b314-f50cf243a1f5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:27.349228 [ 269 ] {a9bedbd9-eda2-419f-b314-f50cf243a1f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.05.13 23:09:27.349265 [ 269 ] {a9bedbd9-eda2-419f-b314-f50cf243a1f5} TCPHandler: Processed in 0.00125368 sec. 2025.05.13 23:09:27.352123 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergeTask::MergeProjectionsStage: Merge sorted 31008 rows, containing 5 columns (5 merged, 0 gathered) in 0.006318282 sec., 4907663.190721782 rows/sec., 331.59 MiB/sec. 2025.05.13 23:09:27.352913 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} MergedBlockOutputStream: filled checksums all_1_103_21 (state Temporary) 2025.05.13 23:09:27.353240 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_103_21 to all_1_103_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:27.353329 [ 192 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_103_21} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_98_20, all_103_103_0] -> all_1_103_21 2025.05.13 23:09:27.353433 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.05.13 23:09:30.924758 [ 115 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:09:30.924872 [ 115 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:09:31.002219 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000845937 sec. 2025.05.13 23:09:31.109293 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402 2025.05.13 23:09:31.109802 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:31.109841 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:31.110345 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:09:31.110570 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:31.110701 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402 2025.05.13 23:09:31.195528 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1846 2025.05.13 23:09:31.197942 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:31.197989 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:31.199176 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:09:31.199445 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:31.199713 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1846 2025.05.13 23:09:32.344642 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.344950 [ 269 ] {0f454b5b-c93a-45c3-8538-5457f53ef6f4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:09:32.345023 [ 269 ] {0f454b5b-c93a-45c3-8538-5457f53ef6f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:09:32.345833 [ 269 ] {0f454b5b-c93a-45c3-8538-5457f53ef6f4} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.345890 [ 269 ] {0f454b5b-c93a-45c3-8538-5457f53ef6f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.346304 [ 269 ] {0f454b5b-c93a-45c3-8538-5457f53ef6f4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:09:32.346551 [ 269 ] {0f454b5b-c93a-45c3-8538-5457f53ef6f4} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.346721 [ 269 ] {0f454b5b-c93a-45c3-8538-5457f53ef6f4} executeQuery: Read 212 rows, 13.81 KiB in 0.001852 sec., 114470.84233261339 rows/sec., 7.28 MiB/sec. 2025.05.13 23:09:32.346774 [ 269 ] {0f454b5b-c93a-45c3-8538-5457f53ef6f4} TCPHandler: Processed in 0.002321495 sec. 2025.05.13 23:09:32.346905 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.347007 [ 269 ] {d877326f-6afa-4e9a-9b94-00958f0dc19f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:32.347051 [ 269 ] {d877326f-6afa-4e9a-9b94-00958f0dc19f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:32.347824 [ 269 ] {d877326f-6afa-4e9a-9b94-00958f0dc19f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.347862 [ 269 ] {d877326f-6afa-4e9a-9b94-00958f0dc19f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.348222 [ 269 ] {d877326f-6afa-4e9a-9b94-00958f0dc19f} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.05.13 23:09:32.348432 [ 269 ] {d877326f-6afa-4e9a-9b94-00958f0dc19f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.348567 [ 269 ] {d877326f-6afa-4e9a-9b94-00958f0dc19f} executeQuery: Read 635 rows, 51.07 KiB in 0.001583 sec., 401137.0814908402 rows/sec., 31.50 MiB/sec. 2025.05.13 23:09:32.348608 [ 269 ] {d877326f-6afa-4e9a-9b94-00958f0dc19f} TCPHandler: Processed in 0.001755436 sec. 2025.05.13 23:09:32.348720 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.348812 [ 269 ] {b58c2199-4ffe-446d-b30a-3d59621e7782} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:32.348852 [ 269 ] {b58c2199-4ffe-446d-b30a-3d59621e7782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:32.349302 [ 269 ] {b58c2199-4ffe-446d-b30a-3d59621e7782} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.349339 [ 269 ] {b58c2199-4ffe-446d-b30a-3d59621e7782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.349645 [ 269 ] {b58c2199-4ffe-446d-b30a-3d59621e7782} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:09:32.349860 [ 269 ] {b58c2199-4ffe-446d-b30a-3d59621e7782} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.349990 [ 269 ] {b58c2199-4ffe-446d-b30a-3d59621e7782} executeQuery: Read 115 rows, 7.06 KiB in 0.001196 sec., 96153.84615384616 rows/sec., 5.77 MiB/sec. 2025.05.13 23:09:32.350028 [ 269 ] {b58c2199-4ffe-446d-b30a-3d59621e7782} TCPHandler: Processed in 0.001359183 sec. 2025.05.13 23:09:32.350146 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.350239 [ 269 ] {8815b729-2ee5-4c2b-8294-fcf1f37fbd4a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:09:32.350278 [ 269 ] {8815b729-2ee5-4c2b-8294-fcf1f37fbd4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:09:32.350715 [ 269 ] {8815b729-2ee5-4c2b-8294-fcf1f37fbd4a} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.350752 [ 269 ] {8815b729-2ee5-4c2b-8294-fcf1f37fbd4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.351064 [ 269 ] {8815b729-2ee5-4c2b-8294-fcf1f37fbd4a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:09:32.351298 [ 269 ] {8815b729-2ee5-4c2b-8294-fcf1f37fbd4a} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.351412 [ 114 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_49_10 to all_54_54_0 2025.05.13 23:09:32.351431 [ 269 ] {8815b729-2ee5-4c2b-8294-fcf1f37fbd4a} executeQuery: Read 113 rows, 7.49 KiB in 0.001211 sec., 93311.31296449216 rows/sec., 6.04 MiB/sec. 2025.05.13 23:09:32.351479 [ 114 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.351490 [ 269 ] {8815b729-2ee5-4c2b-8294-fcf1f37fbd4a} TCPHandler: Processed in 0.001394825 sec. 2025.05.13 23:09:32.351507 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.351614 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.351629 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_49_10 to all_54_54_0 into Compact with storage Full 2025.05.13 23:09:32.351711 [ 269 ] {0e250b09-8f52-49bc-87d3-c5713edefca2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:09:32.351755 [ 269 ] {0e250b09-8f52-49bc-87d3-c5713edefca2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:09:32.351774 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:32.351816 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 341 rows starting from the beginning of the part 2025.05.13 23:09:32.351897 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 113 rows starting from the beginning of the part 2025.05.13 23:09:32.351941 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 228 rows starting from the beginning of the part 2025.05.13 23:09:32.351982 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 113 rows starting from the beginning of the part 2025.05.13 23:09:32.352022 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 113 rows starting from the beginning of the part 2025.05.13 23:09:32.352062 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 113 rows starting from the beginning of the part 2025.05.13 23:09:32.352184 [ 269 ] {0e250b09-8f52-49bc-87d3-c5713edefca2} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.352233 [ 269 ] {0e250b09-8f52-49bc-87d3-c5713edefca2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.352595 [ 269 ] {0e250b09-8f52-49bc-87d3-c5713edefca2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:09:32.352825 [ 269 ] {0e250b09-8f52-49bc-87d3-c5713edefca2} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.352963 [ 269 ] {0e250b09-8f52-49bc-87d3-c5713edefca2} executeQuery: Read 112 rows, 6.53 KiB in 0.00127 sec., 88188.97637795276 rows/sec., 5.02 MiB/sec. 2025.05.13 23:09:32.353003 [ 269 ] {0e250b09-8f52-49bc-87d3-c5713edefca2} TCPHandler: Processed in 0.001442066 sec. 2025.05.13 23:09:32.353055 [ 192 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001468927 sec., 695065.1734225049 rows/sec., 48.57 MiB/sec. 2025.05.13 23:09:32.353119 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.353223 [ 269 ] {8090090c-1730-48e6-b50a-01767b189e06} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:32.353264 [ 269 ] {8090090c-1730-48e6-b50a-01767b189e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:32.353268 [ 192 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary) 2025.05.13 23:09:32.353583 [ 192 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.353669 [ 192 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_54_11} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_49_10, all_54_54_0] -> all_1_54_11 2025.05.13 23:09:32.353777 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:09:32.353824 [ 269 ] {8090090c-1730-48e6-b50a-01767b189e06} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.353868 [ 269 ] {8090090c-1730-48e6-b50a-01767b189e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.354216 [ 269 ] {8090090c-1730-48e6-b50a-01767b189e06} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.05.13 23:09:32.354427 [ 269 ] {8090090c-1730-48e6-b50a-01767b189e06} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.354554 [ 269 ] {8090090c-1730-48e6-b50a-01767b189e06} executeQuery: Read 391 rows, 28.31 KiB in 0.001349 sec., 289844.3291326909 rows/sec., 20.49 MiB/sec. 2025.05.13 23:09:32.354593 [ 269 ] {8090090c-1730-48e6-b50a-01767b189e06} TCPHandler: Processed in 0.001526689 sec. 2025.05.13 23:09:32.354704 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.354797 [ 269 ] {0b3b1f7c-8ad6-4829-bc2d-2809c0b36768} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:09:32.354839 [ 269 ] {0b3b1f7c-8ad6-4829-bc2d-2809c0b36768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:09:32.355180 [ 269 ] {0b3b1f7c-8ad6-4829-bc2d-2809c0b36768} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.355217 [ 269 ] {0b3b1f7c-8ad6-4829-bc2d-2809c0b36768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.355524 [ 269 ] {0b3b1f7c-8ad6-4829-bc2d-2809c0b36768} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:09:32.355734 [ 269 ] {0b3b1f7c-8ad6-4829-bc2d-2809c0b36768} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.355859 [ 269 ] {0b3b1f7c-8ad6-4829-bc2d-2809c0b36768} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2025.05.13 23:09:32.355897 [ 269 ] {0b3b1f7c-8ad6-4829-bc2d-2809c0b36768} TCPHandler: Processed in 0.00124267 sec. 2025.05.13 23:09:32.356009 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.356102 [ 269 ] {6a348a2f-fde5-4e3f-9958-8158b65b37eb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:32.356143 [ 269 ] {6a348a2f-fde5-4e3f-9958-8158b65b37eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:32.356550 [ 269 ] {6a348a2f-fde5-4e3f-9958-8158b65b37eb} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.356586 [ 269 ] {6a348a2f-fde5-4e3f-9958-8158b65b37eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.356934 [ 269 ] {6a348a2f-fde5-4e3f-9958-8158b65b37eb} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.05.13 23:09:32.357142 [ 269 ] {6a348a2f-fde5-4e3f-9958-8158b65b37eb} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.357275 [ 269 ] {6a348a2f-fde5-4e3f-9958-8158b65b37eb} executeQuery: Read 237 rows, 16.27 KiB in 0.001191 sec., 198992.44332493702 rows/sec., 13.34 MiB/sec. 2025.05.13 23:09:32.357313 [ 269 ] {6a348a2f-fde5-4e3f-9958-8158b65b37eb} TCPHandler: Processed in 0.001353563 sec. 2025.05.13 23:09:32.357424 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.357517 [ 269 ] {11a3dd98-ad54-4392-b56f-1f0fe26b9981} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:09:32.357560 [ 269 ] {11a3dd98-ad54-4392-b56f-1f0fe26b9981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:09:32.357873 [ 269 ] {11a3dd98-ad54-4392-b56f-1f0fe26b9981} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.357910 [ 269 ] {11a3dd98-ad54-4392-b56f-1f0fe26b9981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.358202 [ 269 ] {11a3dd98-ad54-4392-b56f-1f0fe26b9981} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:09:32.358418 [ 269 ] {11a3dd98-ad54-4392-b56f-1f0fe26b9981} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.358545 [ 269 ] {11a3dd98-ad54-4392-b56f-1f0fe26b9981} executeQuery: Read 1 rows, 69.00 B in 0.001045 sec., 956.9377990430622 rows/sec., 64.48 KiB/sec. 2025.05.13 23:09:32.358581 [ 269 ] {11a3dd98-ad54-4392-b56f-1f0fe26b9981} TCPHandler: Processed in 0.001207199 sec. 2025.05.13 23:09:32.358714 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.358833 [ 269 ] {f1b3341c-5a97-4257-9f71-acbde1f0996c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:32.358898 [ 269 ] {f1b3341c-5a97-4257-9f71-acbde1f0996c} 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.05.13 23:09:32.359819 [ 269 ] {f1b3341c-5a97-4257-9f71-acbde1f0996c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.359864 [ 269 ] {f1b3341c-5a97-4257-9f71-acbde1f0996c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.360384 [ 269 ] {f1b3341c-5a97-4257-9f71-acbde1f0996c} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:09:32.360602 [ 269 ] {f1b3341c-5a97-4257-9f71-acbde1f0996c} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.360736 [ 269 ] {f1b3341c-5a97-4257-9f71-acbde1f0996c} executeQuery: Read 9 rows, 16.51 KiB in 0.001927 sec., 4670.47223663726 rows/sec., 8.37 MiB/sec. 2025.05.13 23:09:32.360789 [ 269 ] {f1b3341c-5a97-4257-9f71-acbde1f0996c} TCPHandler: Processed in 0.002133208 sec. 2025.05.13 23:09:32.360899 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:32.360992 [ 269 ] {c7ff0677-8199-4caf-9d71-622673bc32ac} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:32.361032 [ 269 ] {c7ff0677-8199-4caf-9d71-622673bc32ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:32.361360 [ 269 ] {c7ff0677-8199-4caf-9d71-622673bc32ac} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.361394 [ 269 ] {c7ff0677-8199-4caf-9d71-622673bc32ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.361689 [ 269 ] {c7ff0677-8199-4caf-9d71-622673bc32ac} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.05.13 23:09:32.361893 [ 269 ] {c7ff0677-8199-4caf-9d71-622673bc32ac} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.362017 [ 269 ] {c7ff0677-8199-4caf-9d71-622673bc32ac} executeQuery: Read 82 rows, 5.33 KiB in 0.001045 sec., 78468.8995215311 rows/sec., 4.98 MiB/sec. 2025.05.13 23:09:32.362052 [ 269 ] {c7ff0677-8199-4caf-9d71-622673bc32ac} TCPHandler: Processed in 0.001201499 sec. 2025.05.13 23:09:32.733529 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.05.13 23:09:32.749512 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:32.749567 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:32.755520 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:09:32.756238 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:32.759308 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.05.13 23:09:33.001165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 327.73 MiB, peak 333.30 MiB, free memory in arenas 0.00 B, will set to 326.39 MiB (RSS), difference: -1.33 MiB 2025.05.13 23:09:35.558411 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:35.558618 [ 269 ] {69aaabee-378e-4bc5-866b-1f4cbfa630ab} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:09:35.558692 [ 269 ] {69aaabee-378e-4bc5-866b-1f4cbfa630ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:09:35.559408 [ 269 ] {69aaabee-378e-4bc5-866b-1f4cbfa630ab} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.559448 [ 269 ] {69aaabee-378e-4bc5-866b-1f4cbfa630ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.559812 [ 269 ] {69aaabee-378e-4bc5-866b-1f4cbfa630ab} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.05.13 23:09:35.560040 [ 269 ] {69aaabee-378e-4bc5-866b-1f4cbfa630ab} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.560190 [ 269 ] {69aaabee-378e-4bc5-866b-1f4cbfa630ab} executeQuery: Read 4 rows, 334.00 B in 0.001626 sec., 2460.0246002460026 rows/sec., 200.60 KiB/sec. 2025.05.13 23:09:35.560231 [ 269 ] {69aaabee-378e-4bc5-866b-1f4cbfa630ab} TCPHandler: Processed in 0.001956102 sec. 2025.05.13 23:09:35.560353 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:35.560445 [ 269 ] {acb58213-9951-40f4-afc0-bb5efeb96aeb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:35.560483 [ 269 ] {acb58213-9951-40f4-afc0-bb5efeb96aeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:35.561585 [ 269 ] {acb58213-9951-40f4-afc0-bb5efeb96aeb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.561620 [ 269 ] {acb58213-9951-40f4-afc0-bb5efeb96aeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.561994 [ 269 ] {acb58213-9951-40f4-afc0-bb5efeb96aeb} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.05.13 23:09:35.562203 [ 269 ] {acb58213-9951-40f4-afc0-bb5efeb96aeb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.562334 [ 269 ] {acb58213-9951-40f4-afc0-bb5efeb96aeb} executeQuery: Read 1262 rows, 106.73 KiB in 0.001907 sec., 661772.4174095438 rows/sec., 54.66 MiB/sec. 2025.05.13 23:09:35.562331 [ 109 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2025.05.13 23:09:35.562371 [ 269 ] {acb58213-9951-40f4-afc0-bb5efeb96aeb} TCPHandler: Processed in 0.002065116 sec. 2025.05.13 23:09:35.562406 [ 109 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.562431 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.562517 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full 2025.05.13 23:09:35.562530 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:35.562601 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:35.562629 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_100_20, total 1849 rows starting from the beginning of the part 2025.05.13 23:09:35.562632 [ 269 ] {1e85c4b4-9ee1-4c18-b5f3-3eb38ad16035} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:35.562675 [ 269 ] {1e85c4b4-9ee1-4c18-b5f3-3eb38ad16035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:35.562688 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 120 rows starting from the beginning of the part 2025.05.13 23:09:35.562734 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 637 rows starting from the beginning of the part 2025.05.13 23:09:35.562775 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 120 rows starting from the beginning of the part 2025.05.13 23:09:35.562814 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 635 rows starting from the beginning of the part 2025.05.13 23:09:35.562855 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:09:35.563132 [ 269 ] {1e85c4b4-9ee1-4c18-b5f3-3eb38ad16035} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.563168 [ 269 ] {1e85c4b4-9ee1-4c18-b5f3-3eb38ad16035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.563478 [ 269 ] {1e85c4b4-9ee1-4c18-b5f3-3eb38ad16035} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:09:35.563710 [ 269 ] {1e85c4b4-9ee1-4c18-b5f3-3eb38ad16035} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.563839 [ 269 ] {1e85c4b4-9ee1-4c18-b5f3-3eb38ad16035} executeQuery: Read 36 rows, 2.69 KiB in 0.001226 sec., 29363.784665579118 rows/sec., 2.14 MiB/sec. 2025.05.13 23:09:35.563877 [ 269 ] {1e85c4b4-9ee1-4c18-b5f3-3eb38ad16035} TCPHandler: Processed in 0.001397515 sec. 2025.05.13 23:09:35.563999 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:35.564091 [ 269 ] {31748e9d-1e4d-4b98-ad6d-78e9609f6f02} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:09:35.564131 [ 269 ] {31748e9d-1e4d-4b98-ad6d-78e9609f6f02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:09:35.564288 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 4623 rows, containing 5 columns (5 merged, 0 gathered) in 0.001801698 sec., 2565912.822237689 rows/sec., 217.91 MiB/sec. 2025.05.13 23:09:35.564565 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2025.05.13 23:09:35.564622 [ 269 ] {31748e9d-1e4d-4b98-ad6d-78e9609f6f02} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.564658 [ 269 ] {31748e9d-1e4d-4b98-ad6d-78e9609f6f02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.564855 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.564930 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_105_21} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2025.05.13 23:09:35.564971 [ 269 ] {31748e9d-1e4d-4b98-ad6d-78e9609f6f02} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:09:35.565090 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.05.13 23:09:35.565258 [ 269 ] {31748e9d-1e4d-4b98-ad6d-78e9609f6f02} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.565385 [ 269 ] {31748e9d-1e4d-4b98-ad6d-78e9609f6f02} executeQuery: Read 228 rows, 15.81 KiB in 0.001312 sec., 173780.48780487804 rows/sec., 11.77 MiB/sec. 2025.05.13 23:09:35.565421 [ 269 ] {31748e9d-1e4d-4b98-ad6d-78e9609f6f02} TCPHandler: Processed in 0.001470308 sec. 2025.05.13 23:09:35.565530 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:35.565622 [ 269 ] {340fc149-5daa-49d8-9a8e-13b8f5fefdf7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:35.565661 [ 269 ] {340fc149-5daa-49d8-9a8e-13b8f5fefdf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:35.566261 [ 269 ] {340fc149-5daa-49d8-9a8e-13b8f5fefdf7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.566387 [ 269 ] {340fc149-5daa-49d8-9a8e-13b8f5fefdf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.566709 [ 269 ] {340fc149-5daa-49d8-9a8e-13b8f5fefdf7} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.05.13 23:09:35.566907 [ 269 ] {340fc149-5daa-49d8-9a8e-13b8f5fefdf7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.567037 [ 109 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2025.05.13 23:09:35.567047 [ 269 ] {340fc149-5daa-49d8-9a8e-13b8f5fefdf7} executeQuery: Read 556 rows, 42.29 KiB in 0.001442 sec., 385575.5894590846 rows/sec., 28.64 MiB/sec. 2025.05.13 23:09:35.567075 [ 109 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.567097 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.567098 [ 269 ] {340fc149-5daa-49d8-9a8e-13b8f5fefdf7} TCPHandler: Processed in 0.001614851 sec. 2025.05.13 23:09:35.567218 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full 2025.05.13 23:09:35.567223 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:35.567358 [ 269 ] {e9d1bfcf-92a2-4017-b660-e3278d90fe8f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:35.567401 [ 269 ] {e9d1bfcf-92a2-4017-b660-e3278d90fe8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:35.567406 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:35.567471 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_100_20, total 915 rows starting from the beginning of the part 2025.05.13 23:09:35.567579 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 96 rows starting from the beginning of the part 2025.05.13 23:09:35.567658 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 395 rows starting from the beginning of the part 2025.05.13 23:09:35.567730 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 96 rows starting from the beginning of the part 2025.05.13 23:09:35.567798 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 391 rows starting from the beginning of the part 2025.05.13 23:09:35.567868 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 556 rows starting from the beginning of the part 2025.05.13 23:09:35.568010 [ 269 ] {e9d1bfcf-92a2-4017-b660-e3278d90fe8f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.568052 [ 269 ] {e9d1bfcf-92a2-4017-b660-e3278d90fe8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.568446 [ 269 ] {e9d1bfcf-92a2-4017-b660-e3278d90fe8f} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.05.13 23:09:35.568683 [ 269 ] {e9d1bfcf-92a2-4017-b660-e3278d90fe8f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.568809 [ 269 ] {e9d1bfcf-92a2-4017-b660-e3278d90fe8f} executeQuery: Read 930 rows, 63.93 KiB in 0.00147 sec., 632653.0612244898 rows/sec., 42.47 MiB/sec. 2025.05.13 23:09:35.568846 [ 269 ] {e9d1bfcf-92a2-4017-b660-e3278d90fe8f} TCPHandler: Processed in 0.001669923 sec. 2025.05.13 23:09:35.568957 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:35.569049 [ 269 ] {a6a2f21e-c962-4fae-8cf5-7817614892df} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:35.569104 [ 269 ] {a6a2f21e-c962-4fae-8cf5-7817614892df} 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.05.13 23:09:35.569157 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 2449 rows, containing 5 columns (5 merged, 0 gathered) in 0.002003474 sec., 1222376.731617181 rows/sec., 93.70 MiB/sec. 2025.05.13 23:09:35.569337 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2025.05.13 23:09:35.569598 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.569667 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_105_21} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2025.05.13 23:09:35.569747 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:09:35.569958 [ 269 ] {a6a2f21e-c962-4fae-8cf5-7817614892df} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.569993 [ 269 ] {a6a2f21e-c962-4fae-8cf5-7817614892df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.570531 [ 269 ] {a6a2f21e-c962-4fae-8cf5-7817614892df} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:09:35.570745 [ 269 ] {a6a2f21e-c962-4fae-8cf5-7817614892df} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.570892 [ 269 ] {a6a2f21e-c962-4fae-8cf5-7817614892df} executeQuery: Read 32 rows, 58.72 KiB in 0.001861 sec., 17195.05642127888 rows/sec., 30.81 MiB/sec. 2025.05.13 23:09:35.570946 [ 269 ] {a6a2f21e-c962-4fae-8cf5-7817614892df} TCPHandler: Processed in 0.002035335 sec. 2025.05.13 23:09:35.571070 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:35.571162 [ 269 ] {54819da6-d2fc-4b98-93a8-5e1ed9840db8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:35.571202 [ 269 ] {54819da6-d2fc-4b98-93a8-5e1ed9840db8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:35.571532 [ 269 ] {54819da6-d2fc-4b98-93a8-5e1ed9840db8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:35.571568 [ 269 ] {54819da6-d2fc-4b98-93a8-5e1ed9840db8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:35.571862 [ 269 ] {54819da6-d2fc-4b98-93a8-5e1ed9840db8} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.05.13 23:09:35.572061 [ 269 ] {54819da6-d2fc-4b98-93a8-5e1ed9840db8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:35.572200 [ 269 ] {54819da6-d2fc-4b98-93a8-5e1ed9840db8} executeQuery: Read 44 rows, 3.03 KiB in 0.001057 sec., 41627.24692526017 rows/sec., 2.80 MiB/sec. 2025.05.13 23:09:35.572237 [ 269 ] {54819da6-d2fc-4b98-93a8-5e1ed9840db8} TCPHandler: Processed in 0.001214099 sec. 2025.05.13 23:09:37.332980 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:37.333159 [ 269 ] {2c52e607-27ff-45ae-8897-9ac913f61eaa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:37.333227 [ 269 ] {2c52e607-27ff-45ae-8897-9ac913f61eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:37.333933 [ 269 ] {2c52e607-27ff-45ae-8897-9ac913f61eaa} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:37.333983 [ 269 ] {2c52e607-27ff-45ae-8897-9ac913f61eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:37.334386 [ 269 ] {2c52e607-27ff-45ae-8897-9ac913f61eaa} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.05.13 23:09:37.334624 [ 269 ] {2c52e607-27ff-45ae-8897-9ac913f61eaa} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:37.334778 [ 269 ] {2c52e607-27ff-45ae-8897-9ac913f61eaa} executeQuery: Read 56 rows, 4.38 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.56 MiB/sec. 2025.05.13 23:09:37.334823 [ 269 ] {2c52e607-27ff-45ae-8897-9ac913f61eaa} TCPHandler: Processed in 0.001980323 sec. 2025.05.13 23:09:37.334953 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:37.335048 [ 269 ] {306360fa-48af-4910-91e1-83d892f8dc0e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:37.335089 [ 269 ] {306360fa-48af-4910-91e1-83d892f8dc0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:37.335531 [ 269 ] {306360fa-48af-4910-91e1-83d892f8dc0e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:37.335568 [ 269 ] {306360fa-48af-4910-91e1-83d892f8dc0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:37.335899 [ 269 ] {306360fa-48af-4910-91e1-83d892f8dc0e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.05.13 23:09:37.336117 [ 269 ] {306360fa-48af-4910-91e1-83d892f8dc0e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:37.336247 [ 269 ] {306360fa-48af-4910-91e1-83d892f8dc0e} executeQuery: Read 64 rows, 5.12 KiB in 0.001219 sec., 52502.05086136177 rows/sec., 4.10 MiB/sec. 2025.05.13 23:09:37.336287 [ 269 ] {306360fa-48af-4910-91e1-83d892f8dc0e} TCPHandler: Processed in 0.001384055 sec. 2025.05.13 23:09:37.336410 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:37.336504 [ 269 ] {6aaddd86-eb8d-45e5-b85a-6c79727c9b54} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:37.336547 [ 269 ] {6aaddd86-eb8d-45e5-b85a-6c79727c9b54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:37.336934 [ 269 ] {6aaddd86-eb8d-45e5-b85a-6c79727c9b54} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:37.336970 [ 269 ] {6aaddd86-eb8d-45e5-b85a-6c79727c9b54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:37.337299 [ 269 ] {6aaddd86-eb8d-45e5-b85a-6c79727c9b54} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.05.13 23:09:37.337509 [ 269 ] {6aaddd86-eb8d-45e5-b85a-6c79727c9b54} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:37.337641 [ 269 ] {6aaddd86-eb8d-45e5-b85a-6c79727c9b54} executeQuery: Read 42 rows, 2.99 KiB in 0.001156 sec., 36332.17993079585 rows/sec., 2.53 MiB/sec. 2025.05.13 23:09:37.337680 [ 269 ] {6aaddd86-eb8d-45e5-b85a-6c79727c9b54} TCPHandler: Processed in 0.001318382 sec. 2025.05.13 23:09:37.337792 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:37.337885 [ 269 ] {7948da4d-187a-41f5-a511-9863784d0d82} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:37.337926 [ 269 ] {7948da4d-187a-41f5-a511-9863784d0d82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:37.338271 [ 269 ] {7948da4d-187a-41f5-a511-9863784d0d82} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:37.338309 [ 269 ] {7948da4d-187a-41f5-a511-9863784d0d82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:37.338631 [ 269 ] {7948da4d-187a-41f5-a511-9863784d0d82} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.05.13 23:09:37.338875 [ 269 ] {7948da4d-187a-41f5-a511-9863784d0d82} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:37.338996 [ 105 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.05.13 23:09:37.339007 [ 269 ] {7948da4d-187a-41f5-a511-9863784d0d82} executeQuery: Read 16 rows, 1.11 KiB in 0.001142 sec., 14010.507880910684 rows/sec., 971.43 KiB/sec. 2025.05.13 23:09:37.339072 [ 105 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:37.339096 [ 269 ] {7948da4d-187a-41f5-a511-9863784d0d82} TCPHandler: Processed in 0.001352783 sec. 2025.05.13 23:09:37.339101 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:37.339219 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.05.13 23:09:37.339346 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:37.339381 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6170 rows starting from the beginning of the part 2025.05.13 23:09:37.339443 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part 2025.05.13 23:09:37.339485 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2025.05.13 23:09:37.339525 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part 2025.05.13 23:09:37.339563 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 44 rows starting from the beginning of the part 2025.05.13 23:09:37.339603 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 16 rows starting from the beginning of the part 2025.05.13 23:09:37.341364 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6454 rows, containing 4 columns (4 merged, 0 gathered) in 0.00219191 sec., 2944463.960655319 rows/sec., 192.12 MiB/sec. 2025.05.13 23:09:37.341726 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.05.13 23:09:37.341980 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:37.342053 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_106_21} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.05.13 23:09:37.342125 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2025.05.13 23:09:38.611740 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829 2025.05.13 23:09:38.612231 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:38.612278 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:38.612770 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:09:38.613000 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:38.613147 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 2025.05.13 23:09:40.260354 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.05.13 23:09:40.277127 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:40.277188 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.05 GiB. 2025.05.13 23:09:40.283328 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:09:40.284054 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:40.286957 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.05.13 23:09:41.200807 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1892 2025.05.13 23:09:41.203371 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:41.203410 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:41.204612 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:09:41.204887 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:41.205141 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1892 2025.05.13 23:09:42.345040 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.345310 [ 269 ] {2f2bd485-0b0a-404b-bf39-68fe90c403e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:09:42.345375 [ 269 ] {2f2bd485-0b0a-404b-bf39-68fe90c403e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:09:42.346211 [ 269 ] {2f2bd485-0b0a-404b-bf39-68fe90c403e8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.346264 [ 269 ] {2f2bd485-0b0a-404b-bf39-68fe90c403e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.346737 [ 269 ] {2f2bd485-0b0a-404b-bf39-68fe90c403e8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:09:42.347007 [ 269 ] {2f2bd485-0b0a-404b-bf39-68fe90c403e8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.347186 [ 269 ] {2f2bd485-0b0a-404b-bf39-68fe90c403e8} executeQuery: Read 212 rows, 13.81 KiB in 0.001935 sec., 109560.72351421189 rows/sec., 6.97 MiB/sec. 2025.05.13 23:09:42.347234 [ 269 ] {2f2bd485-0b0a-404b-bf39-68fe90c403e8} TCPHandler: Processed in 0.002379446 sec. 2025.05.13 23:09:42.347355 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.347456 [ 269 ] {2c49dab9-88e7-4547-8135-1932a36c4064} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:42.347497 [ 269 ] {2c49dab9-88e7-4547-8135-1932a36c4064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:42.348268 [ 269 ] {2c49dab9-88e7-4547-8135-1932a36c4064} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.348305 [ 269 ] {2c49dab9-88e7-4547-8135-1932a36c4064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.348660 [ 269 ] {2c49dab9-88e7-4547-8135-1932a36c4064} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.05.13 23:09:42.348878 [ 269 ] {2c49dab9-88e7-4547-8135-1932a36c4064} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.349005 [ 269 ] {2c49dab9-88e7-4547-8135-1932a36c4064} executeQuery: Read 635 rows, 51.07 KiB in 0.001568 sec., 404974.4897959184 rows/sec., 31.81 MiB/sec. 2025.05.13 23:09:42.349043 [ 269 ] {2c49dab9-88e7-4547-8135-1932a36c4064} TCPHandler: Processed in 0.001736065 sec. 2025.05.13 23:09:42.349149 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.349243 [ 269 ] {171b3d7d-7910-4247-b949-5c022771de92} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:42.349283 [ 269 ] {171b3d7d-7910-4247-b949-5c022771de92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:42.349742 [ 269 ] {171b3d7d-7910-4247-b949-5c022771de92} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.349781 [ 269 ] {171b3d7d-7910-4247-b949-5c022771de92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.350105 [ 269 ] {171b3d7d-7910-4247-b949-5c022771de92} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:09:42.350314 [ 269 ] {171b3d7d-7910-4247-b949-5c022771de92} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.350438 [ 269 ] {171b3d7d-7910-4247-b949-5c022771de92} executeQuery: Read 115 rows, 7.06 KiB in 0.001214 sec., 94728.17133443162 rows/sec., 5.68 MiB/sec. 2025.05.13 23:09:42.350475 [ 269 ] {171b3d7d-7910-4247-b949-5c022771de92} TCPHandler: Processed in 0.001373904 sec. 2025.05.13 23:09:42.350590 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.350683 [ 269 ] {ab174c82-2d2c-4b5b-aa37-9b160605b44c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:09:42.350723 [ 269 ] {ab174c82-2d2c-4b5b-aa37-9b160605b44c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:09:42.351178 [ 269 ] {ab174c82-2d2c-4b5b-aa37-9b160605b44c} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.351216 [ 269 ] {ab174c82-2d2c-4b5b-aa37-9b160605b44c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.351520 [ 269 ] {ab174c82-2d2c-4b5b-aa37-9b160605b44c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:09:42.351723 [ 269 ] {ab174c82-2d2c-4b5b-aa37-9b160605b44c} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.351849 [ 269 ] {ab174c82-2d2c-4b5b-aa37-9b160605b44c} executeQuery: Read 113 rows, 7.49 KiB in 0.001184 sec., 95439.1891891892 rows/sec., 6.18 MiB/sec. 2025.05.13 23:09:42.351886 [ 269 ] {ab174c82-2d2c-4b5b-aa37-9b160605b44c} TCPHandler: Processed in 0.001344083 sec. 2025.05.13 23:09:42.351999 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.352092 [ 269 ] {8a0a39de-8d4f-42ad-ac9b-53083c2d39b2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:09:42.352131 [ 269 ] {8a0a39de-8d4f-42ad-ac9b-53083c2d39b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:09:42.352560 [ 269 ] {8a0a39de-8d4f-42ad-ac9b-53083c2d39b2} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.352595 [ 269 ] {8a0a39de-8d4f-42ad-ac9b-53083c2d39b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.352905 [ 269 ] {8a0a39de-8d4f-42ad-ac9b-53083c2d39b2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:09:42.353105 [ 269 ] {8a0a39de-8d4f-42ad-ac9b-53083c2d39b2} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.353229 [ 269 ] {8a0a39de-8d4f-42ad-ac9b-53083c2d39b2} executeQuery: Read 112 rows, 6.53 KiB in 0.001156 sec., 96885.81314878893 rows/sec., 5.52 MiB/sec. 2025.05.13 23:09:42.353266 [ 269 ] {8a0a39de-8d4f-42ad-ac9b-53083c2d39b2} TCPHandler: Processed in 0.001314382 sec. 2025.05.13 23:09:42.353378 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.353470 [ 269 ] {b1ddc5df-8584-4196-b808-8c365c455c7c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:42.353508 [ 269 ] {b1ddc5df-8584-4196-b808-8c365c455c7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:42.354094 [ 269 ] {b1ddc5df-8584-4196-b808-8c365c455c7c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.354132 [ 269 ] {b1ddc5df-8584-4196-b808-8c365c455c7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.354463 [ 269 ] {b1ddc5df-8584-4196-b808-8c365c455c7c} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.05.13 23:09:42.354681 [ 269 ] {b1ddc5df-8584-4196-b808-8c365c455c7c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.354807 [ 269 ] {b1ddc5df-8584-4196-b808-8c365c455c7c} executeQuery: Read 391 rows, 28.31 KiB in 0.001355 sec., 288560.88560885604 rows/sec., 20.40 MiB/sec. 2025.05.13 23:09:42.354845 [ 269 ] {b1ddc5df-8584-4196-b808-8c365c455c7c} TCPHandler: Processed in 0.001513039 sec. 2025.05.13 23:09:42.354958 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.355051 [ 269 ] {bf98de98-5770-4232-98d6-18bf699a2864} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:09:42.355091 [ 269 ] {bf98de98-5770-4232-98d6-18bf699a2864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:09:42.355427 [ 269 ] {bf98de98-5770-4232-98d6-18bf699a2864} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.355461 [ 269 ] {bf98de98-5770-4232-98d6-18bf699a2864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.355770 [ 269 ] {bf98de98-5770-4232-98d6-18bf699a2864} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:09:42.355971 [ 269 ] {bf98de98-5770-4232-98d6-18bf699a2864} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.356095 [ 269 ] {bf98de98-5770-4232-98d6-18bf699a2864} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2025.05.13 23:09:42.356131 [ 269 ] {bf98de98-5770-4232-98d6-18bf699a2864} TCPHandler: Processed in 0.001221169 sec. 2025.05.13 23:09:42.356233 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.356325 [ 269 ] {3f3e32b4-b923-4d8d-a1a1-bbeae28936b3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:42.356366 [ 269 ] {3f3e32b4-b923-4d8d-a1a1-bbeae28936b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:42.356774 [ 269 ] {3f3e32b4-b923-4d8d-a1a1-bbeae28936b3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.356810 [ 269 ] {3f3e32b4-b923-4d8d-a1a1-bbeae28936b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.357140 [ 269 ] {3f3e32b4-b923-4d8d-a1a1-bbeae28936b3} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.05.13 23:09:42.357344 [ 269 ] {3f3e32b4-b923-4d8d-a1a1-bbeae28936b3} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.357468 [ 269 ] {3f3e32b4-b923-4d8d-a1a1-bbeae28936b3} executeQuery: Read 237 rows, 16.27 KiB in 0.001161 sec., 204134.36692506462 rows/sec., 13.68 MiB/sec. 2025.05.13 23:09:42.357504 [ 269 ] {3f3e32b4-b923-4d8d-a1a1-bbeae28936b3} TCPHandler: Processed in 0.001318672 sec. 2025.05.13 23:09:42.357619 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.357711 [ 269 ] {b3573517-470b-4afa-b59a-d8278f23eaa1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:09:42.357752 [ 269 ] {b3573517-470b-4afa-b59a-d8278f23eaa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:09:42.358065 [ 269 ] {b3573517-470b-4afa-b59a-d8278f23eaa1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.358100 [ 269 ] {b3573517-470b-4afa-b59a-d8278f23eaa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.358396 [ 269 ] {b3573517-470b-4afa-b59a-d8278f23eaa1} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:09:42.358602 [ 269 ] {b3573517-470b-4afa-b59a-d8278f23eaa1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.358726 [ 269 ] {b3573517-470b-4afa-b59a-d8278f23eaa1} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2025.05.13 23:09:42.358762 [ 269 ] {b3573517-470b-4afa-b59a-d8278f23eaa1} TCPHandler: Processed in 0.001191328 sec. 2025.05.13 23:09:42.358870 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.358961 [ 269 ] {9f911793-8567-4d19-9f8b-74ffd6c57da5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:42.359014 [ 269 ] {9f911793-8567-4d19-9f8b-74ffd6c57da5} 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.05.13 23:09:42.359773 [ 269 ] {9f911793-8567-4d19-9f8b-74ffd6c57da5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.359808 [ 269 ] {9f911793-8567-4d19-9f8b-74ffd6c57da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.360335 [ 269 ] {9f911793-8567-4d19-9f8b-74ffd6c57da5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:09:42.360559 [ 269 ] {9f911793-8567-4d19-9f8b-74ffd6c57da5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.360681 [ 100 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.05.13 23:09:42.360693 [ 269 ] {9f911793-8567-4d19-9f8b-74ffd6c57da5} executeQuery: Read 9 rows, 16.51 KiB in 0.001749 sec., 5145.797598627788 rows/sec., 9.22 MiB/sec. 2025.05.13 23:09:42.360765 [ 100 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.360795 [ 269 ] {9f911793-8567-4d19-9f8b-74ffd6c57da5} TCPHandler: Processed in 0.001970843 sec. 2025.05.13 23:09:42.360796 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.360923 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:42.360925 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.05.13 23:09:42.361021 [ 269 ] {5cdc27ea-0d35-4be7-9888-4b13a385c2a3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:42.361066 [ 269 ] {5cdc27ea-0d35-4be7-9888-4b13a385c2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:42.361200 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:42.361284 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1639 rows starting from the beginning of the part 2025.05.13 23:09:42.361398 [ 269 ] {5cdc27ea-0d35-4be7-9888-4b13a385c2a3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:42.361412 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 9 rows starting from the beginning of the part 2025.05.13 23:09:42.361440 [ 269 ] {5cdc27ea-0d35-4be7-9888-4b13a385c2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:42.361526 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:42.361622 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 9 rows starting from the beginning of the part 2025.05.13 23:09:42.361711 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:42.361777 [ 269 ] {5cdc27ea-0d35-4be7-9888-4b13a385c2a3} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.05.13 23:09:42.361804 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 9 rows starting from the beginning of the part 2025.05.13 23:09:42.361999 [ 269 ] {5cdc27ea-0d35-4be7-9888-4b13a385c2a3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.362137 [ 269 ] {5cdc27ea-0d35-4be7-9888-4b13a385c2a3} executeQuery: Read 82 rows, 5.33 KiB in 0.001134 sec., 72310.40564373898 rows/sec., 4.59 MiB/sec. 2025.05.13 23:09:42.362172 [ 269 ] {5cdc27ea-0d35-4be7-9888-4b13a385c2a3} TCPHandler: Processed in 0.001296871 sec. 2025.05.13 23:09:42.370924 [ 201 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1730 rows, containing 19 columns (19 merged, 0 gathered) in 0.010041172 sec., 172290.64495658476 rows/sec., 308.74 MiB/sec. 2025.05.13 23:09:42.373015 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.05.13 23:09:42.373442 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:42.373523 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_86_17} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.05.13 23:09:42.373696 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.02 MiB. 2025.05.13 23:09:43.001161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 327.25 MiB, peak 344.24 MiB, free memory in arenas 0.00 B, will set to 331.91 MiB (RSS), difference: 4.66 MiB 2025.05.13 23:09:45.925129 [ 93 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:09:45.925202 [ 93 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:09:46.114193 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317 2025.05.13 23:09:46.114923 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:46.114965 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:46.115445 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:09:46.115677 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:46.115823 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317 2025.05.13 23:09:46.115855 [ 93 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.05.13 23:09:46.115936 [ 93 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:46.115960 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:46.116155 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.05.13 23:09:46.116398 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:46.116437 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part 2025.05.13 23:09:46.116502 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part 2025.05.13 23:09:46.116548 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part 2025.05.13 23:09:46.116589 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part 2025.05.13 23:09:46.116627 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part 2025.05.13 23:09:46.116668 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part 2025.05.13 23:09:46.118871 [ 198 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.00279969 sec., 10828698.891663006 rows/sec., 154.91 MiB/sec. 2025.05.13 23:09:46.119353 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.05.13 23:09:46.119655 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:46.119736 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_66_13} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.05.13 23:09:46.119856 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2025.05.13 23:09:47.339222 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:47.339426 [ 269 ] {8ea710ca-292a-4bc3-adb7-fa2c695cc155} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:47.339503 [ 269 ] {8ea710ca-292a-4bc3-adb7-fa2c695cc155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:47.340316 [ 269 ] {8ea710ca-292a-4bc3-adb7-fa2c695cc155} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.340373 [ 269 ] {8ea710ca-292a-4bc3-adb7-fa2c695cc155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.340798 [ 269 ] {8ea710ca-292a-4bc3-adb7-fa2c695cc155} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.05.13 23:09:47.341031 [ 269 ] {8ea710ca-292a-4bc3-adb7-fa2c695cc155} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.341181 [ 269 ] {8ea710ca-292a-4bc3-adb7-fa2c695cc155} executeQuery: Read 120 rows, 10.47 KiB in 0.001811 sec., 66261.73384870238 rows/sec., 5.65 MiB/sec. 2025.05.13 23:09:47.341232 [ 269 ] {8ea710ca-292a-4bc3-adb7-fa2c695cc155} TCPHandler: Processed in 0.002151669 sec. 2025.05.13 23:09:47.341367 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:47.341466 [ 269 ] {e1c4d55a-4b74-44d2-9f4c-1e0c1466ec8c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:47.341511 [ 269 ] {e1c4d55a-4b74-44d2-9f4c-1e0c1466ec8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:47.341938 [ 269 ] {e1c4d55a-4b74-44d2-9f4c-1e0c1466ec8c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.341974 [ 269 ] {e1c4d55a-4b74-44d2-9f4c-1e0c1466ec8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.342268 [ 269 ] {e1c4d55a-4b74-44d2-9f4c-1e0c1466ec8c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:09:47.342480 [ 269 ] {e1c4d55a-4b74-44d2-9f4c-1e0c1466ec8c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.342607 [ 269 ] {e1c4d55a-4b74-44d2-9f4c-1e0c1466ec8c} executeQuery: Read 32 rows, 2.41 KiB in 0.001165 sec., 27467.811158798282 rows/sec., 2.02 MiB/sec. 2025.05.13 23:09:47.342644 [ 269 ] {e1c4d55a-4b74-44d2-9f4c-1e0c1466ec8c} TCPHandler: Processed in 0.001328722 sec. 2025.05.13 23:09:47.342756 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:47.342846 [ 269 ] {e7840819-a47f-4080-aa9f-e3bc9bcef347} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:47.342888 [ 269 ] {e7840819-a47f-4080-aa9f-e3bc9bcef347} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:47.343315 [ 269 ] {e7840819-a47f-4080-aa9f-e3bc9bcef347} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.343351 [ 269 ] {e7840819-a47f-4080-aa9f-e3bc9bcef347} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.343656 [ 269 ] {e7840819-a47f-4080-aa9f-e3bc9bcef347} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.05.13 23:09:47.343863 [ 269 ] {e7840819-a47f-4080-aa9f-e3bc9bcef347} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.343991 [ 269 ] {e7840819-a47f-4080-aa9f-e3bc9bcef347} executeQuery: Read 96 rows, 7.68 KiB in 0.001163 sec., 82545.1418744626 rows/sec., 6.45 MiB/sec. 2025.05.13 23:09:47.344028 [ 269 ] {e7840819-a47f-4080-aa9f-e3bc9bcef347} TCPHandler: Processed in 0.001319822 sec. 2025.05.13 23:09:47.344140 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:47.344232 [ 269 ] {4b97ea81-f628-4540-97ea-8373cae6ed1f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:47.344274 [ 269 ] {4b97ea81-f628-4540-97ea-8373cae6ed1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:47.344682 [ 269 ] {4b97ea81-f628-4540-97ea-8373cae6ed1f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.344718 [ 269 ] {4b97ea81-f628-4540-97ea-8373cae6ed1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.345042 [ 269 ] {4b97ea81-f628-4540-97ea-8373cae6ed1f} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.05.13 23:09:47.345248 [ 269 ] {4b97ea81-f628-4540-97ea-8373cae6ed1f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.345375 [ 269 ] {4b97ea81-f628-4540-97ea-8373cae6ed1f} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2025.05.13 23:09:47.345370 [ 92 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_103_21 to all_107_107_0 2025.05.13 23:09:47.345412 [ 269 ] {4b97ea81-f628-4540-97ea-8373cae6ed1f} TCPHandler: Processed in 0.001318512 sec. 2025.05.13 23:09:47.345451 [ 92 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.345475 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.345562 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:47.345577 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergeTask::PrepareStage: Merging 5 parts: from all_1_103_21 to all_107_107_0 into Compact with storage Full 2025.05.13 23:09:47.345690 [ 269 ] {34b9a696-6042-4139-806a-7acfaf565feb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:47.345733 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:47.345762 [ 269 ] {34b9a696-6042-4139-806a-7acfaf565feb} 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.05.13 23:09:47.345779 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_103_21, total 31008 rows starting from the beginning of the part 2025.05.13 23:09:47.345859 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 237 rows starting from the beginning of the part 2025.05.13 23:09:47.345913 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 930 rows starting from the beginning of the part 2025.05.13 23:09:47.345959 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 42 rows starting from the beginning of the part 2025.05.13 23:09:47.346006 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part 2025.05.13 23:09:47.346739 [ 269 ] {34b9a696-6042-4139-806a-7acfaf565feb} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.346781 [ 269 ] {34b9a696-6042-4139-806a-7acfaf565feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.347360 [ 269 ] {34b9a696-6042-4139-806a-7acfaf565feb} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:09:47.347588 [ 269 ] {34b9a696-6042-4139-806a-7acfaf565feb} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.347733 [ 269 ] {34b9a696-6042-4139-806a-7acfaf565feb} executeQuery: Read 32 rows, 58.72 KiB in 0.002067 sec., 15481.373971940011 rows/sec., 27.74 MiB/sec. 2025.05.13 23:09:47.347788 [ 269 ] {34b9a696-6042-4139-806a-7acfaf565feb} TCPHandler: Processed in 0.002285813 sec. 2025.05.13 23:09:47.347907 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:47.348002 [ 269 ] {6750cbd3-aaf1-4f70-b18e-59d6fe2050de} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:47.348042 [ 269 ] {6750cbd3-aaf1-4f70-b18e-59d6fe2050de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:47.348392 [ 269 ] {6750cbd3-aaf1-4f70-b18e-59d6fe2050de} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.348429 [ 269 ] {6750cbd3-aaf1-4f70-b18e-59d6fe2050de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.348732 [ 269 ] {6750cbd3-aaf1-4f70-b18e-59d6fe2050de} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.05.13 23:09:47.348932 [ 269 ] {6750cbd3-aaf1-4f70-b18e-59d6fe2050de} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.349060 [ 269 ] {6750cbd3-aaf1-4f70-b18e-59d6fe2050de} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.05.13 23:09:47.349094 [ 269 ] {6750cbd3-aaf1-4f70-b18e-59d6fe2050de} TCPHandler: Processed in 0.001234889 sec. 2025.05.13 23:09:47.351890 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergeTask::MergeProjectionsStage: Merge sorted 32454 rows, containing 5 columns (5 merged, 0 gathered) in 0.006360634 sec., 5102321.561026778 rows/sec., 344.65 MiB/sec. 2025.05.13 23:09:47.352445 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} MergedBlockOutputStream: filled checksums all_1_107_22 (state Temporary) 2025.05.13 23:09:47.352728 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_107_22 to all_1_107_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.352801 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_107_22} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_103_21, all_107_107_0] -> all_1_107_22 2025.05.13 23:09:47.352882 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2025.05.13 23:09:47.787926 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.05.13 23:09:47.805558 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.805626 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.812187 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:09:47.812881 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.813196 [ 92 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.05.13 23:09:47.813269 [ 92 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:47.813293 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:47.813397 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.05.13 23:09:47.816045 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.05.13 23:09:47.816386 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:47.817109 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2025.05.13 23:09:47.820393 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2025.05.13 23:09:47.823711 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2025.05.13 23:09:47.827811 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2025.05.13 23:09:47.832256 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2025.05.13 23:09:47.836331 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2025.05.13 23:09:47.890481 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.077125678 sec., 6444.0276298122135 rows/sec., 33.32 MiB/sec. 2025.05.13 23:09:47.893948 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.05.13 23:09:47.896077 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:47.896192 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_66_13} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.05.13 23:09:47.899150 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. 2025.05.13 23:09:51.206244 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1926 2025.05.13 23:09:51.208567 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:51.208605 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:51.209764 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:09:51.210025 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:51.210278 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1926 2025.05.13 23:09:52.345510 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.345704 [ 269 ] {478557e5-adca-46cb-92a6-ff029ad7417a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:09:52.345773 [ 269 ] {478557e5-adca-46cb-92a6-ff029ad7417a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:09:52.346612 [ 269 ] {478557e5-adca-46cb-92a6-ff029ad7417a} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.346664 [ 269 ] {478557e5-adca-46cb-92a6-ff029ad7417a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.347096 [ 269 ] {478557e5-adca-46cb-92a6-ff029ad7417a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:09:52.347335 [ 269 ] {478557e5-adca-46cb-92a6-ff029ad7417a} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.347499 [ 269 ] {478557e5-adca-46cb-92a6-ff029ad7417a} executeQuery: Read 212 rows, 13.81 KiB in 0.001846 sec., 114842.90357529794 rows/sec., 7.30 MiB/sec. 2025.05.13 23:09:52.347519 [ 45 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.05.13 23:09:52.347544 [ 269 ] {478557e5-adca-46cb-92a6-ff029ad7417a} TCPHandler: Processed in 0.002170569 sec. 2025.05.13 23:09:52.347596 [ 45 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.347627 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.347700 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.347764 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2025.05.13 23:09:52.347801 [ 269 ] {f3408db3-cab2-4dff-9127-99dd19a9367a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:09:52.347854 [ 269 ] {f3408db3-cab2-4dff-9127-99dd19a9367a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:09:52.347928 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:52.347969 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 212 rows starting from the beginning of the part 2025.05.13 23:09:52.348045 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part 2025.05.13 23:09:52.348098 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part 2025.05.13 23:09:52.348148 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part 2025.05.13 23:09:52.348195 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 212 rows starting from the beginning of the part 2025.05.13 23:09:52.348266 [ 269 ] {f3408db3-cab2-4dff-9127-99dd19a9367a} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.348308 [ 269 ] {f3408db3-cab2-4dff-9127-99dd19a9367a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.348777 [ 269 ] {f3408db3-cab2-4dff-9127-99dd19a9367a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.05.13 23:09:52.349042 [ 269 ] {f3408db3-cab2-4dff-9127-99dd19a9367a} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.349177 [ 269 ] {f3408db3-cab2-4dff-9127-99dd19a9367a} executeQuery: Read 8 rows, 668.00 B in 0.001396 sec., 5730.659025787965 rows/sec., 467.29 KiB/sec. 2025.05.13 23:09:52.349216 [ 269 ] {f3408db3-cab2-4dff-9127-99dd19a9367a} TCPHandler: Processed in 0.00156928 sec. 2025.05.13 23:09:52.349214 [ 189 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001514229 sec., 700026.217963069 rows/sec., 47.19 MiB/sec. 2025.05.13 23:09:52.349329 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.349372 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.05.13 23:09:52.349430 [ 269 ] {b2e1ac50-5635-4443-a66d-c3cc5dbcaff5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:52.349478 [ 269 ] {b2e1ac50-5635-4443-a66d-c3cc5dbcaff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:52.349632 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.349708 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_45_11} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.05.13 23:09:52.349780 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:09:52.350237 [ 269 ] {b2e1ac50-5635-4443-a66d-c3cc5dbcaff5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.350279 [ 269 ] {b2e1ac50-5635-4443-a66d-c3cc5dbcaff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.350685 [ 269 ] {b2e1ac50-5635-4443-a66d-c3cc5dbcaff5} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.05.13 23:09:52.350909 [ 269 ] {b2e1ac50-5635-4443-a66d-c3cc5dbcaff5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.351041 [ 269 ] {b2e1ac50-5635-4443-a66d-c3cc5dbcaff5} executeQuery: Read 639 rows, 51.36 KiB in 0.00163 sec., 392024.5398773006 rows/sec., 30.77 MiB/sec. 2025.05.13 23:09:52.351080 [ 269 ] {b2e1ac50-5635-4443-a66d-c3cc5dbcaff5} TCPHandler: Processed in 0.001801018 sec. 2025.05.13 23:09:52.351198 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.351318 [ 269 ] {0f2bd85c-bd4f-40fc-a977-d8195d9a0d69} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:52.351366 [ 269 ] {0f2bd85c-bd4f-40fc-a977-d8195d9a0d69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:52.351836 [ 269 ] {0f2bd85c-bd4f-40fc-a977-d8195d9a0d69} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.351873 [ 269 ] {0f2bd85c-bd4f-40fc-a977-d8195d9a0d69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.352214 [ 269 ] {0f2bd85c-bd4f-40fc-a977-d8195d9a0d69} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:09:52.352457 [ 269 ] {0f2bd85c-bd4f-40fc-a977-d8195d9a0d69} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.352574 [ 45 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.05.13 23:09:52.352585 [ 269 ] {0f2bd85c-bd4f-40fc-a977-d8195d9a0d69} executeQuery: Read 123 rows, 7.62 KiB in 0.001292 sec., 95201.23839009288 rows/sec., 5.76 MiB/sec. 2025.05.13 23:09:52.352614 [ 45 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.352637 [ 269 ] {0f2bd85c-bd4f-40fc-a977-d8195d9a0d69} TCPHandler: Processed in 0.001497368 sec. 2025.05.13 23:09:52.352641 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.352749 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.05.13 23:09:52.352762 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.352865 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:52.352867 [ 269 ] {8ced0749-1353-46a6-aa2c-b150c08e0d17} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:09:52.352899 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 165 rows starting from the beginning of the part 2025.05.13 23:09:52.352916 [ 269 ] {8ced0749-1353-46a6-aa2c-b150c08e0d17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:09:52.352965 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 115 rows starting from the beginning of the part 2025.05.13 23:09:52.353018 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 36 rows starting from the beginning of the part 2025.05.13 23:09:52.353065 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 115 rows starting from the beginning of the part 2025.05.13 23:09:52.353111 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 32 rows starting from the beginning of the part 2025.05.13 23:09:52.353157 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 123 rows starting from the beginning of the part 2025.05.13 23:09:52.353349 [ 269 ] {8ced0749-1353-46a6-aa2c-b150c08e0d17} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.353384 [ 269 ] {8ced0749-1353-46a6-aa2c-b150c08e0d17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.353697 [ 269 ] {8ced0749-1353-46a6-aa2c-b150c08e0d17} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:09:52.353914 [ 269 ] {8ced0749-1353-46a6-aa2c-b150c08e0d17} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.353997 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 5 columns (5 merged, 0 gathered) in 0.001291182 sec., 453847.7147296043 rows/sec., 30.14 MiB/sec. 2025.05.13 23:09:52.354041 [ 269 ] {8ced0749-1353-46a6-aa2c-b150c08e0d17} executeQuery: Read 113 rows, 7.49 KiB in 0.001192 sec., 94798.65771812081 rows/sec., 6.14 MiB/sec. 2025.05.13 23:09:52.354082 [ 269 ] {8ced0749-1353-46a6-aa2c-b150c08e0d17} TCPHandler: Processed in 0.001368424 sec. 2025.05.13 23:09:52.354161 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.05.13 23:09:52.354196 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.354293 [ 269 ] {3955200a-e896-4ce8-8ed0-3f3b818a6280} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:09:52.354334 [ 269 ] {3955200a-e896-4ce8-8ed0-3f3b818a6280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:09:52.354453 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.354539 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_91_18} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.05.13 23:09:52.354629 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:09:52.354761 [ 269 ] {3955200a-e896-4ce8-8ed0-3f3b818a6280} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.354801 [ 269 ] {3955200a-e896-4ce8-8ed0-3f3b818a6280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.355118 [ 269 ] {3955200a-e896-4ce8-8ed0-3f3b818a6280} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:09:52.355325 [ 269 ] {3955200a-e896-4ce8-8ed0-3f3b818a6280} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.355427 [ 45 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.05.13 23:09:52.355449 [ 269 ] {3955200a-e896-4ce8-8ed0-3f3b818a6280} executeQuery: Read 112 rows, 6.53 KiB in 0.001175 sec., 95319.14893617021 rows/sec., 5.43 MiB/sec. 2025.05.13 23:09:52.355456 [ 45 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.355487 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.355493 [ 269 ] {3955200a-e896-4ce8-8ed0-3f3b818a6280} TCPHandler: Processed in 0.001344813 sec. 2025.05.13 23:09:52.355565 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2025.05.13 23:09:52.355615 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.355639 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:52.355668 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 112 rows starting from the beginning of the part 2025.05.13 23:09:52.355711 [ 269 ] {1bca03a3-f140-4c81-be5f-d0c531c22481} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:52.355715 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part 2025.05.13 23:09:52.355759 [ 269 ] {1bca03a3-f140-4c81-be5f-d0c531c22481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:52.355772 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part 2025.05.13 23:09:52.355812 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part 2025.05.13 23:09:52.355845 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part 2025.05.13 23:09:52.356325 [ 269 ] {1bca03a3-f140-4c81-be5f-d0c531c22481} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.356366 [ 269 ] {1bca03a3-f140-4c81-be5f-d0c531c22481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.356509 [ 187 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.000969941 sec., 577354.7050799998 rows/sec., 35.09 MiB/sec. 2025.05.13 23:09:52.356656 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.05.13 23:09:52.356814 [ 269 ] {1bca03a3-f140-4c81-be5f-d0c531c22481} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.05.13 23:09:52.356996 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.357086 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_45_11} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.05.13 23:09:52.357107 [ 269 ] {1bca03a3-f140-4c81-be5f-d0c531c22481} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.357164 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:09:52.357244 [ 269 ] {1bca03a3-f140-4c81-be5f-d0c531c22481} executeQuery: Read 399 rows, 28.96 KiB in 0.00155 sec., 257419.3548387097 rows/sec., 18.24 MiB/sec. 2025.05.13 23:09:52.357285 [ 269 ] {1bca03a3-f140-4c81-be5f-d0c531c22481} TCPHandler: Processed in 0.001717735 sec. 2025.05.13 23:09:52.357398 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.357490 [ 269 ] {21f35b2a-82e7-4bd3-b0de-0f0750e0f90f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:09:52.357530 [ 269 ] {21f35b2a-82e7-4bd3-b0de-0f0750e0f90f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:09:52.357878 [ 269 ] {21f35b2a-82e7-4bd3-b0de-0f0750e0f90f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.357913 [ 269 ] {21f35b2a-82e7-4bd3-b0de-0f0750e0f90f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.358220 [ 269 ] {21f35b2a-82e7-4bd3-b0de-0f0750e0f90f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:09:52.358441 [ 269 ] {21f35b2a-82e7-4bd3-b0de-0f0750e0f90f} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.358583 [ 269 ] {21f35b2a-82e7-4bd3-b0de-0f0750e0f90f} executeQuery: Read 6 rows, 321.00 B in 0.00111 sec., 5405.405405405405 rows/sec., 282.41 KiB/sec. 2025.05.13 23:09:52.358620 [ 269 ] {21f35b2a-82e7-4bd3-b0de-0f0750e0f90f} TCPHandler: Processed in 0.001269841 sec. 2025.05.13 23:09:52.358736 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.358839 [ 269 ] {dd7b608e-b900-466e-90f0-abedb372b8fb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:52.358884 [ 269 ] {dd7b608e-b900-466e-90f0-abedb372b8fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:52.359308 [ 269 ] {dd7b608e-b900-466e-90f0-abedb372b8fb} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.359346 [ 269 ] {dd7b608e-b900-466e-90f0-abedb372b8fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.359737 [ 269 ] {dd7b608e-b900-466e-90f0-abedb372b8fb} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.05.13 23:09:52.360012 [ 269 ] {dd7b608e-b900-466e-90f0-abedb372b8fb} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.360166 [ 269 ] {dd7b608e-b900-466e-90f0-abedb372b8fb} executeQuery: Read 241 rows, 16.55 KiB in 0.001344 sec., 179315.4761904762 rows/sec., 12.02 MiB/sec. 2025.05.13 23:09:52.360212 [ 269 ] {dd7b608e-b900-466e-90f0-abedb372b8fb} TCPHandler: Processed in 0.001525899 sec. 2025.05.13 23:09:52.360347 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.360461 [ 269 ] {b495bfc3-39e3-40a8-82ce-8a0c52f391f1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:09:52.360514 [ 269 ] {b495bfc3-39e3-40a8-82ce-8a0c52f391f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:09:52.360842 [ 269 ] {b495bfc3-39e3-40a8-82ce-8a0c52f391f1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.360880 [ 269 ] {b495bfc3-39e3-40a8-82ce-8a0c52f391f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.361204 [ 269 ] {b495bfc3-39e3-40a8-82ce-8a0c52f391f1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:09:52.361414 [ 269 ] {b495bfc3-39e3-40a8-82ce-8a0c52f391f1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.361524 [ 85 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.05.13 23:09:52.361547 [ 269 ] {b495bfc3-39e3-40a8-82ce-8a0c52f391f1} executeQuery: Read 1 rows, 69.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 60.76 KiB/sec. 2025.05.13 23:09:52.361566 [ 85 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.361589 [ 269 ] {b495bfc3-39e3-40a8-82ce-8a0c52f391f1} TCPHandler: Processed in 0.001302322 sec. 2025.05.13 23:09:52.361593 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.361685 [ 186 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.05.13 23:09:52.361709 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.361805 [ 186 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:52.361808 [ 269 ] {0e037e8c-7efa-4ec5-8cae-c93a96d64117} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:52.361843 [ 186 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part 2025.05.13 23:09:52.361883 [ 269 ] {0e037e8c-7efa-4ec5-8cae-c93a96d64117} 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.05.13 23:09:52.361899 [ 186 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:52.361944 [ 186 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:52.361982 [ 186 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:52.362018 [ 186 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:52.362055 [ 186 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part 2025.05.13 23:09:52.362702 [ 269 ] {0e037e8c-7efa-4ec5-8cae-c93a96d64117} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.362744 [ 269 ] {0e037e8c-7efa-4ec5-8cae-c93a96d64117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.362863 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.001204638 sec., 37355.62052666444 rows/sec., 2.46 MiB/sec. 2025.05.13 23:09:52.363044 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.05.13 23:09:52.363324 [ 269 ] {0e037e8c-7efa-4ec5-8cae-c93a96d64117} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:09:52.363345 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.363427 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_45_9} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.05.13 23:09:52.363508 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:09:52.363598 [ 269 ] {0e037e8c-7efa-4ec5-8cae-c93a96d64117} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.363746 [ 269 ] {0e037e8c-7efa-4ec5-8cae-c93a96d64117} executeQuery: Read 9 rows, 16.51 KiB in 0.001956 sec., 4601.226993865031 rows/sec., 8.25 MiB/sec. 2025.05.13 23:09:52.363803 [ 269 ] {0e037e8c-7efa-4ec5-8cae-c93a96d64117} TCPHandler: Processed in 0.002142569 sec. 2025.05.13 23:09:52.363920 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:52.364014 [ 269 ] {958510f7-3169-4847-8cf7-7fe58668b107} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:52.364056 [ 269 ] {958510f7-3169-4847-8cf7-7fe58668b107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:52.364409 [ 269 ] {958510f7-3169-4847-8cf7-7fe58668b107} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:52.364447 [ 269 ] {958510f7-3169-4847-8cf7-7fe58668b107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:52.364784 [ 269 ] {958510f7-3169-4847-8cf7-7fe58668b107} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.05.13 23:09:52.364996 [ 269 ] {958510f7-3169-4847-8cf7-7fe58668b107} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:52.365125 [ 269 ] {958510f7-3169-4847-8cf7-7fe58668b107} executeQuery: Read 82 rows, 5.33 KiB in 0.001129 sec., 72630.64658990256 rows/sec., 4.61 MiB/sec. 2025.05.13 23:09:52.365163 [ 269 ] {958510f7-3169-4847-8cf7-7fe58668b107} TCPHandler: Processed in 0.001292841 sec. 2025.05.13 23:09:53.616869 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744 2025.05.13 23:09:53.617428 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:53.617487 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:53.617991 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:09:53.618228 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:53.618362 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 2025.05.13 23:09:55.317052 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.05.13 23:09:55.332243 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:55.332298 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:55.337681 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:09:55.338368 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:55.341152 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.05.13 23:09:57.338859 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:57.339170 [ 269 ] {4a44db87-8fe5-43c1-a855-0921f0d2bc6b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:09:57.339278 [ 269 ] {4a44db87-8fe5-43c1-a855-0921f0d2bc6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:09:57.340131 [ 269 ] {4a44db87-8fe5-43c1-a855-0921f0d2bc6b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:57.340179 [ 269 ] {4a44db87-8fe5-43c1-a855-0921f0d2bc6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:57.340588 [ 269 ] {4a44db87-8fe5-43c1-a855-0921f0d2bc6b} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.05.13 23:09:57.340824 [ 269 ] {4a44db87-8fe5-43c1-a855-0921f0d2bc6b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:57.340979 [ 269 ] {4a44db87-8fe5-43c1-a855-0921f0d2bc6b} executeQuery: Read 120 rows, 10.47 KiB in 0.001887 sec., 63593.00476947536 rows/sec., 5.42 MiB/sec. 2025.05.13 23:09:57.340987 [ 42 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 2025.05.13 23:09:57.341023 [ 269 ] {4a44db87-8fe5-43c1-a855-0921f0d2bc6b} TCPHandler: Processed in 0.002354405 sec. 2025.05.13 23:09:57.341057 [ 42 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:57.341086 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:57.341160 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:57.341209 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full 2025.05.13 23:09:57.341260 [ 269 ] {88f1d72d-6654-40ca-bea6-c9d58973eda9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:09:57.341306 [ 269 ] {88f1d72d-6654-40ca-bea6-c9d58973eda9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:09:57.341348 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:57.341388 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_105_21, total 1849 rows starting from the beginning of the part 2025.05.13 23:09:57.341456 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part 2025.05.13 23:09:57.341503 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 635 rows starting from the beginning of the part 2025.05.13 23:09:57.341546 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 120 rows starting from the beginning of the part 2025.05.13 23:09:57.341585 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 639 rows starting from the beginning of the part 2025.05.13 23:09:57.341630 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 120 rows starting from the beginning of the part 2025.05.13 23:09:57.341721 [ 269 ] {88f1d72d-6654-40ca-bea6-c9d58973eda9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:57.341765 [ 269 ] {88f1d72d-6654-40ca-bea6-c9d58973eda9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:57.342095 [ 269 ] {88f1d72d-6654-40ca-bea6-c9d58973eda9} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:09:57.342336 [ 269 ] {88f1d72d-6654-40ca-bea6-c9d58973eda9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:57.342470 [ 269 ] {88f1d72d-6654-40ca-bea6-c9d58973eda9} executeQuery: Read 32 rows, 2.41 KiB in 0.001229 sec., 26037.428803905612 rows/sec., 1.91 MiB/sec. 2025.05.13 23:09:57.342511 [ 269 ] {88f1d72d-6654-40ca-bea6-c9d58973eda9} TCPHandler: Processed in 0.001400664 sec. 2025.05.13 23:09:57.342627 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:57.342722 [ 269 ] {844ddab0-a437-4310-99c9-f115aa762369} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:09:57.342761 [ 269 ] {844ddab0-a437-4310-99c9-f115aa762369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:09:57.343063 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergeTask::MergeProjectionsStage: Merge sorted 3419 rows, containing 5 columns (5 merged, 0 gathered) in 0.001907321 sec., 1792566.641902438 rows/sec., 151.10 MiB/sec. 2025.05.13 23:09:57.343183 [ 269 ] {844ddab0-a437-4310-99c9-f115aa762369} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:57.343225 [ 269 ] {844ddab0-a437-4310-99c9-f115aa762369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:57.343356 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) 2025.05.13 23:09:57.343563 [ 269 ] {844ddab0-a437-4310-99c9-f115aa762369} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.05.13 23:09:57.343695 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:57.343784 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_110_22} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 2025.05.13 23:09:57.343823 [ 269 ] {844ddab0-a437-4310-99c9-f115aa762369} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:57.343874 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.05.13 23:09:57.343953 [ 42 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 2025.05.13 23:09:57.343964 [ 269 ] {844ddab0-a437-4310-99c9-f115aa762369} executeQuery: Read 96 rows, 7.68 KiB in 0.00126 sec., 76190.47619047618 rows/sec., 5.95 MiB/sec. 2025.05.13 23:09:57.343993 [ 42 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:57.344017 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:57.344019 [ 269 ] {844ddab0-a437-4310-99c9-f115aa762369} TCPHandler: Processed in 0.001441057 sec. 2025.05.13 23:09:57.344099 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full 2025.05.13 23:09:57.344151 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:57.344185 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:09:57.344214 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_105_21, total 915 rows starting from the beginning of the part 2025.05.13 23:09:57.344246 [ 269 ] {b3c366c8-d2bd-484a-80cc-1fc41bbecc92} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:57.344270 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part 2025.05.13 23:09:57.344289 [ 269 ] {b3c366c8-d2bd-484a-80cc-1fc41bbecc92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:09:57.344314 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 391 rows starting from the beginning of the part 2025.05.13 23:09:57.344355 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 96 rows starting from the beginning of the part 2025.05.13 23:09:57.344396 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 399 rows starting from the beginning of the part 2025.05.13 23:09:57.344436 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 96 rows starting from the beginning of the part 2025.05.13 23:09:57.344696 [ 269 ] {b3c366c8-d2bd-484a-80cc-1fc41bbecc92} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:57.344730 [ 269 ] {b3c366c8-d2bd-484a-80cc-1fc41bbecc92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:57.345064 [ 269 ] {b3c366c8-d2bd-484a-80cc-1fc41bbecc92} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.05.13 23:09:57.345281 [ 269 ] {b3c366c8-d2bd-484a-80cc-1fc41bbecc92} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:57.345408 [ 269 ] {b3c366c8-d2bd-484a-80cc-1fc41bbecc92} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.05.13 23:09:57.345446 [ 269 ] {b3c366c8-d2bd-484a-80cc-1fc41bbecc92} TCPHandler: Processed in 0.001343253 sec. 2025.05.13 23:09:57.345478 [ 197 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.001415365 sec., 1385508.3317730762 rows/sec., 105.89 MiB/sec. 2025.05.13 23:09:57.345559 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:57.345660 [ 269 ] {1c88b9fd-da6d-47e6-93a4-29fcbad24276} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:09:57.345697 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) 2025.05.13 23:09:57.345715 [ 269 ] {1c88b9fd-da6d-47e6-93a4-29fcbad24276} 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.05.13 23:09:57.346035 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:57.346133 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_110_22} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 2025.05.13 23:09:57.346238 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.05.13 23:09:57.346517 [ 269 ] {1c88b9fd-da6d-47e6-93a4-29fcbad24276} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:57.346559 [ 269 ] {1c88b9fd-da6d-47e6-93a4-29fcbad24276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:57.347115 [ 269 ] {1c88b9fd-da6d-47e6-93a4-29fcbad24276} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:09:57.347352 [ 269 ] {1c88b9fd-da6d-47e6-93a4-29fcbad24276} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:57.347490 [ 269 ] {1c88b9fd-da6d-47e6-93a4-29fcbad24276} executeQuery: Read 32 rows, 58.72 KiB in 0.001848 sec., 17316.017316017314 rows/sec., 31.03 MiB/sec. 2025.05.13 23:09:57.347546 [ 269 ] {1c88b9fd-da6d-47e6-93a4-29fcbad24276} TCPHandler: Processed in 0.002036325 sec. 2025.05.13 23:09:57.347665 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:09:57.347760 [ 269 ] {32c05a9a-0056-4cb5-a658-061e05603f99} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:09:57.347803 [ 269 ] {32c05a9a-0056-4cb5-a658-061e05603f99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:09:57.348143 [ 269 ] {32c05a9a-0056-4cb5-a658-061e05603f99} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:09:57.348179 [ 269 ] {32c05a9a-0056-4cb5-a658-061e05603f99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:09:57.348482 [ 269 ] {32c05a9a-0056-4cb5-a658-061e05603f99} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.05.13 23:09:57.348704 [ 269 ] {32c05a9a-0056-4cb5-a658-061e05603f99} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:09:57.348831 [ 269 ] {32c05a9a-0056-4cb5-a658-061e05603f99} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.05.13 23:09:57.348868 [ 269 ] {32c05a9a-0056-4cb5-a658-061e05603f99} TCPHandler: Processed in 0.00125404 sec. 2025.05.13 23:10:00.925239 [ 84 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:10:00.925309 [ 84 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:10:01.119371 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232 2025.05.13 23:10:01.119854 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:01.119894 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:01.120361 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:10:01.120594 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:01.120734 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232 2025.05.13 23:10:01.211335 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1962 2025.05.13 23:10:01.213720 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:01.213774 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:01.214972 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:10:01.215235 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:01.215534 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1962 2025.05.13 23:10:02.344418 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.344702 [ 269 ] {265e621b-3e23-4383-b918-c6dc58ceec23} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:10:02.344800 [ 269 ] {265e621b-3e23-4383-b918-c6dc58ceec23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:10:02.345610 [ 269 ] {265e621b-3e23-4383-b918-c6dc58ceec23} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.345659 [ 269 ] {265e621b-3e23-4383-b918-c6dc58ceec23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.346065 [ 269 ] {265e621b-3e23-4383-b918-c6dc58ceec23} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:10:02.346285 [ 269 ] {265e621b-3e23-4383-b918-c6dc58ceec23} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.346437 [ 269 ] {265e621b-3e23-4383-b918-c6dc58ceec23} executeQuery: Read 212 rows, 13.81 KiB in 0.001808 sec., 117256.63716814159 rows/sec., 7.46 MiB/sec. 2025.05.13 23:10:02.346483 [ 269 ] {265e621b-3e23-4383-b918-c6dc58ceec23} TCPHandler: Processed in 0.002238682 sec. 2025.05.13 23:10:02.346613 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.346707 [ 269 ] {eca6f8d3-a3a1-4ef0-8331-855317bb7ac6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:02.346748 [ 269 ] {eca6f8d3-a3a1-4ef0-8331-855317bb7ac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:02.347543 [ 269 ] {eca6f8d3-a3a1-4ef0-8331-855317bb7ac6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.347581 [ 269 ] {eca6f8d3-a3a1-4ef0-8331-855317bb7ac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.347927 [ 269 ] {eca6f8d3-a3a1-4ef0-8331-855317bb7ac6} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.05.13 23:10:02.348143 [ 269 ] {eca6f8d3-a3a1-4ef0-8331-855317bb7ac6} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.348279 [ 269 ] {eca6f8d3-a3a1-4ef0-8331-855317bb7ac6} executeQuery: Read 635 rows, 51.07 KiB in 0.00159 sec., 399371.06918238994 rows/sec., 31.37 MiB/sec. 2025.05.13 23:10:02.348317 [ 269 ] {eca6f8d3-a3a1-4ef0-8331-855317bb7ac6} TCPHandler: Processed in 0.001752196 sec. 2025.05.13 23:10:02.348444 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.348538 [ 269 ] {ab61d0d1-d9a7-49a3-be35-e3c262f6870f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:02.348579 [ 269 ] {ab61d0d1-d9a7-49a3-be35-e3c262f6870f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:02.349067 [ 269 ] {ab61d0d1-d9a7-49a3-be35-e3c262f6870f} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.349106 [ 269 ] {ab61d0d1-d9a7-49a3-be35-e3c262f6870f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.349421 [ 269 ] {ab61d0d1-d9a7-49a3-be35-e3c262f6870f} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:10:02.349633 [ 269 ] {ab61d0d1-d9a7-49a3-be35-e3c262f6870f} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.349761 [ 269 ] {ab61d0d1-d9a7-49a3-be35-e3c262f6870f} executeQuery: Read 115 rows, 7.06 KiB in 0.001242 sec., 92592.59259259258 rows/sec., 5.55 MiB/sec. 2025.05.13 23:10:02.349801 [ 269 ] {ab61d0d1-d9a7-49a3-be35-e3c262f6870f} TCPHandler: Processed in 0.001405905 sec. 2025.05.13 23:10:02.349917 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.350010 [ 269 ] {0eb563ee-75b5-4b83-a4e8-e6855246833b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:10:02.350050 [ 269 ] {0eb563ee-75b5-4b83-a4e8-e6855246833b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:10:02.350477 [ 269 ] {0eb563ee-75b5-4b83-a4e8-e6855246833b} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.350540 [ 269 ] {0eb563ee-75b5-4b83-a4e8-e6855246833b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.350840 [ 269 ] {0eb563ee-75b5-4b83-a4e8-e6855246833b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:10:02.351043 [ 269 ] {0eb563ee-75b5-4b83-a4e8-e6855246833b} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.351171 [ 269 ] {0eb563ee-75b5-4b83-a4e8-e6855246833b} executeQuery: Read 113 rows, 7.49 KiB in 0.001179 sec., 95843.93553859204 rows/sec., 6.20 MiB/sec. 2025.05.13 23:10:02.351209 [ 269 ] {0eb563ee-75b5-4b83-a4e8-e6855246833b} TCPHandler: Processed in 0.001339673 sec. 2025.05.13 23:10:02.351325 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.351418 [ 269 ] {65ca3d43-2dc2-43ca-b039-9bfde3f2b57d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:10:02.351456 [ 269 ] {65ca3d43-2dc2-43ca-b039-9bfde3f2b57d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:10:02.351938 [ 269 ] {65ca3d43-2dc2-43ca-b039-9bfde3f2b57d} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.351975 [ 269 ] {65ca3d43-2dc2-43ca-b039-9bfde3f2b57d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.352283 [ 269 ] {65ca3d43-2dc2-43ca-b039-9bfde3f2b57d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:10:02.352494 [ 269 ] {65ca3d43-2dc2-43ca-b039-9bfde3f2b57d} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.352620 [ 269 ] {65ca3d43-2dc2-43ca-b039-9bfde3f2b57d} executeQuery: Read 112 rows, 6.53 KiB in 0.00122 sec., 91803.27868852459 rows/sec., 5.23 MiB/sec. 2025.05.13 23:10:02.352658 [ 269 ] {65ca3d43-2dc2-43ca-b039-9bfde3f2b57d} TCPHandler: Processed in 0.001380754 sec. 2025.05.13 23:10:02.352773 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.352868 [ 269 ] {3ed69f8c-bff5-4c1e-91df-c0dc0097d0a5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:02.352907 [ 269 ] {3ed69f8c-bff5-4c1e-91df-c0dc0097d0a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:02.353456 [ 269 ] {3ed69f8c-bff5-4c1e-91df-c0dc0097d0a5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.353491 [ 269 ] {3ed69f8c-bff5-4c1e-91df-c0dc0097d0a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.353827 [ 269 ] {3ed69f8c-bff5-4c1e-91df-c0dc0097d0a5} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.05.13 23:10:02.354032 [ 269 ] {3ed69f8c-bff5-4c1e-91df-c0dc0097d0a5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.354160 [ 269 ] {3ed69f8c-bff5-4c1e-91df-c0dc0097d0a5} executeQuery: Read 391 rows, 28.31 KiB in 0.00131 sec., 298473.2824427481 rows/sec., 21.10 MiB/sec. 2025.05.13 23:10:02.354197 [ 269 ] {3ed69f8c-bff5-4c1e-91df-c0dc0097d0a5} TCPHandler: Processed in 0.001471967 sec. 2025.05.13 23:10:02.354314 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.354407 [ 269 ] {0500b0e7-51f4-4c83-b2ab-dbb76cc2703d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:10:02.354447 [ 269 ] {0500b0e7-51f4-4c83-b2ab-dbb76cc2703d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:10:02.354784 [ 269 ] {0500b0e7-51f4-4c83-b2ab-dbb76cc2703d} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.354819 [ 269 ] {0500b0e7-51f4-4c83-b2ab-dbb76cc2703d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.355113 [ 269 ] {0500b0e7-51f4-4c83-b2ab-dbb76cc2703d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:10:02.355316 [ 269 ] {0500b0e7-51f4-4c83-b2ab-dbb76cc2703d} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.355440 [ 269 ] {0500b0e7-51f4-4c83-b2ab-dbb76cc2703d} executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. 2025.05.13 23:10:02.355447 [ 82 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.05.13 23:10:02.355480 [ 269 ] {0500b0e7-51f4-4c83-b2ab-dbb76cc2703d} TCPHandler: Processed in 0.001213178 sec. 2025.05.13 23:10:02.355516 [ 82 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.355544 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.355606 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.355644 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:10:02.355703 [ 269 ] {834b7946-aef0-4ea0-9850-f390540a9be7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:02.355749 [ 269 ] {834b7946-aef0-4ea0-9850-f390540a9be7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:02.355781 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:02.355827 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part 2025.05.13 23:10:02.355905 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:02.355954 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:02.355998 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:02.356041 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:02.356085 [ 198 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:02.356158 [ 269 ] {834b7946-aef0-4ea0-9850-f390540a9be7} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.356198 [ 269 ] {834b7946-aef0-4ea0-9850-f390540a9be7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.356557 [ 269 ] {834b7946-aef0-4ea0-9850-f390540a9be7} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.05.13 23:10:02.356788 [ 269 ] {834b7946-aef0-4ea0-9850-f390540a9be7} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.356924 [ 269 ] {834b7946-aef0-4ea0-9850-f390540a9be7} executeQuery: Read 237 rows, 16.27 KiB in 0.001239 sec., 191283.29297820822 rows/sec., 12.82 MiB/sec. 2025.05.13 23:10:02.356961 [ 269 ] {834b7946-aef0-4ea0-9850-f390540a9be7} TCPHandler: Processed in 0.001403075 sec. 2025.05.13 23:10:02.357000 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.001397375 sec., 197513.194382324 rows/sec., 10.08 MiB/sec. 2025.05.13 23:10:02.357082 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.357179 [ 269 ] {6fe1a755-7a94-46ad-997c-93e6e4c85a7e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:10:02.357220 [ 269 ] {6fe1a755-7a94-46ad-997c-93e6e4c85a7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:10:02.357220 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.05.13 23:10:02.357536 [ 269 ] {6fe1a755-7a94-46ad-997c-93e6e4c85a7e} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.357577 [ 269 ] {6fe1a755-7a94-46ad-997c-93e6e4c85a7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.357593 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.357691 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_46_9} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.05.13 23:10:02.357810 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.13 23:10:02.357880 [ 269 ] {6fe1a755-7a94-46ad-997c-93e6e4c85a7e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:10:02.358096 [ 269 ] {6fe1a755-7a94-46ad-997c-93e6e4c85a7e} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.358223 [ 269 ] {6fe1a755-7a94-46ad-997c-93e6e4c85a7e} executeQuery: Read 1 rows, 69.00 B in 0.001062 sec., 941.6195856873823 rows/sec., 63.45 KiB/sec. 2025.05.13 23:10:02.358260 [ 269 ] {6fe1a755-7a94-46ad-997c-93e6e4c85a7e} TCPHandler: Processed in 0.001232229 sec. 2025.05.13 23:10:02.358372 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.358464 [ 269 ] {fb4f9ee2-153d-49ca-aa8b-7b470694edb5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:02.358518 [ 269 ] {fb4f9ee2-153d-49ca-aa8b-7b470694edb5} 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.05.13 23:10:02.359291 [ 269 ] {fb4f9ee2-153d-49ca-aa8b-7b470694edb5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.359327 [ 269 ] {fb4f9ee2-153d-49ca-aa8b-7b470694edb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.359843 [ 269 ] {fb4f9ee2-153d-49ca-aa8b-7b470694edb5} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:10:02.360061 [ 269 ] {fb4f9ee2-153d-49ca-aa8b-7b470694edb5} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.360192 [ 269 ] {fb4f9ee2-153d-49ca-aa8b-7b470694edb5} executeQuery: Read 9 rows, 16.51 KiB in 0.001745 sec., 5157.593123209169 rows/sec., 9.24 MiB/sec. 2025.05.13 23:10:02.360245 [ 269 ] {fb4f9ee2-153d-49ca-aa8b-7b470694edb5} TCPHandler: Processed in 0.001920251 sec. 2025.05.13 23:10:02.360359 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:02.360452 [ 269 ] {f7e5b655-ac9f-4710-ba92-06a6d765d14c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:02.360491 [ 269 ] {f7e5b655-ac9f-4710-ba92-06a6d765d14c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:02.360825 [ 269 ] {f7e5b655-ac9f-4710-ba92-06a6d765d14c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.360861 [ 269 ] {f7e5b655-ac9f-4710-ba92-06a6d765d14c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.361160 [ 269 ] {f7e5b655-ac9f-4710-ba92-06a6d765d14c} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.05.13 23:10:02.361362 [ 269 ] {f7e5b655-ac9f-4710-ba92-06a6d765d14c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.361484 [ 269 ] {f7e5b655-ac9f-4710-ba92-06a6d765d14c} executeQuery: Read 82 rows, 5.33 KiB in 0.00105 sec., 78095.2380952381 rows/sec., 4.96 MiB/sec. 2025.05.13 23:10:02.361497 [ 82 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.05.13 23:10:02.361519 [ 269 ] {f7e5b655-ac9f-4710-ba92-06a6d765d14c} TCPHandler: Processed in 0.001207699 sec. 2025.05.13 23:10:02.361539 [ 82 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.361564 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.361632 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.05.13 23:10:02.361732 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:02.361769 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6454 rows starting from the beginning of the part 2025.05.13 23:10:02.361817 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part 2025.05.13 23:10:02.361857 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2025.05.13 23:10:02.361894 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part 2025.05.13 23:10:02.361930 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2025.05.13 23:10:02.361970 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part 2025.05.13 23:10:02.363643 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6820 rows, containing 4 columns (4 merged, 0 gathered) in 0.002038276 sec., 3345964.9232979245 rows/sec., 218.24 MiB/sec. 2025.05.13 23:10:02.363990 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.05.13 23:10:02.364229 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.364303 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_111_22} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.05.13 23:10:02.364366 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.05.13 23:10:02.842105 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.05.13 23:10:02.857814 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:02.857869 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.04 GiB. 2025.05.13 23:10:02.863697 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:10:02.864388 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:02.867082 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.05.13 23:10:03.001154 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 334.45 MiB, peak 347.19 MiB, free memory in arenas 0.00 B, will set to 333.11 MiB (RSS), difference: -1.34 MiB 2025.05.13 23:10:05.555727 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:05.556006 [ 269 ] {605d5fea-dd05-43b2-9bb5-81442a95598c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:10:05.556075 [ 269 ] {605d5fea-dd05-43b2-9bb5-81442a95598c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:10:05.556719 [ 269 ] {605d5fea-dd05-43b2-9bb5-81442a95598c} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.556759 [ 269 ] {605d5fea-dd05-43b2-9bb5-81442a95598c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.557158 [ 269 ] {605d5fea-dd05-43b2-9bb5-81442a95598c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.05.13 23:10:05.557400 [ 269 ] {605d5fea-dd05-43b2-9bb5-81442a95598c} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.557558 [ 269 ] {605d5fea-dd05-43b2-9bb5-81442a95598c} executeQuery: Read 2 rows, 167.00 B in 0.001604 sec., 1246.8827930174564 rows/sec., 101.67 KiB/sec. 2025.05.13 23:10:05.557601 [ 269 ] {605d5fea-dd05-43b2-9bb5-81442a95598c} TCPHandler: Processed in 0.002064556 sec. 2025.05.13 23:10:05.557724 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:05.557819 [ 269 ] {b35c6101-afc4-48a9-accb-cd0a1381d7e4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:05.557860 [ 269 ] {b35c6101-afc4-48a9-accb-cd0a1381d7e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:05.558908 [ 269 ] {b35c6101-afc4-48a9-accb-cd0a1381d7e4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.558944 [ 269 ] {b35c6101-afc4-48a9-accb-cd0a1381d7e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.559334 [ 269 ] {b35c6101-afc4-48a9-accb-cd0a1381d7e4} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.05.13 23:10:05.559557 [ 269 ] {b35c6101-afc4-48a9-accb-cd0a1381d7e4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.559687 [ 269 ] {b35c6101-afc4-48a9-accb-cd0a1381d7e4} executeQuery: Read 1261 rows, 106.66 KiB in 0.001886 sec., 668610.816542948 rows/sec., 55.23 MiB/sec. 2025.05.13 23:10:05.559725 [ 269 ] {b35c6101-afc4-48a9-accb-cd0a1381d7e4} TCPHandler: Processed in 0.002051286 sec. 2025.05.13 23:10:05.559841 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:05.559935 [ 269 ] {321a3829-0f86-43f1-ba84-4d8cf192c8a7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:05.559976 [ 269 ] {321a3829-0f86-43f1-ba84-4d8cf192c8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:05.560409 [ 269 ] {321a3829-0f86-43f1-ba84-4d8cf192c8a7} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.560445 [ 269 ] {321a3829-0f86-43f1-ba84-4d8cf192c8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.560757 [ 269 ] {321a3829-0f86-43f1-ba84-4d8cf192c8a7} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:10:05.560972 [ 269 ] {321a3829-0f86-43f1-ba84-4d8cf192c8a7} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.561101 [ 269 ] {321a3829-0f86-43f1-ba84-4d8cf192c8a7} executeQuery: Read 34 rows, 2.55 KiB in 0.001184 sec., 28716.216216216217 rows/sec., 2.10 MiB/sec. 2025.05.13 23:10:05.561138 [ 269 ] {321a3829-0f86-43f1-ba84-4d8cf192c8a7} TCPHandler: Processed in 0.001346844 sec. 2025.05.13 23:10:05.561240 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:05.561333 [ 269 ] {9e26cdc4-667c-46d8-8189-cb1882e8b814} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:10:05.561373 [ 269 ] {9e26cdc4-667c-46d8-8189-cb1882e8b814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:10:05.561856 [ 269 ] {9e26cdc4-667c-46d8-8189-cb1882e8b814} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.561891 [ 269 ] {9e26cdc4-667c-46d8-8189-cb1882e8b814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.562219 [ 269 ] {9e26cdc4-667c-46d8-8189-cb1882e8b814} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:10:05.562444 [ 269 ] {9e26cdc4-667c-46d8-8189-cb1882e8b814} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.562543 [ 79 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0 2025.05.13 23:10:05.562577 [ 269 ] {9e26cdc4-667c-46d8-8189-cb1882e8b814} executeQuery: Read 228 rows, 15.81 KiB in 0.00126 sec., 180952.38095238095 rows/sec., 12.25 MiB/sec. 2025.05.13 23:10:05.562578 [ 79 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.562609 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.562617 [ 269 ] {9e26cdc4-667c-46d8-8189-cb1882e8b814} TCPHandler: Processed in 0.001425966 sec. 2025.05.13 23:10:05.562741 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:05.562740 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full 2025.05.13 23:10:05.562859 [ 269 ] {82d47041-786e-41c6-91d6-9e37ca717642} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:05.562912 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:05.562913 [ 269 ] {82d47041-786e-41c6-91d6-9e37ca717642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:05.562958 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 341 rows starting from the beginning of the part 2025.05.13 23:10:05.563043 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 228 rows starting from the beginning of the part 2025.05.13 23:10:05.563097 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 113 rows starting from the beginning of the part 2025.05.13 23:10:05.563149 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 113 rows starting from the beginning of the part 2025.05.13 23:10:05.563202 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 113 rows starting from the beginning of the part 2025.05.13 23:10:05.563251 [ 198 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 228 rows starting from the beginning of the part 2025.05.13 23:10:05.563638 [ 269 ] {82d47041-786e-41c6-91d6-9e37ca717642} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.563686 [ 269 ] {82d47041-786e-41c6-91d6-9e37ca717642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.564248 [ 269 ] {82d47041-786e-41c6-91d6-9e37ca717642} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.05.13 23:10:05.564305 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.001628502 sec., 697573.5983130509 rows/sec., 49.07 MiB/sec. 2025.05.13 23:10:05.564479 [ 269 ] {82d47041-786e-41c6-91d6-9e37ca717642} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.564534 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary) 2025.05.13 23:10:05.564623 [ 269 ] {82d47041-786e-41c6-91d6-9e37ca717642} executeQuery: Read 554 rows, 42.13 KiB in 0.001789 sec., 309670.2068194522 rows/sec., 23.00 MiB/sec. 2025.05.13 23:10:05.564667 [ 269 ] {82d47041-786e-41c6-91d6-9e37ca717642} TCPHandler: Processed in 0.001988723 sec. 2025.05.13 23:10:05.564783 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:05.564879 [ 269 ] {9acb378f-5a1f-4a16-9acc-9cc4cfc6e211} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:05.564888 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.564929 [ 269 ] {9acb378f-5a1f-4a16-9acc-9cc4cfc6e211} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:05.564982 [ 188 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_59_12} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12 2025.05.13 23:10:05.565084 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.05.13 23:10:05.565553 [ 269 ] {9acb378f-5a1f-4a16-9acc-9cc4cfc6e211} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.565593 [ 269 ] {9acb378f-5a1f-4a16-9acc-9cc4cfc6e211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.565975 [ 269 ] {9acb378f-5a1f-4a16-9acc-9cc4cfc6e211} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.05.13 23:10:05.566188 [ 269 ] {9acb378f-5a1f-4a16-9acc-9cc4cfc6e211} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.566307 [ 76 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_107_22 to all_112_112_0 2025.05.13 23:10:05.566314 [ 269 ] {9acb378f-5a1f-4a16-9acc-9cc4cfc6e211} executeQuery: Read 929 rows, 63.86 KiB in 0.001453 sec., 639366.8272539573 rows/sec., 42.92 MiB/sec. 2025.05.13 23:10:05.566351 [ 76 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.566369 [ 269 ] {9acb378f-5a1f-4a16-9acc-9cc4cfc6e211} TCPHandler: Processed in 0.001636162 sec. 2025.05.13 23:10:05.566375 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.566460 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_107_22 to all_112_112_0 into Compact with storage Full 2025.05.13 23:10:05.566492 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:05.566562 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:05.566591 [ 269 ] {9f7a66c6-c9f1-40a7-a3ce-43d82b8165be} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:05.566592 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTreeSequentialSource: Reading 5 marks from part all_1_107_22, total 32454 rows starting from the beginning of the part 2025.05.13 23:10:05.566654 [ 269 ] {9f7a66c6-c9f1-40a7-a3ce-43d82b8165be} 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.05.13 23:10:05.566662 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2025.05.13 23:10:05.566711 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 241 rows starting from the beginning of the part 2025.05.13 23:10:05.566747 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2025.05.13 23:10:05.566786 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part 2025.05.13 23:10:05.566826 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 929 rows starting from the beginning of the part 2025.05.13 23:10:05.567537 [ 269 ] {9f7a66c6-c9f1-40a7-a3ce-43d82b8165be} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.567578 [ 269 ] {9f7a66c6-c9f1-40a7-a3ce-43d82b8165be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.568269 [ 269 ] {9f7a66c6-c9f1-40a7-a3ce-43d82b8165be} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:10:05.568504 [ 269 ] {9f7a66c6-c9f1-40a7-a3ce-43d82b8165be} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.568626 [ 76 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.05.13 23:10:05.568644 [ 269 ] {9f7a66c6-c9f1-40a7-a3ce-43d82b8165be} executeQuery: Read 32 rows, 58.72 KiB in 0.002071 sec., 15451.472718493482 rows/sec., 27.69 MiB/sec. 2025.05.13 23:10:05.568662 [ 76 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.568689 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.568703 [ 269 ] {9f7a66c6-c9f1-40a7-a3ce-43d82b8165be} TCPHandler: Processed in 0.002260523 sec. 2025.05.13 23:10:05.568759 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.05.13 23:10:05.568824 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:05.568923 [ 269 ] {53480e84-3673-4e99-8d46-a9354ddb8c19} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:05.568965 [ 269 ] {53480e84-3673-4e99-8d46-a9354ddb8c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:05.568997 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:05.569080 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1730 rows starting from the beginning of the part 2025.05.13 23:10:05.569252 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:05.569311 [ 269 ] {53480e84-3673-4e99-8d46-a9354ddb8c19} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:05.569353 [ 269 ] {53480e84-3673-4e99-8d46-a9354ddb8c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:05.569394 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 9 rows starting from the beginning of the part 2025.05.13 23:10:05.569525 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:05.569651 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 9 rows starting from the beginning of the part 2025.05.13 23:10:05.569777 [ 269 ] {53480e84-3673-4e99-8d46-a9354ddb8c19} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.05.13 23:10:05.569789 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:05.570013 [ 269 ] {53480e84-3673-4e99-8d46-a9354ddb8c19} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.570155 [ 269 ] {53480e84-3673-4e99-8d46-a9354ddb8c19} executeQuery: Read 44 rows, 3.03 KiB in 0.00125 sec., 35200 rows/sec., 2.37 MiB/sec. 2025.05.13 23:10:05.570191 [ 269 ] {53480e84-3673-4e99-8d46-a9354ddb8c19} TCPHandler: Processed in 0.001417355 sec. 2025.05.13 23:10:05.573684 [ 193 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergeTask::MergeProjectionsStage: Merge sorted 34181 rows, containing 5 columns (5 merged, 0 gathered) in 0.007248642 sec., 4715503.9523265185 rows/sec., 318.53 MiB/sec. 2025.05.13 23:10:05.574013 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} MergedBlockOutputStream: filled checksums all_1_112_23 (state Temporary) 2025.05.13 23:10:05.574336 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_112_23 to all_1_112_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.574417 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_112_23} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_107_22, all_112_112_0] -> all_1_112_23 2025.05.13 23:10:05.574530 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.05.13 23:10:05.581242 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 19 columns (19 merged, 0 gathered) in 0.0125133 sec., 147363.20554929556 rows/sec., 264.07 MiB/sec. 2025.05.13 23:10:05.583376 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.05.13 23:10:05.583744 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:05.583827 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_91_18} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.05.13 23:10:05.583983 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.26 MiB. 2025.05.13 23:10:06.001158 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 333.78 MiB, peak 351.00 MiB, free memory in arenas 0.00 B, will set to 341.14 MiB (RSS), difference: 7.36 MiB 2025.05.13 23:10:07.332769 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:07.332969 [ 269 ] {28cdee33-869d-4bb8-aabd-f2b0e2b5f2f8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:07.333040 [ 269 ] {28cdee33-869d-4bb8-aabd-f2b0e2b5f2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:07.333755 [ 269 ] {28cdee33-869d-4bb8-aabd-f2b0e2b5f2f8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:07.333799 [ 269 ] {28cdee33-869d-4bb8-aabd-f2b0e2b5f2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:07.334213 [ 269 ] {28cdee33-869d-4bb8-aabd-f2b0e2b5f2f8} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.05.13 23:10:07.334436 [ 269 ] {28cdee33-869d-4bb8-aabd-f2b0e2b5f2f8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:07.334585 [ 269 ] {28cdee33-869d-4bb8-aabd-f2b0e2b5f2f8} executeQuery: Read 56 rows, 4.38 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.55 MiB/sec. 2025.05.13 23:10:07.334628 [ 269 ] {28cdee33-869d-4bb8-aabd-f2b0e2b5f2f8} TCPHandler: Processed in 0.002008794 sec. 2025.05.13 23:10:07.334753 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:07.334849 [ 269 ] {fa129721-0ccf-4fb1-945b-b5417475bff5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:07.334889 [ 269 ] {fa129721-0ccf-4fb1-945b-b5417475bff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:07.335308 [ 269 ] {fa129721-0ccf-4fb1-945b-b5417475bff5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:07.335343 [ 269 ] {fa129721-0ccf-4fb1-945b-b5417475bff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:07.335653 [ 269 ] {fa129721-0ccf-4fb1-945b-b5417475bff5} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.05.13 23:10:07.335870 [ 269 ] {fa129721-0ccf-4fb1-945b-b5417475bff5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:07.336001 [ 269 ] {fa129721-0ccf-4fb1-945b-b5417475bff5} executeQuery: Read 64 rows, 5.12 KiB in 0.00117 sec., 54700.854700854696 rows/sec., 4.27 MiB/sec. 2025.05.13 23:10:07.336039 [ 269 ] {fa129721-0ccf-4fb1-945b-b5417475bff5} TCPHandler: Processed in 0.001336943 sec. 2025.05.13 23:10:07.336159 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:07.336253 [ 269 ] {930e0d85-7bde-41f7-81cd-2c65356e0ff9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:07.336296 [ 269 ] {930e0d85-7bde-41f7-81cd-2c65356e0ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:07.336673 [ 269 ] {930e0d85-7bde-41f7-81cd-2c65356e0ff9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:07.336709 [ 269 ] {930e0d85-7bde-41f7-81cd-2c65356e0ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:07.337035 [ 269 ] {930e0d85-7bde-41f7-81cd-2c65356e0ff9} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.05.13 23:10:07.337244 [ 269 ] {930e0d85-7bde-41f7-81cd-2c65356e0ff9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:07.337374 [ 269 ] {930e0d85-7bde-41f7-81cd-2c65356e0ff9} executeQuery: Read 42 rows, 2.99 KiB in 0.00114 sec., 36842.10526315789 rows/sec., 2.56 MiB/sec. 2025.05.13 23:10:07.337411 [ 269 ] {930e0d85-7bde-41f7-81cd-2c65356e0ff9} TCPHandler: Processed in 0.001302401 sec. 2025.05.13 23:10:07.337527 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:07.337621 [ 269 ] {dc4868ea-ced0-4e93-b133-8f8348c3fd95} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:07.337662 [ 269 ] {dc4868ea-ced0-4e93-b133-8f8348c3fd95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:07.337987 [ 269 ] {dc4868ea-ced0-4e93-b133-8f8348c3fd95} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:07.338023 [ 269 ] {dc4868ea-ced0-4e93-b133-8f8348c3fd95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:07.338345 [ 269 ] {dc4868ea-ced0-4e93-b133-8f8348c3fd95} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.05.13 23:10:07.338550 [ 269 ] {dc4868ea-ced0-4e93-b133-8f8348c3fd95} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:07.338681 [ 269 ] {dc4868ea-ced0-4e93-b133-8f8348c3fd95} executeQuery: Read 16 rows, 1.11 KiB in 0.001079 sec., 14828.544949026875 rows/sec., 1.00 MiB/sec. 2025.05.13 23:10:07.338718 [ 269 ] {dc4868ea-ced0-4e93-b133-8f8348c3fd95} TCPHandler: Processed in 0.00124037 sec. 2025.05.13 23:10:08.622547 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31659 2025.05.13 23:10:08.623249 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:08.623303 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:08.623948 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:10:08.624248 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:08.624426 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 2025.05.13 23:10:10.368069 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.05.13 23:10:10.385116 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:10.385174 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:10.391286 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:10:10.391976 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:10.394876 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.05.13 23:10:11.216607 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2008 2025.05.13 23:10:11.219236 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:11.219290 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:11.220561 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:10:11.220829 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:11.220994 [ 71 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.05.13 23:10:11.221096 [ 71 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:11.221112 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2008 2025.05.13 23:10:11.221131 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:11.221250 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::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.05.13 23:10:11.221776 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:11.221914 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1810 rows starting from the beginning of the part 2025.05.13 23:10:11.222254 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part 2025.05.13 23:10:11.222548 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 46 rows starting from the beginning of the part 2025.05.13 23:10:11.222838 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part 2025.05.13 23:10:11.223132 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part 2025.05.13 23:10:11.223448 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 46 rows starting from the beginning of the part 2025.05.13 23:10:11.229790 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2008 rows, containing 72 columns (72 merged, 0 gathered) in 0.008584895 sec., 233899.19154514992 rows/sec., 177.47 MiB/sec. 2025.05.13 23:10:11.231228 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.05.13 23:10:11.231699 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:11.231769 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_51_10} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.05.13 23:10:11.231924 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. 2025.05.13 23:10:12.344912 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.345110 [ 269 ] {18d2bb5b-14f9-4e6f-91e0-8fb68be3a986} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:10:12.345182 [ 269 ] {18d2bb5b-14f9-4e6f-91e0-8fb68be3a986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:10:12.345959 [ 269 ] {18d2bb5b-14f9-4e6f-91e0-8fb68be3a986} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.346012 [ 269 ] {18d2bb5b-14f9-4e6f-91e0-8fb68be3a986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.346430 [ 269 ] {18d2bb5b-14f9-4e6f-91e0-8fb68be3a986} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:10:12.346683 [ 269 ] {18d2bb5b-14f9-4e6f-91e0-8fb68be3a986} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.346841 [ 269 ] {18d2bb5b-14f9-4e6f-91e0-8fb68be3a986} executeQuery: Read 212 rows, 13.81 KiB in 0.001784 sec., 118834.08071748879 rows/sec., 7.56 MiB/sec. 2025.05.13 23:10:12.346887 [ 269 ] {18d2bb5b-14f9-4e6f-91e0-8fb68be3a986} TCPHandler: Processed in 0.002115097 sec. 2025.05.13 23:10:12.347015 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.347115 [ 269 ] {55563109-f3b6-4c08-b4bc-bcaffa14380d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:12.347156 [ 269 ] {55563109-f3b6-4c08-b4bc-bcaffa14380d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:12.347970 [ 269 ] {55563109-f3b6-4c08-b4bc-bcaffa14380d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.348006 [ 269 ] {55563109-f3b6-4c08-b4bc-bcaffa14380d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.348355 [ 269 ] {55563109-f3b6-4c08-b4bc-bcaffa14380d} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.05.13 23:10:12.348579 [ 269 ] {55563109-f3b6-4c08-b4bc-bcaffa14380d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.348710 [ 269 ] {55563109-f3b6-4c08-b4bc-bcaffa14380d} executeQuery: Read 635 rows, 51.07 KiB in 0.001615 sec., 393188.85448916414 rows/sec., 30.88 MiB/sec. 2025.05.13 23:10:12.348748 [ 269 ] {55563109-f3b6-4c08-b4bc-bcaffa14380d} TCPHandler: Processed in 0.001782797 sec. 2025.05.13 23:10:12.348862 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.348957 [ 269 ] {eab755be-a23b-4846-bf71-b0a9b638abcf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:12.348997 [ 269 ] {eab755be-a23b-4846-bf71-b0a9b638abcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:12.349434 [ 269 ] {eab755be-a23b-4846-bf71-b0a9b638abcf} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.349469 [ 269 ] {eab755be-a23b-4846-bf71-b0a9b638abcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.349770 [ 269 ] {eab755be-a23b-4846-bf71-b0a9b638abcf} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.05.13 23:10:12.350002 [ 269 ] {eab755be-a23b-4846-bf71-b0a9b638abcf} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.350132 [ 269 ] {eab755be-a23b-4846-bf71-b0a9b638abcf} executeQuery: Read 115 rows, 7.06 KiB in 0.001196 sec., 96153.84615384616 rows/sec., 5.77 MiB/sec. 2025.05.13 23:10:12.350170 [ 269 ] {eab755be-a23b-4846-bf71-b0a9b638abcf} TCPHandler: Processed in 0.001356143 sec. 2025.05.13 23:10:12.350293 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.350388 [ 269 ] {aa685d16-6dd1-4dfd-8f5a-5987df3ea607} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:10:12.350429 [ 269 ] {aa685d16-6dd1-4dfd-8f5a-5987df3ea607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:10:12.350863 [ 269 ] {aa685d16-6dd1-4dfd-8f5a-5987df3ea607} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.350898 [ 269 ] {aa685d16-6dd1-4dfd-8f5a-5987df3ea607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.351202 [ 269 ] {aa685d16-6dd1-4dfd-8f5a-5987df3ea607} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:10:12.351428 [ 269 ] {aa685d16-6dd1-4dfd-8f5a-5987df3ea607} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.351558 [ 269 ] {aa685d16-6dd1-4dfd-8f5a-5987df3ea607} executeQuery: Read 113 rows, 7.49 KiB in 0.00119 sec., 94957.98319327731 rows/sec., 6.15 MiB/sec. 2025.05.13 23:10:12.351595 [ 269 ] {aa685d16-6dd1-4dfd-8f5a-5987df3ea607} TCPHandler: Processed in 0.001349303 sec. 2025.05.13 23:10:12.351714 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.351807 [ 269 ] {880884b0-768f-450b-b120-49f56fb6234c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:10:12.351851 [ 269 ] {880884b0-768f-450b-b120-49f56fb6234c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:10:12.352282 [ 269 ] {880884b0-768f-450b-b120-49f56fb6234c} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.352318 [ 269 ] {880884b0-768f-450b-b120-49f56fb6234c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.352625 [ 269 ] {880884b0-768f-450b-b120-49f56fb6234c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:10:12.352841 [ 269 ] {880884b0-768f-450b-b120-49f56fb6234c} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.352965 [ 269 ] {880884b0-768f-450b-b120-49f56fb6234c} executeQuery: Read 112 rows, 6.53 KiB in 0.001175 sec., 95319.14893617021 rows/sec., 5.43 MiB/sec. 2025.05.13 23:10:12.353007 [ 269 ] {880884b0-768f-450b-b120-49f56fb6234c} TCPHandler: Processed in 0.001345223 sec. 2025.05.13 23:10:12.353132 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.353224 [ 269 ] {8c15b869-71af-4aa2-bafc-dadc532d7347} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:12.353277 [ 269 ] {8c15b869-71af-4aa2-bafc-dadc532d7347} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:12.353892 [ 269 ] {8c15b869-71af-4aa2-bafc-dadc532d7347} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.353930 [ 269 ] {8c15b869-71af-4aa2-bafc-dadc532d7347} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.354271 [ 269 ] {8c15b869-71af-4aa2-bafc-dadc532d7347} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.05.13 23:10:12.354505 [ 269 ] {8c15b869-71af-4aa2-bafc-dadc532d7347} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.354633 [ 269 ] {8c15b869-71af-4aa2-bafc-dadc532d7347} executeQuery: Read 391 rows, 28.31 KiB in 0.001425 sec., 274385.9649122807 rows/sec., 19.40 MiB/sec. 2025.05.13 23:10:12.354670 [ 269 ] {8c15b869-71af-4aa2-bafc-dadc532d7347} TCPHandler: Processed in 0.001588421 sec. 2025.05.13 23:10:12.354789 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.354882 [ 269 ] {6f1643f9-0e38-4084-af9a-fc41bee13927} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:10:12.354925 [ 269 ] {6f1643f9-0e38-4084-af9a-fc41bee13927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:10:12.355263 [ 269 ] {6f1643f9-0e38-4084-af9a-fc41bee13927} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.355299 [ 269 ] {6f1643f9-0e38-4084-af9a-fc41bee13927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.355608 [ 269 ] {6f1643f9-0e38-4084-af9a-fc41bee13927} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:10:12.355825 [ 269 ] {6f1643f9-0e38-4084-af9a-fc41bee13927} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.355952 [ 269 ] {6f1643f9-0e38-4084-af9a-fc41bee13927} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2025.05.13 23:10:12.355988 [ 269 ] {6f1643f9-0e38-4084-af9a-fc41bee13927} TCPHandler: Processed in 0.0012491 sec. 2025.05.13 23:10:12.356109 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.356200 [ 269 ] {0afc545a-3729-41ee-a4d7-724ccec359de} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:12.356244 [ 269 ] {0afc545a-3729-41ee-a4d7-724ccec359de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:12.356656 [ 269 ] {0afc545a-3729-41ee-a4d7-724ccec359de} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.356691 [ 269 ] {0afc545a-3729-41ee-a4d7-724ccec359de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.357029 [ 269 ] {0afc545a-3729-41ee-a4d7-724ccec359de} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.05.13 23:10:12.357250 [ 269 ] {0afc545a-3729-41ee-a4d7-724ccec359de} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.357375 [ 269 ] {0afc545a-3729-41ee-a4d7-724ccec359de} executeQuery: Read 237 rows, 16.27 KiB in 0.001193 sec., 198658.84325230512 rows/sec., 13.32 MiB/sec. 2025.05.13 23:10:12.357419 [ 269 ] {0afc545a-3729-41ee-a4d7-724ccec359de} TCPHandler: Processed in 0.001361683 sec. 2025.05.13 23:10:12.357539 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.357632 [ 269 ] {059759be-5693-4209-b214-0064d0f22006} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:10:12.357673 [ 269 ] {059759be-5693-4209-b214-0064d0f22006} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:10:12.357997 [ 269 ] {059759be-5693-4209-b214-0064d0f22006} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.358032 [ 269 ] {059759be-5693-4209-b214-0064d0f22006} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.358329 [ 269 ] {059759be-5693-4209-b214-0064d0f22006} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:10:12.358555 [ 269 ] {059759be-5693-4209-b214-0064d0f22006} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.358682 [ 269 ] {059759be-5693-4209-b214-0064d0f22006} executeQuery: Read 1 rows, 69.00 B in 0.001068 sec., 936.3295880149814 rows/sec., 63.09 KiB/sec. 2025.05.13 23:10:12.358722 [ 269 ] {059759be-5693-4209-b214-0064d0f22006} TCPHandler: Processed in 0.00123353 sec. 2025.05.13 23:10:12.358841 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.358933 [ 269 ] {0c4174f4-f503-409e-b277-73080daf9a37} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:12.358990 [ 269 ] {0c4174f4-f503-409e-b277-73080daf9a37} 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.05.13 23:10:12.359775 [ 269 ] {0c4174f4-f503-409e-b277-73080daf9a37} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.359810 [ 269 ] {0c4174f4-f503-409e-b277-73080daf9a37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.360326 [ 269 ] {0c4174f4-f503-409e-b277-73080daf9a37} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:10:12.360553 [ 269 ] {0c4174f4-f503-409e-b277-73080daf9a37} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.360689 [ 269 ] {0c4174f4-f503-409e-b277-73080daf9a37} executeQuery: Read 9 rows, 16.51 KiB in 0.001774 sec., 5073.280721533259 rows/sec., 9.09 MiB/sec. 2025.05.13 23:10:12.360748 [ 269 ] {0c4174f4-f503-409e-b277-73080daf9a37} TCPHandler: Processed in 0.001956763 sec. 2025.05.13 23:10:12.360876 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:12.360967 [ 269 ] {4e9a0318-833f-474c-8a87-8007af6da1a2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:12.361011 [ 269 ] {4e9a0318-833f-474c-8a87-8007af6da1a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:12.361341 [ 224 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:10:12.361355 [ 269 ] {4e9a0318-833f-474c-8a87-8007af6da1a2} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:12.361399 [ 224 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:10:12.361418 [ 269 ] {4e9a0318-833f-474c-8a87-8007af6da1a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:12.361747 [ 269 ] {4e9a0318-833f-474c-8a87-8007af6da1a2} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.05.13 23:10:12.361971 [ 269 ] {4e9a0318-833f-474c-8a87-8007af6da1a2} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:12.362100 [ 269 ] {4e9a0318-833f-474c-8a87-8007af6da1a2} executeQuery: Read 82 rows, 5.33 KiB in 0.001151 sec., 71242.39791485666 rows/sec., 4.52 MiB/sec. 2025.05.13 23:10:12.362137 [ 269 ] {4e9a0318-833f-474c-8a87-8007af6da1a2} TCPHandler: Processed in 0.001310742 sec. 2025.05.13 23:10:12.375681 [ 224 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:10:12.885898 [ 220 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:10:12.885969 [ 220 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:10:12.888626 [ 220 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:10:15.647158 [ 224 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:15.647225 [ 224 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:15.649989 [ 224 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:15.925691 [ 67 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:10:15.925778 [ 67 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:10:16.125461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32147 2025.05.13 23:10:16.125980 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:16.126023 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:16.126506 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:10:16.126749 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:16.126887 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32147 2025.05.13 23:10:16.798982 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:16.799042 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:16.802683 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:17.108256 [ 64 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 2025.05.13 23:10:17.108330 [ 64 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.108359 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.108520 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full 2025.05.13 23:10:17.108736 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:17.108795 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 18 rows starting from the beginning of the part 2025.05.13 23:10:17.108906 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part 2025.05.13 23:10:17.108984 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part 2025.05.13 23:10:17.109059 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2025.05.13 23:10:17.109126 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part 2025.05.13 23:10:17.109942 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001499958 sec., 24000.672018816527 rows/sec., 2.00 MiB/sec. 2025.05.13 23:10:17.110085 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) 2025.05.13 23:10:17.110332 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.110407 [ 187 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_30_7} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 2025.05.13 23:10:17.110511 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:10:17.237251 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:17.237310 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:17.240174 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:17.339180 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:17.339447 [ 269 ] {c4f4d8ca-6f8f-437c-9150-9ed39aa92385} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:17.339550 [ 269 ] {c4f4d8ca-6f8f-437c-9150-9ed39aa92385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:17.340489 [ 269 ] {c4f4d8ca-6f8f-437c-9150-9ed39aa92385} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.340526 [ 269 ] {c4f4d8ca-6f8f-437c-9150-9ed39aa92385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.340904 [ 269 ] {c4f4d8ca-6f8f-437c-9150-9ed39aa92385} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.05.13 23:10:17.341131 [ 269 ] {c4f4d8ca-6f8f-437c-9150-9ed39aa92385} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.341255 [ 63 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 2025.05.13 23:10:17.341277 [ 269 ] {c4f4d8ca-6f8f-437c-9150-9ed39aa92385} executeQuery: Read 120 rows, 10.47 KiB in 0.001905 sec., 62992.125984251965 rows/sec., 5.37 MiB/sec. 2025.05.13 23:10:17.341297 [ 63 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.341320 [ 269 ] {c4f4d8ca-6f8f-437c-9150-9ed39aa92385} TCPHandler: Processed in 0.002321894 sec. 2025.05.13 23:10:17.341320 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.341438 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full 2025.05.13 23:10:17.341454 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:17.341576 [ 269 ] {76577a9f-fd73-4fe3-a85b-6b2fbf634ca4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:17.341600 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:17.341617 [ 269 ] {76577a9f-fd73-4fe3-a85b-6b2fbf634ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:17.341649 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_110_22, total 1849 rows starting from the beginning of the part 2025.05.13 23:10:17.341731 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 635 rows starting from the beginning of the part 2025.05.13 23:10:17.341783 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:10:17.341832 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part 2025.05.13 23:10:17.341878 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 635 rows starting from the beginning of the part 2025.05.13 23:10:17.341925 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 120 rows starting from the beginning of the part 2025.05.13 23:10:17.342078 [ 269 ] {76577a9f-fd73-4fe3-a85b-6b2fbf634ca4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.342120 [ 269 ] {76577a9f-fd73-4fe3-a85b-6b2fbf634ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.342441 [ 269 ] {76577a9f-fd73-4fe3-a85b-6b2fbf634ca4} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.05.13 23:10:17.342664 [ 269 ] {76577a9f-fd73-4fe3-a85b-6b2fbf634ca4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.342759 [ 63 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.05.13 23:10:17.342783 [ 63 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.342797 [ 269 ] {76577a9f-fd73-4fe3-a85b-6b2fbf634ca4} executeQuery: Read 32 rows, 2.41 KiB in 0.00124 sec., 25806.451612903227 rows/sec., 1.90 MiB/sec. 2025.05.13 23:10:17.342800 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.342836 [ 269 ] {76577a9f-fd73-4fe3-a85b-6b2fbf634ca4} TCPHandler: Processed in 0.001432956 sec. 2025.05.13 23:10:17.342879 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.05.13 23:10:17.342950 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:17.342964 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:17.342993 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 165 rows starting from the beginning of the part 2025.05.13 23:10:17.343044 [ 269 ] {926e6030-8eba-4a17-98e2-2a61fd6d0e0b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:17.343048 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:17.343084 [ 269 ] {926e6030-8eba-4a17-98e2-2a61fd6d0e0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:17.343098 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 115 rows starting from the beginning of the part 2025.05.13 23:10:17.343135 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 34 rows starting from the beginning of the part 2025.05.13 23:10:17.343171 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 115 rows starting from the beginning of the part 2025.05.13 23:10:17.343209 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:17.343518 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.002133548 sec., 2135410.124356237 rows/sec., 181.01 MiB/sec. 2025.05.13 23:10:17.343527 [ 269 ] {926e6030-8eba-4a17-98e2-2a61fd6d0e0b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.343601 [ 269 ] {926e6030-8eba-4a17-98e2-2a61fd6d0e0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.343785 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) 2025.05.13 23:10:17.343988 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001141427 sec., 431915.48824410146 rows/sec., 29.20 MiB/sec. 2025.05.13 23:10:17.344052 [ 269 ] {926e6030-8eba-4a17-98e2-2a61fd6d0e0b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.05.13 23:10:17.344063 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.344118 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.05.13 23:10:17.344147 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_115_23} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 2025.05.13 23:10:17.344224 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:10:17.344321 [ 269 ] {926e6030-8eba-4a17-98e2-2a61fd6d0e0b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.344382 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.344440 [ 63 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 2025.05.13 23:10:17.344445 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_96_19} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.05.13 23:10:17.344462 [ 269 ] {926e6030-8eba-4a17-98e2-2a61fd6d0e0b} executeQuery: Read 96 rows, 7.68 KiB in 0.001436 sec., 66852.36768802228 rows/sec., 5.22 MiB/sec. 2025.05.13 23:10:17.344466 [ 63 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.344493 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.344501 [ 269 ] {926e6030-8eba-4a17-98e2-2a61fd6d0e0b} TCPHandler: Processed in 0.001599691 sec. 2025.05.13 23:10:17.344512 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:10:17.344570 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full 2025.05.13 23:10:17.344633 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:17.344635 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:17.344657 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_110_22, total 915 rows starting from the beginning of the part 2025.05.13 23:10:17.344702 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 391 rows starting from the beginning of the part 2025.05.13 23:10:17.344735 [ 269 ] {2be625d0-2f2c-4345-ba3d-6e019938b45e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:17.344740 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 554 rows starting from the beginning of the part 2025.05.13 23:10:17.344779 [ 269 ] {2be625d0-2f2c-4345-ba3d-6e019938b45e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:17.344781 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part 2025.05.13 23:10:17.344823 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 391 rows starting from the beginning of the part 2025.05.13 23:10:17.344855 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 96 rows starting from the beginning of the part 2025.05.13 23:10:17.345194 [ 269 ] {2be625d0-2f2c-4345-ba3d-6e019938b45e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.345229 [ 269 ] {2be625d0-2f2c-4345-ba3d-6e019938b45e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.345571 [ 269 ] {2be625d0-2f2c-4345-ba3d-6e019938b45e} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.05.13 23:10:17.345775 [ 269 ] {2be625d0-2f2c-4345-ba3d-6e019938b45e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.345897 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352124 sec., 1783120.4830326214 rows/sec., 136.52 MiB/sec. 2025.05.13 23:10:17.345905 [ 269 ] {2be625d0-2f2c-4345-ba3d-6e019938b45e} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.05.13 23:10:17.345946 [ 269 ] {2be625d0-2f2c-4345-ba3d-6e019938b45e} TCPHandler: Processed in 0.001360633 sec. 2025.05.13 23:10:17.346035 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) 2025.05.13 23:10:17.346060 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:17.346153 [ 269 ] {d478097e-6254-4ab2-b734-07812e440dd6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:17.346207 [ 269 ] {d478097e-6254-4ab2-b734-07812e440dd6} 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.05.13 23:10:17.346270 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.346330 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_115_23} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 2025.05.13 23:10:17.346387 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.13 23:10:17.347004 [ 269 ] {d478097e-6254-4ab2-b734-07812e440dd6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.347038 [ 269 ] {d478097e-6254-4ab2-b734-07812e440dd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.347586 [ 269 ] {d478097e-6254-4ab2-b734-07812e440dd6} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:10:17.347812 [ 269 ] {d478097e-6254-4ab2-b734-07812e440dd6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.347946 [ 269 ] {d478097e-6254-4ab2-b734-07812e440dd6} executeQuery: Read 32 rows, 58.72 KiB in 0.001813 sec., 17650.30336458908 rows/sec., 31.63 MiB/sec. 2025.05.13 23:10:17.348007 [ 269 ] {d478097e-6254-4ab2-b734-07812e440dd6} TCPHandler: Processed in 0.001996964 sec. 2025.05.13 23:10:17.348123 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:17.348216 [ 269 ] {a9fa3cd3-8c5c-4331-b6ff-e778bd8b573b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:17.348256 [ 269 ] {a9fa3cd3-8c5c-4331-b6ff-e778bd8b573b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:17.348629 [ 269 ] {a9fa3cd3-8c5c-4331-b6ff-e778bd8b573b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.348663 [ 269 ] {a9fa3cd3-8c5c-4331-b6ff-e778bd8b573b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.348972 [ 269 ] {a9fa3cd3-8c5c-4331-b6ff-e778bd8b573b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.05.13 23:10:17.349189 [ 269 ] {a9fa3cd3-8c5c-4331-b6ff-e778bd8b573b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.349317 [ 269 ] {a9fa3cd3-8c5c-4331-b6ff-e778bd8b573b} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2025.05.13 23:10:17.349353 [ 269 ] {a9fa3cd3-8c5c-4331-b6ff-e778bd8b573b} TCPHandler: Processed in 0.001280191 sec. 2025.05.13 23:10:17.349403 [ 222 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:17.349438 [ 222 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:17.352396 [ 222 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:17.895845 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.05.13 23:10:17.912594 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:17.912657 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:17.918745 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:10:17.919514 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:17.923248 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.05.13 23:10:18.001168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 342.48 MiB, peak 351.00 MiB, free memory in arenas 0.00 B, will set to 341.45 MiB (RSS), difference: -1.03 MiB 2025.05.13 23:10:21.222221 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2042 2025.05.13 23:10:21.224561 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:21.224614 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:21.225789 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:10:21.226048 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:21.226320 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2042 2025.05.13 23:10:22.343914 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.344146 [ 269 ] {e1f5487d-2a5a-419c-be85-37fd2673b7d3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:10:22.344229 [ 269 ] {e1f5487d-2a5a-419c-be85-37fd2673b7d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:10:22.345017 [ 269 ] {e1f5487d-2a5a-419c-be85-37fd2673b7d3} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.345056 [ 269 ] {e1f5487d-2a5a-419c-be85-37fd2673b7d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.345462 [ 269 ] {e1f5487d-2a5a-419c-be85-37fd2673b7d3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:10:22.345691 [ 269 ] {e1f5487d-2a5a-419c-be85-37fd2673b7d3} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.345846 [ 269 ] {e1f5487d-2a5a-419c-be85-37fd2673b7d3} executeQuery: Read 212 rows, 13.81 KiB in 0.001766 sec., 120045.30011325028 rows/sec., 7.63 MiB/sec. 2025.05.13 23:10:22.345888 [ 269 ] {e1f5487d-2a5a-419c-be85-37fd2673b7d3} TCPHandler: Processed in 0.002132438 sec. 2025.05.13 23:10:22.346010 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.346104 [ 269 ] {5e56e2de-b113-42c8-a125-631fb56c46ca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:10:22.346146 [ 269 ] {5e56e2de-b113-42c8-a125-631fb56c46ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:10:22.346552 [ 269 ] {5e56e2de-b113-42c8-a125-631fb56c46ca} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.346587 [ 269 ] {5e56e2de-b113-42c8-a125-631fb56c46ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.346883 [ 269 ] {5e56e2de-b113-42c8-a125-631fb56c46ca} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.05.13 23:10:22.347090 [ 269 ] {5e56e2de-b113-42c8-a125-631fb56c46ca} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.347220 [ 269 ] {5e56e2de-b113-42c8-a125-631fb56c46ca} executeQuery: Read 4 rows, 334.00 B in 0.001135 sec., 3524.229074889868 rows/sec., 287.38 KiB/sec. 2025.05.13 23:10:22.347257 [ 269 ] {5e56e2de-b113-42c8-a125-631fb56c46ca} TCPHandler: Processed in 0.001296231 sec. 2025.05.13 23:10:22.347371 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.347465 [ 269 ] {5aac30aa-e1ab-4c32-9067-5e63bf5bd5b2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:22.347504 [ 269 ] {5aac30aa-e1ab-4c32-9067-5e63bf5bd5b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:22.348171 [ 269 ] {5aac30aa-e1ab-4c32-9067-5e63bf5bd5b2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.348205 [ 269 ] {5aac30aa-e1ab-4c32-9067-5e63bf5bd5b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.348549 [ 269 ] {5aac30aa-e1ab-4c32-9067-5e63bf5bd5b2} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.05.13 23:10:22.348769 [ 269 ] {5aac30aa-e1ab-4c32-9067-5e63bf5bd5b2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.348899 [ 269 ] {5aac30aa-e1ab-4c32-9067-5e63bf5bd5b2} executeQuery: Read 637 rows, 51.21 KiB in 0.001452 sec., 438705.2341597796 rows/sec., 34.45 MiB/sec. 2025.05.13 23:10:22.348936 [ 269 ] {5aac30aa-e1ab-4c32-9067-5e63bf5bd5b2} TCPHandler: Processed in 0.001614042 sec. 2025.05.13 23:10:22.349049 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.349142 [ 269 ] {d88103d7-3456-4b65-84d6-0f8474fde30c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:22.349182 [ 269 ] {d88103d7-3456-4b65-84d6-0f8474fde30c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:22.349616 [ 269 ] {d88103d7-3456-4b65-84d6-0f8474fde30c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.349651 [ 269 ] {d88103d7-3456-4b65-84d6-0f8474fde30c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.349954 [ 269 ] {d88103d7-3456-4b65-84d6-0f8474fde30c} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.05.13 23:10:22.350165 [ 269 ] {d88103d7-3456-4b65-84d6-0f8474fde30c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.350292 [ 269 ] {d88103d7-3456-4b65-84d6-0f8474fde30c} executeQuery: Read 119 rows, 7.34 KiB in 0.001167 sec., 101970.86546700943 rows/sec., 6.14 MiB/sec. 2025.05.13 23:10:22.350330 [ 269 ] {d88103d7-3456-4b65-84d6-0f8474fde30c} TCPHandler: Processed in 0.001329332 sec. 2025.05.13 23:10:22.350446 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.350539 [ 269 ] {08a96145-5227-41d6-a5a7-edec676d6dae} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:10:22.350579 [ 269 ] {08a96145-5227-41d6-a5a7-edec676d6dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:10:22.351003 [ 269 ] {08a96145-5227-41d6-a5a7-edec676d6dae} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.351039 [ 269 ] {08a96145-5227-41d6-a5a7-edec676d6dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.351349 [ 269 ] {08a96145-5227-41d6-a5a7-edec676d6dae} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:10:22.351557 [ 269 ] {08a96145-5227-41d6-a5a7-edec676d6dae} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.351684 [ 269 ] {08a96145-5227-41d6-a5a7-edec676d6dae} executeQuery: Read 113 rows, 7.49 KiB in 0.001163 sec., 97162.51074806535 rows/sec., 6.29 MiB/sec. 2025.05.13 23:10:22.351721 [ 269 ] {08a96145-5227-41d6-a5a7-edec676d6dae} TCPHandler: Processed in 0.001323932 sec. 2025.05.13 23:10:22.351835 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.351927 [ 269 ] {e8ac90fe-827d-474e-a204-2a1be4d78a1e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:10:22.351967 [ 269 ] {e8ac90fe-827d-474e-a204-2a1be4d78a1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:10:22.352387 [ 269 ] {e8ac90fe-827d-474e-a204-2a1be4d78a1e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.352422 [ 269 ] {e8ac90fe-827d-474e-a204-2a1be4d78a1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.352722 [ 269 ] {e8ac90fe-827d-474e-a204-2a1be4d78a1e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:10:22.352942 [ 269 ] {e8ac90fe-827d-474e-a204-2a1be4d78a1e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.353068 [ 269 ] {e8ac90fe-827d-474e-a204-2a1be4d78a1e} executeQuery: Read 112 rows, 6.53 KiB in 0.00116 sec., 96551.72413793103 rows/sec., 5.50 MiB/sec. 2025.05.13 23:10:22.353105 [ 269 ] {e8ac90fe-827d-474e-a204-2a1be4d78a1e} TCPHandler: Processed in 0.001318592 sec. 2025.05.13 23:10:22.353218 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.353314 [ 269 ] {54a48070-a169-49b1-add2-b03ce1dd4e52} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:22.353354 [ 269 ] {54a48070-a169-49b1-add2-b03ce1dd4e52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:22.353877 [ 269 ] {54a48070-a169-49b1-add2-b03ce1dd4e52} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.353912 [ 269 ] {54a48070-a169-49b1-add2-b03ce1dd4e52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.354240 [ 269 ] {54a48070-a169-49b1-add2-b03ce1dd4e52} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.05.13 23:10:22.354451 [ 269 ] {54a48070-a169-49b1-add2-b03ce1dd4e52} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.354580 [ 269 ] {54a48070-a169-49b1-add2-b03ce1dd4e52} executeQuery: Read 395 rows, 28.63 KiB in 0.001288 sec., 306677.01863354037 rows/sec., 21.71 MiB/sec. 2025.05.13 23:10:22.354617 [ 269 ] {54a48070-a169-49b1-add2-b03ce1dd4e52} TCPHandler: Processed in 0.001448016 sec. 2025.05.13 23:10:22.354731 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.354824 [ 269 ] {5940a0b2-008a-48a3-ac0d-8f4a8aaf3dcb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:10:22.354864 [ 269 ] {5940a0b2-008a-48a3-ac0d-8f4a8aaf3dcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:10:22.355207 [ 269 ] {5940a0b2-008a-48a3-ac0d-8f4a8aaf3dcb} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.355242 [ 269 ] {5940a0b2-008a-48a3-ac0d-8f4a8aaf3dcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.355560 [ 269 ] {5940a0b2-008a-48a3-ac0d-8f4a8aaf3dcb} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:10:22.355783 [ 269 ] {5940a0b2-008a-48a3-ac0d-8f4a8aaf3dcb} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.355913 [ 269 ] {5940a0b2-008a-48a3-ac0d-8f4a8aaf3dcb} executeQuery: Read 6 rows, 321.00 B in 0.001107 sec., 5420.054200542006 rows/sec., 283.18 KiB/sec. 2025.05.13 23:10:22.355949 [ 269 ] {5940a0b2-008a-48a3-ac0d-8f4a8aaf3dcb} TCPHandler: Processed in 0.00126694 sec. 2025.05.13 23:10:22.356063 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.356155 [ 269 ] {ce2a7c1e-7651-474b-a22c-2487052b1486} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:22.356197 [ 269 ] {ce2a7c1e-7651-474b-a22c-2487052b1486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:22.356603 [ 269 ] {ce2a7c1e-7651-474b-a22c-2487052b1486} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.356637 [ 269 ] {ce2a7c1e-7651-474b-a22c-2487052b1486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.356963 [ 269 ] {ce2a7c1e-7651-474b-a22c-2487052b1486} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.05.13 23:10:22.357183 [ 269 ] {ce2a7c1e-7651-474b-a22c-2487052b1486} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.357309 [ 269 ] {ce2a7c1e-7651-474b-a22c-2487052b1486} executeQuery: Read 239 rows, 16.41 KiB in 0.001173 sec., 203751.06564364876 rows/sec., 13.66 MiB/sec. 2025.05.13 23:10:22.357346 [ 269 ] {ce2a7c1e-7651-474b-a22c-2487052b1486} TCPHandler: Processed in 0.001332203 sec. 2025.05.13 23:10:22.357462 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.357554 [ 269 ] {19ac139d-c717-45f6-9c89-62dfc6f920af} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:10:22.357595 [ 269 ] {19ac139d-c717-45f6-9c89-62dfc6f920af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:10:22.357915 [ 269 ] {19ac139d-c717-45f6-9c89-62dfc6f920af} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.357949 [ 269 ] {19ac139d-c717-45f6-9c89-62dfc6f920af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.358252 [ 269 ] {19ac139d-c717-45f6-9c89-62dfc6f920af} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:10:22.358458 [ 269 ] {19ac139d-c717-45f6-9c89-62dfc6f920af} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.358584 [ 269 ] {19ac139d-c717-45f6-9c89-62dfc6f920af} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2025.05.13 23:10:22.358620 [ 269 ] {19ac139d-c717-45f6-9c89-62dfc6f920af} TCPHandler: Processed in 0.001208009 sec. 2025.05.13 23:10:22.358737 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.358830 [ 269 ] {bb959311-527e-46cf-b803-0d4ff7805e3b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:22.358884 [ 269 ] {bb959311-527e-46cf-b803-0d4ff7805e3b} 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.05.13 23:10:22.359659 [ 269 ] {bb959311-527e-46cf-b803-0d4ff7805e3b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.359695 [ 269 ] {bb959311-527e-46cf-b803-0d4ff7805e3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.360204 [ 269 ] {bb959311-527e-46cf-b803-0d4ff7805e3b} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:10:22.360433 [ 269 ] {bb959311-527e-46cf-b803-0d4ff7805e3b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.360569 [ 269 ] {bb959311-527e-46cf-b803-0d4ff7805e3b} executeQuery: Read 9 rows, 16.51 KiB in 0.001757 sec., 5122.367672168469 rows/sec., 9.18 MiB/sec. 2025.05.13 23:10:22.360623 [ 269 ] {bb959311-527e-46cf-b803-0d4ff7805e3b} TCPHandler: Processed in 0.001936712 sec. 2025.05.13 23:10:22.360737 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:22.360831 [ 269 ] {3df7f1ac-2937-4cd9-843e-92da05de2263} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:22.360872 [ 269 ] {3df7f1ac-2937-4cd9-843e-92da05de2263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:22.361201 [ 269 ] {3df7f1ac-2937-4cd9-843e-92da05de2263} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.361236 [ 269 ] {3df7f1ac-2937-4cd9-843e-92da05de2263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.361541 [ 269 ] {3df7f1ac-2937-4cd9-843e-92da05de2263} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.05.13 23:10:22.361746 [ 269 ] {3df7f1ac-2937-4cd9-843e-92da05de2263} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.361871 [ 269 ] {3df7f1ac-2937-4cd9-843e-92da05de2263} executeQuery: Read 82 rows, 5.33 KiB in 0.001059 sec., 77431.53918791312 rows/sec., 4.92 MiB/sec. 2025.05.13 23:10:22.361873 [ 54 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.05.13 23:10:22.361907 [ 269 ] {3df7f1ac-2937-4cd9-843e-92da05de2263} TCPHandler: Processed in 0.001218279 sec. 2025.05.13 23:10:22.361945 [ 54 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:22.361970 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:22.362070 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.05.13 23:10:22.362187 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:22.362223 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6820 rows starting from the beginning of the part 2025.05.13 23:10:22.362285 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 44 rows starting from the beginning of the part 2025.05.13 23:10:22.362331 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 16 rows starting from the beginning of the part 2025.05.13 23:10:22.362373 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part 2025.05.13 23:10:22.362412 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2025.05.13 23:10:22.362483 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part 2025.05.13 23:10:22.364256 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 7104 rows, containing 4 columns (4 merged, 0 gathered) in 0.002232142 sec., 3182593.2221157975 rows/sec., 207.57 MiB/sec. 2025.05.13 23:10:22.364631 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.05.13 23:10:22.364874 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:22.364941 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_116_23} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.05.13 23:10:22.365007 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.05.13 23:10:23.627924 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32574 2025.05.13 23:10:23.628417 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:23.628491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:23.628984 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:10:23.629232 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:23.629372 [ 52 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.05.13 23:10:23.629388 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 2025.05.13 23:10:23.629412 [ 52 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:23.629432 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:23.629548 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.05.13 23:10:23.629700 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:23.629743 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30317 rows starting from the beginning of the part 2025.05.13 23:10:23.629813 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part 2025.05.13 23:10:23.629863 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part 2025.05.13 23:10:23.629909 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part 2025.05.13 23:10:23.629951 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part 2025.05.13 23:10:23.629993 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part 2025.05.13 23:10:23.632514 [ 195 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003014317 sec., 10806428.122855028 rows/sec., 154.59 MiB/sec. 2025.05.13 23:10:23.633155 [ 196 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.05.13 23:10:23.633591 [ 196 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:23.633660 [ 196 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_71_14} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.05.13 23:10:23.633767 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2025.05.13 23:10:25.424231 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.05.13 23:10:25.441279 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:25.441327 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:25.447477 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:10:25.448176 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:25.448446 [ 51 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.05.13 23:10:25.448483 [ 51 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:25.448502 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.03 GiB. 2025.05.13 23:10:25.448621 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.05.13 23:10:25.451297 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.05.13 23:10:25.452479 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:25.453963 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2025.05.13 23:10:25.458500 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2025.05.13 23:10:25.463273 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2025.05.13 23:10:25.467838 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2025.05.13 23:10:25.472704 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2025.05.13 23:10:25.477390 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2025.05.13 23:10:25.538695 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.090129024 sec., 5935.934688475047 rows/sec., 30.69 MiB/sec. 2025.05.13 23:10:25.541155 [ 201 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.05.13 23:10:25.543078 [ 201 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:25.543186 [ 201 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_71_14} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.05.13 23:10:25.544726 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.05.13 23:10:27.339515 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:27.339703 [ 269 ] {a7721922-69fb-4dfc-8dab-8a0fa4bf96d7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:27.339772 [ 269 ] {a7721922-69fb-4dfc-8dab-8a0fa4bf96d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:27.340520 [ 269 ] {a7721922-69fb-4dfc-8dab-8a0fa4bf96d7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:27.340571 [ 269 ] {a7721922-69fb-4dfc-8dab-8a0fa4bf96d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:27.340986 [ 269 ] {a7721922-69fb-4dfc-8dab-8a0fa4bf96d7} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.05.13 23:10:27.341223 [ 269 ] {a7721922-69fb-4dfc-8dab-8a0fa4bf96d7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:27.341380 [ 269 ] {a7721922-69fb-4dfc-8dab-8a0fa4bf96d7} executeQuery: Read 120 rows, 10.47 KiB in 0.001728 sec., 69444.44444444445 rows/sec., 5.92 MiB/sec. 2025.05.13 23:10:27.341432 [ 269 ] {a7721922-69fb-4dfc-8dab-8a0fa4bf96d7} TCPHandler: Processed in 0.002054235 sec. 2025.05.13 23:10:27.341564 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:27.341667 [ 269 ] {dc3816c6-bea5-4bb1-8c8f-a8f4f19d37d8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:27.341711 [ 269 ] {dc3816c6-bea5-4bb1-8c8f-a8f4f19d37d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:27.342136 [ 269 ] {dc3816c6-bea5-4bb1-8c8f-a8f4f19d37d8} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:27.342170 [ 269 ] {dc3816c6-bea5-4bb1-8c8f-a8f4f19d37d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:27.342477 [ 269 ] {dc3816c6-bea5-4bb1-8c8f-a8f4f19d37d8} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.05.13 23:10:27.342686 [ 269 ] {dc3816c6-bea5-4bb1-8c8f-a8f4f19d37d8} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:27.342823 [ 269 ] {dc3816c6-bea5-4bb1-8c8f-a8f4f19d37d8} executeQuery: Read 32 rows, 2.41 KiB in 0.001181 sec., 27095.681625740897 rows/sec., 1.99 MiB/sec. 2025.05.13 23:10:27.342861 [ 269 ] {dc3816c6-bea5-4bb1-8c8f-a8f4f19d37d8} TCPHandler: Processed in 0.001349133 sec. 2025.05.13 23:10:27.342977 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:27.343072 [ 269 ] {68461de1-1071-4c2b-9541-ada5e1bca671} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:27.343112 [ 269 ] {68461de1-1071-4c2b-9541-ada5e1bca671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:27.343554 [ 269 ] {68461de1-1071-4c2b-9541-ada5e1bca671} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:27.343588 [ 269 ] {68461de1-1071-4c2b-9541-ada5e1bca671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:27.343896 [ 269 ] {68461de1-1071-4c2b-9541-ada5e1bca671} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.05.13 23:10:27.344110 [ 269 ] {68461de1-1071-4c2b-9541-ada5e1bca671} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:27.344241 [ 269 ] {68461de1-1071-4c2b-9541-ada5e1bca671} executeQuery: Read 96 rows, 7.68 KiB in 0.001185 sec., 81012.6582278481 rows/sec., 6.33 MiB/sec. 2025.05.13 23:10:27.344279 [ 269 ] {68461de1-1071-4c2b-9541-ada5e1bca671} TCPHandler: Processed in 0.001350773 sec. 2025.05.13 23:10:27.344396 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:27.344491 [ 269 ] {d34531f7-b605-40a5-aba8-291969f782ce} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:27.344533 [ 269 ] {d34531f7-b605-40a5-aba8-291969f782ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:27.344950 [ 269 ] {d34531f7-b605-40a5-aba8-291969f782ce} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:27.344983 [ 269 ] {d34531f7-b605-40a5-aba8-291969f782ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:27.345314 [ 269 ] {d34531f7-b605-40a5-aba8-291969f782ce} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.05.13 23:10:27.345523 [ 269 ] {d34531f7-b605-40a5-aba8-291969f782ce} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:27.345638 [ 47 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_112_23 to all_116_116_0 2025.05.13 23:10:27.345649 [ 269 ] {d34531f7-b605-40a5-aba8-291969f782ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.05.13 23:10:27.345675 [ 47 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:27.345693 [ 269 ] {d34531f7-b605-40a5-aba8-291969f782ce} TCPHandler: Processed in 0.001346344 sec. 2025.05.13 23:10:27.345694 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:27.345810 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:27.345819 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergeTask::PrepareStage: Merging 5 parts: from all_1_112_23 to all_116_116_0 into Compact with storage Full 2025.05.13 23:10:27.345902 [ 269 ] {664d1c43-1874-408f-b72f-9a2a411ec300} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:27.345960 [ 269 ] {664d1c43-1874-408f-b72f-9a2a411ec300} 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.05.13 23:10:27.345974 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:27.346017 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_112_23, total 34181 rows starting from the beginning of the part 2025.05.13 23:10:27.346085 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 42 rows starting from the beginning of the part 2025.05.13 23:10:27.346133 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part 2025.05.13 23:10:27.346179 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2025.05.13 23:10:27.346220 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 239 rows starting from the beginning of the part 2025.05.13 23:10:27.346836 [ 269 ] {664d1c43-1874-408f-b72f-9a2a411ec300} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:27.346876 [ 269 ] {664d1c43-1874-408f-b72f-9a2a411ec300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:27.347434 [ 269 ] {664d1c43-1874-408f-b72f-9a2a411ec300} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.05.13 23:10:27.347652 [ 269 ] {664d1c43-1874-408f-b72f-9a2a411ec300} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:27.347797 [ 269 ] {664d1c43-1874-408f-b72f-9a2a411ec300} executeQuery: Read 32 rows, 58.72 KiB in 0.001913 sec., 16727.6529012023 rows/sec., 29.98 MiB/sec. 2025.05.13 23:10:27.347854 [ 269 ] {664d1c43-1874-408f-b72f-9a2a411ec300} TCPHandler: Processed in 0.002093947 sec. 2025.05.13 23:10:27.347979 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:27.348073 [ 269 ] {81ef2e0c-b44e-4b28-85de-244ed785469a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:27.348115 [ 269 ] {81ef2e0c-b44e-4b28-85de-244ed785469a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:27.348462 [ 269 ] {81ef2e0c-b44e-4b28-85de-244ed785469a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:27.348497 [ 269 ] {81ef2e0c-b44e-4b28-85de-244ed785469a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:27.348813 [ 269 ] {81ef2e0c-b44e-4b28-85de-244ed785469a} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.05.13 23:10:27.349031 [ 269 ] {81ef2e0c-b44e-4b28-85de-244ed785469a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:27.349159 [ 269 ] {81ef2e0c-b44e-4b28-85de-244ed785469a} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.05.13 23:10:27.349195 [ 269 ] {81ef2e0c-b44e-4b28-85de-244ed785469a} TCPHandler: Processed in 0.001264231 sec. 2025.05.13 23:10:27.353642 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergeTask::MergeProjectionsStage: Merge sorted 34859 rows, containing 5 columns (5 merged, 0 gathered) in 0.007882012 sec., 4422601.741788771 rows/sec., 298.76 MiB/sec. 2025.05.13 23:10:27.353991 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} MergedBlockOutputStream: filled checksums all_1_116_24 (state Temporary) 2025.05.13 23:10:27.354332 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_116_24 to all_1_116_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:27.354423 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_116_24} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_112_23, all_116_116_0] -> all_1_116_24 2025.05.13 23:10:27.354525 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.05.13 23:10:30.925862 [ 43 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:10:30.925974 [ 43 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:10:31.130405 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33062 2025.05.13 23:10:31.130934 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:31.130983 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:31.131576 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:10:31.131808 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:31.131962 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33062 2025.05.13 23:10:31.227369 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2078 2025.05.13 23:10:31.229782 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:31.229836 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:31.231078 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:10:31.231370 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:31.231636 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2078 2025.05.13 23:10:32.345507 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.345709 [ 269 ] {1468e9a1-1b23-4ceb-99bf-a4ebcec0f6b4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:10:32.345803 [ 269 ] {1468e9a1-1b23-4ceb-99bf-a4ebcec0f6b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:10:32.346875 [ 269 ] {1468e9a1-1b23-4ceb-99bf-a4ebcec0f6b4} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.346941 [ 269 ] {1468e9a1-1b23-4ceb-99bf-a4ebcec0f6b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.347513 [ 269 ] {1468e9a1-1b23-4ceb-99bf-a4ebcec0f6b4} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:10:32.347824 [ 269 ] {1468e9a1-1b23-4ceb-99bf-a4ebcec0f6b4} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.348014 [ 28 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 2025.05.13 23:10:32.348025 [ 269 ] {1468e9a1-1b23-4ceb-99bf-a4ebcec0f6b4} executeQuery: Read 212 rows, 13.81 KiB in 0.002376 sec., 89225.58922558922 rows/sec., 5.67 MiB/sec. 2025.05.13 23:10:32.348099 [ 28 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.348134 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.348147 [ 269 ] {1468e9a1-1b23-4ceb-99bf-a4ebcec0f6b4} TCPHandler: Processed in 0.002784459 sec. 2025.05.13 23:10:32.348270 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full 2025.05.13 23:10:32.348333 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.348427 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:32.348459 [ 269 ] {f33edf55-153c-4d1b-b535-0473373bfb85} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:32.348474 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 212 rows starting from the beginning of the part 2025.05.13 23:10:32.348528 [ 269 ] {f33edf55-153c-4d1b-b535-0473373bfb85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:32.348583 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part 2025.05.13 23:10:32.348662 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part 2025.05.13 23:10:32.348718 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 212 rows starting from the beginning of the part 2025.05.13 23:10:32.348763 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part 2025.05.13 23:10:32.349453 [ 269 ] {f33edf55-153c-4d1b-b535-0473373bfb85} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.349496 [ 269 ] {f33edf55-153c-4d1b-b535-0473373bfb85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.349711 [ 191 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001503418 sec., 705060.0697876438 rows/sec., 47.53 MiB/sec. 2025.05.13 23:10:32.349863 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) 2025.05.13 23:10:32.349872 [ 269 ] {f33edf55-153c-4d1b-b535-0473373bfb85} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.05.13 23:10:32.350186 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.350208 [ 269 ] {f33edf55-153c-4d1b-b535-0473373bfb85} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.350285 [ 188 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_49_12} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 2025.05.13 23:10:32.350375 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:10:32.350377 [ 269 ] {f33edf55-153c-4d1b-b535-0473373bfb85} executeQuery: Read 635 rows, 51.07 KiB in 0.001951 sec., 325474.11583803175 rows/sec., 25.56 MiB/sec. 2025.05.13 23:10:32.350436 [ 269 ] {f33edf55-153c-4d1b-b535-0473373bfb85} TCPHandler: Processed in 0.00216652 sec. 2025.05.13 23:10:32.350570 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.350666 [ 269 ] {9f4fab42-8aed-48e7-9bb0-b4a53b54f5fa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:32.350709 [ 269 ] {9f4fab42-8aed-48e7-9bb0-b4a53b54f5fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:32.351207 [ 269 ] {9f4fab42-8aed-48e7-9bb0-b4a53b54f5fa} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.351245 [ 269 ] {9f4fab42-8aed-48e7-9bb0-b4a53b54f5fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.351577 [ 269 ] {9f4fab42-8aed-48e7-9bb0-b4a53b54f5fa} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.05.13 23:10:32.351797 [ 269 ] {9f4fab42-8aed-48e7-9bb0-b4a53b54f5fa} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.351929 [ 269 ] {9f4fab42-8aed-48e7-9bb0-b4a53b54f5fa} executeQuery: Read 115 rows, 7.06 KiB in 0.001282 sec., 89703.58814352575 rows/sec., 5.38 MiB/sec. 2025.05.13 23:10:32.351967 [ 269 ] {9f4fab42-8aed-48e7-9bb0-b4a53b54f5fa} TCPHandler: Processed in 0.001448157 sec. 2025.05.13 23:10:32.352095 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.352191 [ 269 ] {09b6269c-71c2-4d12-9542-c536ce63809f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:10:32.352236 [ 269 ] {09b6269c-71c2-4d12-9542-c536ce63809f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:10:32.352726 [ 269 ] {09b6269c-71c2-4d12-9542-c536ce63809f} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.352763 [ 269 ] {09b6269c-71c2-4d12-9542-c536ce63809f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.353080 [ 269 ] {09b6269c-71c2-4d12-9542-c536ce63809f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:10:32.353295 [ 269 ] {09b6269c-71c2-4d12-9542-c536ce63809f} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.353428 [ 269 ] {09b6269c-71c2-4d12-9542-c536ce63809f} executeQuery: Read 113 rows, 7.49 KiB in 0.001255 sec., 90039.8406374502 rows/sec., 5.83 MiB/sec. 2025.05.13 23:10:32.353470 [ 269 ] {09b6269c-71c2-4d12-9542-c536ce63809f} TCPHandler: Processed in 0.001421576 sec. 2025.05.13 23:10:32.353604 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.353700 [ 269 ] {323fb198-66b2-4d10-9960-0a715fc9247f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:10:32.353740 [ 269 ] {323fb198-66b2-4d10-9960-0a715fc9247f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:10:32.354208 [ 269 ] {323fb198-66b2-4d10-9960-0a715fc9247f} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.354246 [ 269 ] {323fb198-66b2-4d10-9960-0a715fc9247f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.354562 [ 269 ] {323fb198-66b2-4d10-9960-0a715fc9247f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:10:32.354792 [ 269 ] {323fb198-66b2-4d10-9960-0a715fc9247f} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.354913 [ 28 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 2025.05.13 23:10:32.354921 [ 269 ] {323fb198-66b2-4d10-9960-0a715fc9247f} executeQuery: Read 112 rows, 6.53 KiB in 0.00124 sec., 90322.58064516129 rows/sec., 5.15 MiB/sec. 2025.05.13 23:10:32.354958 [ 28 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.354980 [ 269 ] {323fb198-66b2-4d10-9960-0a715fc9247f} TCPHandler: Processed in 0.001425865 sec. 2025.05.13 23:10:32.354984 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.355111 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.355111 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full 2025.05.13 23:10:32.355212 [ 269 ] {870d618c-9775-4c87-a344-a82215a695d4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:32.355259 [ 269 ] {870d618c-9775-4c87-a344-a82215a695d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:32.355271 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:32.355315 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 112 rows starting from the beginning of the part 2025.05.13 23:10:32.355386 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 112 rows starting from the beginning of the part 2025.05.13 23:10:32.355431 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part 2025.05.13 23:10:32.355477 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part 2025.05.13 23:10:32.355525 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part 2025.05.13 23:10:32.355925 [ 269 ] {870d618c-9775-4c87-a344-a82215a695d4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.355968 [ 269 ] {870d618c-9775-4c87-a344-a82215a695d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.356334 [ 269 ] {870d618c-9775-4c87-a344-a82215a695d4} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.05.13 23:10:32.356434 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001374735 sec., 407351.23496528424 rows/sec., 24.76 MiB/sec. 2025.05.13 23:10:32.356574 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) 2025.05.13 23:10:32.356575 [ 269 ] {870d618c-9775-4c87-a344-a82215a695d4} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.356729 [ 269 ] {870d618c-9775-4c87-a344-a82215a695d4} executeQuery: Read 391 rows, 28.31 KiB in 0.001536 sec., 254557.29166666666 rows/sec., 18.00 MiB/sec. 2025.05.13 23:10:32.356770 [ 269 ] {870d618c-9775-4c87-a344-a82215a695d4} TCPHandler: Processed in 0.001709024 sec. 2025.05.13 23:10:32.356862 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.356898 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.356952 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_49_12} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 2025.05.13 23:10:32.356998 [ 269 ] {ef542d85-fe5f-40a0-bce1-89e3a17e6c80} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:10:32.357039 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.13 23:10:32.357046 [ 269 ] {ef542d85-fe5f-40a0-bce1-89e3a17e6c80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:10:32.357430 [ 269 ] {ef542d85-fe5f-40a0-bce1-89e3a17e6c80} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.357469 [ 269 ] {ef542d85-fe5f-40a0-bce1-89e3a17e6c80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.357793 [ 269 ] {ef542d85-fe5f-40a0-bce1-89e3a17e6c80} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:10:32.358010 [ 269 ] {ef542d85-fe5f-40a0-bce1-89e3a17e6c80} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.358140 [ 269 ] {ef542d85-fe5f-40a0-bce1-89e3a17e6c80} executeQuery: Read 6 rows, 321.00 B in 0.001161 sec., 5167.958656330749 rows/sec., 270.01 KiB/sec. 2025.05.13 23:10:32.358178 [ 269 ] {ef542d85-fe5f-40a0-bce1-89e3a17e6c80} TCPHandler: Processed in 0.001329442 sec. 2025.05.13 23:10:32.358307 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.358413 [ 269 ] {dfb67dca-1c92-4428-acd4-c960cad2fd8a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:32.358460 [ 269 ] {dfb67dca-1c92-4428-acd4-c960cad2fd8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:32.358901 [ 269 ] {dfb67dca-1c92-4428-acd4-c960cad2fd8a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.358939 [ 269 ] {dfb67dca-1c92-4428-acd4-c960cad2fd8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.359289 [ 269 ] {dfb67dca-1c92-4428-acd4-c960cad2fd8a} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.05.13 23:10:32.359512 [ 269 ] {dfb67dca-1c92-4428-acd4-c960cad2fd8a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.359640 [ 269 ] {dfb67dca-1c92-4428-acd4-c960cad2fd8a} executeQuery: Read 237 rows, 16.27 KiB in 0.001246 sec., 190208.66773675763 rows/sec., 12.75 MiB/sec. 2025.05.13 23:10:32.359678 [ 269 ] {dfb67dca-1c92-4428-acd4-c960cad2fd8a} TCPHandler: Processed in 0.001422306 sec. 2025.05.13 23:10:32.359799 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.359894 [ 269 ] {173b4af3-bb06-4d26-9967-d9d90dd89f13} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:10:32.359937 [ 269 ] {173b4af3-bb06-4d26-9967-d9d90dd89f13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:10:32.360267 [ 269 ] {173b4af3-bb06-4d26-9967-d9d90dd89f13} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.360303 [ 269 ] {173b4af3-bb06-4d26-9967-d9d90dd89f13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.360633 [ 269 ] {173b4af3-bb06-4d26-9967-d9d90dd89f13} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:10:32.360849 [ 269 ] {173b4af3-bb06-4d26-9967-d9d90dd89f13} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.360980 [ 269 ] {173b4af3-bb06-4d26-9967-d9d90dd89f13} executeQuery: Read 1 rows, 69.00 B in 0.001104 sec., 905.7971014492754 rows/sec., 61.04 KiB/sec. 2025.05.13 23:10:32.361017 [ 269 ] {173b4af3-bb06-4d26-9967-d9d90dd89f13} TCPHandler: Processed in 0.00126988 sec. 2025.05.13 23:10:32.361135 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.361231 [ 269 ] {ecb610c3-11eb-486f-bbda-9b95d70f74ef} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:32.361289 [ 269 ] {ecb610c3-11eb-486f-bbda-9b95d70f74ef} 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.05.13 23:10:32.362082 [ 269 ] {ecb610c3-11eb-486f-bbda-9b95d70f74ef} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.362119 [ 269 ] {ecb610c3-11eb-486f-bbda-9b95d70f74ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.362646 [ 269 ] {ecb610c3-11eb-486f-bbda-9b95d70f74ef} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.05.13 23:10:32.362872 [ 269 ] {ecb610c3-11eb-486f-bbda-9b95d70f74ef} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.363012 [ 269 ] {ecb610c3-11eb-486f-bbda-9b95d70f74ef} executeQuery: Read 9 rows, 16.51 KiB in 0.001799 sec., 5002.77932184547 rows/sec., 8.96 MiB/sec. 2025.05.13 23:10:32.363022 [ 28 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.05.13 23:10:32.363065 [ 28 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.363072 [ 269 ] {ecb610c3-11eb-486f-bbda-9b95d70f74ef} TCPHandler: Processed in 0.001986023 sec. 2025.05.13 23:10:32.363092 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.363169 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.05.13 23:10:32.363211 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:32.363311 [ 269 ] {0c8bcd0c-4678-4f24-b3e7-6025ef4b605d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:32.363353 [ 269 ] {0c8bcd0c-4678-4f24-b3e7-6025ef4b605d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:32.363377 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:32.363431 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1844 rows starting from the beginning of the part 2025.05.13 23:10:32.363549 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 9 rows starting from the beginning of the part 2025.05.13 23:10:32.363658 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:32.363715 [ 269 ] {0c8bcd0c-4678-4f24-b3e7-6025ef4b605d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.363754 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 9 rows starting from the beginning of the part 2025.05.13 23:10:32.363756 [ 269 ] {0c8bcd0c-4678-4f24-b3e7-6025ef4b605d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.363855 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:32.363965 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 9 rows starting from the beginning of the part 2025.05.13 23:10:32.364106 [ 269 ] {0c8bcd0c-4678-4f24-b3e7-6025ef4b605d} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.05.13 23:10:32.364355 [ 269 ] {0c8bcd0c-4678-4f24-b3e7-6025ef4b605d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.364490 [ 269 ] {0c8bcd0c-4678-4f24-b3e7-6025ef4b605d} executeQuery: Read 82 rows, 5.33 KiB in 0.001198 sec., 68447.4123539232 rows/sec., 4.35 MiB/sec. 2025.05.13 23:10:32.364527 [ 269 ] {0c8bcd0c-4678-4f24-b3e7-6025ef4b605d} TCPHandler: Processed in 0.001366794 sec. 2025.05.13 23:10:32.373738 [ 190 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1935 rows, containing 19 columns (19 merged, 0 gathered) in 0.010598729 sec., 182569.06087512948 rows/sec., 327.16 MiB/sec. 2025.05.13 23:10:32.375744 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.05.13 23:10:32.376094 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.376165 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_96_19} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.05.13 23:10:32.376290 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.32 MiB. 2025.05.13 23:10:32.952265 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2025.05.13 23:10:32.968784 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:32.968845 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:32.975117 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:10:32.975830 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:32.978790 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2025.05.13 23:10:33.001165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 344.72 MiB, peak 361.49 MiB, free memory in arenas 0.00 B, will set to 347.79 MiB (RSS), difference: 3.07 MiB 2025.05.13 23:10:35.575897 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:35.576177 [ 269 ] {8b0be9d7-aac8-4805-86ce-e9e1757864a2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:10:35.576287 [ 269 ] {8b0be9d7-aac8-4805-86ce-e9e1757864a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:10:35.577184 [ 269 ] {8b0be9d7-aac8-4805-86ce-e9e1757864a2} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:35.577252 [ 269 ] {8b0be9d7-aac8-4805-86ce-e9e1757864a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:35.577818 [ 269 ] {8b0be9d7-aac8-4805-86ce-e9e1757864a2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.05.13 23:10:35.578146 [ 269 ] {8b0be9d7-aac8-4805-86ce-e9e1757864a2} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:35.578367 [ 269 ] {8b0be9d7-aac8-4805-86ce-e9e1757864a2} executeQuery: Read 4 rows, 334.00 B in 0.002258 sec., 1771.4791851195748 rows/sec., 144.45 KiB/sec. 2025.05.13 23:10:35.578433 [ 269 ] {8b0be9d7-aac8-4805-86ce-e9e1757864a2} TCPHandler: Processed in 0.002732908 sec. 2025.05.13 23:10:35.578603 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:35.578750 [ 269 ] {d020b900-aa96-44a7-a6e9-e06ebaef5ad3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:35.578807 [ 269 ] {d020b900-aa96-44a7-a6e9-e06ebaef5ad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:35.580131 [ 269 ] {d020b900-aa96-44a7-a6e9-e06ebaef5ad3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:35.580179 [ 269 ] {d020b900-aa96-44a7-a6e9-e06ebaef5ad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:35.580769 [ 269 ] {d020b900-aa96-44a7-a6e9-e06ebaef5ad3} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.05.13 23:10:35.581064 [ 269 ] {d020b900-aa96-44a7-a6e9-e06ebaef5ad3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:35.581263 [ 269 ] {d020b900-aa96-44a7-a6e9-e06ebaef5ad3} executeQuery: Read 1262 rows, 106.73 KiB in 0.002542 sec., 496459.4807238395 rows/sec., 41.00 MiB/sec. 2025.05.13 23:10:35.581323 [ 269 ] {d020b900-aa96-44a7-a6e9-e06ebaef5ad3} TCPHandler: Processed in 0.00279583 sec. 2025.05.13 23:10:35.581500 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:35.581649 [ 269 ] {c64d4877-3bf7-44b0-a76b-06ec43a00617} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:35.581716 [ 269 ] {c64d4877-3bf7-44b0-a76b-06ec43a00617} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:35.582298 [ 269 ] {c64d4877-3bf7-44b0-a76b-06ec43a00617} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:35.582353 [ 269 ] {c64d4877-3bf7-44b0-a76b-06ec43a00617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:35.582814 [ 269 ] {c64d4877-3bf7-44b0-a76b-06ec43a00617} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.05.13 23:10:35.583133 [ 269 ] {c64d4877-3bf7-44b0-a76b-06ec43a00617} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:35.583323 [ 269 ] {c64d4877-3bf7-44b0-a76b-06ec43a00617} executeQuery: Read 36 rows, 2.69 KiB in 0.001702 sec., 21151.586368977674 rows/sec., 1.54 MiB/sec. 2025.05.13 23:10:35.583378 [ 269 ] {c64d4877-3bf7-44b0-a76b-06ec43a00617} TCPHandler: Processed in 0.001956603 sec. 2025.05.13 23:10:35.583526 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:35.583654 [ 269 ] {a3d2abc6-ef2a-457d-9055-6b0fb4d7aac4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:10:35.583718 [ 269 ] {a3d2abc6-ef2a-457d-9055-6b0fb4d7aac4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:10:35.584407 [ 269 ] {a3d2abc6-ef2a-457d-9055-6b0fb4d7aac4} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:35.584465 [ 269 ] {a3d2abc6-ef2a-457d-9055-6b0fb4d7aac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:35.584930 [ 269 ] {a3d2abc6-ef2a-457d-9055-6b0fb4d7aac4} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:10:35.585258 [ 269 ] {a3d2abc6-ef2a-457d-9055-6b0fb4d7aac4} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:35.585434 [ 269 ] {a3d2abc6-ef2a-457d-9055-6b0fb4d7aac4} executeQuery: Read 228 rows, 15.81 KiB in 0.001804 sec., 126385.80931263858 rows/sec., 8.56 MiB/sec. 2025.05.13 23:10:35.585486 [ 269 ] {a3d2abc6-ef2a-457d-9055-6b0fb4d7aac4} TCPHandler: Processed in 0.002023755 sec. 2025.05.13 23:10:35.585637 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:35.585773 [ 269 ] {ae46e428-a188-4d90-8042-d092a1525ab5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:35.585834 [ 269 ] {ae46e428-a188-4d90-8042-d092a1525ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:35.586633 [ 269 ] {ae46e428-a188-4d90-8042-d092a1525ab5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:35.586684 [ 269 ] {ae46e428-a188-4d90-8042-d092a1525ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:35.587184 [ 269 ] {ae46e428-a188-4d90-8042-d092a1525ab5} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.05.13 23:10:35.587488 [ 269 ] {ae46e428-a188-4d90-8042-d092a1525ab5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:35.587667 [ 269 ] {ae46e428-a188-4d90-8042-d092a1525ab5} executeQuery: Read 556 rows, 42.29 KiB in 0.001923 sec., 289131.5652626105 rows/sec., 21.48 MiB/sec. 2025.05.13 23:10:35.587721 [ 269 ] {ae46e428-a188-4d90-8042-d092a1525ab5} TCPHandler: Processed in 0.002148949 sec. 2025.05.13 23:10:35.587884 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:35.588016 [ 269 ] {26ba5a62-431f-48ad-9b30-f29590a8f2dd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:35.588083 [ 269 ] {26ba5a62-431f-48ad-9b30-f29590a8f2dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:35.588894 [ 269 ] {26ba5a62-431f-48ad-9b30-f29590a8f2dd} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:35.588947 [ 269 ] {26ba5a62-431f-48ad-9b30-f29590a8f2dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:35.589514 [ 269 ] {26ba5a62-431f-48ad-9b30-f29590a8f2dd} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.05.13 23:10:35.589849 [ 269 ] {26ba5a62-431f-48ad-9b30-f29590a8f2dd} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:35.590036 [ 269 ] {26ba5a62-431f-48ad-9b30-f29590a8f2dd} executeQuery: Read 930 rows, 63.93 KiB in 0.002046 sec., 454545.45454545453 rows/sec., 30.51 MiB/sec. 2025.05.13 23:10:35.590085 [ 269 ] {26ba5a62-431f-48ad-9b30-f29590a8f2dd} TCPHandler: Processed in 0.002270783 sec. 2025.05.13 23:10:35.590246 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:35.590371 [ 269 ] {6bc96631-4165-4fce-ae8b-fdde9353fbef} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:35.590449 [ 269 ] {6bc96631-4165-4fce-ae8b-fdde9353fbef} 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.05.13 23:10:35.591602 [ 269 ] {6bc96631-4165-4fce-ae8b-fdde9353fbef} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:35.591653 [ 269 ] {6bc96631-4165-4fce-ae8b-fdde9353fbef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:35.592446 [ 269 ] {6bc96631-4165-4fce-ae8b-fdde9353fbef} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.05.13 23:10:35.592787 [ 269 ] {6bc96631-4165-4fce-ae8b-fdde9353fbef} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:35.592989 [ 269 ] {6bc96631-4165-4fce-ae8b-fdde9353fbef} executeQuery: Read 32 rows, 58.72 KiB in 0.002639 sec., 12125.805229253507 rows/sec., 21.73 MiB/sec. 2025.05.13 23:10:35.593070 [ 269 ] {6bc96631-4165-4fce-ae8b-fdde9353fbef} TCPHandler: Processed in 0.002889613 sec. 2025.05.13 23:10:35.593240 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:35.593381 [ 269 ] {668bb3e9-9939-4cd8-ba97-5a592a8f8b15} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:35.593448 [ 269 ] {668bb3e9-9939-4cd8-ba97-5a592a8f8b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:35.593919 [ 269 ] {668bb3e9-9939-4cd8-ba97-5a592a8f8b15} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:35.593965 [ 269 ] {668bb3e9-9939-4cd8-ba97-5a592a8f8b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:35.594409 [ 269 ] {668bb3e9-9939-4cd8-ba97-5a592a8f8b15} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.05.13 23:10:35.594735 [ 269 ] {668bb3e9-9939-4cd8-ba97-5a592a8f8b15} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:35.594922 [ 269 ] {668bb3e9-9939-4cd8-ba97-5a592a8f8b15} executeQuery: Read 44 rows, 3.03 KiB in 0.00157 sec., 28025.47770700637 rows/sec., 1.89 MiB/sec. 2025.05.13 23:10:35.594972 [ 269 ] {668bb3e9-9939-4cd8-ba97-5a592a8f8b15} TCPHandler: Processed in 0.001802758 sec. 2025.05.13 23:10:37.332099 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:37.332293 [ 269 ] {cef3c777-1b8d-48a4-b47c-f283df94c9d9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:37.332365 [ 269 ] {cef3c777-1b8d-48a4-b47c-f283df94c9d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:37.333091 [ 269 ] {cef3c777-1b8d-48a4-b47c-f283df94c9d9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:37.333144 [ 269 ] {cef3c777-1b8d-48a4-b47c-f283df94c9d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:37.333554 [ 269 ] {cef3c777-1b8d-48a4-b47c-f283df94c9d9} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.05.13 23:10:37.333798 [ 269 ] {cef3c777-1b8d-48a4-b47c-f283df94c9d9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:37.333938 [ 38 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_115_23 to all_120_120_0 2025.05.13 23:10:37.333970 [ 269 ] {cef3c777-1b8d-48a4-b47c-f283df94c9d9} executeQuery: Read 56 rows, 4.38 KiB in 0.001728 sec., 32407.40740740741 rows/sec., 2.47 MiB/sec. 2025.05.13 23:10:37.334004 [ 38 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:37.334029 [ 269 ] {cef3c777-1b8d-48a4-b47c-f283df94c9d9} TCPHandler: Processed in 0.002066927 sec. 2025.05.13 23:10:37.334030 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:37.334167 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:37.334167 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_115_23 to all_120_120_0 into Compact with storage Full 2025.05.13 23:10:37.334276 [ 269 ] {fbb70650-6927-4952-a2dc-efae6ca9f49e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:37.334323 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:37.334327 [ 269 ] {fbb70650-6927-4952-a2dc-efae6ca9f49e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:37.334365 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_115_23, total 1849 rows starting from the beginning of the part 2025.05.13 23:10:37.334437 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 637 rows starting from the beginning of the part 2025.05.13 23:10:37.334482 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 120 rows starting from the beginning of the part 2025.05.13 23:10:37.334525 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 635 rows starting from the beginning of the part 2025.05.13 23:10:37.334564 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:10:37.334603 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part 2025.05.13 23:10:37.334809 [ 269 ] {fbb70650-6927-4952-a2dc-efae6ca9f49e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:37.334855 [ 269 ] {fbb70650-6927-4952-a2dc-efae6ca9f49e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:37.335200 [ 269 ] {fbb70650-6927-4952-a2dc-efae6ca9f49e} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.05.13 23:10:37.335450 [ 269 ] {fbb70650-6927-4952-a2dc-efae6ca9f49e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:37.335588 [ 38 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_115_23 to all_120_120_0 2025.05.13 23:10:37.335592 [ 269 ] {fbb70650-6927-4952-a2dc-efae6ca9f49e} executeQuery: Read 64 rows, 5.12 KiB in 0.00134 sec., 47761.19402985075 rows/sec., 3.73 MiB/sec. 2025.05.13 23:10:37.335632 [ 38 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:37.335653 [ 269 ] {fbb70650-6927-4952-a2dc-efae6ca9f49e} TCPHandler: Processed in 0.00153925 sec. 2025.05.13 23:10:37.335656 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:37.335773 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_115_23 to all_120_120_0 into Compact with storage Full 2025.05.13 23:10:37.335782 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:37.335901 [ 269 ] {844ece5e-4b96-4d70-9964-98f9fb0a2a6a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:37.335903 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:37.335950 [ 269 ] {844ece5e-4b96-4d70-9964-98f9fb0a2a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:37.335959 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_115_23, total 915 rows starting from the beginning of the part 2025.05.13 23:10:37.336047 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 395 rows starting from the beginning of the part 2025.05.13 23:10:37.336101 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 96 rows starting from the beginning of the part 2025.05.13 23:10:37.336158 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 391 rows starting from the beginning of the part 2025.05.13 23:10:37.336204 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 556 rows starting from the beginning of the part 2025.05.13 23:10:37.336211 [ 194 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergeTask::MergeProjectionsStage: Merge sorted 4559 rows, containing 5 columns (5 merged, 0 gathered) in 0.002101207 sec., 2169705.316991615 rows/sec., 183.90 MiB/sec. 2025.05.13 23:10:37.336250 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part 2025.05.13 23:10:37.336368 [ 269 ] {844ece5e-4b96-4d70-9964-98f9fb0a2a6a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:37.336410 [ 269 ] {844ece5e-4b96-4d70-9964-98f9fb0a2a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:37.336469 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary) 2025.05.13 23:10:37.336784 [ 269 ] {844ece5e-4b96-4d70-9964-98f9fb0a2a6a} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.05.13 23:10:37.336785 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:37.336868 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_120_24} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_115_23, all_120_120_0] -> all_1_120_24 2025.05.13 23:10:37.336958 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.05.13 23:10:37.337017 [ 269 ] {844ece5e-4b96-4d70-9964-98f9fb0a2a6a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:37.337159 [ 269 ] {844ece5e-4b96-4d70-9964-98f9fb0a2a6a} executeQuery: Read 42 rows, 2.99 KiB in 0.001279 sec., 32838.154808444095 rows/sec., 2.28 MiB/sec. 2025.05.13 23:10:37.337199 [ 269 ] {844ece5e-4b96-4d70-9964-98f9fb0a2a6a} TCPHandler: Processed in 0.001469247 sec. 2025.05.13 23:10:37.337312 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:37.337408 [ 269 ] {9fe5ab85-2972-48d9-85a4-acf2d6abbf9a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:37.337452 [ 269 ] {9fe5ab85-2972-48d9-85a4-acf2d6abbf9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:37.337597 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.00187313 sec., 1290353.5793030916 rows/sec., 98.82 MiB/sec. 2025.05.13 23:10:37.337759 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary) 2025.05.13 23:10:37.337811 [ 269 ] {9fe5ab85-2972-48d9-85a4-acf2d6abbf9a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:37.337846 [ 269 ] {9fe5ab85-2972-48d9-85a4-acf2d6abbf9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:37.338003 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:37.338069 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_120_24} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_115_23, all_120_120_0] -> all_1_120_24 2025.05.13 23:10:37.338151 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:10:37.338161 [ 269 ] {9fe5ab85-2972-48d9-85a4-acf2d6abbf9a} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.05.13 23:10:37.338377 [ 269 ] {9fe5ab85-2972-48d9-85a4-acf2d6abbf9a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:37.338510 [ 269 ] {9fe5ab85-2972-48d9-85a4-acf2d6abbf9a} executeQuery: Read 16 rows, 1.11 KiB in 0.001121 sec., 14272.970561998216 rows/sec., 989.63 KiB/sec. 2025.05.13 23:10:37.338547 [ 269 ] {9fe5ab85-2972-48d9-85a4-acf2d6abbf9a} TCPHandler: Processed in 0.001285181 sec. 2025.05.13 23:10:38.069110 [ 223 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:10:38.069157 [ 223 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:10:38.072933 [ 223 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:10:38.430313 [ 219 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:10:38.430361 [ 219 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:10:38.432801 [ 219 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:10:38.633002 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33489 2025.05.13 23:10:38.633503 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:38.633544 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:38.634033 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:10:38.634300 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:38.634464 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 2025.05.13 23:10:40.479753 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2025.05.13 23:10:40.498833 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:40.498982 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.02 GiB. 2025.05.13 23:10:40.506278 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:10:40.507033 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:40.511906 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.05.13 23:10:41.232700 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2124 2025.05.13 23:10:41.235313 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:41.235365 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:41.236588 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:10:41.236855 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:41.237118 [ 220 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:41.237137 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2124 2025.05.13 23:10:41.237211 [ 220 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:41.240247 [ 220 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:42.143467 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:42.143518 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:42.147052 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:42.345185 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.345367 [ 269 ] {741b2405-bd61-4abb-9504-f6e58c0d2222} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:10:42.345438 [ 269 ] {741b2405-bd61-4abb-9504-f6e58c0d2222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:10:42.346219 [ 269 ] {741b2405-bd61-4abb-9504-f6e58c0d2222} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.346259 [ 269 ] {741b2405-bd61-4abb-9504-f6e58c0d2222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.346671 [ 269 ] {741b2405-bd61-4abb-9504-f6e58c0d2222} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:10:42.346907 [ 269 ] {741b2405-bd61-4abb-9504-f6e58c0d2222} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.347072 [ 269 ] {741b2405-bd61-4abb-9504-f6e58c0d2222} executeQuery: Read 212 rows, 13.81 KiB in 0.001755 sec., 120797.72079772079 rows/sec., 7.68 MiB/sec. 2025.05.13 23:10:42.347118 [ 269 ] {741b2405-bd61-4abb-9504-f6e58c0d2222} TCPHandler: Processed in 0.002081076 sec. 2025.05.13 23:10:42.347275 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.347382 [ 269 ] {b21696c8-1135-44db-bb15-046c544b3615} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:42.347424 [ 269 ] {b21696c8-1135-44db-bb15-046c544b3615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:42.348205 [ 269 ] {b21696c8-1135-44db-bb15-046c544b3615} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.348257 [ 269 ] {b21696c8-1135-44db-bb15-046c544b3615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.348644 [ 269 ] {b21696c8-1135-44db-bb15-046c544b3615} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.05.13 23:10:42.348885 [ 269 ] {b21696c8-1135-44db-bb15-046c544b3615} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.349020 [ 269 ] {b21696c8-1135-44db-bb15-046c544b3615} executeQuery: Read 635 rows, 51.07 KiB in 0.001657 sec., 383222.6916113458 rows/sec., 30.10 MiB/sec. 2025.05.13 23:10:42.349059 [ 269 ] {b21696c8-1135-44db-bb15-046c544b3615} TCPHandler: Processed in 0.001835098 sec. 2025.05.13 23:10:42.349184 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.349278 [ 269 ] {a4ba8bc7-c6a6-45bb-99f0-dcd009a79753} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:42.349318 [ 269 ] {a4ba8bc7-c6a6-45bb-99f0-dcd009a79753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:42.349794 [ 269 ] {a4ba8bc7-c6a6-45bb-99f0-dcd009a79753} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.349829 [ 269 ] {a4ba8bc7-c6a6-45bb-99f0-dcd009a79753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.350142 [ 269 ] {a4ba8bc7-c6a6-45bb-99f0-dcd009a79753} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.05.13 23:10:42.350359 [ 269 ] {a4ba8bc7-c6a6-45bb-99f0-dcd009a79753} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.350470 [ 31 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.05.13 23:10:42.350491 [ 269 ] {a4ba8bc7-c6a6-45bb-99f0-dcd009a79753} executeQuery: Read 115 rows, 7.06 KiB in 0.001233 sec., 93268.45093268451 rows/sec., 5.59 MiB/sec. 2025.05.13 23:10:42.350505 [ 31 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.350525 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.350533 [ 269 ] {a4ba8bc7-c6a6-45bb-99f0-dcd009a79753} TCPHandler: Processed in 0.001398894 sec. 2025.05.13 23:10:42.350682 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.350680 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.05.13 23:10:42.350780 [ 269 ] {f3dea7ae-99b6-4987-921b-479f6704ca61} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:10:42.350824 [ 269 ] {f3dea7ae-99b6-4987-921b-479f6704ca61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:10:42.350846 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:42.350889 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 165 rows starting from the beginning of the part 2025.05.13 23:10:42.350964 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 119 rows starting from the beginning of the part 2025.05.13 23:10:42.351016 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:42.351067 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 115 rows starting from the beginning of the part 2025.05.13 23:10:42.351122 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 36 rows starting from the beginning of the part 2025.05.13 23:10:42.351186 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 115 rows starting from the beginning of the part 2025.05.13 23:10:42.351293 [ 269 ] {f3dea7ae-99b6-4987-921b-479f6704ca61} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.351334 [ 269 ] {f3dea7ae-99b6-4987-921b-479f6704ca61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.351682 [ 269 ] {f3dea7ae-99b6-4987-921b-479f6704ca61} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:10:42.351923 [ 269 ] {f3dea7ae-99b6-4987-921b-479f6704ca61} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.352036 [ 31 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_59_12 to all_64_64_0 2025.05.13 23:10:42.352062 [ 269 ] {f3dea7ae-99b6-4987-921b-479f6704ca61} executeQuery: Read 113 rows, 7.49 KiB in 0.001301 sec., 86856.26441199078 rows/sec., 5.62 MiB/sec. 2025.05.13 23:10:42.352068 [ 31 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.352093 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.352102 [ 269 ] {f3dea7ae-99b6-4987-921b-479f6704ca61} TCPHandler: Processed in 0.001478307 sec. 2025.05.13 23:10:42.352185 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_59_12 to all_64_64_0 into Compact with storage Full 2025.05.13 23:10:42.352234 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.352235 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001628513 sec., 357381.242888451 rows/sec., 23.72 MiB/sec. 2025.05.13 23:10:42.352286 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:42.352321 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 341 rows starting from the beginning of the part 2025.05.13 23:10:42.352342 [ 269 ] {eac2fbab-e28e-4579-b3f9-9add4fd25c4c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:10:42.352365 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 113 rows starting from the beginning of the part 2025.05.13 23:10:42.352389 [ 269 ] {eac2fbab-e28e-4579-b3f9-9add4fd25c4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:10:42.352407 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 113 rows starting from the beginning of the part 2025.05.13 23:10:42.352448 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 113 rows starting from the beginning of the part 2025.05.13 23:10:42.352483 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 228 rows starting from the beginning of the part 2025.05.13 23:10:42.352483 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.05.13 23:10:42.352519 [ 194 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 113 rows starting from the beginning of the part 2025.05.13 23:10:42.352857 [ 269 ] {eac2fbab-e28e-4579-b3f9-9add4fd25c4c} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.352892 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.352899 [ 269 ] {eac2fbab-e28e-4579-b3f9-9add4fd25c4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.352997 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_101_20} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.05.13 23:10:42.353146 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:10:42.353283 [ 269 ] {eac2fbab-e28e-4579-b3f9-9add4fd25c4c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:10:42.353467 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001314772 sec., 776560.4987024366 rows/sec., 54.26 MiB/sec. 2025.05.13 23:10:42.353521 [ 269 ] {eac2fbab-e28e-4579-b3f9-9add4fd25c4c} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.353635 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary) 2025.05.13 23:10:42.353657 [ 269 ] {eac2fbab-e28e-4579-b3f9-9add4fd25c4c} executeQuery: Read 112 rows, 6.53 KiB in 0.001334 sec., 83958.02098950525 rows/sec., 4.78 MiB/sec. 2025.05.13 23:10:42.353700 [ 269 ] {eac2fbab-e28e-4579-b3f9-9add4fd25c4c} TCPHandler: Processed in 0.001516299 sec. 2025.05.13 23:10:42.353836 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.353932 [ 269 ] {b5803f85-872d-4c8d-9010-9944e70cd8ef} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:42.353967 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.353972 [ 269 ] {b5803f85-872d-4c8d-9010-9944e70cd8ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:42.354064 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_64_13} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_59_12, all_64_64_0] -> all_1_64_13 2025.05.13 23:10:42.354176 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.05.13 23:10:42.354599 [ 269 ] {b5803f85-872d-4c8d-9010-9944e70cd8ef} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.354640 [ 269 ] {b5803f85-872d-4c8d-9010-9944e70cd8ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.354984 [ 269 ] {b5803f85-872d-4c8d-9010-9944e70cd8ef} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.05.13 23:10:42.355200 [ 269 ] {b5803f85-872d-4c8d-9010-9944e70cd8ef} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.355330 [ 269 ] {b5803f85-872d-4c8d-9010-9944e70cd8ef} executeQuery: Read 391 rows, 28.31 KiB in 0.001417 sec., 275935.0741002117 rows/sec., 19.51 MiB/sec. 2025.05.13 23:10:42.355370 [ 269 ] {b5803f85-872d-4c8d-9010-9944e70cd8ef} TCPHandler: Processed in 0.00158459 sec. 2025.05.13 23:10:42.355499 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.355593 [ 269 ] {41f92da2-496e-4932-9db9-c8dc7d904bed} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:10:42.355634 [ 269 ] {41f92da2-496e-4932-9db9-c8dc7d904bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:10:42.355987 [ 269 ] {41f92da2-496e-4932-9db9-c8dc7d904bed} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.356022 [ 269 ] {41f92da2-496e-4932-9db9-c8dc7d904bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.356331 [ 269 ] {41f92da2-496e-4932-9db9-c8dc7d904bed} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:10:42.356538 [ 269 ] {41f92da2-496e-4932-9db9-c8dc7d904bed} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.356665 [ 269 ] {41f92da2-496e-4932-9db9-c8dc7d904bed} executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. 2025.05.13 23:10:42.356702 [ 269 ] {41f92da2-496e-4932-9db9-c8dc7d904bed} TCPHandler: Processed in 0.00125566 sec. 2025.05.13 23:10:42.356826 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.356918 [ 269 ] {e12d8165-a2fa-4d45-9988-1787d12b5724} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:42.356961 [ 269 ] {e12d8165-a2fa-4d45-9988-1787d12b5724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:42.357388 [ 269 ] {e12d8165-a2fa-4d45-9988-1787d12b5724} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.357423 [ 269 ] {e12d8165-a2fa-4d45-9988-1787d12b5724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.357759 [ 269 ] {e12d8165-a2fa-4d45-9988-1787d12b5724} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.05.13 23:10:42.357985 [ 269 ] {e12d8165-a2fa-4d45-9988-1787d12b5724} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.358108 [ 31 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_116_24 to all_121_121_0 2025.05.13 23:10:42.358113 [ 269 ] {e12d8165-a2fa-4d45-9988-1787d12b5724} executeQuery: Read 237 rows, 16.27 KiB in 0.001214 sec., 195222.40527182867 rows/sec., 13.09 MiB/sec. 2025.05.13 23:10:42.358151 [ 31 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.358166 [ 269 ] {e12d8165-a2fa-4d45-9988-1787d12b5724} TCPHandler: Processed in 0.001388495 sec. 2025.05.13 23:10:42.358177 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.358270 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_24 to all_121_121_0 into Compact with storage Full 2025.05.13 23:10:42.358302 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.358392 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:42.358399 [ 269 ] {4553fc85-b899-4da9-bc26-3ff7004968a8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:10:42.358434 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_116_24, total 34859 rows starting from the beginning of the part 2025.05.13 23:10:42.358455 [ 269 ] {4553fc85-b899-4da9-bc26-3ff7004968a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:10:42.358500 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2025.05.13 23:10:42.358553 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part 2025.05.13 23:10:42.358598 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 930 rows starting from the beginning of the part 2025.05.13 23:10:42.358642 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 42 rows starting from the beginning of the part 2025.05.13 23:10:42.358690 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part 2025.05.13 23:10:42.358843 [ 269 ] {4553fc85-b899-4da9-bc26-3ff7004968a8} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.358885 [ 269 ] {4553fc85-b899-4da9-bc26-3ff7004968a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.359250 [ 269 ] {4553fc85-b899-4da9-bc26-3ff7004968a8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:10:42.359475 [ 269 ] {4553fc85-b899-4da9-bc26-3ff7004968a8} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.359580 [ 31 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.05.13 23:10:42.359606 [ 269 ] {4553fc85-b899-4da9-bc26-3ff7004968a8} executeQuery: Read 1 rows, 69.00 B in 0.001226 sec., 815.6606851549755 rows/sec., 54.96 KiB/sec. 2025.05.13 23:10:42.359613 [ 31 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.359636 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.359642 [ 269 ] {4553fc85-b899-4da9-bc26-3ff7004968a8} TCPHandler: Processed in 0.001393175 sec. 2025.05.13 23:10:42.359730 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.05.13 23:10:42.359771 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.359867 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:42.359869 [ 269 ] {a1023e4f-c998-40cd-b570-158985928a03} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:42.359911 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part 2025.05.13 23:10:42.359944 [ 269 ] {a1023e4f-c998-40cd-b570-158985928a03} 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.05.13 23:10:42.359987 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2025.05.13 23:10:42.360039 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part 2025.05.13 23:10:42.360109 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part 2025.05.13 23:10:42.360190 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part 2025.05.13 23:10:42.360238 [ 201 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part 2025.05.13 23:10:42.360790 [ 269 ] {a1023e4f-c998-40cd-b570-158985928a03} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.360832 [ 269 ] {a1023e4f-c998-40cd-b570-158985928a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.361082 [ 195 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.001395605 sec., 35826.756138018995 rows/sec., 2.36 MiB/sec. 2025.05.13 23:10:42.361250 [ 198 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.05.13 23:10:42.361376 [ 269 ] {a1023e4f-c998-40cd-b570-158985928a03} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.05.13 23:10:42.361627 [ 198 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.361672 [ 269 ] {a1023e4f-c998-40cd-b570-158985928a03} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.361722 [ 198 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_50_10} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.05.13 23:10:42.361828 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:10:42.361828 [ 269 ] {a1023e4f-c998-40cd-b570-158985928a03} executeQuery: Read 9 rows, 16.51 KiB in 0.001978 sec., 4550.0505561172895 rows/sec., 8.15 MiB/sec. 2025.05.13 23:10:42.361899 [ 269 ] {a1023e4f-c998-40cd-b570-158985928a03} TCPHandler: Processed in 0.002176529 sec. 2025.05.13 23:10:42.362025 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:42.362119 [ 269 ] {1d2e5d45-fd86-495b-9ce7-2f43a28329b7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:42.362160 [ 269 ] {1d2e5d45-fd86-495b-9ce7-2f43a28329b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:42.362518 [ 269 ] {1d2e5d45-fd86-495b-9ce7-2f43a28329b7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.362554 [ 269 ] {1d2e5d45-fd86-495b-9ce7-2f43a28329b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.362877 [ 269 ] {1d2e5d45-fd86-495b-9ce7-2f43a28329b7} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.05.13 23:10:42.363100 [ 269 ] {1d2e5d45-fd86-495b-9ce7-2f43a28329b7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.363208 [ 31 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.05.13 23:10:42.363230 [ 269 ] {1d2e5d45-fd86-495b-9ce7-2f43a28329b7} executeQuery: Read 82 rows, 5.33 KiB in 0.00113 sec., 72566.37168141593 rows/sec., 4.61 MiB/sec. 2025.05.13 23:10:42.363239 [ 31 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:42.363259 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.01 GiB. 2025.05.13 23:10:42.363266 [ 269 ] {1d2e5d45-fd86-495b-9ce7-2f43a28329b7} TCPHandler: Processed in 0.001289261 sec. 2025.05.13 23:10:42.363339 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.05.13 23:10:42.363443 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:42.363472 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7104 rows starting from the beginning of the part 2025.05.13 23:10:42.363525 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2025.05.13 23:10:42.363569 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part 2025.05.13 23:10:42.363611 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 44 rows starting from the beginning of the part 2025.05.13 23:10:42.363649 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 16 rows starting from the beginning of the part 2025.05.13 23:10:42.363694 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part 2025.05.13 23:10:42.366379 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7388 rows, containing 4 columns (4 merged, 0 gathered) in 0.003074359 sec., 2403102.5654453496 rows/sec., 156.73 MiB/sec. 2025.05.13 23:10:42.366567 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergeTask::MergeProjectionsStage: Merge sorted 36465 rows, containing 5 columns (5 merged, 0 gathered) in 0.008335247 sec., 4374795.371990776 rows/sec., 295.51 MiB/sec. 2025.05.13 23:10:42.366934 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.05.13 23:10:42.366961 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} MergedBlockOutputStream: filled checksums all_1_121_25 (state Temporary) 2025.05.13 23:10:42.367363 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_121_25 to all_1_121_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.367370 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:42.367446 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_121_25} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_116_24, all_121_121_0] -> all_1_121_25 2025.05.13 23:10:42.367497 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_121_24} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.05.13 23:10:42.367552 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.05.13 23:10:42.367617 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.05.13 23:10:43.056907 [ 224 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:43.056963 [ 224 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:43.061600 [ 224 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:45.926039 [ 24 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:10:45.926159 [ 24 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:10:46.135527 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33977 2025.05.13 23:10:46.136048 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:46.136085 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:46.136571 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:10:46.136814 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:46.136950 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33977 2025.05.13 23:10:47.339205 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:47.339490 [ 269 ] {14f18efb-8d43-4ffc-8c7e-d3f2e07be052} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:47.339594 [ 269 ] {14f18efb-8d43-4ffc-8c7e-d3f2e07be052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:47.340599 [ 269 ] {14f18efb-8d43-4ffc-8c7e-d3f2e07be052} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:47.340645 [ 269 ] {14f18efb-8d43-4ffc-8c7e-d3f2e07be052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:47.341054 [ 269 ] {14f18efb-8d43-4ffc-8c7e-d3f2e07be052} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.05.13 23:10:47.341274 [ 269 ] {14f18efb-8d43-4ffc-8c7e-d3f2e07be052} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:47.341430 [ 269 ] {14f18efb-8d43-4ffc-8c7e-d3f2e07be052} executeQuery: Read 120 rows, 10.47 KiB in 0.00202 sec., 59405.9405940594 rows/sec., 5.06 MiB/sec. 2025.05.13 23:10:47.341472 [ 269 ] {14f18efb-8d43-4ffc-8c7e-d3f2e07be052} TCPHandler: Processed in 0.002451169 sec. 2025.05.13 23:10:47.341615 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:47.341708 [ 269 ] {622db387-dd30-40b1-ac46-8f08a7d27042} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:47.341749 [ 269 ] {622db387-dd30-40b1-ac46-8f08a7d27042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:47.342209 [ 269 ] {622db387-dd30-40b1-ac46-8f08a7d27042} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:47.342244 [ 269 ] {622db387-dd30-40b1-ac46-8f08a7d27042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:47.342532 [ 269 ] {622db387-dd30-40b1-ac46-8f08a7d27042} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.05.13 23:10:47.342732 [ 269 ] {622db387-dd30-40b1-ac46-8f08a7d27042} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:47.342857 [ 269 ] {622db387-dd30-40b1-ac46-8f08a7d27042} executeQuery: Read 32 rows, 2.41 KiB in 0.001168 sec., 27397.260273972603 rows/sec., 2.01 MiB/sec. 2025.05.13 23:10:47.342894 [ 269 ] {622db387-dd30-40b1-ac46-8f08a7d27042} TCPHandler: Processed in 0.001326382 sec. 2025.05.13 23:10:47.342938 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:47.342996 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:47.343006 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:47.343102 [ 269 ] {f8846a3e-e842-4cd9-93ee-3786879f35b7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:47.343142 [ 269 ] {f8846a3e-e842-4cd9-93ee-3786879f35b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:47.343598 [ 269 ] {f8846a3e-e842-4cd9-93ee-3786879f35b7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:47.343633 [ 269 ] {f8846a3e-e842-4cd9-93ee-3786879f35b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:47.343925 [ 269 ] {f8846a3e-e842-4cd9-93ee-3786879f35b7} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.05.13 23:10:47.344172 [ 269 ] {f8846a3e-e842-4cd9-93ee-3786879f35b7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:47.344300 [ 269 ] {f8846a3e-e842-4cd9-93ee-3786879f35b7} executeQuery: Read 96 rows, 7.68 KiB in 0.001216 sec., 78947.36842105263 rows/sec., 6.17 MiB/sec. 2025.05.13 23:10:47.344368 [ 269 ] {f8846a3e-e842-4cd9-93ee-3786879f35b7} TCPHandler: Processed in 0.001409365 sec. 2025.05.13 23:10:47.344497 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:47.344590 [ 269 ] {fe01d28f-0177-4283-9be9-b6715794ef41} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:47.344634 [ 269 ] {fe01d28f-0177-4283-9be9-b6715794ef41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:47.345092 [ 269 ] {fe01d28f-0177-4283-9be9-b6715794ef41} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:47.345130 [ 269 ] {fe01d28f-0177-4283-9be9-b6715794ef41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:47.345504 [ 269 ] {fe01d28f-0177-4283-9be9-b6715794ef41} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.05.13 23:10:47.345719 [ 269 ] {fe01d28f-0177-4283-9be9-b6715794ef41} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:47.345872 [ 269 ] {fe01d28f-0177-4283-9be9-b6715794ef41} executeQuery: Read 160 rows, 11.41 KiB in 0.0013 sec., 123076.92307692308 rows/sec., 8.57 MiB/sec. 2025.05.13 23:10:47.345911 [ 269 ] {fe01d28f-0177-4283-9be9-b6715794ef41} TCPHandler: Processed in 0.001461477 sec. 2025.05.13 23:10:47.345952 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:10:47.346085 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:47.346183 [ 269 ] {c33f03d1-f3a6-406e-b327-6f189e65d15e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:47.346238 [ 269 ] {c33f03d1-f3a6-406e-b327-6f189e65d15e} 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.05.13 23:10:47.347117 [ 269 ] {c33f03d1-f3a6-406e-b327-6f189e65d15e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:47.347155 [ 269 ] {c33f03d1-f3a6-406e-b327-6f189e65d15e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:47.347704 [ 269 ] {c33f03d1-f3a6-406e-b327-6f189e65d15e} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.05.13 23:10:47.347923 [ 269 ] {c33f03d1-f3a6-406e-b327-6f189e65d15e} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:47.348061 [ 269 ] {c33f03d1-f3a6-406e-b327-6f189e65d15e} executeQuery: Read 32 rows, 58.72 KiB in 0.001897 sec., 16868.74011597259 rows/sec., 30.23 MiB/sec. 2025.05.13 23:10:47.348113 [ 269 ] {c33f03d1-f3a6-406e-b327-6f189e65d15e} TCPHandler: Processed in 0.002076606 sec. 2025.05.13 23:10:47.348229 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:47.348322 [ 269 ] {b56a34f2-a2b1-4c3c-9a7a-5c92362bd060} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:47.348363 [ 269 ] {b56a34f2-a2b1-4c3c-9a7a-5c92362bd060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:47.348701 [ 269 ] {b56a34f2-a2b1-4c3c-9a7a-5c92362bd060} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:47.348736 [ 269 ] {b56a34f2-a2b1-4c3c-9a7a-5c92362bd060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:47.349033 [ 269 ] {b56a34f2-a2b1-4c3c-9a7a-5c92362bd060} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.05.13 23:10:47.349237 [ 269 ] {b56a34f2-a2b1-4c3c-9a7a-5c92362bd060} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:47.349359 [ 269 ] {b56a34f2-a2b1-4c3c-9a7a-5c92362bd060} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2025.05.13 23:10:47.349394 [ 269 ] {b56a34f2-a2b1-4c3c-9a7a-5c92362bd060} TCPHandler: Processed in 0.001212469 sec. 2025.05.13 23:10:48.012881 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.05.13 23:10:48.030768 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:48.030832 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:48.037260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:10:48.037977 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:48.041093 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.05.13 23:10:51.238446 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2158 2025.05.13 23:10:51.241085 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:51.241138 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:51.242344 [ 242 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:10:51.242610 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:51.242883 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2158 2025.05.13 23:10:52.343538 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.343824 [ 269 ] {f656e604-6c0e-4161-a2d9-8fb169175b55} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:10:52.343934 [ 269 ] {f656e604-6c0e-4161-a2d9-8fb169175b55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:10:52.345055 [ 269 ] {f656e604-6c0e-4161-a2d9-8fb169175b55} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.345099 [ 269 ] {f656e604-6c0e-4161-a2d9-8fb169175b55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.345491 [ 269 ] {f656e604-6c0e-4161-a2d9-8fb169175b55} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:10:52.345726 [ 269 ] {f656e604-6c0e-4161-a2d9-8fb169175b55} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.345886 [ 269 ] {f656e604-6c0e-4161-a2d9-8fb169175b55} executeQuery: Read 212 rows, 13.81 KiB in 0.00214 sec., 99065.42056074766 rows/sec., 6.30 MiB/sec. 2025.05.13 23:10:52.345928 [ 269 ] {f656e604-6c0e-4161-a2d9-8fb169175b55} TCPHandler: Processed in 0.002568562 sec. 2025.05.13 23:10:52.346071 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.346163 [ 269 ] {1e88aff4-f446-44f4-9184-48e569d27161} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:10:52.346204 [ 269 ] {1e88aff4-f446-44f4-9184-48e569d27161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:10:52.346670 [ 269 ] {1e88aff4-f446-44f4-9184-48e569d27161} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.346705 [ 269 ] {1e88aff4-f446-44f4-9184-48e569d27161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.346990 [ 269 ] {1e88aff4-f446-44f4-9184-48e569d27161} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.05.13 23:10:52.347189 [ 269 ] {1e88aff4-f446-44f4-9184-48e569d27161} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.347313 [ 269 ] {1e88aff4-f446-44f4-9184-48e569d27161} executeQuery: Read 8 rows, 668.00 B in 0.001168 sec., 6849.315068493151 rows/sec., 558.51 KiB/sec. 2025.05.13 23:10:52.347349 [ 269 ] {1e88aff4-f446-44f4-9184-48e569d27161} TCPHandler: Processed in 0.001326163 sec. 2025.05.13 23:10:52.347464 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.347556 [ 269 ] {59467cde-3b8b-480e-a149-4bc8cd671ab0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:52.347593 [ 269 ] {59467cde-3b8b-480e-a149-4bc8cd671ab0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:52.348435 [ 269 ] {59467cde-3b8b-480e-a149-4bc8cd671ab0} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.348472 [ 269 ] {59467cde-3b8b-480e-a149-4bc8cd671ab0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.348808 [ 269 ] {59467cde-3b8b-480e-a149-4bc8cd671ab0} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.05.13 23:10:52.349010 [ 269 ] {59467cde-3b8b-480e-a149-4bc8cd671ab0} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.349137 [ 269 ] {59467cde-3b8b-480e-a149-4bc8cd671ab0} executeQuery: Read 639 rows, 51.36 KiB in 0.001599 sec., 399624.76547842403 rows/sec., 31.37 MiB/sec. 2025.05.13 23:10:52.349173 [ 269 ] {59467cde-3b8b-480e-a149-4bc8cd671ab0} TCPHandler: Processed in 0.001756396 sec. 2025.05.13 23:10:52.349289 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.349382 [ 269 ] {a4a84bc3-af24-440e-baff-a030e62a755b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:52.349420 [ 269 ] {a4a84bc3-af24-440e-baff-a030e62a755b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:52.349899 [ 269 ] {a4a84bc3-af24-440e-baff-a030e62a755b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.349941 [ 269 ] {a4a84bc3-af24-440e-baff-a030e62a755b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.350243 [ 269 ] {a4a84bc3-af24-440e-baff-a030e62a755b} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.05.13 23:10:52.350456 [ 269 ] {a4a84bc3-af24-440e-baff-a030e62a755b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.350582 [ 269 ] {a4a84bc3-af24-440e-baff-a030e62a755b} executeQuery: Read 123 rows, 7.62 KiB in 0.001219 sec., 100902.37899917965 rows/sec., 6.11 MiB/sec. 2025.05.13 23:10:52.350619 [ 269 ] {a4a84bc3-af24-440e-baff-a030e62a755b} TCPHandler: Processed in 0.001378144 sec. 2025.05.13 23:10:52.350736 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.350829 [ 269 ] {6ef220bd-64e8-4e9f-acb2-54c70a4148d5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:10:52.350868 [ 269 ] {6ef220bd-64e8-4e9f-acb2-54c70a4148d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:10:52.351308 [ 269 ] {6ef220bd-64e8-4e9f-acb2-54c70a4148d5} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.351343 [ 269 ] {6ef220bd-64e8-4e9f-acb2-54c70a4148d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.351633 [ 269 ] {6ef220bd-64e8-4e9f-acb2-54c70a4148d5} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:10:52.351835 [ 269 ] {6ef220bd-64e8-4e9f-acb2-54c70a4148d5} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.351961 [ 269 ] {6ef220bd-64e8-4e9f-acb2-54c70a4148d5} executeQuery: Read 113 rows, 7.49 KiB in 0.001151 sec., 98175.49956559515 rows/sec., 6.36 MiB/sec. 2025.05.13 23:10:52.351998 [ 269 ] {6ef220bd-64e8-4e9f-acb2-54c70a4148d5} TCPHandler: Processed in 0.001309032 sec. 2025.05.13 23:10:52.352113 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.352211 [ 269 ] {2146b57a-a241-4bb9-8b5d-4e7df209686b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:10:52.352255 [ 269 ] {2146b57a-a241-4bb9-8b5d-4e7df209686b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:10:52.352688 [ 269 ] {2146b57a-a241-4bb9-8b5d-4e7df209686b} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.352723 [ 269 ] {2146b57a-a241-4bb9-8b5d-4e7df209686b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.353009 [ 269 ] {2146b57a-a241-4bb9-8b5d-4e7df209686b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:10:52.353206 [ 269 ] {2146b57a-a241-4bb9-8b5d-4e7df209686b} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.353334 [ 269 ] {2146b57a-a241-4bb9-8b5d-4e7df209686b} executeQuery: Read 112 rows, 6.53 KiB in 0.001148 sec., 97560.9756097561 rows/sec., 5.56 MiB/sec. 2025.05.13 23:10:52.353370 [ 269 ] {2146b57a-a241-4bb9-8b5d-4e7df209686b} TCPHandler: Processed in 0.001303892 sec. 2025.05.13 23:10:52.353486 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.353578 [ 269 ] {2b700119-71ed-4982-a9e1-ba33e6dcb3ae} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:52.353618 [ 269 ] {2b700119-71ed-4982-a9e1-ba33e6dcb3ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:52.354164 [ 269 ] {2b700119-71ed-4982-a9e1-ba33e6dcb3ae} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.354199 [ 269 ] {2b700119-71ed-4982-a9e1-ba33e6dcb3ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.354505 [ 269 ] {2b700119-71ed-4982-a9e1-ba33e6dcb3ae} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.05.13 23:10:52.354709 [ 269 ] {2b700119-71ed-4982-a9e1-ba33e6dcb3ae} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.354831 [ 269 ] {2b700119-71ed-4982-a9e1-ba33e6dcb3ae} executeQuery: Read 399 rows, 28.96 KiB in 0.001271 sec., 313926.0424862313 rows/sec., 22.25 MiB/sec. 2025.05.13 23:10:52.354868 [ 269 ] {2b700119-71ed-4982-a9e1-ba33e6dcb3ae} TCPHandler: Processed in 0.001429576 sec. 2025.05.13 23:10:52.354984 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.355074 [ 269 ] {9e9d4470-f776-4cb2-b673-109f3a142622} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:10:52.355114 [ 269 ] {9e9d4470-f776-4cb2-b673-109f3a142622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:10:52.355444 [ 269 ] {9e9d4470-f776-4cb2-b673-109f3a142622} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.355479 [ 269 ] {9e9d4470-f776-4cb2-b673-109f3a142622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.355768 [ 269 ] {9e9d4470-f776-4cb2-b673-109f3a142622} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:10:52.355973 [ 269 ] {9e9d4470-f776-4cb2-b673-109f3a142622} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.356098 [ 269 ] {9e9d4470-f776-4cb2-b673-109f3a142622} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2025.05.13 23:10:52.356110 [ 168 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.05.13 23:10:52.356134 [ 269 ] {9e9d4470-f776-4cb2-b673-109f3a142622} TCPHandler: Processed in 0.001197239 sec. 2025.05.13 23:10:52.356180 [ 168 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.356205 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.356279 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.356347 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::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.05.13 23:10:52.356376 [ 269 ] {ae461d21-cd04-471b-9fe9-9bf62b642f9b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:52.356435 [ 269 ] {ae461d21-cd04-471b-9fe9-9bf62b642f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:52.356513 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:52.356554 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part 2025.05.13 23:10:52.356624 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:52.356674 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:52.356719 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:52.356760 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:52.356803 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part 2025.05.13 23:10:52.356863 [ 269 ] {ae461d21-cd04-471b-9fe9-9bf62b642f9b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.356904 [ 269 ] {ae461d21-cd04-471b-9fe9-9bf62b642f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.357264 [ 269 ] {ae461d21-cd04-471b-9fe9-9bf62b642f9b} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.05.13 23:10:52.357493 [ 269 ] {ae461d21-cd04-471b-9fe9-9bf62b642f9b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.357620 [ 269 ] {ae461d21-cd04-471b-9fe9-9bf62b642f9b} executeQuery: Read 241 rows, 16.55 KiB in 0.001263 sec., 190815.51860649246 rows/sec., 12.79 MiB/sec. 2025.05.13 23:10:52.357657 [ 269 ] {ae461d21-cd04-471b-9fe9-9bf62b642f9b} TCPHandler: Processed in 0.001435455 sec. 2025.05.13 23:10:52.357685 [ 200 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.001400255 sec., 218531.62459694842 rows/sec., 11.15 MiB/sec. 2025.05.13 23:10:52.357771 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.357825 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.05.13 23:10:52.357871 [ 269 ] {bc3126a1-fa60-43bc-9e81-ab324d0b0b20} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:10:52.357917 [ 269 ] {bc3126a1-fa60-43bc-9e81-ab324d0b0b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:10:52.358070 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.358149 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_51_10} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.05.13 23:10:52.358226 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.05.13 23:10:52.358230 [ 269 ] {bc3126a1-fa60-43bc-9e81-ab324d0b0b20} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.358274 [ 269 ] {bc3126a1-fa60-43bc-9e81-ab324d0b0b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.358566 [ 269 ] {bc3126a1-fa60-43bc-9e81-ab324d0b0b20} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:10:52.358768 [ 269 ] {bc3126a1-fa60-43bc-9e81-ab324d0b0b20} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.358896 [ 269 ] {bc3126a1-fa60-43bc-9e81-ab324d0b0b20} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2025.05.13 23:10:52.358932 [ 269 ] {bc3126a1-fa60-43bc-9e81-ab324d0b0b20} TCPHandler: Processed in 0.001208138 sec. 2025.05.13 23:10:52.359043 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.359134 [ 269 ] {df4c2f29-acf5-4a45-866a-c22898e49a7f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:52.359190 [ 269 ] {df4c2f29-acf5-4a45-866a-c22898e49a7f} 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.05.13 23:10:52.359969 [ 269 ] {df4c2f29-acf5-4a45-866a-c22898e49a7f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.360004 [ 269 ] {df4c2f29-acf5-4a45-866a-c22898e49a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.360515 [ 269 ] {df4c2f29-acf5-4a45-866a-c22898e49a7f} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.05.13 23:10:52.360733 [ 269 ] {df4c2f29-acf5-4a45-866a-c22898e49a7f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.360864 [ 269 ] {df4c2f29-acf5-4a45-866a-c22898e49a7f} executeQuery: Read 9 rows, 16.51 KiB in 0.001747 sec., 5151.688609044076 rows/sec., 9.23 MiB/sec. 2025.05.13 23:10:52.360917 [ 269 ] {df4c2f29-acf5-4a45-866a-c22898e49a7f} TCPHandler: Processed in 0.001921142 sec. 2025.05.13 23:10:52.361051 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:52.361143 [ 269 ] {ddb68e37-00fe-4c6b-9253-ab27dabec10a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:52.361183 [ 269 ] {ddb68e37-00fe-4c6b-9253-ab27dabec10a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:52.361553 [ 269 ] {ddb68e37-00fe-4c6b-9253-ab27dabec10a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:52.361589 [ 269 ] {ddb68e37-00fe-4c6b-9253-ab27dabec10a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:52.361882 [ 269 ] {ddb68e37-00fe-4c6b-9253-ab27dabec10a} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.05.13 23:10:52.362083 [ 269 ] {ddb68e37-00fe-4c6b-9253-ab27dabec10a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:52.362202 [ 269 ] {ddb68e37-00fe-4c6b-9253-ab27dabec10a} executeQuery: Read 82 rows, 5.33 KiB in 0.001077 sec., 76137.41875580316 rows/sec., 4.84 MiB/sec. 2025.05.13 23:10:52.362238 [ 269 ] {ddb68e37-00fe-4c6b-9253-ab27dabec10a} TCPHandler: Processed in 0.00123409 sec. 2025.05.13 23:10:53.271201 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:53.271257 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:53.274247 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:53.637997 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34404 2025.05.13 23:10:53.638515 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:53.638565 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:53.639075 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:10:53.639315 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:53.639468 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 2025.05.13 23:10:53.639577 [ 219 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:53.639631 [ 219 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:53.643858 [ 219 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:10:54.001188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 344.28 MiB, peak 361.49 MiB, free memory in arenas 0.00 B, will set to 348.27 MiB (RSS), difference: 3.99 MiB 2025.05.13 23:10:55.542064 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2025.05.13 23:10:55.558604 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:55.558675 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:55.564721 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:10:55.565488 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:55.569357 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.05.13 23:10:57.338876 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:57.339157 [ 269 ] {2db99824-ffcd-41ac-8778-46cefd5c435b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:10:57.339259 [ 269 ] {2db99824-ffcd-41ac-8778-46cefd5c435b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:10:57.340174 [ 269 ] {2db99824-ffcd-41ac-8778-46cefd5c435b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:57.340211 [ 269 ] {2db99824-ffcd-41ac-8778-46cefd5c435b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:57.340597 [ 269 ] {2db99824-ffcd-41ac-8778-46cefd5c435b} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.05.13 23:10:57.340814 [ 269 ] {2db99824-ffcd-41ac-8778-46cefd5c435b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:57.340963 [ 269 ] {2db99824-ffcd-41ac-8778-46cefd5c435b} executeQuery: Read 120 rows, 10.47 KiB in 0.001885 sec., 63660.477453580905 rows/sec., 5.42 MiB/sec. 2025.05.13 23:10:57.341004 [ 269 ] {2db99824-ffcd-41ac-8778-46cefd5c435b} TCPHandler: Processed in 0.002310964 sec. 2025.05.13 23:10:57.341143 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:57.341236 [ 269 ] {8ee789ac-747e-48d1-8120-95d4019ee9ca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:10:57.341275 [ 269 ] {8ee789ac-747e-48d1-8120-95d4019ee9ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:10:57.341833 [ 269 ] {8ee789ac-747e-48d1-8120-95d4019ee9ca} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:57.341874 [ 269 ] {8ee789ac-747e-48d1-8120-95d4019ee9ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:57.342179 [ 269 ] {8ee789ac-747e-48d1-8120-95d4019ee9ca} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.05.13 23:10:57.342384 [ 269 ] {8ee789ac-747e-48d1-8120-95d4019ee9ca} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:57.342509 [ 269 ] {8ee789ac-747e-48d1-8120-95d4019ee9ca} executeQuery: Read 32 rows, 2.41 KiB in 0.001293 sec., 24748.646558391338 rows/sec., 1.82 MiB/sec. 2025.05.13 23:10:57.342546 [ 269 ] {8ee789ac-747e-48d1-8120-95d4019ee9ca} TCPHandler: Processed in 0.001450706 sec. 2025.05.13 23:10:57.342672 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:57.342765 [ 269 ] {bb968733-e084-478d-a70b-0dda93dbc690} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:10:57.342805 [ 269 ] {bb968733-e084-478d-a70b-0dda93dbc690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:10:57.343348 [ 269 ] {bb968733-e084-478d-a70b-0dda93dbc690} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:57.343383 [ 269 ] {bb968733-e084-478d-a70b-0dda93dbc690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:57.343685 [ 269 ] {bb968733-e084-478d-a70b-0dda93dbc690} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.05.13 23:10:57.343891 [ 269 ] {bb968733-e084-478d-a70b-0dda93dbc690} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:57.344016 [ 269 ] {bb968733-e084-478d-a70b-0dda93dbc690} executeQuery: Read 96 rows, 7.68 KiB in 0.001269 sec., 75650.1182033097 rows/sec., 5.91 MiB/sec. 2025.05.13 23:10:57.344053 [ 269 ] {bb968733-e084-478d-a70b-0dda93dbc690} TCPHandler: Processed in 0.001437836 sec. 2025.05.13 23:10:57.344190 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:57.344285 [ 269 ] {4ac63344-4c4c-473f-bf29-65806535791c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:57.344327 [ 269 ] {4ac63344-4c4c-473f-bf29-65806535791c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:10:57.344790 [ 269 ] {4ac63344-4c4c-473f-bf29-65806535791c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:57.344825 [ 269 ] {4ac63344-4c4c-473f-bf29-65806535791c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:57.345152 [ 269 ] {4ac63344-4c4c-473f-bf29-65806535791c} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.05.13 23:10:57.345354 [ 269 ] {4ac63344-4c4c-473f-bf29-65806535791c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:57.345482 [ 269 ] {4ac63344-4c4c-473f-bf29-65806535791c} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2025.05.13 23:10:57.345518 [ 269 ] {4ac63344-4c4c-473f-bf29-65806535791c} TCPHandler: Processed in 0.001382744 sec. 2025.05.13 23:10:57.345636 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:57.345737 [ 269 ] {9539ed80-7cc1-4743-882d-f4c99c5f4919} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:10:57.345791 [ 269 ] {9539ed80-7cc1-4743-882d-f4c99c5f4919} 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.05.13 23:10:57.346679 [ 269 ] {9539ed80-7cc1-4743-882d-f4c99c5f4919} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:57.346716 [ 269 ] {9539ed80-7cc1-4743-882d-f4c99c5f4919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:57.347255 [ 269 ] {9539ed80-7cc1-4743-882d-f4c99c5f4919} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.05.13 23:10:57.347484 [ 269 ] {9539ed80-7cc1-4743-882d-f4c99c5f4919} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:57.347616 [ 269 ] {9539ed80-7cc1-4743-882d-f4c99c5f4919} executeQuery: Read 32 rows, 58.72 KiB in 0.001897 sec., 16868.74011597259 rows/sec., 30.23 MiB/sec. 2025.05.13 23:10:57.347623 [ 151 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.05.13 23:10:57.347673 [ 269 ] {9539ed80-7cc1-4743-882d-f4c99c5f4919} TCPHandler: Processed in 0.002085877 sec. 2025.05.13 23:10:57.347674 [ 151 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:57.347705 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:57.347793 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:10:57.347817 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.05.13 23:10:57.347887 [ 269 ] {6b7c1d8b-cd68-432b-a584-76084e81e87c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:10:57.347934 [ 269 ] {6b7c1d8b-cd68-432b-a584-76084e81e87c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:10:57.348071 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:10:57.348136 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1935 rows starting from the beginning of the part 2025.05.13 23:10:57.348267 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:57.348289 [ 269 ] {6b7c1d8b-cd68-432b-a584-76084e81e87c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:10:57.348329 [ 269 ] {6b7c1d8b-cd68-432b-a584-76084e81e87c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:10:57.348377 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 9 rows starting from the beginning of the part 2025.05.13 23:10:57.348488 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:57.348588 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 9 rows starting from the beginning of the part 2025.05.13 23:10:57.348638 [ 269 ] {6b7c1d8b-cd68-432b-a584-76084e81e87c} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.05.13 23:10:57.348683 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 32 rows starting from the beginning of the part 2025.05.13 23:10:57.348865 [ 269 ] {6b7c1d8b-cd68-432b-a584-76084e81e87c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:57.349000 [ 269 ] {6b7c1d8b-cd68-432b-a584-76084e81e87c} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2025.05.13 23:10:57.349036 [ 269 ] {6b7c1d8b-cd68-432b-a584-76084e81e87c} TCPHandler: Processed in 0.001290462 sec. 2025.05.13 23:10:57.357191 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2049 rows, containing 19 columns (19 merged, 0 gathered) in 0.009423931 sec., 217425.1912498086 rows/sec., 389.62 MiB/sec. 2025.05.13 23:10:57.359581 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.05.13 23:10:57.359915 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:10:57.359979 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_101_20} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.05.13 23:10:57.360091 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.85 MiB. 2025.05.13 23:10:58.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 348.74 MiB, peak 366.56 MiB, free memory in arenas 0.00 B, will set to 351.36 MiB (RSS), difference: 2.63 MiB 2025.05.13 23:11:00.926228 [ 149 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:11:00.926298 [ 149 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:11:01.140495 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34892 2025.05.13 23:11:01.141010 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:01.141047 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:01.141512 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:11:01.141732 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:01.141861 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34892 2025.05.13 23:11:01.141947 [ 99 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.05.13 23:11:01.142052 [ 99 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:01.142091 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:01.142229 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.05.13 23:11:01.142381 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:01.142422 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part 2025.05.13 23:11:01.142492 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part 2025.05.13 23:11:01.142541 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part 2025.05.13 23:11:01.142587 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part 2025.05.13 23:11:01.142622 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part 2025.05.13 23:11:01.142661 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part 2025.05.13 23:11:01.144990 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 34892 rows, containing 4 columns (4 merged, 0 gathered) in 0.00281887 sec., 12378009.627971493 rows/sec., 177.07 MiB/sec. 2025.05.13 23:11:01.145186 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.05.13 23:11:01.145431 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:01.145500 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_76_15} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.05.13 23:11:01.145581 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2025.05.13 23:11:01.243954 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2194 2025.05.13 23:11:01.246451 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:01.246498 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:01.247692 [ 242 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:11:01.247979 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:01.248150 [ 99 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.05.13 23:11:01.248203 [ 99 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:01.248224 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:01.248254 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2194 2025.05.13 23:11:01.248312 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.05.13 23:11:01.248763 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:01.248886 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2008 rows starting from the beginning of the part 2025.05.13 23:11:01.249211 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part 2025.05.13 23:11:01.249519 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part 2025.05.13 23:11:01.249840 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 46 rows starting from the beginning of the part 2025.05.13 23:11:01.250203 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 34 rows starting from the beginning of the part 2025.05.13 23:11:01.250549 [ 190 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part 2025.05.13 23:11:01.257435 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2194 rows, containing 72 columns (72 merged, 0 gathered) in 0.009159953 sec., 239520.8796377012 rows/sec., 180.68 MiB/sec. 2025.05.13 23:11:01.259442 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.05.13 23:11:01.260099 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:01.260196 [ 200 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_56_11} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.05.13 23:11:01.260591 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2025.05.13 23:11:02.031741 [ 224 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:11:02.031800 [ 224 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:11:02.035158 [ 224 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:11:02.130733 [ 223 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:11:02.130814 [ 223 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:11:02.133481 [ 223 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:11:02.343503 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.343668 [ 269 ] {43150294-4e93-4b45-b630-de1653de3472} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:11:02.343731 [ 269 ] {43150294-4e93-4b45-b630-de1653de3472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:11:02.344588 [ 269 ] {43150294-4e93-4b45-b630-de1653de3472} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.344627 [ 269 ] {43150294-4e93-4b45-b630-de1653de3472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.345017 [ 269 ] {43150294-4e93-4b45-b630-de1653de3472} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:11:02.345245 [ 269 ] {43150294-4e93-4b45-b630-de1653de3472} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.345397 [ 269 ] {43150294-4e93-4b45-b630-de1653de3472} executeQuery: Read 212 rows, 13.81 KiB in 0.001779 sec., 119168.07195053401 rows/sec., 7.58 MiB/sec. 2025.05.13 23:11:02.345441 [ 269 ] {43150294-4e93-4b45-b630-de1653de3472} TCPHandler: Processed in 0.002059756 sec. 2025.05.13 23:11:02.345568 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.345663 [ 269 ] {aa86caa3-28f6-4843-9382-002760baf6ac} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:02.345703 [ 269 ] {aa86caa3-28f6-4843-9382-002760baf6ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:02.346440 [ 269 ] {aa86caa3-28f6-4843-9382-002760baf6ac} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.346477 [ 269 ] {aa86caa3-28f6-4843-9382-002760baf6ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.346815 [ 269 ] {aa86caa3-28f6-4843-9382-002760baf6ac} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.05.13 23:11:02.347033 [ 269 ] {aa86caa3-28f6-4843-9382-002760baf6ac} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.347140 [ 125 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_120_24 to all_125_125_0 2025.05.13 23:11:02.347165 [ 269 ] {aa86caa3-28f6-4843-9382-002760baf6ac} executeQuery: Read 635 rows, 51.07 KiB in 0.001521 sec., 417488.49441157136 rows/sec., 32.79 MiB/sec. 2025.05.13 23:11:02.347202 [ 125 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.347214 [ 269 ] {aa86caa3-28f6-4843-9382-002760baf6ac} TCPHandler: Processed in 0.001697784 sec. 2025.05.13 23:11:02.347230 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.347333 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.347341 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_120_24 to all_125_125_0 into Compact with storage Full 2025.05.13 23:11:02.347446 [ 269 ] {57fd45b7-7744-4ed2-bc1f-760fb32e92b4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:02.347494 [ 269 ] {57fd45b7-7744-4ed2-bc1f-760fb32e92b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:02.347505 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:02.347548 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_120_24, total 1849 rows starting from the beginning of the part 2025.05.13 23:11:02.347617 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 635 rows starting from the beginning of the part 2025.05.13 23:11:02.347661 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 120 rows starting from the beginning of the part 2025.05.13 23:11:02.347703 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 639 rows starting from the beginning of the part 2025.05.13 23:11:02.347742 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 120 rows starting from the beginning of the part 2025.05.13 23:11:02.347780 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 635 rows starting from the beginning of the part 2025.05.13 23:11:02.347952 [ 269 ] {57fd45b7-7744-4ed2-bc1f-760fb32e92b4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.347996 [ 269 ] {57fd45b7-7744-4ed2-bc1f-760fb32e92b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.348342 [ 269 ] {57fd45b7-7744-4ed2-bc1f-760fb32e92b4} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.05.13 23:11:02.348573 [ 269 ] {57fd45b7-7744-4ed2-bc1f-760fb32e92b4} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.348713 [ 269 ] {57fd45b7-7744-4ed2-bc1f-760fb32e92b4} executeQuery: Read 115 rows, 7.06 KiB in 0.001286 sec., 89424.57231726283 rows/sec., 5.36 MiB/sec. 2025.05.13 23:11:02.348752 [ 269 ] {57fd45b7-7744-4ed2-bc1f-760fb32e92b4} TCPHandler: Processed in 0.001471096 sec. 2025.05.13 23:11:02.348878 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.348973 [ 269 ] {bade1779-7330-438b-861a-8dc07cdc35f4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:11:02.349014 [ 269 ] {bade1779-7330-438b-861a-8dc07cdc35f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:11:02.349376 [ 197 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergeTask::MergeProjectionsStage: Merge sorted 3998 rows, containing 5 columns (5 merged, 0 gathered) in 0.002083726 sec., 1918678.3675012933 rows/sec., 161.25 MiB/sec. 2025.05.13 23:11:02.349450 [ 269 ] {bade1779-7330-438b-861a-8dc07cdc35f4} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.349494 [ 269 ] {bade1779-7330-438b-861a-8dc07cdc35f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.349600 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} MergedBlockOutputStream: filled checksums all_1_125_25 (state Temporary) 2025.05.13 23:11:02.349834 [ 269 ] {bade1779-7330-438b-861a-8dc07cdc35f4} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:11:02.349885 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_125_25 to all_1_125_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.349970 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_125_25} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_120_24, all_125_125_0] -> all_1_125_25 2025.05.13 23:11:02.350042 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2025.05.13 23:11:02.350076 [ 269 ] {bade1779-7330-438b-861a-8dc07cdc35f4} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.350213 [ 269 ] {bade1779-7330-438b-861a-8dc07cdc35f4} executeQuery: Read 113 rows, 7.49 KiB in 0.001258 sec., 89825.11923688394 rows/sec., 5.81 MiB/sec. 2025.05.13 23:11:02.350252 [ 269 ] {bade1779-7330-438b-861a-8dc07cdc35f4} TCPHandler: Processed in 0.001424165 sec. 2025.05.13 23:11:02.350367 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.350461 [ 269 ] {ab7e74df-226a-422b-84ed-ceea6a614059} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:11:02.350501 [ 269 ] {ab7e74df-226a-422b-84ed-ceea6a614059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:11:02.350940 [ 269 ] {ab7e74df-226a-422b-84ed-ceea6a614059} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.350977 [ 269 ] {ab7e74df-226a-422b-84ed-ceea6a614059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.351284 [ 269 ] {ab7e74df-226a-422b-84ed-ceea6a614059} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:11:02.351490 [ 269 ] {ab7e74df-226a-422b-84ed-ceea6a614059} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.351619 [ 269 ] {ab7e74df-226a-422b-84ed-ceea6a614059} executeQuery: Read 112 rows, 6.53 KiB in 0.001176 sec., 95238.09523809524 rows/sec., 5.43 MiB/sec. 2025.05.13 23:11:02.351658 [ 269 ] {ab7e74df-226a-422b-84ed-ceea6a614059} TCPHandler: Processed in 0.001341403 sec. 2025.05.13 23:11:02.351774 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.351869 [ 269 ] {eeca3af1-313d-472b-8c1d-e769b2328f5d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:02.351909 [ 269 ] {eeca3af1-313d-472b-8c1d-e769b2328f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:02.352516 [ 269 ] {eeca3af1-313d-472b-8c1d-e769b2328f5d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.352554 [ 269 ] {eeca3af1-313d-472b-8c1d-e769b2328f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.352886 [ 269 ] {eeca3af1-313d-472b-8c1d-e769b2328f5d} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.05.13 23:11:02.353101 [ 269 ] {eeca3af1-313d-472b-8c1d-e769b2328f5d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.353221 [ 125 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_120_24 to all_125_125_0 2025.05.13 23:11:02.353232 [ 269 ] {eeca3af1-313d-472b-8c1d-e769b2328f5d} executeQuery: Read 391 rows, 28.31 KiB in 0.001382 sec., 282923.2995658466 rows/sec., 20.00 MiB/sec. 2025.05.13 23:11:02.353255 [ 125 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.353279 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.353281 [ 269 ] {eeca3af1-313d-472b-8c1d-e769b2328f5d} TCPHandler: Processed in 0.00155711 sec. 2025.05.13 23:11:02.353368 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_120_24 to all_125_125_0 into Compact with storage Full 2025.05.13 23:11:02.353407 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.353474 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:02.353503 [ 269 ] {6e231ddf-1b73-40a7-a4c2-9142b9929ebc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:11:02.353509 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_120_24, total 915 rows starting from the beginning of the part 2025.05.13 23:11:02.353546 [ 269 ] {6e231ddf-1b73-40a7-a4c2-9142b9929ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:11:02.353583 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 391 rows starting from the beginning of the part 2025.05.13 23:11:02.353636 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 96 rows starting from the beginning of the part 2025.05.13 23:11:02.353683 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 399 rows starting from the beginning of the part 2025.05.13 23:11:02.353727 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 96 rows starting from the beginning of the part 2025.05.13 23:11:02.353771 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 391 rows starting from the beginning of the part 2025.05.13 23:11:02.353881 [ 269 ] {6e231ddf-1b73-40a7-a4c2-9142b9929ebc} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.353918 [ 269 ] {6e231ddf-1b73-40a7-a4c2-9142b9929ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.354223 [ 269 ] {6e231ddf-1b73-40a7-a4c2-9142b9929ebc} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:11:02.354430 [ 269 ] {6e231ddf-1b73-40a7-a4c2-9142b9929ebc} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.354559 [ 269 ] {6e231ddf-1b73-40a7-a4c2-9142b9929ebc} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2025.05.13 23:11:02.354596 [ 269 ] {6e231ddf-1b73-40a7-a4c2-9142b9929ebc} TCPHandler: Processed in 0.001238549 sec. 2025.05.13 23:11:02.354705 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.354801 [ 269 ] {62eb9700-f0e6-46cf-82f9-75e115be1a5c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:02.354845 [ 269 ] {62eb9700-f0e6-46cf-82f9-75e115be1a5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:02.354967 [ 196 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergeTask::MergeProjectionsStage: Merge sorted 2288 rows, containing 5 columns (5 merged, 0 gathered) in 0.001638932 sec., 1396031.073894463 rows/sec., 106.02 MiB/sec. 2025.05.13 23:11:02.355124 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} MergedBlockOutputStream: filled checksums all_1_125_25 (state Temporary) 2025.05.13 23:11:02.355276 [ 269 ] {62eb9700-f0e6-46cf-82f9-75e115be1a5c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.355312 [ 269 ] {62eb9700-f0e6-46cf-82f9-75e115be1a5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.355356 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_125_25 to all_1_125_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.355417 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_125_25} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_120_24, all_125_125_0] -> all_1_125_25 2025.05.13 23:11:02.355475 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.05.13 23:11:02.355643 [ 269 ] {62eb9700-f0e6-46cf-82f9-75e115be1a5c} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.05.13 23:11:02.355851 [ 269 ] {62eb9700-f0e6-46cf-82f9-75e115be1a5c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.355978 [ 269 ] {62eb9700-f0e6-46cf-82f9-75e115be1a5c} executeQuery: Read 237 rows, 16.27 KiB in 0.001196 sec., 198160.53511705686 rows/sec., 13.28 MiB/sec. 2025.05.13 23:11:02.356015 [ 269 ] {62eb9700-f0e6-46cf-82f9-75e115be1a5c} TCPHandler: Processed in 0.001359143 sec. 2025.05.13 23:11:02.356131 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.356226 [ 269 ] {fcee8930-4e82-49b6-9598-4a1d0ec75c87} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:11:02.356267 [ 269 ] {fcee8930-4e82-49b6-9598-4a1d0ec75c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:11:02.356590 [ 269 ] {fcee8930-4e82-49b6-9598-4a1d0ec75c87} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.356628 [ 269 ] {fcee8930-4e82-49b6-9598-4a1d0ec75c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.356924 [ 269 ] {fcee8930-4e82-49b6-9598-4a1d0ec75c87} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.05.13 23:11:02.357139 [ 269 ] {fcee8930-4e82-49b6-9598-4a1d0ec75c87} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.357270 [ 269 ] {fcee8930-4e82-49b6-9598-4a1d0ec75c87} executeQuery: Read 1 rows, 69.00 B in 0.001062 sec., 941.6195856873823 rows/sec., 63.45 KiB/sec. 2025.05.13 23:11:02.357307 [ 269 ] {fcee8930-4e82-49b6-9598-4a1d0ec75c87} TCPHandler: Processed in 0.001227009 sec. 2025.05.13 23:11:02.357424 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.357538 [ 269 ] {10c5db58-9408-446e-8c5f-3fd43ee9437b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:02.357602 [ 269 ] {10c5db58-9408-446e-8c5f-3fd43ee9437b} 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.05.13 23:11:02.358509 [ 269 ] {10c5db58-9408-446e-8c5f-3fd43ee9437b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.358553 [ 269 ] {10c5db58-9408-446e-8c5f-3fd43ee9437b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.359067 [ 269 ] {10c5db58-9408-446e-8c5f-3fd43ee9437b} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.05.13 23:11:02.359293 [ 269 ] {10c5db58-9408-446e-8c5f-3fd43ee9437b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.359431 [ 269 ] {10c5db58-9408-446e-8c5f-3fd43ee9437b} executeQuery: Read 9 rows, 16.51 KiB in 0.001918 sec., 4692.387904066736 rows/sec., 8.41 MiB/sec. 2025.05.13 23:11:02.359488 [ 269 ] {10c5db58-9408-446e-8c5f-3fd43ee9437b} TCPHandler: Processed in 0.002122538 sec. 2025.05.13 23:11:02.359498 [ 223 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:11:02.359524 [ 223 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:11:02.359605 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:02.359699 [ 269 ] {a09c25a0-ff2a-42b7-9c03-d68c13167c17} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:02.359741 [ 269 ] {a09c25a0-ff2a-42b7-9c03-d68c13167c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:02.360088 [ 269 ] {a09c25a0-ff2a-42b7-9c03-d68c13167c17} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:02.360123 [ 269 ] {a09c25a0-ff2a-42b7-9c03-d68c13167c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:02.360433 [ 269 ] {a09c25a0-ff2a-42b7-9c03-d68c13167c17} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.05.13 23:11:02.360650 [ 269 ] {a09c25a0-ff2a-42b7-9c03-d68c13167c17} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:02.360775 [ 269 ] {a09c25a0-ff2a-42b7-9c03-d68c13167c17} executeQuery: Read 82 rows, 5.33 KiB in 0.001095 sec., 74885.84474885845 rows/sec., 4.76 MiB/sec. 2025.05.13 23:11:02.360813 [ 269 ] {a09c25a0-ff2a-42b7-9c03-d68c13167c17} TCPHandler: Processed in 0.00125648 sec. 2025.05.13 23:11:02.362837 [ 223 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:11:03.070327 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.05.13 23:11:03.087694 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:03.087756 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:03.093969 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:11:03.094656 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:03.095016 [ 146 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.05.13 23:11:03.095112 [ 146 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:03.095150 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.00 GiB. 2025.05.13 23:11:03.095267 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.05.13 23:11:03.097643 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.05.13 23:11:03.098222 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:03.098945 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2025.05.13 23:11:03.102255 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part 2025.05.13 23:11:03.105757 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part 2025.05.13 23:11:03.109533 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2025.05.13 23:11:03.113825 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2025.05.13 23:11:03.118147 [ 187 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2025.05.13 23:11:03.181519 [ 196 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.086292341 sec., 6640.218510238354 rows/sec., 34.34 MiB/sec. 2025.05.13 23:11:03.184860 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.05.13 23:11:03.186974 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:03.187088 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_76_15} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.05.13 23:11:03.189610 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.05.13 23:11:05.557554 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:05.557765 [ 269 ] {36dfc702-89c0-410a-8fa3-d1b533762d48} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:11:05.557840 [ 269 ] {36dfc702-89c0-410a-8fa3-d1b533762d48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:11:05.558598 [ 269 ] {36dfc702-89c0-410a-8fa3-d1b533762d48} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.558649 [ 269 ] {36dfc702-89c0-410a-8fa3-d1b533762d48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.559026 [ 269 ] {36dfc702-89c0-410a-8fa3-d1b533762d48} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.05.13 23:11:05.559256 [ 269 ] {36dfc702-89c0-410a-8fa3-d1b533762d48} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.559407 [ 269 ] {36dfc702-89c0-410a-8fa3-d1b533762d48} executeQuery: Read 2 rows, 167.00 B in 0.001702 sec., 1175.0881316098707 rows/sec., 95.82 KiB/sec. 2025.05.13 23:11:05.559449 [ 269 ] {36dfc702-89c0-410a-8fa3-d1b533762d48} TCPHandler: Processed in 0.002036755 sec. 2025.05.13 23:11:05.559581 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:05.559672 [ 269 ] {43364fce-f1b5-46ce-a136-ed2806e837bf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:05.559712 [ 269 ] {43364fce-f1b5-46ce-a136-ed2806e837bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:05.560833 [ 269 ] {43364fce-f1b5-46ce-a136-ed2806e837bf} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.560869 [ 269 ] {43364fce-f1b5-46ce-a136-ed2806e837bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.561241 [ 269 ] {43364fce-f1b5-46ce-a136-ed2806e837bf} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.05.13 23:11:05.561442 [ 269 ] {43364fce-f1b5-46ce-a136-ed2806e837bf} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.561568 [ 269 ] {43364fce-f1b5-46ce-a136-ed2806e837bf} executeQuery: Read 1261 rows, 106.66 KiB in 0.001914 sec., 658829.6760710555 rows/sec., 54.42 MiB/sec. 2025.05.13 23:11:05.561605 [ 269 ] {43364fce-f1b5-46ce-a136-ed2806e837bf} TCPHandler: Processed in 0.002071467 sec. 2025.05.13 23:11:05.561731 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:05.561824 [ 269 ] {254a76c3-187d-4d5e-8a14-810d175bbb66} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:05.561864 [ 269 ] {254a76c3-187d-4d5e-8a14-810d175bbb66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:05.562278 [ 269 ] {254a76c3-187d-4d5e-8a14-810d175bbb66} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.562312 [ 269 ] {254a76c3-187d-4d5e-8a14-810d175bbb66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.562602 [ 269 ] {254a76c3-187d-4d5e-8a14-810d175bbb66} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.05.13 23:11:05.562807 [ 269 ] {254a76c3-187d-4d5e-8a14-810d175bbb66} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.562934 [ 269 ] {254a76c3-187d-4d5e-8a14-810d175bbb66} executeQuery: Read 34 rows, 2.55 KiB in 0.001129 sec., 30115.14614703277 rows/sec., 2.20 MiB/sec. 2025.05.13 23:11:05.562931 [ 145 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.05.13 23:11:05.562972 [ 269 ] {254a76c3-187d-4d5e-8a14-810d175bbb66} TCPHandler: Processed in 0.001288502 sec. 2025.05.13 23:11:05.563006 [ 145 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.563031 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.563098 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:05.563122 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.05.13 23:11:05.563194 [ 269 ] {bfdba030-7126-4aa4-91e8-309332146dbf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:11:05.563218 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:05.563233 [ 269 ] {bfdba030-7126-4aa4-91e8-309332146dbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:11:05.563247 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 165 rows starting from the beginning of the part 2025.05.13 23:11:05.563305 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:05.563351 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 123 rows starting from the beginning of the part 2025.05.13 23:11:05.563392 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:05.563430 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 115 rows starting from the beginning of the part 2025.05.13 23:11:05.563468 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 34 rows starting from the beginning of the part 2025.05.13 23:11:05.563723 [ 269 ] {bfdba030-7126-4aa4-91e8-309332146dbf} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.563757 [ 269 ] {bfdba030-7126-4aa4-91e8-309332146dbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.564055 [ 269 ] {bfdba030-7126-4aa4-91e8-309332146dbf} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:11:05.564237 [ 196 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 501 rows, containing 5 columns (5 merged, 0 gathered) in 0.001148427 sec., 436248.88652043184 rows/sec., 29.53 MiB/sec. 2025.05.13 23:11:05.564254 [ 269 ] {bfdba030-7126-4aa4-91e8-309332146dbf} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.564404 [ 269 ] {bfdba030-7126-4aa4-91e8-309332146dbf} executeQuery: Read 228 rows, 15.81 KiB in 0.001227 sec., 185819.0709046455 rows/sec., 12.58 MiB/sec. 2025.05.13 23:11:05.564434 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.05.13 23:11:05.564441 [ 269 ] {bfdba030-7126-4aa4-91e8-309332146dbf} TCPHandler: Processed in 0.001389805 sec. 2025.05.13 23:11:05.564566 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:05.564658 [ 269 ] {296ee5b9-d489-4051-b1ba-1220f8510014} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:05.564700 [ 269 ] {296ee5b9-d489-4051-b1ba-1220f8510014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:05.564729 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.564808 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_106_21} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.05.13 23:11:05.564899 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:11:05.565318 [ 269 ] {296ee5b9-d489-4051-b1ba-1220f8510014} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.565359 [ 269 ] {296ee5b9-d489-4051-b1ba-1220f8510014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.565693 [ 269 ] {296ee5b9-d489-4051-b1ba-1220f8510014} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.05.13 23:11:05.565906 [ 269 ] {296ee5b9-d489-4051-b1ba-1220f8510014} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.566032 [ 269 ] {296ee5b9-d489-4051-b1ba-1220f8510014} executeQuery: Read 554 rows, 42.13 KiB in 0.001391 sec., 398274.622573688 rows/sec., 29.58 MiB/sec. 2025.05.13 23:11:05.566070 [ 269 ] {296ee5b9-d489-4051-b1ba-1220f8510014} TCPHandler: Processed in 0.00155033 sec. 2025.05.13 23:11:05.566187 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:05.566279 [ 269 ] {a952a425-340b-4f04-b113-3c56fe084f36} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:05.566322 [ 269 ] {a952a425-340b-4f04-b113-3c56fe084f36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:05.566933 [ 269 ] {a952a425-340b-4f04-b113-3c56fe084f36} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.566971 [ 269 ] {a952a425-340b-4f04-b113-3c56fe084f36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.567371 [ 269 ] {a952a425-340b-4f04-b113-3c56fe084f36} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.05.13 23:11:05.567603 [ 269 ] {a952a425-340b-4f04-b113-3c56fe084f36} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.567735 [ 269 ] {a952a425-340b-4f04-b113-3c56fe084f36} executeQuery: Read 933 rows, 64.16 KiB in 0.001474 sec., 632971.5061058344 rows/sec., 42.51 MiB/sec. 2025.05.13 23:11:05.567742 [ 145 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_121_25 to all_126_126_0 2025.05.13 23:11:05.567776 [ 269 ] {a952a425-340b-4f04-b113-3c56fe084f36} TCPHandler: Processed in 0.001636192 sec. 2025.05.13 23:11:05.567794 [ 145 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.567820 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.567891 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_25 to all_126_126_0 into Compact with storage Full 2025.05.13 23:11:05.567903 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:05.567993 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:05.568007 [ 269 ] {7383052d-3a1d-4c2f-9330-9ddc889b717a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:05.568024 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_121_25, total 36465 rows starting from the beginning of the part 2025.05.13 23:11:05.568064 [ 269 ] {7383052d-3a1d-4c2f-9330-9ddc889b717a} 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.05.13 23:11:05.568078 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part 2025.05.13 23:11:05.568121 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 241 rows starting from the beginning of the part 2025.05.13 23:11:05.568160 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2025.05.13 23:11:05.568198 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part 2025.05.13 23:11:05.568244 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 933 rows starting from the beginning of the part 2025.05.13 23:11:05.568943 [ 269 ] {7383052d-3a1d-4c2f-9330-9ddc889b717a} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.568978 [ 269 ] {7383052d-3a1d-4c2f-9330-9ddc889b717a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.569531 [ 269 ] {7383052d-3a1d-4c2f-9330-9ddc889b717a} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.05.13 23:11:05.569753 [ 269 ] {7383052d-3a1d-4c2f-9330-9ddc889b717a} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.569896 [ 269 ] {7383052d-3a1d-4c2f-9330-9ddc889b717a} executeQuery: Read 32 rows, 58.72 KiB in 0.001907 sec., 16780.28316727845 rows/sec., 30.07 MiB/sec. 2025.05.13 23:11:05.569954 [ 269 ] {7383052d-3a1d-4c2f-9330-9ddc889b717a} TCPHandler: Processed in 0.002101267 sec. 2025.05.13 23:11:05.570084 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:05.570177 [ 269 ] {831c88fa-fc22-4ab8-bb71-37302a6868a5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:05.570218 [ 269 ] {831c88fa-fc22-4ab8-bb71-37302a6868a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:05.570565 [ 269 ] {831c88fa-fc22-4ab8-bb71-37302a6868a5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.570601 [ 269 ] {831c88fa-fc22-4ab8-bb71-37302a6868a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.570920 [ 269 ] {831c88fa-fc22-4ab8-bb71-37302a6868a5} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.05.13 23:11:05.571135 [ 269 ] {831c88fa-fc22-4ab8-bb71-37302a6868a5} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.571257 [ 145 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.05.13 23:11:05.571264 [ 269 ] {831c88fa-fc22-4ab8-bb71-37302a6868a5} executeQuery: Read 48 rows, 3.31 KiB in 0.001106 sec., 43399.6383363472 rows/sec., 2.92 MiB/sec. 2025.05.13 23:11:05.571298 [ 145 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:05.571321 [ 269 ] {831c88fa-fc22-4ab8-bb71-37302a6868a5} TCPHandler: Processed in 0.001286481 sec. 2025.05.13 23:11:05.571327 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:05.571420 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.05.13 23:11:05.571537 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:05.571574 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7388 rows starting from the beginning of the part 2025.05.13 23:11:05.571639 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2025.05.13 23:11:05.571685 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 82 rows starting from the beginning of the part 2025.05.13 23:11:05.571725 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2025.05.13 23:11:05.571761 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 82 rows starting from the beginning of the part 2025.05.13 23:11:05.571797 [ 201 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 48 rows starting from the beginning of the part 2025.05.13 23:11:05.573957 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7720 rows, containing 4 columns (4 merged, 0 gathered) in 0.002564612 sec., 3010201.9330799356 rows/sec., 196.35 MiB/sec. 2025.05.13 23:11:05.574520 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.05.13 23:11:05.574852 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.574936 [ 186 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_126_25} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.05.13 23:11:05.575033 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2025.05.13 23:11:05.575202 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergeTask::MergeProjectionsStage: Merge sorted 38196 rows, containing 5 columns (5 merged, 0 gathered) in 0.007344255 sec., 5200799.808830167 rows/sec., 351.31 MiB/sec. 2025.05.13 23:11:05.575638 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary) 2025.05.13 23:11:05.575883 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:05.575958 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_126_26} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_121_25, all_126_126_0] -> all_1_126_26 2025.05.13 23:11:05.576038 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.05.13 23:11:07.023316 [ 222 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:07.023371 [ 222 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:07.026155 [ 222 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:07.330959 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:07.331166 [ 269 ] {d336694c-4ff3-45d7-a167-99ad4d3d10ce} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:07.331247 [ 269 ] {d336694c-4ff3-45d7-a167-99ad4d3d10ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:07.332013 [ 269 ] {d336694c-4ff3-45d7-a167-99ad4d3d10ce} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:07.332064 [ 269 ] {d336694c-4ff3-45d7-a167-99ad4d3d10ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:07.332487 [ 269 ] {d336694c-4ff3-45d7-a167-99ad4d3d10ce} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.05.13 23:11:07.332725 [ 269 ] {d336694c-4ff3-45d7-a167-99ad4d3d10ce} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:07.332887 [ 269 ] {d336694c-4ff3-45d7-a167-99ad4d3d10ce} executeQuery: Read 56 rows, 4.38 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.41 MiB/sec. 2025.05.13 23:11:07.332941 [ 269 ] {d336694c-4ff3-45d7-a167-99ad4d3d10ce} TCPHandler: Processed in 0.002126048 sec. 2025.05.13 23:11:07.333073 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:07.333183 [ 269 ] {ad93dffb-4423-436b-8fb2-df6a61233519} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:07.333229 [ 269 ] {ad93dffb-4423-436b-8fb2-df6a61233519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:07.333696 [ 269 ] {ad93dffb-4423-436b-8fb2-df6a61233519} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:07.333736 [ 269 ] {ad93dffb-4423-436b-8fb2-df6a61233519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:07.334055 [ 269 ] {ad93dffb-4423-436b-8fb2-df6a61233519} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.05.13 23:11:07.334277 [ 269 ] {ad93dffb-4423-436b-8fb2-df6a61233519} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:07.334417 [ 269 ] {ad93dffb-4423-436b-8fb2-df6a61233519} executeQuery: Read 64 rows, 5.12 KiB in 0.001263 sec., 50673.00079176564 rows/sec., 3.96 MiB/sec. 2025.05.13 23:11:07.334464 [ 269 ] {ad93dffb-4423-436b-8fb2-df6a61233519} TCPHandler: Processed in 0.001449386 sec. 2025.05.13 23:11:07.334582 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:07.334680 [ 269 ] {c2e7e4e6-e216-4998-a135-9419b6279d49} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:07.334727 [ 269 ] {c2e7e4e6-e216-4998-a135-9419b6279d49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:07.335112 [ 269 ] {c2e7e4e6-e216-4998-a135-9419b6279d49} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:07.335150 [ 269 ] {c2e7e4e6-e216-4998-a135-9419b6279d49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:07.335487 [ 269 ] {c2e7e4e6-e216-4998-a135-9419b6279d49} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.05.13 23:11:07.335717 [ 269 ] {c2e7e4e6-e216-4998-a135-9419b6279d49} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:07.335850 [ 269 ] {c2e7e4e6-e216-4998-a135-9419b6279d49} executeQuery: Read 32 rows, 2.28 KiB in 0.001191 sec., 26868.17800167926 rows/sec., 1.87 MiB/sec. 2025.05.13 23:11:07.335888 [ 269 ] {c2e7e4e6-e216-4998-a135-9419b6279d49} TCPHandler: Processed in 0.001356263 sec. 2025.05.13 23:11:07.335996 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:07.336098 [ 269 ] {0d05c8ca-d2c7-41a4-ab4e-2725e75ba309} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:07.336142 [ 269 ] {0d05c8ca-d2c7-41a4-ab4e-2725e75ba309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:07.336477 [ 269 ] {0d05c8ca-d2c7-41a4-ab4e-2725e75ba309} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:07.336515 [ 269 ] {0d05c8ca-d2c7-41a4-ab4e-2725e75ba309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:07.336832 [ 269 ] {0d05c8ca-d2c7-41a4-ab4e-2725e75ba309} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.05.13 23:11:07.337053 [ 269 ] {0d05c8ca-d2c7-41a4-ab4e-2725e75ba309} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:07.337183 [ 269 ] {0d05c8ca-d2c7-41a4-ab4e-2725e75ba309} executeQuery: Read 12 rows, 848.00 B in 0.001104 sec., 10869.565217391304 rows/sec., 750.11 KiB/sec. 2025.05.13 23:11:07.337221 [ 269 ] {0d05c8ca-d2c7-41a4-ab4e-2725e75ba309} TCPHandler: Processed in 0.00127523 sec. 2025.05.13 23:11:07.337302 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:07.337355 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:07.340806 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:08.642884 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35319 2025.05.13 23:11:08.643376 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:08.643413 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:08.643898 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:11:08.644130 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:08.644271 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 2025.05.13 23:11:10.598613 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.05.13 23:11:10.615348 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:10.615409 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:10.621635 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:11:10.622342 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:10.625265 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.05.13 23:11:11.249315 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2240 2025.05.13 23:11:11.251876 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:11.251914 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:11.253112 [ 242 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:11:11.253371 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:11.253630 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2240 2025.05.13 23:11:12.020992 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:12.021051 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:12.023489 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:12.344350 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.344652 [ 269 ] {1aa39aae-8e7d-410e-bb21-4a8955d938cd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:11:12.344766 [ 269 ] {1aa39aae-8e7d-410e-bb21-4a8955d938cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:11:12.345704 [ 269 ] {1aa39aae-8e7d-410e-bb21-4a8955d938cd} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.345748 [ 269 ] {1aa39aae-8e7d-410e-bb21-4a8955d938cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.346137 [ 269 ] {1aa39aae-8e7d-410e-bb21-4a8955d938cd} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:11:12.346356 [ 269 ] {1aa39aae-8e7d-410e-bb21-4a8955d938cd} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.346495 [ 136 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 2025.05.13 23:11:12.346509 [ 269 ] {1aa39aae-8e7d-410e-bb21-4a8955d938cd} executeQuery: Read 212 rows, 13.81 KiB in 0.001935 sec., 109560.72351421189 rows/sec., 6.97 MiB/sec. 2025.05.13 23:11:12.346575 [ 136 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.346596 [ 269 ] {1aa39aae-8e7d-410e-bb21-4a8955d938cd} TCPHandler: Processed in 0.002429838 sec. 2025.05.13 23:11:12.346608 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.346758 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full 2025.05.13 23:11:12.346762 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.346910 [ 269 ] {aeb781dd-dee5-4105-b15d-7951c08dfa31} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:12.346922 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:12.346956 [ 269 ] {aeb781dd-dee5-4105-b15d-7951c08dfa31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:12.346963 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 212 rows starting from the beginning of the part 2025.05.13 23:11:12.347044 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 212 rows starting from the beginning of the part 2025.05.13 23:11:12.347091 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 212 rows starting from the beginning of the part 2025.05.13 23:11:12.347134 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 212 rows starting from the beginning of the part 2025.05.13 23:11:12.347175 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 212 rows starting from the beginning of the part 2025.05.13 23:11:12.347770 [ 269 ] {aeb781dd-dee5-4105-b15d-7951c08dfa31} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.347813 [ 269 ] {aeb781dd-dee5-4105-b15d-7951c08dfa31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.348062 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001365034 sec., 776537.4342324074 rows/sec., 52.35 MiB/sec. 2025.05.13 23:11:12.348158 [ 269 ] {aeb781dd-dee5-4105-b15d-7951c08dfa31} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.05.13 23:11:12.348246 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) 2025.05.13 23:11:12.348416 [ 269 ] {aeb781dd-dee5-4105-b15d-7951c08dfa31} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.348562 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.348565 [ 269 ] {aeb781dd-dee5-4105-b15d-7951c08dfa31} executeQuery: Read 635 rows, 51.07 KiB in 0.001675 sec., 379104.4776119403 rows/sec., 29.77 MiB/sec. 2025.05.13 23:11:12.348621 [ 269 ] {aeb781dd-dee5-4105-b15d-7951c08dfa31} TCPHandler: Processed in 0.001916691 sec. 2025.05.13 23:11:12.348647 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_53_13} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 2025.05.13 23:11:12.348728 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:11:12.348748 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.348857 [ 269 ] {58f4bd73-7c98-4f6c-adba-28132277906c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:12.348896 [ 269 ] {58f4bd73-7c98-4f6c-adba-28132277906c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:12.349425 [ 269 ] {58f4bd73-7c98-4f6c-adba-28132277906c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.349462 [ 269 ] {58f4bd73-7c98-4f6c-adba-28132277906c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.349778 [ 269 ] {58f4bd73-7c98-4f6c-adba-28132277906c} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.05.13 23:11:12.349990 [ 269 ] {58f4bd73-7c98-4f6c-adba-28132277906c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.350114 [ 269 ] {58f4bd73-7c98-4f6c-adba-28132277906c} executeQuery: Read 115 rows, 7.06 KiB in 0.001275 sec., 90196.07843137255 rows/sec., 5.41 MiB/sec. 2025.05.13 23:11:12.350151 [ 269 ] {58f4bd73-7c98-4f6c-adba-28132277906c} TCPHandler: Processed in 0.001450906 sec. 2025.05.13 23:11:12.350201 [ 223 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:12.350237 [ 223 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:12.350284 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.350378 [ 269 ] {1fdc266c-4873-4752-8c0e-721897f8d432} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:11:12.350426 [ 269 ] {1fdc266c-4873-4752-8c0e-721897f8d432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:11:12.350875 [ 269 ] {1fdc266c-4873-4752-8c0e-721897f8d432} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.350910 [ 269 ] {1fdc266c-4873-4752-8c0e-721897f8d432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.351207 [ 269 ] {1fdc266c-4873-4752-8c0e-721897f8d432} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:11:12.351416 [ 269 ] {1fdc266c-4873-4752-8c0e-721897f8d432} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.351542 [ 269 ] {1fdc266c-4873-4752-8c0e-721897f8d432} executeQuery: Read 113 rows, 7.49 KiB in 0.001183 sec., 95519.86475063398 rows/sec., 6.18 MiB/sec. 2025.05.13 23:11:12.351580 [ 269 ] {1fdc266c-4873-4752-8c0e-721897f8d432} TCPHandler: Processed in 0.001350673 sec. 2025.05.13 23:11:12.351709 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.351804 [ 269 ] {f36c3ec5-c5b2-477a-85ea-2b688e7a7245} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:11:12.351843 [ 269 ] {f36c3ec5-c5b2-477a-85ea-2b688e7a7245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:11:12.352276 [ 269 ] {f36c3ec5-c5b2-477a-85ea-2b688e7a7245} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.352310 [ 269 ] {f36c3ec5-c5b2-477a-85ea-2b688e7a7245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.352599 [ 269 ] {f36c3ec5-c5b2-477a-85ea-2b688e7a7245} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:11:12.352805 [ 269 ] {f36c3ec5-c5b2-477a-85ea-2b688e7a7245} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.352924 [ 135 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 2025.05.13 23:11:12.352928 [ 269 ] {f36c3ec5-c5b2-477a-85ea-2b688e7a7245} executeQuery: Read 112 rows, 6.53 KiB in 0.001143 sec., 97987.75153105863 rows/sec., 5.58 MiB/sec. 2025.05.13 23:11:12.352961 [ 135 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.352977 [ 223 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:12.352981 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.352980 [ 269 ] {f36c3ec5-c5b2-477a-85ea-2b688e7a7245} TCPHandler: Processed in 0.001330712 sec. 2025.05.13 23:11:12.353090 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full 2025.05.13 23:11:12.353115 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.353204 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:12.353222 [ 269 ] {0d7a6fd4-a271-48be-ad05-4fd913cc48ce} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:12.353239 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 112 rows starting from the beginning of the part 2025.05.13 23:11:12.353266 [ 269 ] {0d7a6fd4-a271-48be-ad05-4fd913cc48ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:12.353299 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 112 rows starting from the beginning of the part 2025.05.13 23:11:12.353346 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 112 rows starting from the beginning of the part 2025.05.13 23:11:12.353387 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 112 rows starting from the beginning of the part 2025.05.13 23:11:12.353426 [ 194 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 112 rows starting from the beginning of the part 2025.05.13 23:11:12.353828 [ 269 ] {0d7a6fd4-a271-48be-ad05-4fd913cc48ce} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.353868 [ 269 ] {0d7a6fd4-a271-48be-ad05-4fd913cc48ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.354161 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001109515 sec., 504725.0375163923 rows/sec., 30.68 MiB/sec. 2025.05.13 23:11:12.354201 [ 269 ] {0d7a6fd4-a271-48be-ad05-4fd913cc48ce} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.05.13 23:11:12.354362 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) 2025.05.13 23:11:12.354432 [ 269 ] {0d7a6fd4-a271-48be-ad05-4fd913cc48ce} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.354569 [ 269 ] {0d7a6fd4-a271-48be-ad05-4fd913cc48ce} executeQuery: Read 391 rows, 28.31 KiB in 0.001365 sec., 286446.88644688646 rows/sec., 20.25 MiB/sec. 2025.05.13 23:11:12.354610 [ 269 ] {0d7a6fd4-a271-48be-ad05-4fd913cc48ce} TCPHandler: Processed in 0.00154294 sec. 2025.05.13 23:11:12.354683 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.354772 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_53_13} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 2025.05.13 23:11:12.354788 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.354867 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:11:12.354885 [ 269 ] {6dc79995-ca5a-4d3c-a1db-4d6765f31f00} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:11:12.354930 [ 269 ] {6dc79995-ca5a-4d3c-a1db-4d6765f31f00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:11:12.355269 [ 269 ] {6dc79995-ca5a-4d3c-a1db-4d6765f31f00} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.355305 [ 269 ] {6dc79995-ca5a-4d3c-a1db-4d6765f31f00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.355601 [ 269 ] {6dc79995-ca5a-4d3c-a1db-4d6765f31f00} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:11:12.355804 [ 269 ] {6dc79995-ca5a-4d3c-a1db-4d6765f31f00} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.355925 [ 269 ] {6dc79995-ca5a-4d3c-a1db-4d6765f31f00} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2025.05.13 23:11:12.355960 [ 269 ] {6dc79995-ca5a-4d3c-a1db-4d6765f31f00} TCPHandler: Processed in 0.001220319 sec. 2025.05.13 23:11:12.356072 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.356163 [ 269 ] {8692bf7f-314f-40e7-9926-7a4f0c27e1e6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:12.356204 [ 269 ] {8692bf7f-314f-40e7-9926-7a4f0c27e1e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:12.356606 [ 269 ] {8692bf7f-314f-40e7-9926-7a4f0c27e1e6} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.356640 [ 269 ] {8692bf7f-314f-40e7-9926-7a4f0c27e1e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.356953 [ 269 ] {8692bf7f-314f-40e7-9926-7a4f0c27e1e6} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.05.13 23:11:12.357151 [ 269 ] {8692bf7f-314f-40e7-9926-7a4f0c27e1e6} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.357271 [ 269 ] {8692bf7f-314f-40e7-9926-7a4f0c27e1e6} executeQuery: Read 237 rows, 16.27 KiB in 0.001125 sec., 210666.6666666667 rows/sec., 14.12 MiB/sec. 2025.05.13 23:11:12.357306 [ 269 ] {8692bf7f-314f-40e7-9926-7a4f0c27e1e6} TCPHandler: Processed in 0.001281271 sec. 2025.05.13 23:11:12.357419 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.357511 [ 269 ] {8eb190c4-1dad-47a4-9558-3b4eca2d4f9b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:11:12.357552 [ 269 ] {8eb190c4-1dad-47a4-9558-3b4eca2d4f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:11:12.357862 [ 269 ] {8eb190c4-1dad-47a4-9558-3b4eca2d4f9b} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.357895 [ 269 ] {8eb190c4-1dad-47a4-9558-3b4eca2d4f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.358170 [ 269 ] {8eb190c4-1dad-47a4-9558-3b4eca2d4f9b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.05.13 23:11:12.358375 [ 269 ] {8eb190c4-1dad-47a4-9558-3b4eca2d4f9b} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.358497 [ 269 ] {8eb190c4-1dad-47a4-9558-3b4eca2d4f9b} executeQuery: Read 1 rows, 69.00 B in 0.001003 sec., 997.0089730807578 rows/sec., 67.18 KiB/sec. 2025.05.13 23:11:12.358531 [ 269 ] {8eb190c4-1dad-47a4-9558-3b4eca2d4f9b} TCPHandler: Processed in 0.001159377 sec. 2025.05.13 23:11:12.358645 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.358737 [ 269 ] {d419a02b-e633-4b92-96b0-10b9723dedad} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:12.358790 [ 269 ] {d419a02b-e633-4b92-96b0-10b9723dedad} 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.05.13 23:11:12.359550 [ 269 ] {d419a02b-e633-4b92-96b0-10b9723dedad} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.359584 [ 269 ] {d419a02b-e633-4b92-96b0-10b9723dedad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.360076 [ 269 ] {d419a02b-e633-4b92-96b0-10b9723dedad} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.05.13 23:11:12.360287 [ 269 ] {d419a02b-e633-4b92-96b0-10b9723dedad} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.360418 [ 269 ] {d419a02b-e633-4b92-96b0-10b9723dedad} executeQuery: Read 9 rows, 16.51 KiB in 0.001699 sec., 5297.23366686286 rows/sec., 9.49 MiB/sec. 2025.05.13 23:11:12.360471 [ 269 ] {d419a02b-e633-4b92-96b0-10b9723dedad} TCPHandler: Processed in 0.0018732 sec. 2025.05.13 23:11:12.360588 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:12.360692 [ 269 ] {d8a191c2-12d6-4b32-8985-35a63107a9d3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:12.360733 [ 269 ] {d8a191c2-12d6-4b32-8985-35a63107a9d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:12.361071 [ 269 ] {d8a191c2-12d6-4b32-8985-35a63107a9d3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:12.361105 [ 269 ] {d8a191c2-12d6-4b32-8985-35a63107a9d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:12.361398 [ 269 ] {d8a191c2-12d6-4b32-8985-35a63107a9d3} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.05.13 23:11:12.361596 [ 269 ] {d8a191c2-12d6-4b32-8985-35a63107a9d3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:12.361716 [ 269 ] {d8a191c2-12d6-4b32-8985-35a63107a9d3} executeQuery: Read 82 rows, 5.33 KiB in 0.001054 sec., 77798.8614800759 rows/sec., 4.94 MiB/sec. 2025.05.13 23:11:12.361751 [ 269 ] {d8a191c2-12d6-4b32-8985-35a63107a9d3} TCPHandler: Processed in 0.001210139 sec. 2025.05.13 23:11:13.048814 [ 223 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:13.048864 [ 223 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:13.050690 [ 223 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:13.150686 [ 219 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:13.150728 [ 219 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:13.152929 [ 219 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:13.619082 [ 218 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:13.619155 [ 218 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:13.621509 [ 218 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:11:15.926350 [ 131 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:11:15.926428 [ 131 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:11:16.145292 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35807 2025.05.13 23:11:16.145820 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:16.145869 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:16.146353 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:11:16.146593 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:16.146741 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35807 2025.05.13 23:11:17.338417 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:17.338715 [ 269 ] {5c87ce83-b708-4f0f-b3ba-a6a59da30ee4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:17.338820 [ 269 ] {5c87ce83-b708-4f0f-b3ba-a6a59da30ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:17.339679 [ 269 ] {5c87ce83-b708-4f0f-b3ba-a6a59da30ee4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:17.339723 [ 269 ] {5c87ce83-b708-4f0f-b3ba-a6a59da30ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:17.340116 [ 269 ] {5c87ce83-b708-4f0f-b3ba-a6a59da30ee4} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.05.13 23:11:17.340354 [ 269 ] {5c87ce83-b708-4f0f-b3ba-a6a59da30ee4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:17.340504 [ 269 ] {5c87ce83-b708-4f0f-b3ba-a6a59da30ee4} executeQuery: Read 120 rows, 10.47 KiB in 0.001869 sec., 64205.45746388443 rows/sec., 5.47 MiB/sec. 2025.05.13 23:11:17.340545 [ 269 ] {5c87ce83-b708-4f0f-b3ba-a6a59da30ee4} TCPHandler: Processed in 0.002311594 sec. 2025.05.13 23:11:17.340686 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:17.340780 [ 269 ] {32f64d4f-6d5d-4c2e-9712-da4fb127d83c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:17.340820 [ 269 ] {32f64d4f-6d5d-4c2e-9712-da4fb127d83c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:17.341250 [ 269 ] {32f64d4f-6d5d-4c2e-9712-da4fb127d83c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:17.341287 [ 269 ] {32f64d4f-6d5d-4c2e-9712-da4fb127d83c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:17.341573 [ 269 ] {32f64d4f-6d5d-4c2e-9712-da4fb127d83c} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.05.13 23:11:17.341776 [ 269 ] {32f64d4f-6d5d-4c2e-9712-da4fb127d83c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:17.341904 [ 269 ] {32f64d4f-6d5d-4c2e-9712-da4fb127d83c} executeQuery: Read 32 rows, 2.41 KiB in 0.001142 sec., 28021.015761821367 rows/sec., 2.06 MiB/sec. 2025.05.13 23:11:17.341941 [ 269 ] {32f64d4f-6d5d-4c2e-9712-da4fb127d83c} TCPHandler: Processed in 0.001303882 sec. 2025.05.13 23:11:17.342048 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:17.342139 [ 269 ] {272047bf-7946-417f-ac46-d9ab60b2508b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:17.342179 [ 269 ] {272047bf-7946-417f-ac46-d9ab60b2508b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:17.342650 [ 269 ] {272047bf-7946-417f-ac46-d9ab60b2508b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:17.342688 [ 269 ] {272047bf-7946-417f-ac46-d9ab60b2508b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:17.342990 [ 269 ] {272047bf-7946-417f-ac46-d9ab60b2508b} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.05.13 23:11:17.343196 [ 269 ] {272047bf-7946-417f-ac46-d9ab60b2508b} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:17.343324 [ 269 ] {272047bf-7946-417f-ac46-d9ab60b2508b} executeQuery: Read 96 rows, 7.68 KiB in 0.001202 sec., 79866.88851913478 rows/sec., 6.24 MiB/sec. 2025.05.13 23:11:17.343361 [ 269 ] {272047bf-7946-417f-ac46-d9ab60b2508b} TCPHandler: Processed in 0.001360704 sec. 2025.05.13 23:11:17.343470 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:17.343563 [ 269 ] {5032413b-9b33-41e6-bf69-07bef4552957} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:17.343606 [ 269 ] {5032413b-9b33-41e6-bf69-07bef4552957} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:17.344048 [ 269 ] {5032413b-9b33-41e6-bf69-07bef4552957} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:17.344085 [ 269 ] {5032413b-9b33-41e6-bf69-07bef4552957} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:17.344406 [ 269 ] {5032413b-9b33-41e6-bf69-07bef4552957} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.05.13 23:11:17.344627 [ 269 ] {5032413b-9b33-41e6-bf69-07bef4552957} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:17.344756 [ 269 ] {5032413b-9b33-41e6-bf69-07bef4552957} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.05.13 23:11:17.344794 [ 269 ] {5032413b-9b33-41e6-bf69-07bef4552957} TCPHandler: Processed in 0.001371904 sec. 2025.05.13 23:11:17.344901 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:17.344994 [ 269 ] {fae06ffd-ea6a-4cfc-8e1c-8b4243652485} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:17.345049 [ 269 ] {fae06ffd-ea6a-4cfc-8e1c-8b4243652485} 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.05.13 23:11:17.345913 [ 269 ] {fae06ffd-ea6a-4cfc-8e1c-8b4243652485} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:17.345951 [ 269 ] {fae06ffd-ea6a-4cfc-8e1c-8b4243652485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:17.346484 [ 269 ] {fae06ffd-ea6a-4cfc-8e1c-8b4243652485} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.05.13 23:11:17.346698 [ 269 ] {fae06ffd-ea6a-4cfc-8e1c-8b4243652485} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:17.346831 [ 269 ] {fae06ffd-ea6a-4cfc-8e1c-8b4243652485} executeQuery: Read 32 rows, 58.72 KiB in 0.001855 sec., 17250.67385444744 rows/sec., 30.91 MiB/sec. 2025.05.13 23:11:17.346884 [ 269 ] {fae06ffd-ea6a-4cfc-8e1c-8b4243652485} TCPHandler: Processed in 0.002030014 sec. 2025.05.13 23:11:17.346993 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:17.347087 [ 269 ] {cbe703e1-8d91-4549-a5a9-533081ddcec9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:17.347128 [ 269 ] {cbe703e1-8d91-4549-a5a9-533081ddcec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:17.347467 [ 269 ] {cbe703e1-8d91-4549-a5a9-533081ddcec9} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:17.347503 [ 269 ] {cbe703e1-8d91-4549-a5a9-533081ddcec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:17.347794 [ 269 ] {cbe703e1-8d91-4549-a5a9-533081ddcec9} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.05.13 23:11:17.347994 [ 269 ] {cbe703e1-8d91-4549-a5a9-533081ddcec9} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:17.348119 [ 269 ] {cbe703e1-8d91-4549-a5a9-533081ddcec9} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.05.13 23:11:17.348155 [ 269 ] {cbe703e1-8d91-4549-a5a9-533081ddcec9} TCPHandler: Processed in 0.001209508 sec. 2025.05.13 23:11:18.126231 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.05.13 23:11:18.142868 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:18.142926 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:18.149057 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:11:18.149738 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:18.152808 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.05.13 23:11:18.399513 [ 127 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 2025.05.13 23:11:18.399552 [ 127 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:18.399571 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:18.399711 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full 2025.05.13 23:11:18.399859 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:18.399892 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 18 rows starting from the beginning of the part 2025.05.13 23:11:18.399959 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part 2025.05.13 23:11:18.400005 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part 2025.05.13 23:11:18.400048 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2025.05.13 23:11:18.400088 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part 2025.05.13 23:11:18.400842 [ 199 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001190758 sec., 30232.84328133844 rows/sec., 2.52 MiB/sec. 2025.05.13 23:11:18.401022 [ 193 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) 2025.05.13 23:11:18.401337 [ 193 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:18.401423 [ 193 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_34_8} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 2025.05.13 23:11:18.401541 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:11:21.254728 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2274 2025.05.13 23:11:21.257212 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:21.257283 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:21.258531 [ 242 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:11:21.258814 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:21.259187 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2274 2025.05.13 23:11:22.343085 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.343274 [ 269 ] {9b3d33fd-7a6d-4344-a686-9981b7540095} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:11:22.343347 [ 269 ] {9b3d33fd-7a6d-4344-a686-9981b7540095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:11:22.344247 [ 269 ] {9b3d33fd-7a6d-4344-a686-9981b7540095} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.344295 [ 269 ] {9b3d33fd-7a6d-4344-a686-9981b7540095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.344727 [ 269 ] {9b3d33fd-7a6d-4344-a686-9981b7540095} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:11:22.344978 [ 269 ] {9b3d33fd-7a6d-4344-a686-9981b7540095} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.345127 [ 269 ] {9b3d33fd-7a6d-4344-a686-9981b7540095} executeQuery: Read 212 rows, 13.81 KiB in 0.001908 sec., 111111.11111111111 rows/sec., 7.07 MiB/sec. 2025.05.13 23:11:22.345169 [ 269 ] {9b3d33fd-7a6d-4344-a686-9981b7540095} TCPHandler: Processed in 0.002216281 sec. 2025.05.13 23:11:22.345302 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.345395 [ 269 ] {69f3a393-5dcb-481a-9cb0-1008902961ea} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:11:22.345435 [ 269 ] {69f3a393-5dcb-481a-9cb0-1008902961ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:11:22.345833 [ 269 ] {69f3a393-5dcb-481a-9cb0-1008902961ea} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.345869 [ 269 ] {69f3a393-5dcb-481a-9cb0-1008902961ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.346151 [ 269 ] {69f3a393-5dcb-481a-9cb0-1008902961ea} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.05.13 23:11:22.346353 [ 269 ] {69f3a393-5dcb-481a-9cb0-1008902961ea} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.346477 [ 269 ] {69f3a393-5dcb-481a-9cb0-1008902961ea} executeQuery: Read 4 rows, 334.00 B in 0.001101 sec., 3633.0608537693006 rows/sec., 296.25 KiB/sec. 2025.05.13 23:11:22.346518 [ 269 ] {69f3a393-5dcb-481a-9cb0-1008902961ea} TCPHandler: Processed in 0.001263601 sec. 2025.05.13 23:11:22.346633 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.346724 [ 269 ] {381a37a8-7c25-41dc-ace6-7d2ea9deb2e3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:22.346763 [ 269 ] {381a37a8-7c25-41dc-ace6-7d2ea9deb2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:22.347617 [ 269 ] {381a37a8-7c25-41dc-ace6-7d2ea9deb2e3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.347653 [ 269 ] {381a37a8-7c25-41dc-ace6-7d2ea9deb2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.347974 [ 269 ] {381a37a8-7c25-41dc-ace6-7d2ea9deb2e3} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.05.13 23:11:22.348187 [ 269 ] {381a37a8-7c25-41dc-ace6-7d2ea9deb2e3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.348313 [ 269 ] {381a37a8-7c25-41dc-ace6-7d2ea9deb2e3} executeQuery: Read 637 rows, 51.21 KiB in 0.001606 sec., 396637.6089663761 rows/sec., 31.14 MiB/sec. 2025.05.13 23:11:22.348316 [ 122 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_125_25 to all_130_130_0 2025.05.13 23:11:22.348350 [ 269 ] {381a37a8-7c25-41dc-ace6-7d2ea9deb2e3} TCPHandler: Processed in 0.001763436 sec. 2025.05.13 23:11:22.348385 [ 122 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.348444 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.348483 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.348554 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_125_25 to all_130_130_0 into Compact with storage Full 2025.05.13 23:11:22.348582 [ 269 ] {0f8888a3-2ba5-4e21-9530-a3385b9531df} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:22.348627 [ 269 ] {0f8888a3-2ba5-4e21-9530-a3385b9531df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:22.348695 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:22.348738 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_125_25, total 1849 rows starting from the beginning of the part 2025.05.13 23:11:22.348817 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:11:22.348874 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part 2025.05.13 23:11:22.348925 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 635 rows starting from the beginning of the part 2025.05.13 23:11:22.348972 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 120 rows starting from the beginning of the part 2025.05.13 23:11:22.349017 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 637 rows starting from the beginning of the part 2025.05.13 23:11:22.349097 [ 269 ] {0f8888a3-2ba5-4e21-9530-a3385b9531df} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.349136 [ 269 ] {0f8888a3-2ba5-4e21-9530-a3385b9531df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.349453 [ 269 ] {0f8888a3-2ba5-4e21-9530-a3385b9531df} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.05.13 23:11:22.349662 [ 269 ] {0f8888a3-2ba5-4e21-9530-a3385b9531df} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.349795 [ 269 ] {0f8888a3-2ba5-4e21-9530-a3385b9531df} executeQuery: Read 119 rows, 7.34 KiB in 0.00123 sec., 96747.9674796748 rows/sec., 5.83 MiB/sec. 2025.05.13 23:11:22.349832 [ 269 ] {0f8888a3-2ba5-4e21-9530-a3385b9531df} TCPHandler: Processed in 0.001396375 sec. 2025.05.13 23:11:22.349951 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.350043 [ 269 ] {c40b1ae3-130a-4ff2-ada1-a22dc16ed371} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:11:22.350081 [ 269 ] {c40b1ae3-130a-4ff2-ada1-a22dc16ed371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:11:22.350536 [ 269 ] {c40b1ae3-130a-4ff2-ada1-a22dc16ed371} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.350571 [ 269 ] {c40b1ae3-130a-4ff2-ada1-a22dc16ed371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.350713 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergeTask::MergeProjectionsStage: Merge sorted 4558 rows, containing 5 columns (5 merged, 0 gathered) in 0.002211471 sec., 2061071.5672961571 rows/sec., 174.70 MiB/sec. 2025.05.13 23:11:22.350870 [ 269 ] {c40b1ae3-130a-4ff2-ada1-a22dc16ed371} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:11:22.351014 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} MergedBlockOutputStream: filled checksums all_1_130_26 (state Temporary) 2025.05.13 23:11:22.351102 [ 269 ] {c40b1ae3-130a-4ff2-ada1-a22dc16ed371} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.351238 [ 269 ] {c40b1ae3-130a-4ff2-ada1-a22dc16ed371} executeQuery: Read 113 rows, 7.49 KiB in 0.001214 sec., 93080.72487644151 rows/sec., 6.03 MiB/sec. 2025.05.13 23:11:22.351248 [ 120 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_64_13 to all_69_69_0 2025.05.13 23:11:22.351278 [ 269 ] {c40b1ae3-130a-4ff2-ada1-a22dc16ed371} TCPHandler: Processed in 0.001378544 sec. 2025.05.13 23:11:22.351298 [ 120 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.351324 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.351343 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_130_26 to all_1_130_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.351400 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.351408 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_64_13 to all_69_69_0 into Compact with storage Full 2025.05.13 23:11:22.351422 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_130_26} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_125_25, all_130_130_0] -> all_1_130_26 2025.05.13 23:11:22.351498 [ 269 ] {2af0d02a-1446-405a-a87d-7d9201cb1111} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:11:22.351528 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:22.351539 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:11:22.351542 [ 269 ] {2af0d02a-1446-405a-a87d-7d9201cb1111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:11:22.351563 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_64_13, total 341 rows starting from the beginning of the part 2025.05.13 23:11:22.351641 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 113 rows starting from the beginning of the part 2025.05.13 23:11:22.351685 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 113 rows starting from the beginning of the part 2025.05.13 23:11:22.351727 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 228 rows starting from the beginning of the part 2025.05.13 23:11:22.351765 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 113 rows starting from the beginning of the part 2025.05.13 23:11:22.351806 [ 200 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 113 rows starting from the beginning of the part 2025.05.13 23:11:22.352021 [ 269 ] {2af0d02a-1446-405a-a87d-7d9201cb1111} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.352063 [ 269 ] {2af0d02a-1446-405a-a87d-7d9201cb1111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.352362 [ 269 ] {2af0d02a-1446-405a-a87d-7d9201cb1111} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:11:22.352580 [ 269 ] {2af0d02a-1446-405a-a87d-7d9201cb1111} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.352707 [ 269 ] {2af0d02a-1446-405a-a87d-7d9201cb1111} executeQuery: Read 112 rows, 6.53 KiB in 0.001227 sec., 91279.54360228199 rows/sec., 5.20 MiB/sec. 2025.05.13 23:11:22.352725 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355593 sec., 753175.9163701789 rows/sec., 52.63 MiB/sec. 2025.05.13 23:11:22.352744 [ 269 ] {2af0d02a-1446-405a-a87d-7d9201cb1111} TCPHandler: Processed in 0.001391404 sec. 2025.05.13 23:11:22.352858 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.352886 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary) 2025.05.13 23:11:22.352951 [ 269 ] {cbd59004-45f2-468c-903e-e1f8c1a31b3f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:22.352994 [ 269 ] {cbd59004-45f2-468c-903e-e1f8c1a31b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:22.353154 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.353238 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_69_14} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_64_13, all_69_69_0] -> all_1_69_14 2025.05.13 23:11:22.353323 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.05.13 23:11:22.353612 [ 269 ] {cbd59004-45f2-468c-903e-e1f8c1a31b3f} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.353652 [ 269 ] {cbd59004-45f2-468c-903e-e1f8c1a31b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.353966 [ 269 ] {cbd59004-45f2-468c-903e-e1f8c1a31b3f} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.05.13 23:11:22.354167 [ 269 ] {cbd59004-45f2-468c-903e-e1f8c1a31b3f} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.354289 [ 120 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_125_25 to all_130_130_0 2025.05.13 23:11:22.354295 [ 269 ] {cbd59004-45f2-468c-903e-e1f8c1a31b3f} executeQuery: Read 395 rows, 28.63 KiB in 0.001358 sec., 290868.92488954344 rows/sec., 20.59 MiB/sec. 2025.05.13 23:11:22.354331 [ 120 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.354351 [ 269 ] {cbd59004-45f2-468c-903e-e1f8c1a31b3f} TCPHandler: Processed in 0.0015398 sec. 2025.05.13 23:11:22.354355 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.354438 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_125_25 to all_130_130_0 into Compact with storage Full 2025.05.13 23:11:22.354476 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.354523 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:22.354553 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_125_25, total 915 rows starting from the beginning of the part 2025.05.13 23:11:22.354573 [ 269 ] {ef3f65aa-2ad0-42a1-8433-e4f9fbcb02c8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:11:22.354603 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 554 rows starting from the beginning of the part 2025.05.13 23:11:22.354618 [ 269 ] {ef3f65aa-2ad0-42a1-8433-e4f9fbcb02c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:11:22.354652 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part 2025.05.13 23:11:22.354698 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 391 rows starting from the beginning of the part 2025.05.13 23:11:22.354735 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 96 rows starting from the beginning of the part 2025.05.13 23:11:22.354775 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 395 rows starting from the beginning of the part 2025.05.13 23:11:22.354962 [ 269 ] {ef3f65aa-2ad0-42a1-8433-e4f9fbcb02c8} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.355003 [ 269 ] {ef3f65aa-2ad0-42a1-8433-e4f9fbcb02c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.355309 [ 269 ] {ef3f65aa-2ad0-42a1-8433-e4f9fbcb02c8} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:11:22.355527 [ 269 ] {ef3f65aa-2ad0-42a1-8433-e4f9fbcb02c8} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.355650 [ 269 ] {ef3f65aa-2ad0-42a1-8433-e4f9fbcb02c8} executeQuery: Read 6 rows, 321.00 B in 0.001095 sec., 5479.45205479452 rows/sec., 286.28 KiB/sec. 2025.05.13 23:11:22.355687 [ 269 ] {ef3f65aa-2ad0-42a1-8433-e4f9fbcb02c8} TCPHandler: Processed in 0.00125749 sec. 2025.05.13 23:11:22.355690 [ 223 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:11:22.355722 [ 223 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:11:22.355807 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.355869 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.001461637 sec., 1652257.0241448458 rows/sec., 126.52 MiB/sec. 2025.05.13 23:11:22.355898 [ 269 ] {4e3515e1-c43e-4f56-8bb8-a25546bc2d0e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:22.355943 [ 269 ] {4e3515e1-c43e-4f56-8bb8-a25546bc2d0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:22.356027 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} MergedBlockOutputStream: filled checksums all_1_130_26 (state Temporary) 2025.05.13 23:11:22.356286 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_130_26 to all_1_130_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.356381 [ 186 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_130_26} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_125_25, all_130_130_0] -> all_1_130_26 2025.05.13 23:11:22.356388 [ 269 ] {4e3515e1-c43e-4f56-8bb8-a25546bc2d0e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.356430 [ 269 ] {4e3515e1-c43e-4f56-8bb8-a25546bc2d0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.356464 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.13 23:11:22.356846 [ 269 ] {4e3515e1-c43e-4f56-8bb8-a25546bc2d0e} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.05.13 23:11:22.357116 [ 269 ] {4e3515e1-c43e-4f56-8bb8-a25546bc2d0e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.357261 [ 269 ] {4e3515e1-c43e-4f56-8bb8-a25546bc2d0e} executeQuery: Read 239 rows, 16.41 KiB in 0.00138 sec., 173188.40579710147 rows/sec., 11.61 MiB/sec. 2025.05.13 23:11:22.357298 [ 269 ] {4e3515e1-c43e-4f56-8bb8-a25546bc2d0e} TCPHandler: Processed in 0.001538409 sec. 2025.05.13 23:11:22.357417 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.357511 [ 269 ] {6d75148d-10e2-4a5f-ad89-2d27adedd750} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:11:22.357554 [ 269 ] {6d75148d-10e2-4a5f-ad89-2d27adedd750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:11:22.357883 [ 269 ] {6d75148d-10e2-4a5f-ad89-2d27adedd750} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.357918 [ 269 ] {6d75148d-10e2-4a5f-ad89-2d27adedd750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.358094 [ 223 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:11:22.358210 [ 269 ] {6d75148d-10e2-4a5f-ad89-2d27adedd750} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.05.13 23:11:22.358415 [ 269 ] {6d75148d-10e2-4a5f-ad89-2d27adedd750} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.358540 [ 269 ] {6d75148d-10e2-4a5f-ad89-2d27adedd750} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2025.05.13 23:11:22.358576 [ 269 ] {6d75148d-10e2-4a5f-ad89-2d27adedd750} TCPHandler: Processed in 0.001208339 sec. 2025.05.13 23:11:22.358689 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.358781 [ 269 ] {e2bfecc3-35cc-4e45-9e74-802893e52d2b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:22.358835 [ 269 ] {e2bfecc3-35cc-4e45-9e74-802893e52d2b} 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.05.13 23:11:22.359644 [ 269 ] {e2bfecc3-35cc-4e45-9e74-802893e52d2b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.359679 [ 269 ] {e2bfecc3-35cc-4e45-9e74-802893e52d2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.360171 [ 269 ] {e2bfecc3-35cc-4e45-9e74-802893e52d2b} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.05.13 23:11:22.360390 [ 269 ] {e2bfecc3-35cc-4e45-9e74-802893e52d2b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.360509 [ 120 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.05.13 23:11:22.360523 [ 269 ] {e2bfecc3-35cc-4e45-9e74-802893e52d2b} executeQuery: Read 9 rows, 16.51 KiB in 0.001761 sec., 5110.732538330494 rows/sec., 9.16 MiB/sec. 2025.05.13 23:11:22.360544 [ 120 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.360568 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.360590 [ 269 ] {e2bfecc3-35cc-4e45-9e74-802893e52d2b} TCPHandler: Processed in 0.001948882 sec. 2025.05.13 23:11:22.360637 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.05.13 23:11:22.360713 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:22.360811 [ 269 ] {431c6939-9b75-40b1-b9cf-9d19d77c4028} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:22.360834 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:22.360851 [ 269 ] {431c6939-9b75-40b1-b9cf-9d19d77c4028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:22.360892 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2049 rows starting from the beginning of the part 2025.05.13 23:11:22.361015 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 9 rows starting from the beginning of the part 2025.05.13 23:11:22.361121 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:22.361199 [ 269 ] {431c6939-9b75-40b1-b9cf-9d19d77c4028} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:22.361220 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 9 rows starting from the beginning of the part 2025.05.13 23:11:22.361241 [ 269 ] {431c6939-9b75-40b1-b9cf-9d19d77c4028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:22.361312 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:22.361404 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 9 rows starting from the beginning of the part 2025.05.13 23:11:22.361567 [ 269 ] {431c6939-9b75-40b1-b9cf-9d19d77c4028} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.05.13 23:11:22.361819 [ 269 ] {431c6939-9b75-40b1-b9cf-9d19d77c4028} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.361947 [ 269 ] {431c6939-9b75-40b1-b9cf-9d19d77c4028} executeQuery: Read 82 rows, 5.33 KiB in 0.001154 sec., 71057.19237435008 rows/sec., 4.51 MiB/sec. 2025.05.13 23:11:22.361983 [ 269 ] {431c6939-9b75-40b1-b9cf-9d19d77c4028} TCPHandler: Processed in 0.001318143 sec. 2025.05.13 23:11:22.369125 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2140 rows, containing 19 columns (19 merged, 0 gathered) in 0.008512582 sec., 251392.58570431394 rows/sec., 450.48 MiB/sec. 2025.05.13 23:11:22.371203 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.05.13 23:11:22.371569 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:22.371653 [ 189 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_106_21} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.05.13 23:11:22.371781 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.20 MiB. 2025.05.13 23:11:23.001170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 349.23 MiB, peak 369.85 MiB, free memory in arenas 0.00 B, will set to 355.26 MiB (RSS), difference: 6.03 MiB 2025.05.13 23:11:23.647773 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36234 2025.05.13 23:11:23.648261 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:23.648302 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:23.648793 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:11:23.649028 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:23.649161 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 2025.05.13 23:11:25.653772 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.05.13 23:11:25.672461 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:25.672531 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:25.679033 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:11:25.679722 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:25.683279 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.05.13 23:11:27.074408 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:27.074457 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:27.077165 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:27.338492 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:27.338669 [ 269 ] {b04bd708-cca8-4594-8e4f-4d656f4c7554} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:27.338738 [ 269 ] {b04bd708-cca8-4594-8e4f-4d656f4c7554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:27.339484 [ 269 ] {b04bd708-cca8-4594-8e4f-4d656f4c7554} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:27.339526 [ 269 ] {b04bd708-cca8-4594-8e4f-4d656f4c7554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:27.339940 [ 269 ] {b04bd708-cca8-4594-8e4f-4d656f4c7554} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.05.13 23:11:27.340169 [ 269 ] {b04bd708-cca8-4594-8e4f-4d656f4c7554} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:27.340326 [ 269 ] {b04bd708-cca8-4594-8e4f-4d656f4c7554} executeQuery: Read 120 rows, 10.47 KiB in 0.001709 sec., 70216.50087770626 rows/sec., 5.98 MiB/sec. 2025.05.13 23:11:27.340371 [ 269 ] {b04bd708-cca8-4594-8e4f-4d656f4c7554} TCPHandler: Processed in 0.002017854 sec. 2025.05.13 23:11:27.340385 [ 219 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:11:27.340415 [ 219 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:11:27.340509 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:27.340606 [ 269 ] {7a3ee8f2-dec0-4d81-ad13-4ebc73317f1b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:27.340647 [ 269 ] {7a3ee8f2-dec0-4d81-ad13-4ebc73317f1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:27.341076 [ 269 ] {7a3ee8f2-dec0-4d81-ad13-4ebc73317f1b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:27.341112 [ 269 ] {7a3ee8f2-dec0-4d81-ad13-4ebc73317f1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:27.341429 [ 269 ] {7a3ee8f2-dec0-4d81-ad13-4ebc73317f1b} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.05.13 23:11:27.341652 [ 269 ] {7a3ee8f2-dec0-4d81-ad13-4ebc73317f1b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:27.341784 [ 269 ] {7a3ee8f2-dec0-4d81-ad13-4ebc73317f1b} executeQuery: Read 32 rows, 2.41 KiB in 0.001197 sec., 26733.500417710944 rows/sec., 1.96 MiB/sec. 2025.05.13 23:11:27.341823 [ 269 ] {7a3ee8f2-dec0-4d81-ad13-4ebc73317f1b} TCPHandler: Processed in 0.001363884 sec. 2025.05.13 23:11:27.341933 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:27.342028 [ 269 ] {398e3dcc-0cf0-4c58-a709-c4f5709d289c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:27.342069 [ 269 ] {398e3dcc-0cf0-4c58-a709-c4f5709d289c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:27.342511 [ 269 ] {398e3dcc-0cf0-4c58-a709-c4f5709d289c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:27.342548 [ 269 ] {398e3dcc-0cf0-4c58-a709-c4f5709d289c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:27.342888 [ 269 ] {398e3dcc-0cf0-4c58-a709-c4f5709d289c} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.05.13 23:11:27.343120 [ 269 ] {398e3dcc-0cf0-4c58-a709-c4f5709d289c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:27.343258 [ 269 ] {398e3dcc-0cf0-4c58-a709-c4f5709d289c} executeQuery: Read 96 rows, 7.68 KiB in 0.001248 sec., 76923.07692307692 rows/sec., 6.01 MiB/sec. 2025.05.13 23:11:27.343297 [ 269 ] {398e3dcc-0cf0-4c58-a709-c4f5709d289c} TCPHandler: Processed in 0.001412925 sec. 2025.05.13 23:11:27.343416 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:27.343510 [ 269 ] {2594c461-e991-4795-b18a-eb2062f37e88} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:27.343526 [ 219 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:11:27.343555 [ 269 ] {2594c461-e991-4795-b18a-eb2062f37e88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:27.343991 [ 269 ] {2594c461-e991-4795-b18a-eb2062f37e88} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:27.344027 [ 269 ] {2594c461-e991-4795-b18a-eb2062f37e88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:27.344368 [ 269 ] {2594c461-e991-4795-b18a-eb2062f37e88} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.05.13 23:11:27.344582 [ 269 ] {2594c461-e991-4795-b18a-eb2062f37e88} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:27.344693 [ 115 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_126_26 to all_130_130_0 2025.05.13 23:11:27.344711 [ 269 ] {2594c461-e991-4795-b18a-eb2062f37e88} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.05.13 23:11:27.344730 [ 115 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:27.344748 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:27.344750 [ 269 ] {2594c461-e991-4795-b18a-eb2062f37e88} TCPHandler: Processed in 0.001383754 sec. 2025.05.13 23:11:27.344841 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergeTask::PrepareStage: Merging 5 parts: from all_1_126_26 to all_130_130_0 into Compact with storage Full 2025.05.13 23:11:27.344886 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:27.344935 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:27.344976 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_126_26, total 38196 rows starting from the beginning of the part 2025.05.13 23:11:27.344981 [ 269 ] {ed00b589-5402-44d7-b4fb-9f001cf554db} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:27.345037 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:27.345040 [ 269 ] {ed00b589-5402-44d7-b4fb-9f001cf554db} 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.05.13 23:11:27.345116 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 237 rows starting from the beginning of the part 2025.05.13 23:11:27.345172 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part 2025.05.13 23:11:27.345216 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 239 rows starting from the beginning of the part 2025.05.13 23:11:27.345947 [ 269 ] {ed00b589-5402-44d7-b4fb-9f001cf554db} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:27.345984 [ 269 ] {ed00b589-5402-44d7-b4fb-9f001cf554db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:27.346553 [ 269 ] {ed00b589-5402-44d7-b4fb-9f001cf554db} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.05.13 23:11:27.346786 [ 269 ] {ed00b589-5402-44d7-b4fb-9f001cf554db} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:27.346927 [ 269 ] {ed00b589-5402-44d7-b4fb-9f001cf554db} executeQuery: Read 32 rows, 58.72 KiB in 0.001964 sec., 16293.279022403258 rows/sec., 29.20 MiB/sec. 2025.05.13 23:11:27.346985 [ 269 ] {ed00b589-5402-44d7-b4fb-9f001cf554db} TCPHandler: Processed in 0.002148569 sec. 2025.05.13 23:11:27.347138 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:27.347234 [ 269 ] {c7c01418-1c2c-4e90-ab5c-07586c040d0c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:27.347276 [ 269 ] {c7c01418-1c2c-4e90-ab5c-07586c040d0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:27.347627 [ 269 ] {c7c01418-1c2c-4e90-ab5c-07586c040d0c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:27.347662 [ 269 ] {c7c01418-1c2c-4e90-ab5c-07586c040d0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:27.347979 [ 269 ] {c7c01418-1c2c-4e90-ab5c-07586c040d0c} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.05.13 23:11:27.348214 [ 269 ] {c7c01418-1c2c-4e90-ab5c-07586c040d0c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:27.348323 [ 115 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.05.13 23:11:27.348347 [ 269 ] {c7c01418-1c2c-4e90-ab5c-07586c040d0c} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.05.13 23:11:27.348352 [ 115 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:27.348376 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.99 GiB. 2025.05.13 23:11:27.348384 [ 269 ] {c7c01418-1c2c-4e90-ab5c-07586c040d0c} TCPHandler: Processed in 0.001304511 sec. 2025.05.13 23:11:27.348443 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.05.13 23:11:27.348534 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:27.348560 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7720 rows starting from the beginning of the part 2025.05.13 23:11:27.348608 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 12 rows starting from the beginning of the part 2025.05.13 23:11:27.348649 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 82 rows starting from the beginning of the part 2025.05.13 23:11:27.348687 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part 2025.05.13 23:11:27.348725 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part 2025.05.13 23:11:27.348762 [ 199 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part 2025.05.13 23:11:27.350923 [ 187 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 8016 rows, containing 4 columns (4 merged, 0 gathered) in 0.00250912 sec., 3194745.5681673256 rows/sec., 208.39 MiB/sec. 2025.05.13 23:11:27.351406 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.05.13 23:11:27.351752 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:27.351845 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_131_26} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.05.13 23:11:27.351968 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2025.05.13 23:11:27.352416 [ 195 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergeTask::MergeProjectionsStage: Merge sorted 38864 rows, containing 5 columns (5 merged, 0 gathered) in 0.007620313 sec., 5100052.976826542 rows/sec., 344.53 MiB/sec. 2025.05.13 23:11:27.352819 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} MergedBlockOutputStream: filled checksums all_1_130_27 (state Temporary) 2025.05.13 23:11:27.353129 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_130_27 to all_1_130_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:27.353212 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_130_27} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_126_26, all_130_130_0] -> all_1_130_27 2025.05.13 23:11:27.353314 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.05.13 23:11:28.285489 [ 218 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:11:28.285543 [ 218 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:11:28.287971 [ 218 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:11:30.926488 [ 110 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:11:30.926556 [ 110 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:11:31.003489 [ 219 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:31.003550 [ 219 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:31.003606 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002285563 sec. 2025.05.13 23:11:31.005322 [ 219 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:31.150164 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36722 2025.05.13 23:11:31.150685 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:31.150728 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:31.151208 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:11:31.151445 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:31.151598 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36722 2025.05.13 23:11:31.260237 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2310 2025.05.13 23:11:31.262650 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:31.262696 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:31.263956 [ 242 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:11:31.264242 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:31.264551 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2310 2025.05.13 23:11:32.009107 [ 225 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:32.009160 [ 225 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:32.011897 [ 225 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:32.020510 [ 218 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:32.020568 [ 218 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:32.023219 [ 218 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:11:32.111597 [ 224 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:11:32.111651 [ 224 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:11:32.114390 [ 224 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:11:32.342316 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.342520 [ 269 ] {5f080e98-b949-4c3e-8888-d848c9c6a1ee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:11:32.342588 [ 269 ] {5f080e98-b949-4c3e-8888-d848c9c6a1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:11:32.343392 [ 269 ] {5f080e98-b949-4c3e-8888-d848c9c6a1ee} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.343446 [ 269 ] {5f080e98-b949-4c3e-8888-d848c9c6a1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.343854 [ 269 ] {5f080e98-b949-4c3e-8888-d848c9c6a1ee} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:11:32.344085 [ 269 ] {5f080e98-b949-4c3e-8888-d848c9c6a1ee} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.344245 [ 269 ] {5f080e98-b949-4c3e-8888-d848c9c6a1ee} executeQuery: Read 212 rows, 13.81 KiB in 0.001778 sec., 119235.09561304837 rows/sec., 7.58 MiB/sec. 2025.05.13 23:11:32.344290 [ 269 ] {5f080e98-b949-4c3e-8888-d848c9c6a1ee} TCPHandler: Processed in 0.002118408 sec. 2025.05.13 23:11:32.344442 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.344540 [ 269 ] {5b958fe9-c566-4a2b-8625-9b0eb67929a5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:32.344583 [ 269 ] {5b958fe9-c566-4a2b-8625-9b0eb67929a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:32.345562 [ 269 ] {5b958fe9-c566-4a2b-8625-9b0eb67929a5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.345601 [ 269 ] {5b958fe9-c566-4a2b-8625-9b0eb67929a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.345948 [ 269 ] {5b958fe9-c566-4a2b-8625-9b0eb67929a5} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.05.13 23:11:32.346162 [ 269 ] {5b958fe9-c566-4a2b-8625-9b0eb67929a5} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.346292 [ 269 ] {5b958fe9-c566-4a2b-8625-9b0eb67929a5} executeQuery: Read 635 rows, 51.07 KiB in 0.001771 sec., 358554.4889892716 rows/sec., 28.16 MiB/sec. 2025.05.13 23:11:32.346331 [ 269 ] {5b958fe9-c566-4a2b-8625-9b0eb67929a5} TCPHandler: Processed in 0.001944662 sec. 2025.05.13 23:11:32.346458 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.346552 [ 269 ] {cee6e1f7-c367-44b5-a6e1-ca07fdb59e7c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:32.346593 [ 269 ] {cee6e1f7-c367-44b5-a6e1-ca07fdb59e7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:32.347066 [ 269 ] {cee6e1f7-c367-44b5-a6e1-ca07fdb59e7c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.347104 [ 269 ] {cee6e1f7-c367-44b5-a6e1-ca07fdb59e7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.347413 [ 269 ] {cee6e1f7-c367-44b5-a6e1-ca07fdb59e7c} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.05.13 23:11:32.347639 [ 269 ] {cee6e1f7-c367-44b5-a6e1-ca07fdb59e7c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.347770 [ 269 ] {cee6e1f7-c367-44b5-a6e1-ca07fdb59e7c} executeQuery: Read 115 rows, 7.06 KiB in 0.001237 sec., 92966.85529506872 rows/sec., 5.58 MiB/sec. 2025.05.13 23:11:32.347793 [ 107 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.05.13 23:11:32.347809 [ 269 ] {cee6e1f7-c367-44b5-a6e1-ca07fdb59e7c} TCPHandler: Processed in 0.001400324 sec. 2025.05.13 23:11:32.347839 [ 107 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.347862 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.347933 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.347950 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.05.13 23:11:32.348035 [ 269 ] {d04d7976-34a2-492e-9b07-4a94691093a0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:11:32.348046 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:32.348077 [ 269 ] {d04d7976-34a2-492e-9b07-4a94691093a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:11:32.348078 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 165 rows starting from the beginning of the part 2025.05.13 23:11:32.348143 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 115 rows starting from the beginning of the part 2025.05.13 23:11:32.348188 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:32.348230 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 119 rows starting from the beginning of the part 2025.05.13 23:11:32.348270 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:32.348314 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 115 rows starting from the beginning of the part 2025.05.13 23:11:32.348566 [ 269 ] {d04d7976-34a2-492e-9b07-4a94691093a0} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.348602 [ 269 ] {d04d7976-34a2-492e-9b07-4a94691093a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.348913 [ 269 ] {d04d7976-34a2-492e-9b07-4a94691093a0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:11:32.349108 [ 197 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192869 sec., 484546.08175751066 rows/sec., 32.14 MiB/sec. 2025.05.13 23:11:32.349126 [ 269 ] {d04d7976-34a2-492e-9b07-4a94691093a0} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.349244 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.05.13 23:11:32.349271 [ 269 ] {d04d7976-34a2-492e-9b07-4a94691093a0} executeQuery: Read 113 rows, 7.49 KiB in 0.001262 sec., 89540.412044374 rows/sec., 5.80 MiB/sec. 2025.05.13 23:11:32.349311 [ 269 ] {d04d7976-34a2-492e-9b07-4a94691093a0} TCPHandler: Processed in 0.001427905 sec. 2025.05.13 23:11:32.349436 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.349475 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.349535 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_111_22} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.05.13 23:11:32.349537 [ 269 ] {8c485241-7cec-4b70-bb34-2ddca1866aae} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:11:32.349582 [ 269 ] {8c485241-7cec-4b70-bb34-2ddca1866aae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:11:32.349596 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:11:32.350057 [ 269 ] {8c485241-7cec-4b70-bb34-2ddca1866aae} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.350092 [ 269 ] {8c485241-7cec-4b70-bb34-2ddca1866aae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.350393 [ 269 ] {8c485241-7cec-4b70-bb34-2ddca1866aae} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:11:32.350615 [ 269 ] {8c485241-7cec-4b70-bb34-2ddca1866aae} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.350741 [ 269 ] {8c485241-7cec-4b70-bb34-2ddca1866aae} executeQuery: Read 112 rows, 6.53 KiB in 0.001222 sec., 91653.02782324058 rows/sec., 5.22 MiB/sec. 2025.05.13 23:11:32.350781 [ 269 ] {8c485241-7cec-4b70-bb34-2ddca1866aae} TCPHandler: Processed in 0.001395385 sec. 2025.05.13 23:11:32.350903 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.350996 [ 269 ] {87395591-e8b8-4d4a-86d3-831d0959ba06} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:32.351035 [ 269 ] {87395591-e8b8-4d4a-86d3-831d0959ba06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:32.351663 [ 269 ] {87395591-e8b8-4d4a-86d3-831d0959ba06} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.351698 [ 269 ] {87395591-e8b8-4d4a-86d3-831d0959ba06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.352017 [ 269 ] {87395591-e8b8-4d4a-86d3-831d0959ba06} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.05.13 23:11:32.352240 [ 269 ] {87395591-e8b8-4d4a-86d3-831d0959ba06} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.352366 [ 269 ] {87395591-e8b8-4d4a-86d3-831d0959ba06} executeQuery: Read 391 rows, 28.31 KiB in 0.001389 sec., 281497.4802015839 rows/sec., 19.90 MiB/sec. 2025.05.13 23:11:32.352405 [ 269 ] {87395591-e8b8-4d4a-86d3-831d0959ba06} TCPHandler: Processed in 0.001550439 sec. 2025.05.13 23:11:32.352531 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.352624 [ 269 ] {d3cd250a-a35d-4410-9bc2-d20489d18fb3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:11:32.352666 [ 269 ] {d3cd250a-a35d-4410-9bc2-d20489d18fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:11:32.353011 [ 269 ] {d3cd250a-a35d-4410-9bc2-d20489d18fb3} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.353045 [ 269 ] {d3cd250a-a35d-4410-9bc2-d20489d18fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.353343 [ 269 ] {d3cd250a-a35d-4410-9bc2-d20489d18fb3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:11:32.353555 [ 269 ] {d3cd250a-a35d-4410-9bc2-d20489d18fb3} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.353687 [ 269 ] {d3cd250a-a35d-4410-9bc2-d20489d18fb3} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2025.05.13 23:11:32.353725 [ 269 ] {d3cd250a-a35d-4410-9bc2-d20489d18fb3} TCPHandler: Processed in 0.00124273 sec. 2025.05.13 23:11:32.353845 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.353938 [ 269 ] {1dcdd6ba-990a-4229-9950-afe61729d6ce} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:32.353980 [ 269 ] {1dcdd6ba-990a-4229-9950-afe61729d6ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:32.354412 [ 269 ] {1dcdd6ba-990a-4229-9950-afe61729d6ce} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.354447 [ 269 ] {1dcdd6ba-990a-4229-9950-afe61729d6ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.354774 [ 269 ] {1dcdd6ba-990a-4229-9950-afe61729d6ce} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.05.13 23:11:32.354984 [ 269 ] {1dcdd6ba-990a-4229-9950-afe61729d6ce} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.355115 [ 269 ] {1dcdd6ba-990a-4229-9950-afe61729d6ce} executeQuery: Read 237 rows, 16.27 KiB in 0.001194 sec., 198492.46231155779 rows/sec., 13.30 MiB/sec. 2025.05.13 23:11:32.355153 [ 269 ] {1dcdd6ba-990a-4229-9950-afe61729d6ce} TCPHandler: Processed in 0.001356924 sec. 2025.05.13 23:11:32.355270 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.355364 [ 269 ] {a28df468-2516-4d32-b0f0-cb155fb6103f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:11:32.355405 [ 269 ] {a28df468-2516-4d32-b0f0-cb155fb6103f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:11:32.355725 [ 269 ] {a28df468-2516-4d32-b0f0-cb155fb6103f} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.355759 [ 269 ] {a28df468-2516-4d32-b0f0-cb155fb6103f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.356055 [ 269 ] {a28df468-2516-4d32-b0f0-cb155fb6103f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.05.13 23:11:32.356262 [ 269 ] {a28df468-2516-4d32-b0f0-cb155fb6103f} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.356361 [ 107 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.05.13 23:11:32.356389 [ 269 ] {a28df468-2516-4d32-b0f0-cb155fb6103f} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2025.05.13 23:11:32.356396 [ 107 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.356427 [ 269 ] {a28df468-2516-4d32-b0f0-cb155fb6103f} TCPHandler: Processed in 0.001205478 sec. 2025.05.13 23:11:32.356431 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.356511 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.05.13 23:11:32.356556 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.356601 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:32.356627 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 50 rows starting from the beginning of the part 2025.05.13 23:11:32.356649 [ 269 ] {fec61b09-b0b1-4a94-8803-641d490c4972} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:32.356676 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part 2025.05.13 23:11:32.356706 [ 269 ] {fec61b09-b0b1-4a94-8803-641d490c4972} 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.05.13 23:11:32.356718 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part 2025.05.13 23:11:32.356757 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part 2025.05.13 23:11:32.356796 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part 2025.05.13 23:11:32.356834 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part 2025.05.13 23:11:32.357499 [ 269 ] {fec61b09-b0b1-4a94-8803-641d490c4972} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.357517 [ 191 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.001039733 sec., 52898.19597916004 rows/sec., 3.48 MiB/sec. 2025.05.13 23:11:32.357535 [ 269 ] {fec61b09-b0b1-4a94-8803-641d490c4972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.357681 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.05.13 23:11:32.358043 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.358078 [ 269 ] {fec61b09-b0b1-4a94-8803-641d490c4972} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.05.13 23:11:32.358138 [ 197 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_55_11} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.05.13 23:11:32.358261 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.05.13 23:11:32.358328 [ 269 ] {fec61b09-b0b1-4a94-8803-641d490c4972} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.358475 [ 269 ] {fec61b09-b0b1-4a94-8803-641d490c4972} executeQuery: Read 9 rows, 16.51 KiB in 0.001844 sec., 4880.694143167028 rows/sec., 8.75 MiB/sec. 2025.05.13 23:11:32.358532 [ 269 ] {fec61b09-b0b1-4a94-8803-641d490c4972} TCPHandler: Processed in 0.002024065 sec. 2025.05.13 23:11:32.358659 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:32.358753 [ 269 ] {85de0aec-6bf5-4792-8434-16234f1bb759} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:32.358796 [ 269 ] {85de0aec-6bf5-4792-8434-16234f1bb759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:32.359144 [ 269 ] {85de0aec-6bf5-4792-8434-16234f1bb759} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:32.359179 [ 269 ] {85de0aec-6bf5-4792-8434-16234f1bb759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:32.359483 [ 269 ] {85de0aec-6bf5-4792-8434-16234f1bb759} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.05.13 23:11:32.359689 [ 269 ] {85de0aec-6bf5-4792-8434-16234f1bb759} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:32.359818 [ 269 ] {85de0aec-6bf5-4792-8434-16234f1bb759} executeQuery: Read 82 rows, 5.33 KiB in 0.001083 sec., 75715.60480147738 rows/sec., 4.81 MiB/sec. 2025.05.13 23:11:32.359853 [ 269 ] {85de0aec-6bf5-4792-8434-16234f1bb759} TCPHandler: Processed in 0.00124263 sec. 2025.05.13 23:11:33.184233 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.05.13 23:11:33.200988 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:33.201043 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:33.207328 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:11:33.208021 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:33.211143 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.05.13 23:11:33.540312 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:11:33.540369 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:11:33.542546 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:11:35.555337 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:35.555643 [ 269 ] {da1920b7-f779-4ba1-8eb7-c995912e316b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:11:35.555716 [ 269 ] {da1920b7-f779-4ba1-8eb7-c995912e316b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:11:35.556477 [ 269 ] {da1920b7-f779-4ba1-8eb7-c995912e316b} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:35.556526 [ 269 ] {da1920b7-f779-4ba1-8eb7-c995912e316b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:35.556896 [ 269 ] {da1920b7-f779-4ba1-8eb7-c995912e316b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.05.13 23:11:35.557112 [ 269 ] {da1920b7-f779-4ba1-8eb7-c995912e316b} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:35.557265 [ 269 ] {da1920b7-f779-4ba1-8eb7-c995912e316b} executeQuery: Read 4 rows, 334.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 191.64 KiB/sec. 2025.05.13 23:11:35.557306 [ 269 ] {da1920b7-f779-4ba1-8eb7-c995912e316b} TCPHandler: Processed in 0.002156109 sec. 2025.05.13 23:11:35.557431 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:35.557527 [ 269 ] {4f24d739-55d9-4e17-a9ec-544282c6dd21} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:35.557565 [ 269 ] {4f24d739-55d9-4e17-a9ec-544282c6dd21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:35.558669 [ 269 ] {4f24d739-55d9-4e17-a9ec-544282c6dd21} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:35.558705 [ 269 ] {4f24d739-55d9-4e17-a9ec-544282c6dd21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:35.559080 [ 269 ] {4f24d739-55d9-4e17-a9ec-544282c6dd21} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.05.13 23:11:35.559308 [ 269 ] {4f24d739-55d9-4e17-a9ec-544282c6dd21} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:35.559437 [ 269 ] {4f24d739-55d9-4e17-a9ec-544282c6dd21} executeQuery: Read 1262 rows, 106.73 KiB in 0.001929 sec., 654224.987039917 rows/sec., 54.03 MiB/sec. 2025.05.13 23:11:35.559475 [ 269 ] {4f24d739-55d9-4e17-a9ec-544282c6dd21} TCPHandler: Processed in 0.002091607 sec. 2025.05.13 23:11:35.559607 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:35.559700 [ 269 ] {7c6b5eeb-39b5-4a2c-98a3-5f172a8fd3ab} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:35.559738 [ 269 ] {7c6b5eeb-39b5-4a2c-98a3-5f172a8fd3ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:35.560149 [ 269 ] {7c6b5eeb-39b5-4a2c-98a3-5f172a8fd3ab} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:35.560185 [ 269 ] {7c6b5eeb-39b5-4a2c-98a3-5f172a8fd3ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:35.560501 [ 269 ] {7c6b5eeb-39b5-4a2c-98a3-5f172a8fd3ab} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.05.13 23:11:35.560706 [ 269 ] {7c6b5eeb-39b5-4a2c-98a3-5f172a8fd3ab} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:35.560832 [ 269 ] {7c6b5eeb-39b5-4a2c-98a3-5f172a8fd3ab} executeQuery: Read 36 rows, 2.69 KiB in 0.001151 sec., 31277.150304083407 rows/sec., 2.28 MiB/sec. 2025.05.13 23:11:35.560870 [ 269 ] {7c6b5eeb-39b5-4a2c-98a3-5f172a8fd3ab} TCPHandler: Processed in 0.001310652 sec. 2025.05.13 23:11:35.560982 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:35.561074 [ 269 ] {15a9f6ad-7f91-4d75-8d01-102c04ac6e31} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:11:35.561113 [ 269 ] {15a9f6ad-7f91-4d75-8d01-102c04ac6e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:11:35.561598 [ 269 ] {15a9f6ad-7f91-4d75-8d01-102c04ac6e31} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:35.561634 [ 269 ] {15a9f6ad-7f91-4d75-8d01-102c04ac6e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:35.561927 [ 269 ] {15a9f6ad-7f91-4d75-8d01-102c04ac6e31} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:11:35.562127 [ 269 ] {15a9f6ad-7f91-4d75-8d01-102c04ac6e31} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:35.562252 [ 269 ] {15a9f6ad-7f91-4d75-8d01-102c04ac6e31} executeQuery: Read 228 rows, 15.81 KiB in 0.001196 sec., 190635.4515050167 rows/sec., 12.91 MiB/sec. 2025.05.13 23:11:35.562289 [ 269 ] {15a9f6ad-7f91-4d75-8d01-102c04ac6e31} TCPHandler: Processed in 0.001354193 sec. 2025.05.13 23:11:35.562400 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:35.562501 [ 269 ] {77b2ff43-6a02-4b05-8a1b-0179ec3e454d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:35.562539 [ 269 ] {77b2ff43-6a02-4b05-8a1b-0179ec3e454d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:35.563154 [ 269 ] {77b2ff43-6a02-4b05-8a1b-0179ec3e454d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:35.563189 [ 269 ] {77b2ff43-6a02-4b05-8a1b-0179ec3e454d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:35.563500 [ 269 ] {77b2ff43-6a02-4b05-8a1b-0179ec3e454d} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.05.13 23:11:35.563707 [ 269 ] {77b2ff43-6a02-4b05-8a1b-0179ec3e454d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:35.563830 [ 269 ] {77b2ff43-6a02-4b05-8a1b-0179ec3e454d} executeQuery: Read 556 rows, 42.29 KiB in 0.001347 sec., 412769.11655530805 rows/sec., 30.66 MiB/sec. 2025.05.13 23:11:35.563867 [ 269 ] {77b2ff43-6a02-4b05-8a1b-0179ec3e454d} TCPHandler: Processed in 0.001514999 sec. 2025.05.13 23:11:35.563987 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:35.564079 [ 269 ] {693ac7fd-329b-4c1a-9904-26ec018c9c72} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:35.564121 [ 269 ] {693ac7fd-329b-4c1a-9904-26ec018c9c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:35.564710 [ 269 ] {693ac7fd-329b-4c1a-9904-26ec018c9c72} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:35.564743 [ 269 ] {693ac7fd-329b-4c1a-9904-26ec018c9c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:35.565105 [ 269 ] {693ac7fd-329b-4c1a-9904-26ec018c9c72} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.05.13 23:11:35.565305 [ 269 ] {693ac7fd-329b-4c1a-9904-26ec018c9c72} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:35.565427 [ 269 ] {693ac7fd-329b-4c1a-9904-26ec018c9c72} executeQuery: Read 930 rows, 63.93 KiB in 0.001366 sec., 680819.9121522694 rows/sec., 45.70 MiB/sec. 2025.05.13 23:11:35.565463 [ 269 ] {693ac7fd-329b-4c1a-9904-26ec018c9c72} TCPHandler: Processed in 0.001531219 sec. 2025.05.13 23:11:35.565585 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:35.565677 [ 269 ] {75cbbf61-8316-4ca1-acf7-b507b3d2b306} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:35.565733 [ 269 ] {75cbbf61-8316-4ca1-acf7-b507b3d2b306} 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.05.13 23:11:35.566569 [ 269 ] {75cbbf61-8316-4ca1-acf7-b507b3d2b306} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:35.566603 [ 269 ] {75cbbf61-8316-4ca1-acf7-b507b3d2b306} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:35.567126 [ 269 ] {75cbbf61-8316-4ca1-acf7-b507b3d2b306} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.05.13 23:11:35.567340 [ 269 ] {75cbbf61-8316-4ca1-acf7-b507b3d2b306} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:35.567471 [ 269 ] {75cbbf61-8316-4ca1-acf7-b507b3d2b306} executeQuery: Read 32 rows, 58.72 KiB in 0.001812 sec., 17660.044150110374 rows/sec., 31.65 MiB/sec. 2025.05.13 23:11:35.567525 [ 269 ] {75cbbf61-8316-4ca1-acf7-b507b3d2b306} TCPHandler: Processed in 0.001995384 sec. 2025.05.13 23:11:35.567651 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:35.567745 [ 269 ] {8f239ad1-8aea-43f9-9e9f-731ed6aacdc7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:35.567787 [ 269 ] {8f239ad1-8aea-43f9-9e9f-731ed6aacdc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:35.568119 [ 269 ] {8f239ad1-8aea-43f9-9e9f-731ed6aacdc7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:35.568153 [ 269 ] {8f239ad1-8aea-43f9-9e9f-731ed6aacdc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:35.568446 [ 269 ] {8f239ad1-8aea-43f9-9e9f-731ed6aacdc7} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.05.13 23:11:35.568648 [ 269 ] {8f239ad1-8aea-43f9-9e9f-731ed6aacdc7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:35.568772 [ 269 ] {8f239ad1-8aea-43f9-9e9f-731ed6aacdc7} executeQuery: Read 44 rows, 3.03 KiB in 0.001046 sec., 42065.009560229446 rows/sec., 2.83 MiB/sec. 2025.05.13 23:11:35.568806 [ 269 ] {8f239ad1-8aea-43f9-9e9f-731ed6aacdc7} TCPHandler: Processed in 0.001211909 sec. 2025.05.13 23:11:37.331207 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:37.331397 [ 269 ] {bd44a4e3-1488-48fc-adc8-bbb8a47c799f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:37.331472 [ 269 ] {bd44a4e3-1488-48fc-adc8-bbb8a47c799f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:37.332185 [ 269 ] {bd44a4e3-1488-48fc-adc8-bbb8a47c799f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:37.332240 [ 269 ] {bd44a4e3-1488-48fc-adc8-bbb8a47c799f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:37.332643 [ 269 ] {bd44a4e3-1488-48fc-adc8-bbb8a47c799f} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.05.13 23:11:37.332880 [ 269 ] {bd44a4e3-1488-48fc-adc8-bbb8a47c799f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:37.333049 [ 269 ] {bd44a4e3-1488-48fc-adc8-bbb8a47c799f} executeQuery: Read 56 rows, 4.38 KiB in 0.001702 sec., 32902.46768507638 rows/sec., 2.51 MiB/sec. 2025.05.13 23:11:37.333101 [ 269 ] {bd44a4e3-1488-48fc-adc8-bbb8a47c799f} TCPHandler: Processed in 0.002032815 sec. 2025.05.13 23:11:37.333238 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:37.333341 [ 269 ] {d022a166-4abc-47fa-b69d-64ace60d760c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:37.333387 [ 269 ] {d022a166-4abc-47fa-b69d-64ace60d760c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:37.333845 [ 269 ] {d022a166-4abc-47fa-b69d-64ace60d760c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:37.333884 [ 269 ] {d022a166-4abc-47fa-b69d-64ace60d760c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:37.334203 [ 269 ] {d022a166-4abc-47fa-b69d-64ace60d760c} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.05.13 23:11:37.334417 [ 269 ] {d022a166-4abc-47fa-b69d-64ace60d760c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:37.334555 [ 269 ] {d022a166-4abc-47fa-b69d-64ace60d760c} executeQuery: Read 64 rows, 5.12 KiB in 0.001237 sec., 51738.07599029911 rows/sec., 4.04 MiB/sec. 2025.05.13 23:11:37.334594 [ 269 ] {d022a166-4abc-47fa-b69d-64ace60d760c} TCPHandler: Processed in 0.001408175 sec. 2025.05.13 23:11:37.334713 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:37.334808 [ 269 ] {e636f4d2-718a-4f40-b6f2-213ea542866b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:37.334852 [ 269 ] {e636f4d2-718a-4f40-b6f2-213ea542866b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:37.335233 [ 269 ] {e636f4d2-718a-4f40-b6f2-213ea542866b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:37.335271 [ 269 ] {e636f4d2-718a-4f40-b6f2-213ea542866b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:37.335592 [ 269 ] {e636f4d2-718a-4f40-b6f2-213ea542866b} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.05.13 23:11:37.335813 [ 269 ] {e636f4d2-718a-4f40-b6f2-213ea542866b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:37.335947 [ 269 ] {e636f4d2-718a-4f40-b6f2-213ea542866b} executeQuery: Read 42 rows, 2.99 KiB in 0.001157 sec., 36300.77787381158 rows/sec., 2.53 MiB/sec. 2025.05.13 23:11:37.335985 [ 269 ] {e636f4d2-718a-4f40-b6f2-213ea542866b} TCPHandler: Processed in 0.001321522 sec. 2025.05.13 23:11:37.336098 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:37.336192 [ 269 ] {dfceb0f5-27da-4454-81d8-59f3230bc995} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:37.336234 [ 269 ] {dfceb0f5-27da-4454-81d8-59f3230bc995} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:37.336567 [ 269 ] {dfceb0f5-27da-4454-81d8-59f3230bc995} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:37.336603 [ 269 ] {dfceb0f5-27da-4454-81d8-59f3230bc995} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:37.336916 [ 269 ] {dfceb0f5-27da-4454-81d8-59f3230bc995} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.05.13 23:11:37.337128 [ 269 ] {dfceb0f5-27da-4454-81d8-59f3230bc995} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:37.337262 [ 269 ] {dfceb0f5-27da-4454-81d8-59f3230bc995} executeQuery: Read 16 rows, 1.11 KiB in 0.001088 sec., 14705.882352941177 rows/sec., 1019.65 KiB/sec. 2025.05.13 23:11:37.337300 [ 269 ] {dfceb0f5-27da-4454-81d8-59f3230bc995} TCPHandler: Processed in 0.00125158 sec. 2025.05.13 23:11:38.098383 [ 218 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:38.098434 [ 218 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:38.100730 [ 218 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:38.652617 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37149 2025.05.13 23:11:38.653124 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:38.653170 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:38.653702 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:11:38.653988 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:38.654129 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 2025.05.13 23:11:38.654171 [ 98 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.05.13 23:11:38.654241 [ 98 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:38.654263 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:38.654361 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.05.13 23:11:38.654461 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:38.654493 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34892 rows starting from the beginning of the part 2025.05.13 23:11:38.654554 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part 2025.05.13 23:11:38.654602 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part 2025.05.13 23:11:38.654649 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part 2025.05.13 23:11:38.654693 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part 2025.05.13 23:11:38.654734 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part 2025.05.13 23:11:38.657227 [ 191 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.002904453 sec., 12790360.181417981 rows/sec., 182.97 MiB/sec. 2025.05.13 23:11:38.657673 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.05.13 23:11:38.658007 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:38.658092 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_81_16} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.05.13 23:11:38.658204 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2025.05.13 23:11:40.712098 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.05.13 23:11:40.729522 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:40.729577 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:40.735769 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:11:40.736491 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:40.736813 [ 96 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.05.13 23:11:40.736885 [ 96 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:40.736908 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:40.737024 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.05.13 23:11:40.739508 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.05.13 23:11:40.740849 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:40.742509 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2025.05.13 23:11:40.747412 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2025.05.13 23:11:40.752730 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2025.05.13 23:11:40.757489 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2025.05.13 23:11:40.762662 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2025.05.13 23:11:40.767460 [ 193 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2025.05.13 23:11:40.823920 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.086951402 sec., 7015.413046473937 rows/sec., 36.28 MiB/sec. 2025.05.13 23:11:40.826755 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.05.13 23:11:40.828681 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:40.828759 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_81_16} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.05.13 23:11:40.831252 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.05.13 23:11:41.001155 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 356.41 MiB, peak 373.82 MiB, free memory in arenas 0.00 B, will set to 355.37 MiB (RSS), difference: -1.04 MiB 2025.05.13 23:11:41.265646 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2356 2025.05.13 23:11:41.268268 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:41.268312 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:41.269525 [ 242 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:11:41.269797 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:41.270065 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2356 2025.05.13 23:11:42.342240 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.342445 [ 269 ] {677eb869-78d6-4dd7-9a78-48c7fdae5665} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:11:42.342518 [ 269 ] {677eb869-78d6-4dd7-9a78-48c7fdae5665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:11:42.343357 [ 269 ] {677eb869-78d6-4dd7-9a78-48c7fdae5665} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.343405 [ 269 ] {677eb869-78d6-4dd7-9a78-48c7fdae5665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.343812 [ 269 ] {677eb869-78d6-4dd7-9a78-48c7fdae5665} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:11:42.344051 [ 269 ] {677eb869-78d6-4dd7-9a78-48c7fdae5665} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.344214 [ 269 ] {677eb869-78d6-4dd7-9a78-48c7fdae5665} executeQuery: Read 212 rows, 13.81 KiB in 0.001826 sec., 116100.76670317634 rows/sec., 7.38 MiB/sec. 2025.05.13 23:11:42.344259 [ 269 ] {677eb869-78d6-4dd7-9a78-48c7fdae5665} TCPHandler: Processed in 0.002158029 sec. 2025.05.13 23:11:42.344408 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.344510 [ 269 ] {b4377846-881b-4dbf-bb05-99f7eb6596f2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:42.344551 [ 269 ] {b4377846-881b-4dbf-bb05-99f7eb6596f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:42.345503 [ 269 ] {b4377846-881b-4dbf-bb05-99f7eb6596f2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.345540 [ 269 ] {b4377846-881b-4dbf-bb05-99f7eb6596f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.345872 [ 269 ] {b4377846-881b-4dbf-bb05-99f7eb6596f2} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.05.13 23:11:42.346079 [ 269 ] {b4377846-881b-4dbf-bb05-99f7eb6596f2} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.346209 [ 269 ] {b4377846-881b-4dbf-bb05-99f7eb6596f2} executeQuery: Read 635 rows, 51.07 KiB in 0.001718 sec., 369615.83236321306 rows/sec., 29.03 MiB/sec. 2025.05.13 23:11:42.346206 [ 93 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_130_26 to all_135_135_0 2025.05.13 23:11:42.346249 [ 269 ] {b4377846-881b-4dbf-bb05-99f7eb6596f2} TCPHandler: Processed in 0.00188896 sec. 2025.05.13 23:11:42.346291 [ 93 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.346319 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.346392 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.346431 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_130_26 to all_135_135_0 into Compact with storage Full 2025.05.13 23:11:42.346488 [ 269 ] {7813497a-5d24-49b7-a0c0-f04eb166f3f2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:42.346533 [ 269 ] {7813497a-5d24-49b7-a0c0-f04eb166f3f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:42.346574 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:42.346613 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_130_26, total 1849 rows starting from the beginning of the part 2025.05.13 23:11:42.346681 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 120 rows starting from the beginning of the part 2025.05.13 23:11:42.346728 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 635 rows starting from the beginning of the part 2025.05.13 23:11:42.346778 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:11:42.346825 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part 2025.05.13 23:11:42.346869 [ 186 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 635 rows starting from the beginning of the part 2025.05.13 23:11:42.347002 [ 269 ] {7813497a-5d24-49b7-a0c0-f04eb166f3f2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.347044 [ 269 ] {7813497a-5d24-49b7-a0c0-f04eb166f3f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.347389 [ 269 ] {7813497a-5d24-49b7-a0c0-f04eb166f3f2} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.05.13 23:11:42.347619 [ 269 ] {7813497a-5d24-49b7-a0c0-f04eb166f3f2} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.347748 [ 269 ] {7813497a-5d24-49b7-a0c0-f04eb166f3f2} executeQuery: Read 115 rows, 7.06 KiB in 0.001278 sec., 89984.35054773082 rows/sec., 5.40 MiB/sec. 2025.05.13 23:11:42.347786 [ 269 ] {7813497a-5d24-49b7-a0c0-f04eb166f3f2} TCPHandler: Processed in 0.001441826 sec. 2025.05.13 23:11:42.347906 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.347998 [ 269 ] {914e14a4-825f-482a-89b1-f77954876284} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:11:42.348037 [ 269 ] {914e14a4-825f-482a-89b1-f77954876284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:11:42.348487 [ 269 ] {914e14a4-825f-482a-89b1-f77954876284} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.348523 [ 269 ] {914e14a4-825f-482a-89b1-f77954876284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.348561 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.00218218 sec., 2088278.693783281 rows/sec., 177.01 MiB/sec. 2025.05.13 23:11:42.348836 [ 269 ] {914e14a4-825f-482a-89b1-f77954876284} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:11:42.348862 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} MergedBlockOutputStream: filled checksums all_1_135_27 (state Temporary) 2025.05.13 23:11:42.349104 [ 269 ] {914e14a4-825f-482a-89b1-f77954876284} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.349255 [ 269 ] {914e14a4-825f-482a-89b1-f77954876284} executeQuery: Read 113 rows, 7.49 KiB in 0.001275 sec., 88627.45098039215 rows/sec., 5.74 MiB/sec. 2025.05.13 23:11:42.349282 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_135_27 to all_1_135_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.349295 [ 269 ] {914e14a4-825f-482a-89b1-f77954876284} TCPHandler: Processed in 0.001436346 sec. 2025.05.13 23:11:42.349389 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_135_27} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_130_26, all_135_135_0] -> all_1_135_27 2025.05.13 23:11:42.349426 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.349514 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.05.13 23:11:42.349523 [ 269 ] {c5c9f979-d967-4452-b4b1-5b548eb4eae8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:11:42.349576 [ 269 ] {c5c9f979-d967-4452-b4b1-5b548eb4eae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:11:42.350022 [ 269 ] {c5c9f979-d967-4452-b4b1-5b548eb4eae8} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.350059 [ 269 ] {c5c9f979-d967-4452-b4b1-5b548eb4eae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.350358 [ 269 ] {c5c9f979-d967-4452-b4b1-5b548eb4eae8} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:11:42.350570 [ 269 ] {c5c9f979-d967-4452-b4b1-5b548eb4eae8} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.350697 [ 269 ] {c5c9f979-d967-4452-b4b1-5b548eb4eae8} executeQuery: Read 112 rows, 6.53 KiB in 0.001192 sec., 93959.73154362416 rows/sec., 5.35 MiB/sec. 2025.05.13 23:11:42.350735 [ 269 ] {c5c9f979-d967-4452-b4b1-5b548eb4eae8} TCPHandler: Processed in 0.001357304 sec. 2025.05.13 23:11:42.350864 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.350956 [ 269 ] {228cf036-7360-452c-867f-9304161a2778} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:42.350994 [ 269 ] {228cf036-7360-452c-867f-9304161a2778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:42.351647 [ 269 ] {228cf036-7360-452c-867f-9304161a2778} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.351684 [ 269 ] {228cf036-7360-452c-867f-9304161a2778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.352011 [ 269 ] {228cf036-7360-452c-867f-9304161a2778} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.05.13 23:11:42.352220 [ 269 ] {228cf036-7360-452c-867f-9304161a2778} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.352340 [ 93 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_130_26 to all_135_135_0 2025.05.13 23:11:42.352349 [ 269 ] {228cf036-7360-452c-867f-9304161a2778} executeQuery: Read 391 rows, 28.31 KiB in 0.001411 sec., 277108.4337349398 rows/sec., 19.59 MiB/sec. 2025.05.13 23:11:42.352376 [ 93 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.352399 [ 269 ] {228cf036-7360-452c-867f-9304161a2778} TCPHandler: Processed in 0.001582761 sec. 2025.05.13 23:11:42.352400 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.352501 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_130_26 to all_135_135_0 into Compact with storage Full 2025.05.13 23:11:42.352524 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.352608 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:42.352621 [ 269 ] {42789f62-053e-4b22-813f-c4b96a2a40aa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:11:42.352643 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_130_26, total 915 rows starting from the beginning of the part 2025.05.13 23:11:42.352667 [ 269 ] {42789f62-053e-4b22-813f-c4b96a2a40aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:11:42.352715 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 96 rows starting from the beginning of the part 2025.05.13 23:11:42.352768 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 391 rows starting from the beginning of the part 2025.05.13 23:11:42.352812 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 556 rows starting from the beginning of the part 2025.05.13 23:11:42.352854 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part 2025.05.13 23:11:42.352906 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 391 rows starting from the beginning of the part 2025.05.13 23:11:42.353022 [ 269 ] {42789f62-053e-4b22-813f-c4b96a2a40aa} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.353064 [ 269 ] {42789f62-053e-4b22-813f-c4b96a2a40aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.353407 [ 269 ] {42789f62-053e-4b22-813f-c4b96a2a40aa} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:11:42.353631 [ 269 ] {42789f62-053e-4b22-813f-c4b96a2a40aa} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.353763 [ 93 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.05.13 23:11:42.353764 [ 269 ] {42789f62-053e-4b22-813f-c4b96a2a40aa} executeQuery: Read 6 rows, 321.00 B in 0.001161 sec., 5167.958656330749 rows/sec., 270.01 KiB/sec. 2025.05.13 23:11:42.353801 [ 93 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.353822 [ 269 ] {42789f62-053e-4b22-813f-c4b96a2a40aa} TCPHandler: Processed in 0.001346263 sec. 2025.05.13 23:11:42.353824 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.353922 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.05.13 23:11:42.353939 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.354039 [ 269 ] {b117b260-0f23-44d7-90ab-1965b95e9516} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:42.354043 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:42.354092 [ 269 ] {b117b260-0f23-44d7-90ab-1965b95e9516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:42.354104 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part 2025.05.13 23:11:42.354171 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part 2025.05.13 23:11:42.354192 [ 200 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.001728545 sec., 1395971.7565929727 rows/sec., 106.89 MiB/sec. 2025.05.13 23:11:42.354214 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part 2025.05.13 23:11:42.354262 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part 2025.05.13 23:11:42.354297 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part 2025.05.13 23:11:42.354335 [ 189 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part 2025.05.13 23:11:42.354426 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} MergedBlockOutputStream: filled checksums all_1_135_27 (state Temporary) 2025.05.13 23:11:42.354545 [ 269 ] {b117b260-0f23-44d7-90ab-1965b95e9516} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.354590 [ 269 ] {b117b260-0f23-44d7-90ab-1965b95e9516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.354723 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_135_27 to all_1_135_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.354808 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_135_27} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_130_26, all_135_135_0] -> all_1_135_27 2025.05.13 23:11:42.354894 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.13 23:11:42.354951 [ 269 ] {b117b260-0f23-44d7-90ab-1965b95e9516} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.05.13 23:11:42.355097 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.001211649 sec., 277308.0322766742 rows/sec., 14.15 MiB/sec. 2025.05.13 23:11:42.355184 [ 269 ] {b117b260-0f23-44d7-90ab-1965b95e9516} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.355256 [ 200 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.05.13 23:11:42.355319 [ 93 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_130_27 to all_135_135_0 2025.05.13 23:11:42.355325 [ 269 ] {b117b260-0f23-44d7-90ab-1965b95e9516} executeQuery: Read 237 rows, 16.27 KiB in 0.001304 sec., 181748.4662576687 rows/sec., 12.18 MiB/sec. 2025.05.13 23:11:42.355354 [ 93 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.355379 [ 269 ] {b117b260-0f23-44d7-90ab-1965b95e9516} TCPHandler: Processed in 0.001486777 sec. 2025.05.13 23:11:42.355381 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.355459 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_130_27 to all_135_135_0 into Compact with storage Full 2025.05.13 23:11:42.355505 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.355544 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:42.355565 [ 200 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.355573 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_130_27, total 38864 rows starting from the beginning of the part 2025.05.13 23:11:42.355604 [ 269 ] {a9a17cde-7e6b-4434-90b1-225320751134} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:11:42.355627 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part 2025.05.13 23:11:42.355643 [ 200 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_56_11} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.05.13 23:11:42.355652 [ 269 ] {a9a17cde-7e6b-4434-90b1-225320751134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:11:42.355668 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 237 rows starting from the beginning of the part 2025.05.13 23:11:42.355709 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 930 rows starting from the beginning of the part 2025.05.13 23:11:42.355743 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 42 rows starting from the beginning of the part 2025.05.13 23:11:42.355747 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.05.13 23:11:42.355778 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 237 rows starting from the beginning of the part 2025.05.13 23:11:42.355984 [ 269 ] {a9a17cde-7e6b-4434-90b1-225320751134} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.356024 [ 269 ] {a9a17cde-7e6b-4434-90b1-225320751134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.356332 [ 269 ] {a9a17cde-7e6b-4434-90b1-225320751134} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.05.13 23:11:42.356542 [ 269 ] {a9a17cde-7e6b-4434-90b1-225320751134} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.356675 [ 269 ] {a9a17cde-7e6b-4434-90b1-225320751134} executeQuery: Read 1 rows, 69.00 B in 0.001088 sec., 919.1176470588235 rows/sec., 61.93 KiB/sec. 2025.05.13 23:11:42.356710 [ 269 ] {a9a17cde-7e6b-4434-90b1-225320751134} TCPHandler: Processed in 0.00125385 sec. 2025.05.13 23:11:42.356820 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.356912 [ 269 ] {54d3d7a6-931f-4eca-9e54-36067f47349b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:42.356966 [ 269 ] {54d3d7a6-931f-4eca-9e54-36067f47349b} 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.05.13 23:11:42.357748 [ 269 ] {54d3d7a6-931f-4eca-9e54-36067f47349b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.357785 [ 269 ] {54d3d7a6-931f-4eca-9e54-36067f47349b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.358306 [ 269 ] {54d3d7a6-931f-4eca-9e54-36067f47349b} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.05.13 23:11:42.358526 [ 269 ] {54d3d7a6-931f-4eca-9e54-36067f47349b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.358667 [ 269 ] {54d3d7a6-931f-4eca-9e54-36067f47349b} executeQuery: Read 9 rows, 16.51 KiB in 0.001772 sec., 5079.006772009029 rows/sec., 9.10 MiB/sec. 2025.05.13 23:11:42.358721 [ 269 ] {54d3d7a6-931f-4eca-9e54-36067f47349b} TCPHandler: Processed in 0.001948242 sec. 2025.05.13 23:11:42.358837 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:42.358929 [ 269 ] {440a7d8d-efd2-4eb2-a240-721d91c33d3d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:42.358969 [ 269 ] {440a7d8d-efd2-4eb2-a240-721d91c33d3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:42.359316 [ 269 ] {440a7d8d-efd2-4eb2-a240-721d91c33d3d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:42.359353 [ 269 ] {440a7d8d-efd2-4eb2-a240-721d91c33d3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:42.359653 [ 269 ] {440a7d8d-efd2-4eb2-a240-721d91c33d3d} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.05.13 23:11:42.359853 [ 269 ] {440a7d8d-efd2-4eb2-a240-721d91c33d3d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.359977 [ 269 ] {440a7d8d-efd2-4eb2-a240-721d91c33d3d} executeQuery: Read 82 rows, 5.33 KiB in 0.001066 sec., 76923.07692307692 rows/sec., 4.89 MiB/sec. 2025.05.13 23:11:42.360012 [ 269 ] {440a7d8d-efd2-4eb2-a240-721d91c33d3d} TCPHandler: Processed in 0.001222679 sec. 2025.05.13 23:11:42.363359 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergeTask::MergeProjectionsStage: Merge sorted 40470 rows, containing 5 columns (5 merged, 0 gathered) in 0.007924513 sec., 5106938.432683498 rows/sec., 344.96 MiB/sec. 2025.05.13 23:11:42.363942 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} MergedBlockOutputStream: filled checksums all_1_135_28 (state Temporary) 2025.05.13 23:11:42.364220 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_135_28 to all_1_135_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:42.364291 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_135_28} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_130_27, all_135_135_0] -> all_1_135_28 2025.05.13 23:11:42.364370 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2025.05.13 23:11:45.926621 [ 86 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:11:45.926720 [ 86 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:11:46.155145 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37637 2025.05.13 23:11:46.155679 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:46.155729 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:46.156246 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:11:46.156486 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:46.156628 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37637 2025.05.13 23:11:47.337598 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:47.337800 [ 269 ] {ca8e3dcf-e5b2-4e76-ac68-721c0431f74b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:47.337871 [ 269 ] {ca8e3dcf-e5b2-4e76-ac68-721c0431f74b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:47.338631 [ 269 ] {ca8e3dcf-e5b2-4e76-ac68-721c0431f74b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:47.338674 [ 269 ] {ca8e3dcf-e5b2-4e76-ac68-721c0431f74b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:47.339064 [ 269 ] {ca8e3dcf-e5b2-4e76-ac68-721c0431f74b} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.05.13 23:11:47.339299 [ 269 ] {ca8e3dcf-e5b2-4e76-ac68-721c0431f74b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:47.339450 [ 269 ] {ca8e3dcf-e5b2-4e76-ac68-721c0431f74b} executeQuery: Read 120 rows, 10.47 KiB in 0.001704 sec., 70422.5352112676 rows/sec., 6.00 MiB/sec. 2025.05.13 23:11:47.339493 [ 269 ] {ca8e3dcf-e5b2-4e76-ac68-721c0431f74b} TCPHandler: Processed in 0.002035425 sec. 2025.05.13 23:11:47.339622 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:47.339718 [ 269 ] {4b76499e-ec24-43eb-860a-8aaebecf3d56} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:47.339759 [ 269 ] {4b76499e-ec24-43eb-860a-8aaebecf3d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:47.340188 [ 269 ] {4b76499e-ec24-43eb-860a-8aaebecf3d56} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:47.340225 [ 269 ] {4b76499e-ec24-43eb-860a-8aaebecf3d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:47.340527 [ 269 ] {4b76499e-ec24-43eb-860a-8aaebecf3d56} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.05.13 23:11:47.340739 [ 269 ] {4b76499e-ec24-43eb-860a-8aaebecf3d56} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:47.340864 [ 269 ] {4b76499e-ec24-43eb-860a-8aaebecf3d56} executeQuery: Read 32 rows, 2.41 KiB in 0.001167 sec., 27420.736932305055 rows/sec., 2.01 MiB/sec. 2025.05.13 23:11:47.340906 [ 269 ] {4b76499e-ec24-43eb-860a-8aaebecf3d56} TCPHandler: Processed in 0.001335992 sec. 2025.05.13 23:11:47.341004 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:47.341096 [ 269 ] {d8789153-1dee-4921-90cc-cd10cee1d43a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:47.341139 [ 269 ] {d8789153-1dee-4921-90cc-cd10cee1d43a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:47.341577 [ 269 ] {d8789153-1dee-4921-90cc-cd10cee1d43a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:47.341623 [ 269 ] {d8789153-1dee-4921-90cc-cd10cee1d43a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:47.341917 [ 269 ] {d8789153-1dee-4921-90cc-cd10cee1d43a} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.05.13 23:11:47.342128 [ 269 ] {d8789153-1dee-4921-90cc-cd10cee1d43a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:47.342255 [ 269 ] {d8789153-1dee-4921-90cc-cd10cee1d43a} executeQuery: Read 96 rows, 7.68 KiB in 0.001177 sec., 81563.29651656754 rows/sec., 6.37 MiB/sec. 2025.05.13 23:11:47.342292 [ 269 ] {d8789153-1dee-4921-90cc-cd10cee1d43a} TCPHandler: Processed in 0.001334503 sec. 2025.05.13 23:11:47.342400 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:47.342492 [ 269 ] {d25df2e9-8ebb-4ab3-9592-c23352f104ea} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:47.342534 [ 269 ] {d25df2e9-8ebb-4ab3-9592-c23352f104ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:47.342963 [ 269 ] {d25df2e9-8ebb-4ab3-9592-c23352f104ea} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:47.343000 [ 269 ] {d25df2e9-8ebb-4ab3-9592-c23352f104ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:47.343340 [ 269 ] {d25df2e9-8ebb-4ab3-9592-c23352f104ea} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.05.13 23:11:47.343556 [ 269 ] {d25df2e9-8ebb-4ab3-9592-c23352f104ea} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:47.343686 [ 269 ] {d25df2e9-8ebb-4ab3-9592-c23352f104ea} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.05.13 23:11:47.343724 [ 269 ] {d25df2e9-8ebb-4ab3-9592-c23352f104ea} TCPHandler: Processed in 0.001371494 sec. 2025.05.13 23:11:47.343832 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:47.343925 [ 269 ] {e6c99f20-71bd-47ff-a440-40fccacda7f2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:47.343981 [ 269 ] {e6c99f20-71bd-47ff-a440-40fccacda7f2} 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.05.13 23:11:47.344864 [ 269 ] {e6c99f20-71bd-47ff-a440-40fccacda7f2} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:47.344902 [ 269 ] {e6c99f20-71bd-47ff-a440-40fccacda7f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:47.345440 [ 269 ] {e6c99f20-71bd-47ff-a440-40fccacda7f2} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.05.13 23:11:47.345654 [ 269 ] {e6c99f20-71bd-47ff-a440-40fccacda7f2} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:47.345778 [ 85 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.05.13 23:11:47.345791 [ 269 ] {e6c99f20-71bd-47ff-a440-40fccacda7f2} executeQuery: Read 32 rows, 58.72 KiB in 0.001884 sec., 16985.138004246284 rows/sec., 30.44 MiB/sec. 2025.05.13 23:11:47.345845 [ 85 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:47.345871 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:47.345871 [ 269 ] {e6c99f20-71bd-47ff-a440-40fccacda7f2} TCPHandler: Processed in 0.002086247 sec. 2025.05.13 23:11:47.345974 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.05.13 23:11:47.346000 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:47.346094 [ 269 ] {07be144d-3d28-421a-8b23-44f7f3c52cd8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:47.346134 [ 269 ] {07be144d-3d28-421a-8b23-44f7f3c52cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:47.346200 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:47.346264 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2140 rows starting from the beginning of the part 2025.05.13 23:11:47.346404 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:47.346479 [ 269 ] {07be144d-3d28-421a-8b23-44f7f3c52cd8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:47.346515 [ 269 ] {07be144d-3d28-421a-8b23-44f7f3c52cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:47.346550 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 9 rows starting from the beginning of the part 2025.05.13 23:11:47.346717 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:47.346810 [ 269 ] {07be144d-3d28-421a-8b23-44f7f3c52cd8} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.05.13 23:11:47.346867 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 9 rows starting from the beginning of the part 2025.05.13 23:11:47.346998 [ 199 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:47.347013 [ 269 ] {07be144d-3d28-421a-8b23-44f7f3c52cd8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:47.347133 [ 85 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.05.13 23:11:47.347144 [ 269 ] {07be144d-3d28-421a-8b23-44f7f3c52cd8} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.05.13 23:11:47.347169 [ 85 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:47.347198 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:47.347204 [ 269 ] {07be144d-3d28-421a-8b23-44f7f3c52cd8} TCPHandler: Processed in 0.00125181 sec. 2025.05.13 23:11:47.347300 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.05.13 23:11:47.347440 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:47.347474 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 8016 rows starting from the beginning of the part 2025.05.13 23:11:47.347534 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part 2025.05.13 23:11:47.347576 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 44 rows starting from the beginning of the part 2025.05.13 23:11:47.347617 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 16 rows starting from the beginning of the part 2025.05.13 23:11:47.347653 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 82 rows starting from the beginning of the part 2025.05.13 23:11:47.347689 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2025.05.13 23:11:47.349872 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 8300 rows, containing 4 columns (4 merged, 0 gathered) in 0.002618144 sec., 3170184.680445384 rows/sec., 206.78 MiB/sec. 2025.05.13 23:11:47.350012 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.05.13 23:11:47.350273 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:47.350345 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_136_27} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.05.13 23:11:47.350423 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.05.13 23:11:47.356719 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2254 rows, containing 19 columns (19 merged, 0 gathered) in 0.010788485 sec., 208926.46187115242 rows/sec., 374.39 MiB/sec. 2025.05.13 23:11:47.359164 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.05.13 23:11:47.359520 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:47.359595 [ 188 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_111_22} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.05.13 23:11:47.359727 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.41 MiB. 2025.05.13 23:11:48.001155 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 356.91 MiB, peak 375.28 MiB, free memory in arenas 0.00 B, will set to 361.18 MiB (RSS), difference: 4.27 MiB 2025.05.13 23:11:48.240466 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.05.13 23:11:48.257677 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:48.257743 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.98 GiB. 2025.05.13 23:11:48.264035 [ 243 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:11:48.264741 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:48.267921 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.05.13 23:11:51.271169 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2390 2025.05.13 23:11:51.273539 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:51.273578 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:51.274792 [ 242 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:11:51.275057 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:51.275203 [ 58 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.05.13 23:11:51.275246 [ 58 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:51.275268 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:51.275320 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2390 2025.05.13 23:11:51.275393 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.05.13 23:11:51.276011 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:51.276163 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2194 rows starting from the beginning of the part 2025.05.13 23:11:51.276539 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 46 rows starting from the beginning of the part 2025.05.13 23:11:51.276898 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part 2025.05.13 23:11:51.277262 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part 2025.05.13 23:11:51.277614 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 46 rows starting from the beginning of the part 2025.05.13 23:11:51.277957 [ 197 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part 2025.05.13 23:11:51.285326 [ 191 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2390 rows, containing 72 columns (72 merged, 0 gathered) in 0.00998139 sec., 239445.6082770035 rows/sec., 179.70 MiB/sec. 2025.05.13 23:11:51.287727 [ 191 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.05.13 23:11:51.288371 [ 191 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:51.288464 [ 191 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_61_12} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.05.13 23:11:51.288837 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.05.13 23:11:52.344550 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.344736 [ 269 ] {108fb1fa-d0e3-4777-a467-ce88ef869449} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:11:52.344806 [ 269 ] {108fb1fa-d0e3-4777-a467-ce88ef869449} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:11:52.345605 [ 269 ] {108fb1fa-d0e3-4777-a467-ce88ef869449} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.345656 [ 269 ] {108fb1fa-d0e3-4777-a467-ce88ef869449} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.346090 [ 269 ] {108fb1fa-d0e3-4777-a467-ce88ef869449} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:11:52.346340 [ 269 ] {108fb1fa-d0e3-4777-a467-ce88ef869449} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.346481 [ 58 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 2025.05.13 23:11:52.346506 [ 269 ] {108fb1fa-d0e3-4777-a467-ce88ef869449} executeQuery: Read 212 rows, 13.81 KiB in 0.001822 sec., 116355.65312843029 rows/sec., 7.40 MiB/sec. 2025.05.13 23:11:52.346547 [ 58 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.346564 [ 269 ] {108fb1fa-d0e3-4777-a467-ce88ef869449} TCPHandler: Processed in 0.002148688 sec. 2025.05.13 23:11:52.346573 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.346684 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full 2025.05.13 23:11:52.346701 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.346699 [ 220 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.346770 [ 220 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.346802 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:52.346805 [ 269 ] {66f9542b-22f8-4d99-81cd-d7c5057f3db5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:11:52.346843 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 212 rows starting from the beginning of the part 2025.05.13 23:11:52.346864 [ 269 ] {66f9542b-22f8-4d99-81cd-d7c5057f3db5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:11:52.346916 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 212 rows starting from the beginning of the part 2025.05.13 23:11:52.346967 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 212 rows starting from the beginning of the part 2025.05.13 23:11:52.347012 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 212 rows starting from the beginning of the part 2025.05.13 23:11:52.347053 [ 194 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 212 rows starting from the beginning of the part 2025.05.13 23:11:52.347297 [ 269 ] {66f9542b-22f8-4d99-81cd-d7c5057f3db5} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.347340 [ 269 ] {66f9542b-22f8-4d99-81cd-d7c5057f3db5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.347669 [ 269 ] {66f9542b-22f8-4d99-81cd-d7c5057f3db5} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.05.13 23:11:52.347938 [ 269 ] {66f9542b-22f8-4d99-81cd-d7c5057f3db5} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.347966 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001325872 sec., 799473.8556964775 rows/sec., 53.90 MiB/sec. 2025.05.13 23:11:52.348087 [ 269 ] {66f9542b-22f8-4d99-81cd-d7c5057f3db5} executeQuery: Read 8 rows, 668.00 B in 0.001301 sec., 6149.116064565718 rows/sec., 501.42 KiB/sec. 2025.05.13 23:11:52.348119 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) 2025.05.13 23:11:52.348132 [ 269 ] {66f9542b-22f8-4d99-81cd-d7c5057f3db5} TCPHandler: Processed in 0.001480578 sec. 2025.05.13 23:11:52.348278 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.348376 [ 269 ] {9761ef29-52f2-4ee2-856b-0db91a6c49cb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:52.348419 [ 269 ] {9761ef29-52f2-4ee2-856b-0db91a6c49cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:52.348455 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.348545 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_57_14} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 2025.05.13 23:11:52.348626 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.05.13 23:11:52.349084 [ 220 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.349189 [ 269 ] {9761ef29-52f2-4ee2-856b-0db91a6c49cb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.349232 [ 269 ] {9761ef29-52f2-4ee2-856b-0db91a6c49cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.349596 [ 269 ] {9761ef29-52f2-4ee2-856b-0db91a6c49cb} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.05.13 23:11:52.349807 [ 269 ] {9761ef29-52f2-4ee2-856b-0db91a6c49cb} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.349947 [ 269 ] {9761ef29-52f2-4ee2-856b-0db91a6c49cb} executeQuery: Read 639 rows, 51.36 KiB in 0.001589 sec., 402139.7105097546 rows/sec., 31.57 MiB/sec. 2025.05.13 23:11:52.349987 [ 269 ] {9761ef29-52f2-4ee2-856b-0db91a6c49cb} TCPHandler: Processed in 0.001758936 sec. 2025.05.13 23:11:52.350109 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.350209 [ 269 ] {6e7d194d-9da1-4c99-9dfa-e86034952765} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:52.350251 [ 269 ] {6e7d194d-9da1-4c99-9dfa-e86034952765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:52.350696 [ 269 ] {6e7d194d-9da1-4c99-9dfa-e86034952765} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.350733 [ 269 ] {6e7d194d-9da1-4c99-9dfa-e86034952765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.351044 [ 269 ] {6e7d194d-9da1-4c99-9dfa-e86034952765} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.05.13 23:11:52.351253 [ 269 ] {6e7d194d-9da1-4c99-9dfa-e86034952765} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.351383 [ 269 ] {6e7d194d-9da1-4c99-9dfa-e86034952765} executeQuery: Read 123 rows, 7.62 KiB in 0.001191 sec., 103274.55919395466 rows/sec., 6.25 MiB/sec. 2025.05.13 23:11:52.351421 [ 269 ] {6e7d194d-9da1-4c99-9dfa-e86034952765} TCPHandler: Processed in 0.001361444 sec. 2025.05.13 23:11:52.351538 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.351632 [ 269 ] {7e76aba8-4c1f-45fd-9e7c-5162e11d33c0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:11:52.351672 [ 269 ] {7e76aba8-4c1f-45fd-9e7c-5162e11d33c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:11:52.352107 [ 269 ] {7e76aba8-4c1f-45fd-9e7c-5162e11d33c0} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.352145 [ 269 ] {7e76aba8-4c1f-45fd-9e7c-5162e11d33c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.352459 [ 269 ] {7e76aba8-4c1f-45fd-9e7c-5162e11d33c0} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:11:52.352683 [ 269 ] {7e76aba8-4c1f-45fd-9e7c-5162e11d33c0} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.352811 [ 269 ] {7e76aba8-4c1f-45fd-9e7c-5162e11d33c0} executeQuery: Read 113 rows, 7.49 KiB in 0.001197 sec., 94402.67335004178 rows/sec., 6.11 MiB/sec. 2025.05.13 23:11:52.352850 [ 269 ] {7e76aba8-4c1f-45fd-9e7c-5162e11d33c0} TCPHandler: Processed in 0.001360794 sec. 2025.05.13 23:11:52.352852 [ 218 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.352895 [ 218 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.352973 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.353072 [ 269 ] {9829a070-9e97-4f6d-935d-083a5fc2e735} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:11:52.353115 [ 269 ] {9829a070-9e97-4f6d-935d-083a5fc2e735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:11:52.353556 [ 269 ] {9829a070-9e97-4f6d-935d-083a5fc2e735} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.353595 [ 269 ] {9829a070-9e97-4f6d-935d-083a5fc2e735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.353896 [ 269 ] {9829a070-9e97-4f6d-935d-083a5fc2e735} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:11:52.354123 [ 269 ] {9829a070-9e97-4f6d-935d-083a5fc2e735} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.354248 [ 58 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 2025.05.13 23:11:52.354264 [ 269 ] {9829a070-9e97-4f6d-935d-083a5fc2e735} executeQuery: Read 112 rows, 6.53 KiB in 0.001209 sec., 92638.54425144747 rows/sec., 5.28 MiB/sec. 2025.05.13 23:11:52.354289 [ 58 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.354310 [ 269 ] {9829a070-9e97-4f6d-935d-083a5fc2e735} TCPHandler: Processed in 0.001385224 sec. 2025.05.13 23:11:52.354312 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.354417 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.354427 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full 2025.05.13 23:11:52.354452 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.354455 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.354563 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:52.354571 [ 269 ] {62270cd1-fd29-45a4-b309-f5caf9177309} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:52.354606 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 112 rows starting from the beginning of the part 2025.05.13 23:11:52.354624 [ 269 ] {62270cd1-fd29-45a4-b309-f5caf9177309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:52.354680 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 112 rows starting from the beginning of the part 2025.05.13 23:11:52.354732 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 112 rows starting from the beginning of the part 2025.05.13 23:11:52.354774 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 112 rows starting from the beginning of the part 2025.05.13 23:11:52.354824 [ 200 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 112 rows starting from the beginning of the part 2025.05.13 23:11:52.355221 [ 269 ] {62270cd1-fd29-45a4-b309-f5caf9177309} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.355266 [ 269 ] {62270cd1-fd29-45a4-b309-f5caf9177309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.355343 [ 218 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.355625 [ 269 ] {62270cd1-fd29-45a4-b309-f5caf9177309} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.05.13 23:11:52.355711 [ 186 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001332023 sec., 420413.16103400616 rows/sec., 25.55 MiB/sec. 2025.05.13 23:11:52.355857 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) 2025.05.13 23:11:52.355862 [ 269 ] {62270cd1-fd29-45a4-b309-f5caf9177309} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.356007 [ 269 ] {62270cd1-fd29-45a4-b309-f5caf9177309} executeQuery: Read 399 rows, 28.96 KiB in 0.001453 sec., 274604.2670337233 rows/sec., 19.46 MiB/sec. 2025.05.13 23:11:52.356047 [ 269 ] {62270cd1-fd29-45a4-b309-f5caf9177309} TCPHandler: Processed in 0.001644483 sec. 2025.05.13 23:11:52.356120 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.356180 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.356201 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_57_14} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 2025.05.13 23:11:52.356274 [ 269 ] {f4330beb-94dc-4177-b461-2586823f7611} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:11:52.356278 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.13 23:11:52.356317 [ 269 ] {f4330beb-94dc-4177-b461-2586823f7611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:11:52.356674 [ 269 ] {f4330beb-94dc-4177-b461-2586823f7611} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.356696 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.05.13 23:11:52.356710 [ 269 ] {f4330beb-94dc-4177-b461-2586823f7611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.357029 [ 269 ] {f4330beb-94dc-4177-b461-2586823f7611} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:11:52.357266 [ 269 ] {f4330beb-94dc-4177-b461-2586823f7611} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.357399 [ 269 ] {f4330beb-94dc-4177-b461-2586823f7611} executeQuery: Read 6 rows, 321.00 B in 0.001142 sec., 5253.940455341506 rows/sec., 274.50 KiB/sec. 2025.05.13 23:11:52.357437 [ 269 ] {f4330beb-94dc-4177-b461-2586823f7611} TCPHandler: Processed in 0.001312222 sec. 2025.05.13 23:11:52.357544 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.357646 [ 269 ] {75b88e1a-bbe9-47f8-96c4-4f2518358c9b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:52.357693 [ 269 ] {75b88e1a-bbe9-47f8-96c4-4f2518358c9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:52.358133 [ 269 ] {75b88e1a-bbe9-47f8-96c4-4f2518358c9b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.358173 [ 269 ] {75b88e1a-bbe9-47f8-96c4-4f2518358c9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.358511 [ 269 ] {75b88e1a-bbe9-47f8-96c4-4f2518358c9b} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.05.13 23:11:52.358721 [ 269 ] {75b88e1a-bbe9-47f8-96c4-4f2518358c9b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.358851 [ 269 ] {75b88e1a-bbe9-47f8-96c4-4f2518358c9b} executeQuery: Read 241 rows, 16.55 KiB in 0.001224 sec., 196895.4248366013 rows/sec., 13.20 MiB/sec. 2025.05.13 23:11:52.358889 [ 269 ] {75b88e1a-bbe9-47f8-96c4-4f2518358c9b} TCPHandler: Processed in 0.001395175 sec. 2025.05.13 23:11:52.359015 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.359111 [ 269 ] {d1ee53f5-54ac-4c76-9720-6c0331190c5e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:11:52.359163 [ 269 ] {d1ee53f5-54ac-4c76-9720-6c0331190c5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:11:52.359498 [ 269 ] {d1ee53f5-54ac-4c76-9720-6c0331190c5e} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.359533 [ 269 ] {d1ee53f5-54ac-4c76-9720-6c0331190c5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.359830 [ 269 ] {d1ee53f5-54ac-4c76-9720-6c0331190c5e} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.05.13 23:11:52.360030 [ 269 ] {d1ee53f5-54ac-4c76-9720-6c0331190c5e} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.360159 [ 269 ] {d1ee53f5-54ac-4c76-9720-6c0331190c5e} executeQuery: Read 1 rows, 69.00 B in 0.001067 sec., 937.207122774133 rows/sec., 63.15 KiB/sec. 2025.05.13 23:11:52.360196 [ 269 ] {d1ee53f5-54ac-4c76-9720-6c0331190c5e} TCPHandler: Processed in 0.001232169 sec. 2025.05.13 23:11:52.360314 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.360407 [ 269 ] {36b268c2-daa8-4333-9452-10a0e540d705} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:52.360463 [ 269 ] {36b268c2-daa8-4333-9452-10a0e540d705} 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.05.13 23:11:52.361593 [ 269 ] {36b268c2-daa8-4333-9452-10a0e540d705} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.361632 [ 269 ] {36b268c2-daa8-4333-9452-10a0e540d705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.362141 [ 269 ] {36b268c2-daa8-4333-9452-10a0e540d705} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.05.13 23:11:52.362366 [ 269 ] {36b268c2-daa8-4333-9452-10a0e540d705} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.362500 [ 269 ] {36b268c2-daa8-4333-9452-10a0e540d705} executeQuery: Read 9 rows, 16.51 KiB in 0.002111 sec., 4263.382283278067 rows/sec., 7.64 MiB/sec. 2025.05.13 23:11:52.362555 [ 269 ] {36b268c2-daa8-4333-9452-10a0e540d705} TCPHandler: Processed in 0.002290493 sec. 2025.05.13 23:11:52.362593 [ 223 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:52.362619 [ 223 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:52.362674 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:52.362767 [ 269 ] {bf2473a5-b43f-4f7e-93bf-92e5bfebdc49} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:52.362807 [ 269 ] {bf2473a5-b43f-4f7e-93bf-92e5bfebdc49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:52.363140 [ 269 ] {bf2473a5-b43f-4f7e-93bf-92e5bfebdc49} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:52.363174 [ 269 ] {bf2473a5-b43f-4f7e-93bf-92e5bfebdc49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:52.363468 [ 269 ] {bf2473a5-b43f-4f7e-93bf-92e5bfebdc49} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.05.13 23:11:52.363678 [ 269 ] {bf2473a5-b43f-4f7e-93bf-92e5bfebdc49} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:52.363800 [ 269 ] {bf2473a5-b43f-4f7e-93bf-92e5bfebdc49} executeQuery: Read 82 rows, 5.33 KiB in 0.001052 sec., 77946.7680608365 rows/sec., 4.95 MiB/sec. 2025.05.13 23:11:52.363835 [ 269 ] {bf2473a5-b43f-4f7e-93bf-92e5bfebdc49} TCPHandler: Processed in 0.001208399 sec. 2025.05.13 23:11:52.365315 [ 223 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:11:52.994231 [ 218 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:11:52.994320 [ 218 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:11:52.996563 [ 218 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:11:53.128182 [ 221 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:11:53.128234 [ 221 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:11:53.130706 [ 221 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:11:53.657656 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38064 2025.05.13 23:11:53.658164 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:53.658210 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:53.658703 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:11:53.658954 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:53.659110 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 2025.05.13 23:11:55.768883 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.05.13 23:11:55.786428 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:55.786485 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:55.792679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:11:55.793369 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:55.796283 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.05.13 23:11:57.155451 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:11:57.155528 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:11:57.158694 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:11:57.210688 [ 219 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:11:57.210770 [ 219 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:11:57.212969 [ 219 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:11:57.337915 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:57.338175 [ 269 ] {e1bcc097-d4e3-49df-960d-e040a421e3cd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:11:57.338266 [ 269 ] {e1bcc097-d4e3-49df-960d-e040a421e3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:11:57.338981 [ 269 ] {e1bcc097-d4e3-49df-960d-e040a421e3cd} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:57.339021 [ 269 ] {e1bcc097-d4e3-49df-960d-e040a421e3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:57.339402 [ 269 ] {e1bcc097-d4e3-49df-960d-e040a421e3cd} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.05.13 23:11:57.339623 [ 269 ] {e1bcc097-d4e3-49df-960d-e040a421e3cd} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:57.339768 [ 269 ] {e1bcc097-d4e3-49df-960d-e040a421e3cd} executeQuery: Read 120 rows, 10.47 KiB in 0.001671 sec., 71813.2854578097 rows/sec., 6.12 MiB/sec. 2025.05.13 23:11:57.339809 [ 269 ] {e1bcc097-d4e3-49df-960d-e040a421e3cd} TCPHandler: Processed in 0.002068746 sec. 2025.05.13 23:11:57.339926 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:57.340019 [ 269 ] {1e99e68b-e6cc-44a3-a54e-c17cd7f6c505} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:11:57.340059 [ 269 ] {1e99e68b-e6cc-44a3-a54e-c17cd7f6c505} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:11:57.340468 [ 269 ] {1e99e68b-e6cc-44a3-a54e-c17cd7f6c505} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:57.340504 [ 269 ] {1e99e68b-e6cc-44a3-a54e-c17cd7f6c505} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:57.340786 [ 269 ] {1e99e68b-e6cc-44a3-a54e-c17cd7f6c505} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.05.13 23:11:57.340996 [ 269 ] {1e99e68b-e6cc-44a3-a54e-c17cd7f6c505} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:57.341122 [ 269 ] {1e99e68b-e6cc-44a3-a54e-c17cd7f6c505} executeQuery: Read 32 rows, 2.41 KiB in 0.001122 sec., 28520.499108734402 rows/sec., 2.09 MiB/sec. 2025.05.13 23:11:57.341141 [ 53 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.05.13 23:11:57.341159 [ 269 ] {1e99e68b-e6cc-44a3-a54e-c17cd7f6c505} TCPHandler: Processed in 0.001281121 sec. 2025.05.13 23:11:57.341212 [ 53 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:57.341237 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:57.341288 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:57.341357 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.05.13 23:11:57.341384 [ 269 ] {6e48233a-2bff-4a89-ab11-1ab9897a6eb0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:11:57.341428 [ 269 ] {6e48233a-2bff-4a89-ab11-1ab9897a6eb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:11:57.341484 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:11:57.341524 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 165 rows starting from the beginning of the part 2025.05.13 23:11:57.341594 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 36 rows starting from the beginning of the part 2025.05.13 23:11:57.341640 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 115 rows starting from the beginning of the part 2025.05.13 23:11:57.341684 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:57.341724 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 123 rows starting from the beginning of the part 2025.05.13 23:11:57.341765 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 32 rows starting from the beginning of the part 2025.05.13 23:11:57.341860 [ 269 ] {6e48233a-2bff-4a89-ab11-1ab9897a6eb0} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:57.341900 [ 269 ] {6e48233a-2bff-4a89-ab11-1ab9897a6eb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:57.342229 [ 269 ] {6e48233a-2bff-4a89-ab11-1ab9897a6eb0} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.05.13 23:11:57.342449 [ 269 ] {6e48233a-2bff-4a89-ab11-1ab9897a6eb0} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:57.342575 [ 269 ] {6e48233a-2bff-4a89-ab11-1ab9897a6eb0} executeQuery: Read 96 rows, 7.68 KiB in 0.001209 sec., 79404.46650124069 rows/sec., 6.20 MiB/sec. 2025.05.13 23:11:57.342612 [ 269 ] {6e48233a-2bff-4a89-ab11-1ab9897a6eb0} TCPHandler: Processed in 0.001371044 sec. 2025.05.13 23:11:57.342639 [ 195 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334363 sec., 376958.89349449886 rows/sec., 25.52 MiB/sec. 2025.05.13 23:11:57.342719 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:57.342811 [ 269 ] {6dd6f0e8-caf1-443b-bb97-b99ea8990d0a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:57.342830 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.05.13 23:11:57.342856 [ 269 ] {6dd6f0e8-caf1-443b-bb97-b99ea8990d0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:11:57.343134 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:57.343217 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_116_23} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.05.13 23:11:57.343286 [ 269 ] {6dd6f0e8-caf1-443b-bb97-b99ea8990d0a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:57.343322 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:11:57.343328 [ 269 ] {6dd6f0e8-caf1-443b-bb97-b99ea8990d0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:57.343670 [ 269 ] {6dd6f0e8-caf1-443b-bb97-b99ea8990d0a} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.05.13 23:11:57.343877 [ 269 ] {6dd6f0e8-caf1-443b-bb97-b99ea8990d0a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:57.344003 [ 269 ] {6dd6f0e8-caf1-443b-bb97-b99ea8990d0a} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.05.13 23:11:57.344040 [ 269 ] {6dd6f0e8-caf1-443b-bb97-b99ea8990d0a} TCPHandler: Processed in 0.001367944 sec. 2025.05.13 23:11:57.344163 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:57.344295 [ 269 ] {e2ba9ba3-5c08-4833-9c09-1df0a948e539} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:11:57.344362 [ 269 ] {e2ba9ba3-5c08-4833-9c09-1df0a948e539} 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.05.13 23:11:57.345310 [ 269 ] {e2ba9ba3-5c08-4833-9c09-1df0a948e539} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:57.345347 [ 269 ] {e2ba9ba3-5c08-4833-9c09-1df0a948e539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:57.345913 [ 269 ] {e2ba9ba3-5c08-4833-9c09-1df0a948e539} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.05.13 23:11:57.346143 [ 269 ] {e2ba9ba3-5c08-4833-9c09-1df0a948e539} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:57.346278 [ 269 ] {e2ba9ba3-5c08-4833-9c09-1df0a948e539} executeQuery: Read 32 rows, 58.72 KiB in 0.002007 sec., 15944.195316392625 rows/sec., 28.57 MiB/sec. 2025.05.13 23:11:57.346334 [ 269 ] {e2ba9ba3-5c08-4833-9c09-1df0a948e539} TCPHandler: Processed in 0.002231931 sec. 2025.05.13 23:11:57.346444 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:11:57.346568 [ 269 ] {8ad87c34-6350-4b74-9694-c0324bf29539} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:11:57.346610 [ 269 ] {8ad87c34-6350-4b74-9694-c0324bf29539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:11:57.346944 [ 269 ] {8ad87c34-6350-4b74-9694-c0324bf29539} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:11:57.346980 [ 269 ] {8ad87c34-6350-4b74-9694-c0324bf29539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:11:57.347282 [ 269 ] {8ad87c34-6350-4b74-9694-c0324bf29539} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.05.13 23:11:57.347492 [ 269 ] {8ad87c34-6350-4b74-9694-c0324bf29539} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:11:57.347620 [ 269 ] {8ad87c34-6350-4b74-9694-c0324bf29539} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.05.13 23:11:57.347681 [ 269 ] {8ad87c34-6350-4b74-9694-c0324bf29539} TCPHandler: Processed in 0.001286261 sec. 2025.05.13 23:12:00.926795 [ 79 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:12:00.926873 [ 79 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:12:01.160160 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38552 2025.05.13 23:12:01.160730 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:01.160779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:01.161293 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:12:01.161533 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:01.161673 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38552 2025.05.13 23:12:01.276389 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2426 2025.05.13 23:12:01.278763 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:01.278807 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:01.279979 [ 242 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:12:01.280256 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:01.280515 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2426 2025.05.13 23:12:02.343343 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.343624 [ 269 ] {3aa5d58a-3073-4766-9913-90e2bd7a3b33} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:12:02.343728 [ 269 ] {3aa5d58a-3073-4766-9913-90e2bd7a3b33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:12:02.344842 [ 269 ] {3aa5d58a-3073-4766-9913-90e2bd7a3b33} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.344890 [ 269 ] {3aa5d58a-3073-4766-9913-90e2bd7a3b33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.345284 [ 269 ] {3aa5d58a-3073-4766-9913-90e2bd7a3b33} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:12:02.345511 [ 269 ] {3aa5d58a-3073-4766-9913-90e2bd7a3b33} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.345673 [ 269 ] {3aa5d58a-3073-4766-9913-90e2bd7a3b33} executeQuery: Read 212 rows, 13.81 KiB in 0.002127 sec., 99670.8979783733 rows/sec., 6.34 MiB/sec. 2025.05.13 23:12:02.345715 [ 269 ] {3aa5d58a-3073-4766-9913-90e2bd7a3b33} TCPHandler: Processed in 0.002554521 sec. 2025.05.13 23:12:02.345851 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.345944 [ 269 ] {83183555-c575-49b0-bdf3-06a6a8a973a3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:02.345984 [ 269 ] {83183555-c575-49b0-bdf3-06a6a8a973a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:02.346813 [ 269 ] {83183555-c575-49b0-bdf3-06a6a8a973a3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.346850 [ 269 ] {83183555-c575-49b0-bdf3-06a6a8a973a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.347186 [ 269 ] {83183555-c575-49b0-bdf3-06a6a8a973a3} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.05.13 23:12:02.347393 [ 269 ] {83183555-c575-49b0-bdf3-06a6a8a973a3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.347519 [ 269 ] {83183555-c575-49b0-bdf3-06a6a8a973a3} executeQuery: Read 635 rows, 51.07 KiB in 0.001594 sec., 398368.8833124216 rows/sec., 31.29 MiB/sec. 2025.05.13 23:12:02.347557 [ 269 ] {83183555-c575-49b0-bdf3-06a6a8a973a3} TCPHandler: Processed in 0.001754025 sec. 2025.05.13 23:12:02.347725 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.347822 [ 269 ] {d0ced4fb-0231-4dc3-833f-2d5d5fd7a519} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:02.347863 [ 269 ] {d0ced4fb-0231-4dc3-833f-2d5d5fd7a519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:02.348383 [ 269 ] {d0ced4fb-0231-4dc3-833f-2d5d5fd7a519} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.348420 [ 269 ] {d0ced4fb-0231-4dc3-833f-2d5d5fd7a519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.348729 [ 269 ] {d0ced4fb-0231-4dc3-833f-2d5d5fd7a519} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.05.13 23:12:02.348928 [ 269 ] {d0ced4fb-0231-4dc3-833f-2d5d5fd7a519} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.349052 [ 269 ] {d0ced4fb-0231-4dc3-833f-2d5d5fd7a519} executeQuery: Read 115 rows, 7.06 KiB in 0.001248 sec., 92147.4358974359 rows/sec., 5.53 MiB/sec. 2025.05.13 23:12:02.349089 [ 269 ] {d0ced4fb-0231-4dc3-833f-2d5d5fd7a519} TCPHandler: Processed in 0.001414616 sec. 2025.05.13 23:12:02.349216 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.349308 [ 269 ] {04b0cb76-4070-45cc-a0ef-981e218cbf90} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:12:02.349348 [ 269 ] {04b0cb76-4070-45cc-a0ef-981e218cbf90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:12:02.349840 [ 269 ] {04b0cb76-4070-45cc-a0ef-981e218cbf90} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.349877 [ 269 ] {04b0cb76-4070-45cc-a0ef-981e218cbf90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.350175 [ 269 ] {04b0cb76-4070-45cc-a0ef-981e218cbf90} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:12:02.350382 [ 269 ] {04b0cb76-4070-45cc-a0ef-981e218cbf90} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.350499 [ 73 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_69_14 to all_74_74_0 2025.05.13 23:12:02.350507 [ 269 ] {04b0cb76-4070-45cc-a0ef-981e218cbf90} executeQuery: Read 113 rows, 7.49 KiB in 0.001217 sec., 92851.27362366475 rows/sec., 6.01 MiB/sec. 2025.05.13 23:12:02.350568 [ 73 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.350588 [ 269 ] {04b0cb76-4070-45cc-a0ef-981e218cbf90} TCPHandler: Processed in 0.001422965 sec. 2025.05.13 23:12:02.350594 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.350711 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_69_14 to all_74_74_0 into Compact with storage Full 2025.05.13 23:12:02.350738 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.350831 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:02.350836 [ 269 ] {2f9afd40-246e-40e5-b73d-9e2f9d269ea3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:12:02.350875 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_14, total 341 rows starting from the beginning of the part 2025.05.13 23:12:02.350891 [ 269 ] {2f9afd40-246e-40e5-b73d-9e2f9d269ea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:12:02.350962 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 113 rows starting from the beginning of the part 2025.05.13 23:12:02.351018 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 228 rows starting from the beginning of the part 2025.05.13 23:12:02.351066 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 113 rows starting from the beginning of the part 2025.05.13 23:12:02.351110 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 113 rows starting from the beginning of the part 2025.05.13 23:12:02.351155 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 113 rows starting from the beginning of the part 2025.05.13 23:12:02.351368 [ 269 ] {2f9afd40-246e-40e5-b73d-9e2f9d269ea3} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.351424 [ 269 ] {2f9afd40-246e-40e5-b73d-9e2f9d269ea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.351734 [ 269 ] {2f9afd40-246e-40e5-b73d-9e2f9d269ea3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:12:02.351948 [ 269 ] {2f9afd40-246e-40e5-b73d-9e2f9d269ea3} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.352074 [ 269 ] {2f9afd40-246e-40e5-b73d-9e2f9d269ea3} executeQuery: Read 112 rows, 6.53 KiB in 0.001256 sec., 89171.97452229299 rows/sec., 5.08 MiB/sec. 2025.05.13 23:12:02.352112 [ 269 ] {2f9afd40-246e-40e5-b73d-9e2f9d269ea3} TCPHandler: Processed in 0.001420865 sec. 2025.05.13 23:12:02.352132 [ 192 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001462927 sec., 697915.8905399928 rows/sec., 48.77 MiB/sec. 2025.05.13 23:12:02.352232 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.352305 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary) 2025.05.13 23:12:02.352337 [ 269 ] {8baade81-cc1e-43f3-9821-a18bfaf3b2d5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:02.352381 [ 269 ] {8baade81-cc1e-43f3-9821-a18bfaf3b2d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:02.352545 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.352615 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_74_15} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_69_14, all_74_74_0] -> all_1_74_15 2025.05.13 23:12:02.352679 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.05.13 23:12:02.352930 [ 269 ] {8baade81-cc1e-43f3-9821-a18bfaf3b2d5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.352971 [ 269 ] {8baade81-cc1e-43f3-9821-a18bfaf3b2d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.353301 [ 269 ] {8baade81-cc1e-43f3-9821-a18bfaf3b2d5} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.05.13 23:12:02.353503 [ 269 ] {8baade81-cc1e-43f3-9821-a18bfaf3b2d5} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.353627 [ 269 ] {8baade81-cc1e-43f3-9821-a18bfaf3b2d5} executeQuery: Read 391 rows, 28.31 KiB in 0.001308 sec., 298929.6636085627 rows/sec., 21.13 MiB/sec. 2025.05.13 23:12:02.353664 [ 269 ] {8baade81-cc1e-43f3-9821-a18bfaf3b2d5} TCPHandler: Processed in 0.001479117 sec. 2025.05.13 23:12:02.353779 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.353870 [ 269 ] {d655873c-d288-4e0b-9fa5-2afaff5a276b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:12:02.353910 [ 269 ] {d655873c-d288-4e0b-9fa5-2afaff5a276b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:12:02.354245 [ 269 ] {d655873c-d288-4e0b-9fa5-2afaff5a276b} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.354280 [ 269 ] {d655873c-d288-4e0b-9fa5-2afaff5a276b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.354567 [ 269 ] {d655873c-d288-4e0b-9fa5-2afaff5a276b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:12:02.354770 [ 269 ] {d655873c-d288-4e0b-9fa5-2afaff5a276b} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.354893 [ 269 ] {d655873c-d288-4e0b-9fa5-2afaff5a276b} executeQuery: Read 6 rows, 321.00 B in 0.001041 sec., 5763.688760806916 rows/sec., 301.13 KiB/sec. 2025.05.13 23:12:02.354929 [ 269 ] {d655873c-d288-4e0b-9fa5-2afaff5a276b} TCPHandler: Processed in 0.001196739 sec. 2025.05.13 23:12:02.355041 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.355132 [ 269 ] {0c88d703-17e8-43ef-a128-9a93ae0b957a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:02.355173 [ 269 ] {0c88d703-17e8-43ef-a128-9a93ae0b957a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:02.355574 [ 269 ] {0c88d703-17e8-43ef-a128-9a93ae0b957a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.355610 [ 269 ] {0c88d703-17e8-43ef-a128-9a93ae0b957a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.355928 [ 269 ] {0c88d703-17e8-43ef-a128-9a93ae0b957a} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.05.13 23:12:02.356131 [ 269 ] {0c88d703-17e8-43ef-a128-9a93ae0b957a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.356259 [ 269 ] {0c88d703-17e8-43ef-a128-9a93ae0b957a} executeQuery: Read 237 rows, 16.27 KiB in 0.001145 sec., 206986.8995633188 rows/sec., 13.87 MiB/sec. 2025.05.13 23:12:02.356295 [ 269 ] {0c88d703-17e8-43ef-a128-9a93ae0b957a} TCPHandler: Processed in 0.001301251 sec. 2025.05.13 23:12:02.356409 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.356500 [ 269 ] {529ac6fa-8820-41a8-9241-8581959aee5d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:12:02.356540 [ 269 ] {529ac6fa-8820-41a8-9241-8581959aee5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:12:02.356852 [ 269 ] {529ac6fa-8820-41a8-9241-8581959aee5d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.356887 [ 269 ] {529ac6fa-8820-41a8-9241-8581959aee5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.357168 [ 269 ] {529ac6fa-8820-41a8-9241-8581959aee5d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.05.13 23:12:02.357370 [ 269 ] {529ac6fa-8820-41a8-9241-8581959aee5d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.357496 [ 269 ] {529ac6fa-8820-41a8-9241-8581959aee5d} executeQuery: Read 1 rows, 69.00 B in 0.001014 sec., 986.1932938856016 rows/sec., 66.45 KiB/sec. 2025.05.13 23:12:02.357532 [ 269 ] {529ac6fa-8820-41a8-9241-8581959aee5d} TCPHandler: Processed in 0.001169908 sec. 2025.05.13 23:12:02.357532 [ 225 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:12:02.357577 [ 225 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:12:02.357643 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.357739 [ 269 ] {5cc211ce-3a81-4e11-a1ef-580e5cce05bf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:02.357793 [ 269 ] {5cc211ce-3a81-4e11-a1ef-580e5cce05bf} 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.05.13 23:12:02.358556 [ 269 ] {5cc211ce-3a81-4e11-a1ef-580e5cce05bf} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.358592 [ 269 ] {5cc211ce-3a81-4e11-a1ef-580e5cce05bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.359134 [ 269 ] {5cc211ce-3a81-4e11-a1ef-580e5cce05bf} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.05.13 23:12:02.359375 [ 269 ] {5cc211ce-3a81-4e11-a1ef-580e5cce05bf} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.359508 [ 269 ] {5cc211ce-3a81-4e11-a1ef-580e5cce05bf} executeQuery: Read 9 rows, 16.51 KiB in 0.001787 sec., 5036.373810856184 rows/sec., 9.02 MiB/sec. 2025.05.13 23:12:02.359560 [ 269 ] {5cc211ce-3a81-4e11-a1ef-580e5cce05bf} TCPHandler: Processed in 0.001964053 sec. 2025.05.13 23:12:02.359674 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:02.359766 [ 269 ] {04eb9c95-4886-402e-97e5-b8ea3f1fc79e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:02.359808 [ 269 ] {04eb9c95-4886-402e-97e5-b8ea3f1fc79e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:02.360142 [ 269 ] {04eb9c95-4886-402e-97e5-b8ea3f1fc79e} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:02.360179 [ 269 ] {04eb9c95-4886-402e-97e5-b8ea3f1fc79e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:02.360188 [ 225 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:12:02.360485 [ 269 ] {04eb9c95-4886-402e-97e5-b8ea3f1fc79e} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.05.13 23:12:02.360689 [ 269 ] {04eb9c95-4886-402e-97e5-b8ea3f1fc79e} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:02.360809 [ 269 ] {04eb9c95-4886-402e-97e5-b8ea3f1fc79e} executeQuery: Read 82 rows, 5.33 KiB in 0.001061 sec., 77285.5796418473 rows/sec., 4.91 MiB/sec. 2025.05.13 23:12:02.360844 [ 269 ] {04eb9c95-4886-402e-97e5-b8ea3f1fc79e} TCPHandler: Processed in 0.001216869 sec. 2025.05.13 23:12:03.297246 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.05.13 23:12:03.315435 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:03.315499 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:03.321909 [ 243 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:12:03.322630 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:03.326390 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.05.13 23:12:03.499190 [ 223 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:03.499229 [ 223 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:03.501748 [ 223 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:03.825144 [ 218 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:12:03.825223 [ 218 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:12:03.827409 [ 218 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.05.13 23:12:05.558651 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:05.558949 [ 269 ] {c03b9c0f-7704-4d4c-9fa2-f6c531e8b531} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:12:05.559056 [ 269 ] {c03b9c0f-7704-4d4c-9fa2-f6c531e8b531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:12:05.559863 [ 269 ] {c03b9c0f-7704-4d4c-9fa2-f6c531e8b531} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.559906 [ 269 ] {c03b9c0f-7704-4d4c-9fa2-f6c531e8b531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.560280 [ 269 ] {c03b9c0f-7704-4d4c-9fa2-f6c531e8b531} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.05.13 23:12:05.560520 [ 269 ] {c03b9c0f-7704-4d4c-9fa2-f6c531e8b531} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.560677 [ 269 ] {c03b9c0f-7704-4d4c-9fa2-f6c531e8b531} executeQuery: Read 2 rows, 167.00 B in 0.001805 sec., 1108.03324099723 rows/sec., 90.35 KiB/sec. 2025.05.13 23:12:05.560719 [ 269 ] {c03b9c0f-7704-4d4c-9fa2-f6c531e8b531} TCPHandler: Processed in 0.002255322 sec. 2025.05.13 23:12:05.560844 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:05.560936 [ 269 ] {ff6dfcd0-ce1e-4f76-9e7e-b008aedcda8d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:05.560977 [ 269 ] {ff6dfcd0-ce1e-4f76-9e7e-b008aedcda8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:05.562301 [ 269 ] {ff6dfcd0-ce1e-4f76-9e7e-b008aedcda8d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.562338 [ 269 ] {ff6dfcd0-ce1e-4f76-9e7e-b008aedcda8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.562715 [ 269 ] {ff6dfcd0-ce1e-4f76-9e7e-b008aedcda8d} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.05.13 23:12:05.562921 [ 269 ] {ff6dfcd0-ce1e-4f76-9e7e-b008aedcda8d} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.563047 [ 269 ] {ff6dfcd0-ce1e-4f76-9e7e-b008aedcda8d} executeQuery: Read 1261 rows, 106.66 KiB in 0.00213 sec., 592018.779342723 rows/sec., 48.90 MiB/sec. 2025.05.13 23:12:05.563074 [ 70 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_135_27 to all_140_140_0 2025.05.13 23:12:05.563085 [ 269 ] {ff6dfcd0-ce1e-4f76-9e7e-b008aedcda8d} TCPHandler: Processed in 0.002291073 sec. 2025.05.13 23:12:05.563156 [ 70 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.563193 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.563251 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:05.563283 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_27 to all_140_140_0 into Compact with storage Full 2025.05.13 23:12:05.563351 [ 269 ] {d115efd0-00bd-4747-bdaf-c4098cb50497} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:05.563372 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:05.563391 [ 269 ] {d115efd0-00bd-4747-bdaf-c4098cb50497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:05.563402 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_135_27, total 1849 rows starting from the beginning of the part 2025.05.13 23:12:05.563460 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 120 rows starting from the beginning of the part 2025.05.13 23:12:05.563504 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 639 rows starting from the beginning of the part 2025.05.13 23:12:05.563548 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 120 rows starting from the beginning of the part 2025.05.13 23:12:05.563589 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 635 rows starting from the beginning of the part 2025.05.13 23:12:05.563643 [ 195 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:12:05.563851 [ 269 ] {d115efd0-00bd-4747-bdaf-c4098cb50497} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.563888 [ 269 ] {d115efd0-00bd-4747-bdaf-c4098cb50497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.564196 [ 269 ] {d115efd0-00bd-4747-bdaf-c4098cb50497} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.05.13 23:12:05.564404 [ 269 ] {d115efd0-00bd-4747-bdaf-c4098cb50497} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.564532 [ 269 ] {d115efd0-00bd-4747-bdaf-c4098cb50497} executeQuery: Read 34 rows, 2.55 KiB in 0.001202 sec., 28286.189683860233 rows/sec., 2.07 MiB/sec. 2025.05.13 23:12:05.564571 [ 269 ] {d115efd0-00bd-4747-bdaf-c4098cb50497} TCPHandler: Processed in 0.001369834 sec. 2025.05.13 23:12:05.564702 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:05.564801 [ 269 ] {48bbd742-9efd-4b94-9c62-d8a7e7d6f17b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:12:05.564840 [ 269 ] {48bbd742-9efd-4b94-9c62-d8a7e7d6f17b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:12:05.565151 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergeTask::MergeProjectionsStage: Merge sorted 4624 rows, containing 5 columns (5 merged, 0 gathered) in 0.001902091 sec., 2431008.8213445097 rows/sec., 206.45 MiB/sec. 2025.05.13 23:12:05.565373 [ 269 ] {48bbd742-9efd-4b94-9c62-d8a7e7d6f17b} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.565414 [ 269 ] {48bbd742-9efd-4b94-9c62-d8a7e7d6f17b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.565452 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} MergedBlockOutputStream: filled checksums all_1_140_28 (state Temporary) 2025.05.13 23:12:05.565761 [ 269 ] {48bbd742-9efd-4b94-9c62-d8a7e7d6f17b} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:12:05.565799 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_140_28 to all_1_140_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.565894 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_140_28} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_135_27, all_140_140_0] -> all_1_140_28 2025.05.13 23:12:05.566014 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2025.05.13 23:12:05.566015 [ 269 ] {48bbd742-9efd-4b94-9c62-d8a7e7d6f17b} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.566162 [ 269 ] {48bbd742-9efd-4b94-9c62-d8a7e7d6f17b} executeQuery: Read 228 rows, 15.81 KiB in 0.00138 sec., 165217.39130434784 rows/sec., 11.19 MiB/sec. 2025.05.13 23:12:05.566200 [ 269 ] {48bbd742-9efd-4b94-9c62-d8a7e7d6f17b} TCPHandler: Processed in 0.0015554 sec. 2025.05.13 23:12:05.566315 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:05.566409 [ 269 ] {465c5d58-a19e-46ed-9b12-8cf89d991d9d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:05.566448 [ 269 ] {465c5d58-a19e-46ed-9b12-8cf89d991d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:05.567126 [ 269 ] {465c5d58-a19e-46ed-9b12-8cf89d991d9d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.567162 [ 269 ] {465c5d58-a19e-46ed-9b12-8cf89d991d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.567488 [ 269 ] {465c5d58-a19e-46ed-9b12-8cf89d991d9d} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.05.13 23:12:05.567696 [ 269 ] {465c5d58-a19e-46ed-9b12-8cf89d991d9d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.567819 [ 70 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_135_27 to all_140_140_0 2025.05.13 23:12:05.567827 [ 269 ] {465c5d58-a19e-46ed-9b12-8cf89d991d9d} executeQuery: Read 554 rows, 42.13 KiB in 0.001436 sec., 385793.8718662953 rows/sec., 28.65 MiB/sec. 2025.05.13 23:12:05.567859 [ 70 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.567883 [ 269 ] {465c5d58-a19e-46ed-9b12-8cf89d991d9d} TCPHandler: Processed in 0.001616742 sec. 2025.05.13 23:12:05.567884 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.568007 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_27 to all_140_140_0 into Compact with storage Full 2025.05.13 23:12:05.568021 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:05.568133 [ 269 ] {a4c3ec8a-0747-42c7-9682-adaf4466fbfc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:05.568137 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:05.568181 [ 269 ] {a4c3ec8a-0747-42c7-9682-adaf4466fbfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:05.568189 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_135_27, total 915 rows starting from the beginning of the part 2025.05.13 23:12:05.568271 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 96 rows starting from the beginning of the part 2025.05.13 23:12:05.568323 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 399 rows starting from the beginning of the part 2025.05.13 23:12:05.568369 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 96 rows starting from the beginning of the part 2025.05.13 23:12:05.568413 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 391 rows starting from the beginning of the part 2025.05.13 23:12:05.568453 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 554 rows starting from the beginning of the part 2025.05.13 23:12:05.568819 [ 269 ] {a4c3ec8a-0747-42c7-9682-adaf4466fbfc} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.568861 [ 269 ] {a4c3ec8a-0747-42c7-9682-adaf4466fbfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.569250 [ 269 ] {a4c3ec8a-0747-42c7-9682-adaf4466fbfc} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.05.13 23:12:05.569459 [ 269 ] {a4c3ec8a-0747-42c7-9682-adaf4466fbfc} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.569582 [ 70 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_135_28 to all_140_140_0 2025.05.13 23:12:05.569590 [ 269 ] {a4c3ec8a-0747-42c7-9682-adaf4466fbfc} executeQuery: Read 929 rows, 63.86 KiB in 0.001476 sec., 629403.7940379403 rows/sec., 42.25 MiB/sec. 2025.05.13 23:12:05.569619 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergeTask::MergeProjectionsStage: Merge sorted 2451 rows, containing 5 columns (5 merged, 0 gathered) in 0.001660802 sec., 1475793.0204804665 rows/sec., 113.13 MiB/sec. 2025.05.13 23:12:05.569628 [ 70 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.569653 [ 269 ] {a4c3ec8a-0747-42c7-9682-adaf4466fbfc} TCPHandler: Processed in 0.001682974 sec. 2025.05.13 23:12:05.569672 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.569754 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_28 to all_140_140_0 into Compact with storage Full 2025.05.13 23:12:05.569779 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} MergedBlockOutputStream: filled checksums all_1_140_28 (state Temporary) 2025.05.13 23:12:05.569791 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:05.569859 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:05.569891 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_135_28, total 40470 rows starting from the beginning of the part 2025.05.13 23:12:05.569892 [ 269 ] {9159f24c-8939-4ccf-a152-bed03949d6b7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:05.569948 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2025.05.13 23:12:05.569962 [ 269 ] {9159f24c-8939-4ccf-a152-bed03949d6b7} 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.05.13 23:12:05.569997 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 241 rows starting from the beginning of the part 2025.05.13 23:12:05.570024 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_140_28 to all_1_140_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.570042 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2025.05.13 23:12:05.570078 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part 2025.05.13 23:12:05.570090 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_140_28} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_135_27, all_140_140_0] -> all_1_140_28 2025.05.13 23:12:05.570115 [ 201 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 929 rows starting from the beginning of the part 2025.05.13 23:12:05.570153 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.05.13 23:12:05.570843 [ 269 ] {9159f24c-8939-4ccf-a152-bed03949d6b7} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.570885 [ 269 ] {9159f24c-8939-4ccf-a152-bed03949d6b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.571455 [ 269 ] {9159f24c-8939-4ccf-a152-bed03949d6b7} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.05.13 23:12:05.571682 [ 269 ] {9159f24c-8939-4ccf-a152-bed03949d6b7} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.571822 [ 269 ] {9159f24c-8939-4ccf-a152-bed03949d6b7} executeQuery: Read 32 rows, 58.72 KiB in 0.001949 sec., 16418.67624422781 rows/sec., 29.42 MiB/sec. 2025.05.13 23:12:05.571880 [ 269 ] {9159f24c-8939-4ccf-a152-bed03949d6b7} TCPHandler: Processed in 0.002144059 sec. 2025.05.13 23:12:05.572011 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:05.572107 [ 269 ] {9fdf0ab8-3192-4880-ad03-c1e618a571f7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:05.572149 [ 269 ] {9fdf0ab8-3192-4880-ad03-c1e618a571f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:05.572496 [ 269 ] {9fdf0ab8-3192-4880-ad03-c1e618a571f7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:05.572533 [ 269 ] {9fdf0ab8-3192-4880-ad03-c1e618a571f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:05.572845 [ 269 ] {9fdf0ab8-3192-4880-ad03-c1e618a571f7} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.05.13 23:12:05.573061 [ 269 ] {9fdf0ab8-3192-4880-ad03-c1e618a571f7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.573190 [ 269 ] {9fdf0ab8-3192-4880-ad03-c1e618a571f7} executeQuery: Read 44 rows, 3.03 KiB in 0.001102 sec., 39927.40471869329 rows/sec., 2.69 MiB/sec. 2025.05.13 23:12:05.573226 [ 269 ] {9fdf0ab8-3192-4880-ad03-c1e618a571f7} TCPHandler: Processed in 0.001266321 sec. 2025.05.13 23:12:05.577792 [ 188 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergeTask::MergeProjectionsStage: Merge sorted 42197 rows, containing 5 columns (5 merged, 0 gathered) in 0.008064728 sec., 5232290.537263005 rows/sec., 353.44 MiB/sec. 2025.05.13 23:12:05.578061 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} MergedBlockOutputStream: filled checksums all_1_140_29 (state Temporary) 2025.05.13 23:12:05.578327 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_140_29 to all_1_140_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:05.578398 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_140_29} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_135_28, all_140_140_0] -> all_1_140_29 2025.05.13 23:12:05.578460 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.05.13 23:12:06.342897 [ 220 ] {} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:12:06.342954 [ 220 ] {} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:12:06.345037 [ 220 ] {} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.05.13 23:12:07.331166 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:07.331369 [ 269 ] {3cc5d884-f223-488a-a4ea-3df756ac4fd8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:07.331445 [ 269 ] {3cc5d884-f223-488a-a4ea-3df756ac4fd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:07.332143 [ 269 ] {3cc5d884-f223-488a-a4ea-3df756ac4fd8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:07.332188 [ 269 ] {3cc5d884-f223-488a-a4ea-3df756ac4fd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:07.332582 [ 269 ] {3cc5d884-f223-488a-a4ea-3df756ac4fd8} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.05.13 23:12:07.332811 [ 269 ] {3cc5d884-f223-488a-a4ea-3df756ac4fd8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:07.332963 [ 269 ] {3cc5d884-f223-488a-a4ea-3df756ac4fd8} executeQuery: Read 56 rows, 4.38 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.59 MiB/sec. 2025.05.13 23:12:07.333005 [ 269 ] {3cc5d884-f223-488a-a4ea-3df756ac4fd8} TCPHandler: Processed in 0.001981694 sec. 2025.05.13 23:12:07.333134 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:07.333230 [ 269 ] {42bc4b1f-0f51-487e-b2b3-54cab3dcfd54} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:07.333273 [ 269 ] {42bc4b1f-0f51-487e-b2b3-54cab3dcfd54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:07.333704 [ 269 ] {42bc4b1f-0f51-487e-b2b3-54cab3dcfd54} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:07.333741 [ 269 ] {42bc4b1f-0f51-487e-b2b3-54cab3dcfd54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:07.334049 [ 269 ] {42bc4b1f-0f51-487e-b2b3-54cab3dcfd54} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.05.13 23:12:07.334262 [ 269 ] {42bc4b1f-0f51-487e-b2b3-54cab3dcfd54} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:07.334392 [ 269 ] {42bc4b1f-0f51-487e-b2b3-54cab3dcfd54} executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. 2025.05.13 23:12:07.334431 [ 269 ] {42bc4b1f-0f51-487e-b2b3-54cab3dcfd54} TCPHandler: Processed in 0.001347923 sec. 2025.05.13 23:12:07.334548 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:07.334642 [ 269 ] {b02f3030-70d2-4954-a149-b8279be8940e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:07.334686 [ 269 ] {b02f3030-70d2-4954-a149-b8279be8940e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:07.335069 [ 269 ] {b02f3030-70d2-4954-a149-b8279be8940e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:07.335104 [ 269 ] {b02f3030-70d2-4954-a149-b8279be8940e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:07.335437 [ 269 ] {b02f3030-70d2-4954-a149-b8279be8940e} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.05.13 23:12:07.335647 [ 269 ] {b02f3030-70d2-4954-a149-b8279be8940e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:07.335776 [ 269 ] {b02f3030-70d2-4954-a149-b8279be8940e} executeQuery: Read 42 rows, 2.99 KiB in 0.001153 sec., 36426.71292281006 rows/sec., 2.53 MiB/sec. 2025.05.13 23:12:07.335813 [ 269 ] {b02f3030-70d2-4954-a149-b8279be8940e} TCPHandler: Processed in 0.001315352 sec. 2025.05.13 23:12:07.335931 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:07.336026 [ 269 ] {322f56f1-0fc4-4355-9a8d-7475596c8b8e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:07.336067 [ 269 ] {322f56f1-0fc4-4355-9a8d-7475596c8b8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:07.336397 [ 269 ] {322f56f1-0fc4-4355-9a8d-7475596c8b8e} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:07.336433 [ 269 ] {322f56f1-0fc4-4355-9a8d-7475596c8b8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:07.336733 [ 269 ] {322f56f1-0fc4-4355-9a8d-7475596c8b8e} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.05.13 23:12:07.336944 [ 269 ] {322f56f1-0fc4-4355-9a8d-7475596c8b8e} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:07.337069 [ 69 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.05.13 23:12:07.337078 [ 269 ] {322f56f1-0fc4-4355-9a8d-7475596c8b8e} executeQuery: Read 16 rows, 1.11 KiB in 0.00107 sec., 14953.271028037383 rows/sec., 1.01 MiB/sec. 2025.05.13 23:12:07.337141 [ 69 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:07.337158 [ 269 ] {322f56f1-0fc4-4355-9a8d-7475596c8b8e} TCPHandler: Processed in 0.001275871 sec. 2025.05.13 23:12:07.337167 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:07.337294 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.05.13 23:12:07.337457 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:07.337496 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8300 rows starting from the beginning of the part 2025.05.13 23:12:07.337564 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 82 rows starting from the beginning of the part 2025.05.13 23:12:07.337612 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part 2025.05.13 23:12:07.337659 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part 2025.05.13 23:12:07.337699 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 44 rows starting from the beginning of the part 2025.05.13 23:12:07.337742 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 16 rows starting from the beginning of the part 2025.05.13 23:12:07.340073 [ 189 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 8584 rows, containing 4 columns (4 merged, 0 gathered) in 0.002836501 sec., 3026263.6960113887 rows/sec., 197.39 MiB/sec. 2025.05.13 23:12:07.340236 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.05.13 23:12:07.340501 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:07.340575 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_141_28} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.05.13 23:12:07.340656 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2025.05.13 23:12:08.569756 [ 222 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:08.569808 [ 222 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:08.572187 [ 222 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:08.662700 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38979 2025.05.13 23:12:08.663206 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:08.663253 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:08.663728 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:12:08.663967 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:08.664100 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 2025.05.13 23:12:10.119917 [ 220 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:10.119969 [ 220 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:10.122668 [ 220 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:10.827346 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.05.13 23:12:10.844226 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:10.844282 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:10.850444 [ 243 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:12:10.851135 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:10.854132 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.05.13 23:12:11.001165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 358.23 MiB, peak 375.28 MiB, free memory in arenas 0.00 B, will set to 361.74 MiB (RSS), difference: 3.51 MiB 2025.05.13 23:12:11.281579 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2472 2025.05.13 23:12:11.284201 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:11.284248 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:11.285430 [ 242 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:12:11.285689 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:11.285956 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2472 2025.05.13 23:12:12.343003 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.343290 [ 269 ] {c4376065-bc24-4f60-8962-582105e0b9cf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:12:12.343396 [ 269 ] {c4376065-bc24-4f60-8962-582105e0b9cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:12:12.344355 [ 269 ] {c4376065-bc24-4f60-8962-582105e0b9cf} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.344395 [ 269 ] {c4376065-bc24-4f60-8962-582105e0b9cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.344811 [ 269 ] {c4376065-bc24-4f60-8962-582105e0b9cf} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:12:12.345046 [ 269 ] {c4376065-bc24-4f60-8962-582105e0b9cf} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.345200 [ 269 ] {c4376065-bc24-4f60-8962-582105e0b9cf} executeQuery: Read 212 rows, 13.81 KiB in 0.001989 sec., 106586.22423328306 rows/sec., 6.78 MiB/sec. 2025.05.13 23:12:12.345243 [ 269 ] {c4376065-bc24-4f60-8962-582105e0b9cf} TCPHandler: Processed in 0.002428278 sec. 2025.05.13 23:12:12.345380 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.345475 [ 269 ] {6183585c-f2ac-4799-955f-dd6bf2364aea} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:12.345517 [ 269 ] {6183585c-f2ac-4799-955f-dd6bf2364aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:12.346349 [ 269 ] {6183585c-f2ac-4799-955f-dd6bf2364aea} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.346384 [ 269 ] {6183585c-f2ac-4799-955f-dd6bf2364aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.346724 [ 269 ] {6183585c-f2ac-4799-955f-dd6bf2364aea} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.05.13 23:12:12.346949 [ 269 ] {6183585c-f2ac-4799-955f-dd6bf2364aea} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.347079 [ 269 ] {6183585c-f2ac-4799-955f-dd6bf2364aea} executeQuery: Read 635 rows, 51.07 KiB in 0.001624 sec., 391009.85221674875 rows/sec., 30.71 MiB/sec. 2025.05.13 23:12:12.347117 [ 269 ] {6183585c-f2ac-4799-955f-dd6bf2364aea} TCPHandler: Processed in 0.001788568 sec. 2025.05.13 23:12:12.347237 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.347330 [ 269 ] {09686327-3969-4351-8cb6-38af12907736} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:12.347370 [ 269 ] {09686327-3969-4351-8cb6-38af12907736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:12.347826 [ 269 ] {09686327-3969-4351-8cb6-38af12907736} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.347861 [ 269 ] {09686327-3969-4351-8cb6-38af12907736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.348164 [ 269 ] {09686327-3969-4351-8cb6-38af12907736} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.05.13 23:12:12.348376 [ 269 ] {09686327-3969-4351-8cb6-38af12907736} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.348501 [ 269 ] {09686327-3969-4351-8cb6-38af12907736} executeQuery: Read 115 rows, 7.06 KiB in 0.001189 sec., 96719.93271656855 rows/sec., 5.80 MiB/sec. 2025.05.13 23:12:12.348538 [ 269 ] {09686327-3969-4351-8cb6-38af12907736} TCPHandler: Processed in 0.001351273 sec. 2025.05.13 23:12:12.348658 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.348752 [ 269 ] {d5ffed84-3b4a-4211-b387-93c50d684f7d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:12:12.348793 [ 269 ] {d5ffed84-3b4a-4211-b387-93c50d684f7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:12:12.349230 [ 269 ] {d5ffed84-3b4a-4211-b387-93c50d684f7d} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.349266 [ 269 ] {d5ffed84-3b4a-4211-b387-93c50d684f7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.349570 [ 269 ] {d5ffed84-3b4a-4211-b387-93c50d684f7d} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:12:12.349786 [ 269 ] {d5ffed84-3b4a-4211-b387-93c50d684f7d} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.349912 [ 269 ] {d5ffed84-3b4a-4211-b387-93c50d684f7d} executeQuery: Read 113 rows, 7.49 KiB in 0.001179 sec., 95843.93553859204 rows/sec., 6.20 MiB/sec. 2025.05.13 23:12:12.349949 [ 269 ] {d5ffed84-3b4a-4211-b387-93c50d684f7d} TCPHandler: Processed in 0.001340733 sec. 2025.05.13 23:12:12.350066 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.350159 [ 269 ] {9f1404b5-ab66-43d5-a5b3-fcaf5d047ca8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:12:12.350199 [ 269 ] {9f1404b5-ab66-43d5-a5b3-fcaf5d047ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:12:12.350623 [ 269 ] {9f1404b5-ab66-43d5-a5b3-fcaf5d047ca8} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.350658 [ 269 ] {9f1404b5-ab66-43d5-a5b3-fcaf5d047ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.350954 [ 269 ] {9f1404b5-ab66-43d5-a5b3-fcaf5d047ca8} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:12:12.351177 [ 269 ] {9f1404b5-ab66-43d5-a5b3-fcaf5d047ca8} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.351300 [ 269 ] {9f1404b5-ab66-43d5-a5b3-fcaf5d047ca8} executeQuery: Read 112 rows, 6.53 KiB in 0.001161 sec., 96468.56158484066 rows/sec., 5.50 MiB/sec. 2025.05.13 23:12:12.351339 [ 269 ] {9f1404b5-ab66-43d5-a5b3-fcaf5d047ca8} TCPHandler: Processed in 0.001323123 sec. 2025.05.13 23:12:12.351453 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.351546 [ 269 ] {88544533-fc3a-4f31-8310-2cc7312302ef} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:12.351584 [ 269 ] {88544533-fc3a-4f31-8310-2cc7312302ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:12.352131 [ 269 ] {88544533-fc3a-4f31-8310-2cc7312302ef} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.352165 [ 269 ] {88544533-fc3a-4f31-8310-2cc7312302ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.352481 [ 269 ] {88544533-fc3a-4f31-8310-2cc7312302ef} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.05.13 23:12:12.352694 [ 269 ] {88544533-fc3a-4f31-8310-2cc7312302ef} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.352818 [ 269 ] {88544533-fc3a-4f31-8310-2cc7312302ef} executeQuery: Read 391 rows, 28.31 KiB in 0.001291 sec., 302865.99535243993 rows/sec., 21.41 MiB/sec. 2025.05.13 23:12:12.352855 [ 269 ] {88544533-fc3a-4f31-8310-2cc7312302ef} TCPHandler: Processed in 0.001452146 sec. 2025.05.13 23:12:12.352906 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.05.13 23:12:12.352955 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.05.13 23:12:12.352973 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.353072 [ 269 ] {575c0328-8e06-40a5-8939-750f3b1bef17} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:12:12.353115 [ 269 ] {575c0328-8e06-40a5-8939-750f3b1bef17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:12:12.353462 [ 269 ] {575c0328-8e06-40a5-8939-750f3b1bef17} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.353500 [ 269 ] {575c0328-8e06-40a5-8939-750f3b1bef17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.353824 [ 269 ] {575c0328-8e06-40a5-8939-750f3b1bef17} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:12:12.354081 [ 269 ] {575c0328-8e06-40a5-8939-750f3b1bef17} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.354207 [ 269 ] {575c0328-8e06-40a5-8939-750f3b1bef17} executeQuery: Read 6 rows, 321.00 B in 0.001153 sec., 5203.816131830009 rows/sec., 271.88 KiB/sec. 2025.05.13 23:12:12.354215 [ 223 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:12:12.354252 [ 269 ] {575c0328-8e06-40a5-8939-750f3b1bef17} TCPHandler: Processed in 0.001329792 sec. 2025.05.13 23:12:12.354257 [ 223 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:12:12.354365 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.354459 [ 269 ] {96e8e9b6-8533-4c9f-a691-e8d6456c09f5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:12.354503 [ 269 ] {96e8e9b6-8533-4c9f-a691-e8d6456c09f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:12.354927 [ 269 ] {96e8e9b6-8533-4c9f-a691-e8d6456c09f5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.354965 [ 269 ] {96e8e9b6-8533-4c9f-a691-e8d6456c09f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.355311 [ 269 ] {96e8e9b6-8533-4c9f-a691-e8d6456c09f5} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.05.13 23:12:12.355530 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.05.13 23:12:12.355593 [ 269 ] {96e8e9b6-8533-4c9f-a691-e8d6456c09f5} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.355727 [ 269 ] {96e8e9b6-8533-4c9f-a691-e8d6456c09f5} executeQuery: Read 237 rows, 16.27 KiB in 0.001288 sec., 184006.2111801242 rows/sec., 12.33 MiB/sec. 2025.05.13 23:12:12.355765 [ 269 ] {96e8e9b6-8533-4c9f-a691-e8d6456c09f5} TCPHandler: Processed in 0.001448876 sec. 2025.05.13 23:12:12.355887 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.355983 [ 269 ] {e2e9c6a0-d317-4df9-8d2b-ec61cac9d0bf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:12:12.356026 [ 269 ] {e2e9c6a0-d317-4df9-8d2b-ec61cac9d0bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:12:12.356344 [ 269 ] {e2e9c6a0-d317-4df9-8d2b-ec61cac9d0bf} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.356377 [ 269 ] {e2e9c6a0-d317-4df9-8d2b-ec61cac9d0bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.356447 [ 223 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.05.13 23:12:12.356673 [ 269 ] {e2e9c6a0-d317-4df9-8d2b-ec61cac9d0bf} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.05.13 23:12:12.356895 [ 269 ] {e2e9c6a0-d317-4df9-8d2b-ec61cac9d0bf} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.357023 [ 269 ] {e2e9c6a0-d317-4df9-8d2b-ec61cac9d0bf} executeQuery: Read 1 rows, 69.00 B in 0.001057 sec., 946.073793755913 rows/sec., 63.75 KiB/sec. 2025.05.13 23:12:12.357073 [ 269 ] {e2e9c6a0-d317-4df9-8d2b-ec61cac9d0bf} TCPHandler: Processed in 0.001235199 sec. 2025.05.13 23:12:12.357211 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.357341 [ 269 ] {f653443c-3bca-4bb4-82f0-9645fa931050} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:12.357408 [ 269 ] {f653443c-3bca-4bb4-82f0-9645fa931050} 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.05.13 23:12:12.358227 [ 269 ] {f653443c-3bca-4bb4-82f0-9645fa931050} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.358262 [ 269 ] {f653443c-3bca-4bb4-82f0-9645fa931050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.358766 [ 269 ] {f653443c-3bca-4bb4-82f0-9645fa931050} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.05.13 23:12:12.358981 [ 269 ] {f653443c-3bca-4bb4-82f0-9645fa931050} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.359099 [ 59 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.05.13 23:12:12.359113 [ 269 ] {f653443c-3bca-4bb4-82f0-9645fa931050} executeQuery: Read 9 rows, 16.51 KiB in 0.001799 sec., 5002.77932184547 rows/sec., 8.96 MiB/sec. 2025.05.13 23:12:12.359137 [ 59 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.359156 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.359171 [ 269 ] {f653443c-3bca-4bb4-82f0-9645fa931050} TCPHandler: Processed in 0.002018814 sec. 2025.05.13 23:12:12.359261 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.05.13 23:12:12.359288 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:12.359390 [ 269 ] {f6ac3129-eb72-4e14-a631-055ef62cf429} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:12.359431 [ 269 ] {f6ac3129-eb72-4e14-a631-055ef62cf429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:12.359503 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:12.359565 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2254 rows starting from the beginning of the part 2025.05.13 23:12:12.359695 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 9 rows starting from the beginning of the part 2025.05.13 23:12:12.359779 [ 269 ] {f6ac3129-eb72-4e14-a631-055ef62cf429} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:12.359804 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 32 rows starting from the beginning of the part 2025.05.13 23:12:12.359818 [ 269 ] {f6ac3129-eb72-4e14-a631-055ef62cf429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:12.359925 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 9 rows starting from the beginning of the part 2025.05.13 23:12:12.360035 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 32 rows starting from the beginning of the part 2025.05.13 23:12:12.360141 [ 269 ] {f6ac3129-eb72-4e14-a631-055ef62cf429} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.05.13 23:12:12.360150 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 9 rows starting from the beginning of the part 2025.05.13 23:12:12.360363 [ 269 ] {f6ac3129-eb72-4e14-a631-055ef62cf429} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.360487 [ 269 ] {f6ac3129-eb72-4e14-a631-055ef62cf429} executeQuery: Read 82 rows, 5.33 KiB in 0.001115 sec., 73542.60089686098 rows/sec., 4.67 MiB/sec. 2025.05.13 23:12:12.360523 [ 269 ] {f6ac3129-eb72-4e14-a631-055ef62cf429} TCPHandler: Processed in 0.001282331 sec. 2025.05.13 23:12:12.368715 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2345 rows, containing 19 columns (19 merged, 0 gathered) in 0.009505015 sec., 246711.86736685844 rows/sec., 442.10 MiB/sec. 2025.05.13 23:12:12.370906 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.05.13 23:12:12.371297 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:12.371381 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_116_23} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.05.13 23:12:12.371540 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.47 MiB. 2025.05.13 23:12:12.797248 [ 220 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.05.13 23:12:12.797310 [ 220 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.05.13 23:12:12.799803 [ 220 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.05.13 23:12:13.001162 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 362.55 MiB, peak 380.99 MiB, free memory in arenas 0.00 B, will set to 363.98 MiB (RSS), difference: 1.43 MiB 2025.05.13 23:12:15.926914 [ 54 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:12:15.926989 [ 54 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:12:16.165113 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39467 2025.05.13 23:12:16.165626 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:16.165662 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:16.166133 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:12:16.166353 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:16.166485 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39467 2025.05.13 23:12:16.166491 [ 52 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.05.13 23:12:16.166539 [ 52 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:16.166561 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:16.166734 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.05.13 23:12:16.166907 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:16.166948 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part 2025.05.13 23:12:16.167018 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part 2025.05.13 23:12:16.167067 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part 2025.05.13 23:12:16.167113 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part 2025.05.13 23:12:16.167154 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part 2025.05.13 23:12:16.167196 [ 189 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part 2025.05.13 23:12:16.169647 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 39467 rows, containing 4 columns (4 merged, 0 gathered) in 0.002987516 sec., 13210640.545523439 rows/sec., 188.98 MiB/sec. 2025.05.13 23:12:16.170060 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.05.13 23:12:16.170324 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:16.170386 [ 200 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_86_17} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.05.13 23:12:16.170480 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.05.13 23:12:17.010208 [ 50 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_34_8 to all_38_38_0 2025.05.13 23:12:17.010301 [ 50 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:17.010341 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:17.010489 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_34_8 to all_38_38_0 into Compact with storage Full 2025.05.13 23:12:17.010662 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:17.010703 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 18 rows starting from the beginning of the part 2025.05.13 23:12:17.010780 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part 2025.05.13 23:12:17.010827 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part 2025.05.13 23:12:17.010870 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2025.05.13 23:12:17.010911 [ 189 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part 2025.05.13 23:12:17.011671 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00124373 sec., 28945.18906836693 rows/sec., 2.42 MiB/sec. 2025.05.13 23:12:17.011865 [ 198 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary) 2025.05.13 23:12:17.012205 [ 198 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:17.012297 [ 198 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_38_9} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_34_8, all_38_38_0] -> all_1_38_9 2025.05.13 23:12:17.012413 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:12:17.284702 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:17.284788 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:17.287463 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:17.337046 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:17.337334 [ 269 ] {bd07ac6e-f235-43eb-88dd-0b3ff8a7add9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:17.337437 [ 269 ] {bd07ac6e-f235-43eb-88dd-0b3ff8a7add9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:17.338373 [ 269 ] {bd07ac6e-f235-43eb-88dd-0b3ff8a7add9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:17.338411 [ 269 ] {bd07ac6e-f235-43eb-88dd-0b3ff8a7add9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:17.338812 [ 269 ] {bd07ac6e-f235-43eb-88dd-0b3ff8a7add9} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.05.13 23:12:17.339038 [ 269 ] {bd07ac6e-f235-43eb-88dd-0b3ff8a7add9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:17.339188 [ 269 ] {bd07ac6e-f235-43eb-88dd-0b3ff8a7add9} executeQuery: Read 120 rows, 10.47 KiB in 0.001933 sec., 62079.66890843249 rows/sec., 5.29 MiB/sec. 2025.05.13 23:12:17.339231 [ 269 ] {bd07ac6e-f235-43eb-88dd-0b3ff8a7add9} TCPHandler: Processed in 0.002367716 sec. 2025.05.13 23:12:17.339362 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:17.339457 [ 269 ] {3e9ab629-f73f-4295-982c-d3bb73245f9c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:17.339496 [ 269 ] {3e9ab629-f73f-4295-982c-d3bb73245f9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:17.339998 [ 269 ] {3e9ab629-f73f-4295-982c-d3bb73245f9c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:17.340031 [ 269 ] {3e9ab629-f73f-4295-982c-d3bb73245f9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:17.340328 [ 269 ] {3e9ab629-f73f-4295-982c-d3bb73245f9c} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.05.13 23:12:17.340538 [ 269 ] {3e9ab629-f73f-4295-982c-d3bb73245f9c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:17.340664 [ 269 ] {3e9ab629-f73f-4295-982c-d3bb73245f9c} executeQuery: Read 32 rows, 2.41 KiB in 0.001226 sec., 26101.141924959215 rows/sec., 1.92 MiB/sec. 2025.05.13 23:12:17.340701 [ 269 ] {3e9ab629-f73f-4295-982c-d3bb73245f9c} TCPHandler: Processed in 0.001388035 sec. 2025.05.13 23:12:17.340819 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:17.340912 [ 269 ] {dd38f28c-bf6b-4518-a210-5083fbf9b34c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:17.340951 [ 269 ] {dd38f28c-bf6b-4518-a210-5083fbf9b34c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:17.341411 [ 269 ] {dd38f28c-bf6b-4518-a210-5083fbf9b34c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:17.341445 [ 269 ] {dd38f28c-bf6b-4518-a210-5083fbf9b34c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:17.341742 [ 269 ] {dd38f28c-bf6b-4518-a210-5083fbf9b34c} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.05.13 23:12:17.341963 [ 269 ] {dd38f28c-bf6b-4518-a210-5083fbf9b34c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:17.342088 [ 269 ] {dd38f28c-bf6b-4518-a210-5083fbf9b34c} executeQuery: Read 96 rows, 7.68 KiB in 0.001194 sec., 80402.01005025127 rows/sec., 6.28 MiB/sec. 2025.05.13 23:12:17.342129 [ 269 ] {dd38f28c-bf6b-4518-a210-5083fbf9b34c} TCPHandler: Processed in 0.001359353 sec. 2025.05.13 23:12:17.342248 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:17.342342 [ 269 ] {61590ba4-b07b-4632-a6b4-27fe3491a21d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:17.342384 [ 269 ] {61590ba4-b07b-4632-a6b4-27fe3491a21d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:17.342808 [ 269 ] {61590ba4-b07b-4632-a6b4-27fe3491a21d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:17.342843 [ 269 ] {61590ba4-b07b-4632-a6b4-27fe3491a21d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:17.343166 [ 269 ] {61590ba4-b07b-4632-a6b4-27fe3491a21d} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.05.13 23:12:17.343372 [ 269 ] {61590ba4-b07b-4632-a6b4-27fe3491a21d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:17.343497 [ 269 ] {61590ba4-b07b-4632-a6b4-27fe3491a21d} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2025.05.13 23:12:17.343536 [ 269 ] {61590ba4-b07b-4632-a6b4-27fe3491a21d} TCPHandler: Processed in 0.001336853 sec. 2025.05.13 23:12:17.343643 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:17.343735 [ 269 ] {59b1f588-d24f-45d8-a379-2b2de4e06016} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:17.343790 [ 269 ] {59b1f588-d24f-45d8-a379-2b2de4e06016} 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.05.13 23:12:17.344628 [ 269 ] {59b1f588-d24f-45d8-a379-2b2de4e06016} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:17.344662 [ 269 ] {59b1f588-d24f-45d8-a379-2b2de4e06016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:17.345201 [ 269 ] {59b1f588-d24f-45d8-a379-2b2de4e06016} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.05.13 23:12:17.345421 [ 269 ] {59b1f588-d24f-45d8-a379-2b2de4e06016} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:17.345557 [ 269 ] {59b1f588-d24f-45d8-a379-2b2de4e06016} executeQuery: Read 32 rows, 58.72 KiB in 0.00184 sec., 17391.304347826088 rows/sec., 31.16 MiB/sec. 2025.05.13 23:12:17.345616 [ 269 ] {59b1f588-d24f-45d8-a379-2b2de4e06016} TCPHandler: Processed in 0.002022525 sec. 2025.05.13 23:12:17.345618 [ 222 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:17.345659 [ 222 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:17.345743 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:17.345867 [ 269 ] {6a3b28ab-5390-4182-81a2-5c6750178cd7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:17.345919 [ 269 ] {6a3b28ab-5390-4182-81a2-5c6750178cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:17.346318 [ 269 ] {6a3b28ab-5390-4182-81a2-5c6750178cd7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:17.346362 [ 269 ] {6a3b28ab-5390-4182-81a2-5c6750178cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:17.346772 [ 269 ] {6a3b28ab-5390-4182-81a2-5c6750178cd7} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.05.13 23:12:17.347003 [ 269 ] {6a3b28ab-5390-4182-81a2-5c6750178cd7} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:17.347153 [ 269 ] {6a3b28ab-5390-4182-81a2-5c6750178cd7} executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec. 2025.05.13 23:12:17.347189 [ 269 ] {6a3b28ab-5390-4182-81a2-5c6750178cd7} TCPHandler: Processed in 0.001496327 sec. 2025.05.13 23:12:17.347651 [ 222 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:12:18.355076 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.05.13 23:12:18.372729 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:18.372779 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:18.379151 [ 243 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:12:18.379860 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:18.380160 [ 50 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.05.13 23:12:18.380227 [ 50 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:18.380246 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:18.380369 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.05.13 23:12:18.383415 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.05.13 23:12:18.384418 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:18.385952 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2025.05.13 23:12:18.390607 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2025.05.13 23:12:18.395209 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2025.05.13 23:12:18.399968 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2025.05.13 23:12:18.404987 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2025.05.13 23:12:18.409683 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2025.05.13 23:12:18.436369 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:18.436410 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:18.438619 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:18.467874 [ 194 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.087556691 sec., 7400.919251276867 rows/sec., 38.27 MiB/sec. 2025.05.13 23:12:18.471200 [ 186 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.05.13 23:12:18.473251 [ 186 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:18.473348 [ 186 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_86_17} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.05.13 23:12:18.476039 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.05.13 23:12:19.000166 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 365.09 MiB, peak 382.50 MiB, free memory in arenas 0.00 B, will set to 364.01 MiB (RSS), difference: -1.08 MiB 2025.05.13 23:12:21.287039 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2506 2025.05.13 23:12:21.289477 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:21.289533 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:21.290732 [ 242 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:12:21.291009 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:21.291209 [ 222 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:12:21.291239 [ 222 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:12:21.291343 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2506 2025.05.13 23:12:21.293344 [ 222 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:12:22.343297 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.343565 [ 269 ] {493ea920-eef6-4420-84da-171605be948b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:12:22.343661 [ 269 ] {493ea920-eef6-4420-84da-171605be948b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:12:22.344518 [ 269 ] {493ea920-eef6-4420-84da-171605be948b} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.344565 [ 269 ] {493ea920-eef6-4420-84da-171605be948b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.344969 [ 269 ] {493ea920-eef6-4420-84da-171605be948b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:12:22.345201 [ 269 ] {493ea920-eef6-4420-84da-171605be948b} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.345355 [ 269 ] {493ea920-eef6-4420-84da-171605be948b} executeQuery: Read 212 rows, 13.81 KiB in 0.001863 sec., 113794.95437466452 rows/sec., 7.24 MiB/sec. 2025.05.13 23:12:22.345397 [ 269 ] {493ea920-eef6-4420-84da-171605be948b} TCPHandler: Processed in 0.002275912 sec. 2025.05.13 23:12:22.345525 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.345618 [ 269 ] {772c55b4-6b1a-4d6b-a3a7-8c8d788c5657} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:12:22.345657 [ 269 ] {772c55b4-6b1a-4d6b-a3a7-8c8d788c5657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:12:22.346057 [ 269 ] {772c55b4-6b1a-4d6b-a3a7-8c8d788c5657} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.346093 [ 269 ] {772c55b4-6b1a-4d6b-a3a7-8c8d788c5657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.346376 [ 269 ] {772c55b4-6b1a-4d6b-a3a7-8c8d788c5657} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.05.13 23:12:22.346581 [ 269 ] {772c55b4-6b1a-4d6b-a3a7-8c8d788c5657} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.346707 [ 269 ] {772c55b4-6b1a-4d6b-a3a7-8c8d788c5657} executeQuery: Read 4 rows, 334.00 B in 0.001107 sec., 3613.369467028004 rows/sec., 294.64 KiB/sec. 2025.05.13 23:12:22.346746 [ 269 ] {772c55b4-6b1a-4d6b-a3a7-8c8d788c5657} TCPHandler: Processed in 0.0012696 sec. 2025.05.13 23:12:22.346860 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.346954 [ 269 ] {41ed8e94-bfe1-4184-9fbb-36d23da544c7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:22.346993 [ 269 ] {41ed8e94-bfe1-4184-9fbb-36d23da544c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:22.347726 [ 269 ] {41ed8e94-bfe1-4184-9fbb-36d23da544c7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.347765 [ 269 ] {41ed8e94-bfe1-4184-9fbb-36d23da544c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.348092 [ 269 ] {41ed8e94-bfe1-4184-9fbb-36d23da544c7} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.05.13 23:12:22.348293 [ 269 ] {41ed8e94-bfe1-4184-9fbb-36d23da544c7} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.348421 [ 269 ] {41ed8e94-bfe1-4184-9fbb-36d23da544c7} executeQuery: Read 637 rows, 51.21 KiB in 0.001486 sec., 428667.5639300135 rows/sec., 33.66 MiB/sec. 2025.05.13 23:12:22.348459 [ 269 ] {41ed8e94-bfe1-4184-9fbb-36d23da544c7} TCPHandler: Processed in 0.001647983 sec. 2025.05.13 23:12:22.348573 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.348666 [ 269 ] {9a0b9868-c76f-4950-a20f-b413bfbcada9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:22.348705 [ 269 ] {9a0b9868-c76f-4950-a20f-b413bfbcada9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:22.349141 [ 269 ] {9a0b9868-c76f-4950-a20f-b413bfbcada9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.349177 [ 269 ] {9a0b9868-c76f-4950-a20f-b413bfbcada9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.349467 [ 269 ] {9a0b9868-c76f-4950-a20f-b413bfbcada9} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.05.13 23:12:22.349675 [ 269 ] {9a0b9868-c76f-4950-a20f-b413bfbcada9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.349793 [ 44 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.05.13 23:12:22.349800 [ 269 ] {9a0b9868-c76f-4950-a20f-b413bfbcada9} executeQuery: Read 119 rows, 7.34 KiB in 0.001153 sec., 103209.01994796185 rows/sec., 6.22 MiB/sec. 2025.05.13 23:12:22.349866 [ 44 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.349885 [ 269 ] {9a0b9868-c76f-4950-a20f-b413bfbcada9} TCPHandler: Processed in 0.001360754 sec. 2025.05.13 23:12:22.349900 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.350008 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.350037 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.05.13 23:12:22.350106 [ 269 ] {1d2d02b3-a02e-463c-b5df-2d14ccbbea3e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:12:22.350149 [ 269 ] {1d2d02b3-a02e-463c-b5df-2d14ccbbea3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:12:22.350178 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:22.350217 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 165 rows starting from the beginning of the part 2025.05.13 23:12:22.350285 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 115 rows starting from the beginning of the part 2025.05.13 23:12:22.350336 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 34 rows starting from the beginning of the part 2025.05.13 23:12:22.350382 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 115 rows starting from the beginning of the part 2025.05.13 23:12:22.350425 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 32 rows starting from the beginning of the part 2025.05.13 23:12:22.350466 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 119 rows starting from the beginning of the part 2025.05.13 23:12:22.350583 [ 269 ] {1d2d02b3-a02e-463c-b5df-2d14ccbbea3e} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.350625 [ 269 ] {1d2d02b3-a02e-463c-b5df-2d14ccbbea3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:22.350937 [ 269 ] {1d2d02b3-a02e-463c-b5df-2d14ccbbea3e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:12:22.351163 [ 269 ] {1d2d02b3-a02e-463c-b5df-2d14ccbbea3e} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.351291 [ 269 ] {1d2d02b3-a02e-463c-b5df-2d14ccbbea3e} executeQuery: Read 113 rows, 7.49 KiB in 0.001203 sec., 93931.8370739817 rows/sec., 6.08 MiB/sec. 2025.05.13 23:12:22.351328 [ 269 ] {1d2d02b3-a02e-463c-b5df-2d14ccbbea3e} TCPHandler: Processed in 0.001369254 sec. 2025.05.13 23:12:22.351408 [ 192 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 5 columns (5 merged, 0 gathered) in 0.001425555 sec., 406859.0829536566 rows/sec., 27.00 MiB/sec. 2025.05.13 23:12:22.351443 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.351540 [ 269 ] {24382655-75c4-482f-a84f-29afcb57ebc0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:12:22.351559 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.05.13 23:12:22.351579 [ 269 ] {24382655-75c4-482f-a84f-29afcb57ebc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:12:22.351843 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.351911 [ 187 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_121_24} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.05.13 23:12:22.352002 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.05.13 23:12:22.352024 [ 269 ] {24382655-75c4-482f-a84f-29afcb57ebc0} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.352059 [ 269 ] {24382655-75c4-482f-a84f-29afcb57ebc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.352344 [ 269 ] {24382655-75c4-482f-a84f-29afcb57ebc0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:12:22.352546 [ 269 ] {24382655-75c4-482f-a84f-29afcb57ebc0} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.352696 [ 269 ] {24382655-75c4-482f-a84f-29afcb57ebc0} executeQuery: Read 112 rows, 6.53 KiB in 0.001174 sec., 95400.34071550256 rows/sec., 5.43 MiB/sec. 2025.05.13 23:12:22.352735 [ 269 ] {24382655-75c4-482f-a84f-29afcb57ebc0} TCPHandler: Processed in 0.001340123 sec. 2025.05.13 23:12:22.352847 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.352940 [ 269 ] {18cdf73e-662d-4e23-a388-52e913bc2600} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:22.352979 [ 269 ] {18cdf73e-662d-4e23-a388-52e913bc2600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:22.353513 [ 269 ] {18cdf73e-662d-4e23-a388-52e913bc2600} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.353550 [ 269 ] {18cdf73e-662d-4e23-a388-52e913bc2600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.353859 [ 269 ] {18cdf73e-662d-4e23-a388-52e913bc2600} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.05.13 23:12:22.354063 [ 269 ] {18cdf73e-662d-4e23-a388-52e913bc2600} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.354189 [ 269 ] {18cdf73e-662d-4e23-a388-52e913bc2600} executeQuery: Read 395 rows, 28.63 KiB in 0.001266 sec., 312006.3191153239 rows/sec., 22.09 MiB/sec. 2025.05.13 23:12:22.354226 [ 269 ] {18cdf73e-662d-4e23-a388-52e913bc2600} TCPHandler: Processed in 0.001427706 sec. 2025.05.13 23:12:22.354339 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.354431 [ 269 ] {4a0c6d04-0074-4502-a333-e990345d1703} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:12:22.354472 [ 269 ] {4a0c6d04-0074-4502-a333-e990345d1703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:12:22.354808 [ 269 ] {4a0c6d04-0074-4502-a333-e990345d1703} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.354844 [ 269 ] {4a0c6d04-0074-4502-a333-e990345d1703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.355140 [ 269 ] {4a0c6d04-0074-4502-a333-e990345d1703} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:12:22.355339 [ 269 ] {4a0c6d04-0074-4502-a333-e990345d1703} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.355464 [ 269 ] {4a0c6d04-0074-4502-a333-e990345d1703} executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. 2025.05.13 23:12:22.355500 [ 269 ] {4a0c6d04-0074-4502-a333-e990345d1703} TCPHandler: Processed in 0.001210639 sec. 2025.05.13 23:12:22.355610 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.355701 [ 269 ] {b1b30c07-a5c8-4713-8eba-b0a69470d52b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:22.355745 [ 269 ] {b1b30c07-a5c8-4713-8eba-b0a69470d52b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:22.356145 [ 269 ] {b1b30c07-a5c8-4713-8eba-b0a69470d52b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.356181 [ 269 ] {b1b30c07-a5c8-4713-8eba-b0a69470d52b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.356498 [ 269 ] {b1b30c07-a5c8-4713-8eba-b0a69470d52b} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.05.13 23:12:22.356700 [ 269 ] {b1b30c07-a5c8-4713-8eba-b0a69470d52b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.356823 [ 269 ] {b1b30c07-a5c8-4713-8eba-b0a69470d52b} executeQuery: Read 239 rows, 16.41 KiB in 0.00114 sec., 209649.12280701756 rows/sec., 14.05 MiB/sec. 2025.05.13 23:12:22.356860 [ 269 ] {b1b30c07-a5c8-4713-8eba-b0a69470d52b} TCPHandler: Processed in 0.001299781 sec. 2025.05.13 23:12:22.356974 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.357066 [ 269 ] {552e93b2-6532-441d-aef9-c5e59bcc455b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:12:22.357106 [ 269 ] {552e93b2-6532-441d-aef9-c5e59bcc455b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:12:22.357416 [ 269 ] {552e93b2-6532-441d-aef9-c5e59bcc455b} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.357452 [ 269 ] {552e93b2-6532-441d-aef9-c5e59bcc455b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.357730 [ 269 ] {552e93b2-6532-441d-aef9-c5e59bcc455b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.05.13 23:12:22.357928 [ 269 ] {552e93b2-6532-441d-aef9-c5e59bcc455b} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.358033 [ 44 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.05.13 23:12:22.358055 [ 269 ] {552e93b2-6532-441d-aef9-c5e59bcc455b} executeQuery: Read 1 rows, 69.00 B in 0.001007 sec., 993.0486593843098 rows/sec., 66.91 KiB/sec. 2025.05.13 23:12:22.358069 [ 44 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.358097 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.358098 [ 269 ] {552e93b2-6532-441d-aef9-c5e59bcc455b} TCPHandler: Processed in 0.001174828 sec. 2025.05.13 23:12:22.358170 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.05.13 23:12:22.358236 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.358278 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:22.358310 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 55 rows starting from the beginning of the part 2025.05.13 23:12:22.358331 [ 269 ] {76bd101e-5ae4-4606-8d1e-61a736017c5b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:22.358355 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part 2025.05.13 23:12:22.358390 [ 269 ] {76bd101e-5ae4-4606-8d1e-61a736017c5b} 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.05.13 23:12:22.358399 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part 2025.05.13 23:12:22.358444 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part 2025.05.13 23:12:22.358477 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part 2025.05.13 23:12:22.358510 [ 193 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part 2025.05.13 23:12:22.359198 [ 269 ] {76bd101e-5ae4-4606-8d1e-61a736017c5b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.359222 [ 192 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001083075 sec., 55397.82563534381 rows/sec., 3.65 MiB/sec. 2025.05.13 23:12:22.359239 [ 269 ] {76bd101e-5ae4-4606-8d1e-61a736017c5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.359373 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.05.13 23:12:22.359681 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.359755 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_60_12} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.05.13 23:12:22.359776 [ 269 ] {76bd101e-5ae4-4606-8d1e-61a736017c5b} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.05.13 23:12:22.359832 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:12:22.359997 [ 269 ] {76bd101e-5ae4-4606-8d1e-61a736017c5b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.360132 [ 269 ] {76bd101e-5ae4-4606-8d1e-61a736017c5b} executeQuery: Read 9 rows, 16.51 KiB in 0.001819 sec., 4947.773501924134 rows/sec., 8.87 MiB/sec. 2025.05.13 23:12:22.360188 [ 269 ] {76bd101e-5ae4-4606-8d1e-61a736017c5b} TCPHandler: Processed in 0.002001394 sec. 2025.05.13 23:12:22.360305 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:22.360397 [ 269 ] {51dff3ce-0a6a-4c8c-b1e4-49c35a0ecb4d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:22.360438 [ 269 ] {51dff3ce-0a6a-4c8c-b1e4-49c35a0ecb4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:22.360771 [ 269 ] {51dff3ce-0a6a-4c8c-b1e4-49c35a0ecb4d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:22.360807 [ 269 ] {51dff3ce-0a6a-4c8c-b1e4-49c35a0ecb4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:22.361099 [ 269 ] {51dff3ce-0a6a-4c8c-b1e4-49c35a0ecb4d} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.05.13 23:12:22.361303 [ 269 ] {51dff3ce-0a6a-4c8c-b1e4-49c35a0ecb4d} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:22.361427 [ 269 ] {51dff3ce-0a6a-4c8c-b1e4-49c35a0ecb4d} executeQuery: Read 82 rows, 5.33 KiB in 0.001048 sec., 78244.2748091603 rows/sec., 4.97 MiB/sec. 2025.05.13 23:12:22.361463 [ 269 ] {51dff3ce-0a6a-4c8c-b1e4-49c35a0ecb4d} TCPHandler: Processed in 0.001206498 sec. 2025.05.13 23:12:23.667503 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39894 2025.05.13 23:12:23.668003 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:23.668051 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.97 GiB. 2025.05.13 23:12:23.668529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:12:23.668778 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:23.668913 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 2025.05.13 23:12:25.884368 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.05.13 23:12:25.902137 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:25.902199 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:25.908382 [ 243 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:12:25.909085 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:25.912376 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.05.13 23:12:27.337158 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:27.337340 [ 269 ] {e9bcc8b4-40ac-43bb-8bd5-5a312a7dad93} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:27.337405 [ 269 ] {e9bcc8b4-40ac-43bb-8bd5-5a312a7dad93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:27.338183 [ 269 ] {e9bcc8b4-40ac-43bb-8bd5-5a312a7dad93} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.338225 [ 269 ] {e9bcc8b4-40ac-43bb-8bd5-5a312a7dad93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.338609 [ 269 ] {e9bcc8b4-40ac-43bb-8bd5-5a312a7dad93} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.05.13 23:12:27.338835 [ 269 ] {e9bcc8b4-40ac-43bb-8bd5-5a312a7dad93} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.338981 [ 269 ] {e9bcc8b4-40ac-43bb-8bd5-5a312a7dad93} executeQuery: Read 120 rows, 10.47 KiB in 0.001692 sec., 70921.98581560283 rows/sec., 6.04 MiB/sec. 2025.05.13 23:12:27.338985 [ 29 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_140_28 to all_145_145_0 2025.05.13 23:12:27.339024 [ 269 ] {e9bcc8b4-40ac-43bb-8bd5-5a312a7dad93} TCPHandler: Processed in 0.001994514 sec. 2025.05.13 23:12:27.339058 [ 29 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.339084 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.339163 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:27.339189 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_140_28 to all_145_145_0 into Compact with storage Full 2025.05.13 23:12:27.339263 [ 269 ] {62869988-2a8e-4168-9faa-c62f544af880} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:27.339306 [ 269 ] {62869988-2a8e-4168-9faa-c62f544af880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:27.339325 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:27.339366 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_140_28, total 1849 rows starting from the beginning of the part 2025.05.13 23:12:27.339439 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part 2025.05.13 23:12:27.339491 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 635 rows starting from the beginning of the part 2025.05.13 23:12:27.339538 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 120 rows starting from the beginning of the part 2025.05.13 23:12:27.339585 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 637 rows starting from the beginning of the part 2025.05.13 23:12:27.339627 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 120 rows starting from the beginning of the part 2025.05.13 23:12:27.339772 [ 269 ] {62869988-2a8e-4168-9faa-c62f544af880} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.339813 [ 269 ] {62869988-2a8e-4168-9faa-c62f544af880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.340130 [ 269 ] {62869988-2a8e-4168-9faa-c62f544af880} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.05.13 23:12:27.340363 [ 269 ] {62869988-2a8e-4168-9faa-c62f544af880} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.340498 [ 269 ] {62869988-2a8e-4168-9faa-c62f544af880} executeQuery: Read 32 rows, 2.41 KiB in 0.001256 sec., 25477.707006369426 rows/sec., 1.87 MiB/sec. 2025.05.13 23:12:27.340536 [ 269 ] {62869988-2a8e-4168-9faa-c62f544af880} TCPHandler: Processed in 0.001420715 sec. 2025.05.13 23:12:27.340548 [ 221 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:27.340587 [ 221 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:27.340653 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:27.340751 [ 269 ] {e9274e40-4b4d-4015-8312-e28869181c6e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:27.340790 [ 269 ] {e9274e40-4b4d-4015-8312-e28869181c6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:27.341029 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergeTask::MergeProjectionsStage: Merge sorted 3417 rows, containing 5 columns (5 merged, 0 gathered) in 0.001889811 sec., 1808117.3196684748 rows/sec., 152.42 MiB/sec. 2025.05.13 23:12:27.341240 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} MergedBlockOutputStream: filled checksums all_1_145_29 (state Temporary) 2025.05.13 23:12:27.341259 [ 269 ] {e9274e40-4b4d-4015-8312-e28869181c6e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.341303 [ 269 ] {e9274e40-4b4d-4015-8312-e28869181c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.341532 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_145_29 to all_1_145_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.341622 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_145_29} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_140_28, all_145_145_0] -> all_1_145_29 2025.05.13 23:12:27.341659 [ 269 ] {e9274e40-4b4d-4015-8312-e28869181c6e} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.05.13 23:12:27.341701 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.05.13 23:12:27.341909 [ 269 ] {e9274e40-4b4d-4015-8312-e28869181c6e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.342046 [ 29 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_140_28 to all_145_145_0 2025.05.13 23:12:27.342054 [ 269 ] {e9274e40-4b4d-4015-8312-e28869181c6e} executeQuery: Read 96 rows, 7.68 KiB in 0.001322 sec., 72617.24659606656 rows/sec., 5.67 MiB/sec. 2025.05.13 23:12:27.342084 [ 29 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.342106 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.342107 [ 269 ] {e9274e40-4b4d-4015-8312-e28869181c6e} TCPHandler: Processed in 0.001500798 sec. 2025.05.13 23:12:27.342181 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_140_28 to all_145_145_0 into Compact with storage Full 2025.05.13 23:12:27.342236 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:27.342269 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:27.342299 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_140_28, total 915 rows starting from the beginning of the part 2025.05.13 23:12:27.342332 [ 269 ] {2976461a-f7dc-406d-9d29-f64b27a1e6c0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:27.342351 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part 2025.05.13 23:12:27.342380 [ 269 ] {2976461a-f7dc-406d-9d29-f64b27a1e6c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:27.342400 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 391 rows starting from the beginning of the part 2025.05.13 23:12:27.342446 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 96 rows starting from the beginning of the part 2025.05.13 23:12:27.342488 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 395 rows starting from the beginning of the part 2025.05.13 23:12:27.342525 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 96 rows starting from the beginning of the part 2025.05.13 23:12:27.342838 [ 269 ] {2976461a-f7dc-406d-9d29-f64b27a1e6c0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.342879 [ 269 ] {2976461a-f7dc-406d-9d29-f64b27a1e6c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.343245 [ 269 ] {2976461a-f7dc-406d-9d29-f64b27a1e6c0} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.05.13 23:12:27.343423 [ 221 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:27.343503 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353403 sec., 1445984.6771434674 rows/sec., 110.49 MiB/sec. 2025.05.13 23:12:27.343511 [ 269 ] {2976461a-f7dc-406d-9d29-f64b27a1e6c0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.343642 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} MergedBlockOutputStream: filled checksums all_1_145_29 (state Temporary) 2025.05.13 23:12:27.343653 [ 29 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_140_29 to all_144_144_0 2025.05.13 23:12:27.343662 [ 269 ] {2976461a-f7dc-406d-9d29-f64b27a1e6c0} executeQuery: Read 160 rows, 11.41 KiB in 0.001347 sec., 118782.47958426131 rows/sec., 8.27 MiB/sec. 2025.05.13 23:12:27.343691 [ 29 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.343714 [ 269 ] {2976461a-f7dc-406d-9d29-f64b27a1e6c0} TCPHandler: Processed in 0.001525269 sec. 2025.05.13 23:12:27.343716 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.343822 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergeTask::PrepareStage: Merging 5 parts: from all_1_140_29 to all_144_144_0 into Compact with storage Full 2025.05.13 23:12:27.343840 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:27.343880 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_145_29 to all_1_145_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.343938 [ 269 ] {23fb643f-0b61-482d-95cc-398b2d8d4ba6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:27.343940 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:27.343946 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_145_29} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_140_28, all_145_145_0] -> all_1_145_29 2025.05.13 23:12:27.343991 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergeTreeSequentialSource: Reading 7 marks from part all_1_140_29, total 42197 rows starting from the beginning of the part 2025.05.13 23:12:27.343998 [ 269 ] {23fb643f-0b61-482d-95cc-398b2d8d4ba6} 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.05.13 23:12:27.344041 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.05.13 23:12:27.344061 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 42 rows starting from the beginning of the part 2025.05.13 23:12:27.344114 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 237 rows starting from the beginning of the part 2025.05.13 23:12:27.344155 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part 2025.05.13 23:12:27.344196 [ 199 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 239 rows starting from the beginning of the part 2025.05.13 23:12:27.344890 [ 269 ] {23fb643f-0b61-482d-95cc-398b2d8d4ba6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.344925 [ 269 ] {23fb643f-0b61-482d-95cc-398b2d8d4ba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.345466 [ 269 ] {23fb643f-0b61-482d-95cc-398b2d8d4ba6} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.05.13 23:12:27.345687 [ 269 ] {23fb643f-0b61-482d-95cc-398b2d8d4ba6} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.345821 [ 269 ] {23fb643f-0b61-482d-95cc-398b2d8d4ba6} executeQuery: Read 32 rows, 58.72 KiB in 0.001901 sec., 16833.245660178854 rows/sec., 30.16 MiB/sec. 2025.05.13 23:12:27.345878 [ 269 ] {23fb643f-0b61-482d-95cc-398b2d8d4ba6} TCPHandler: Processed in 0.002086607 sec. 2025.05.13 23:12:27.345994 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:27.346085 [ 269 ] {06db5e22-e268-4870-9cd1-380926a51690} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:27.346126 [ 269 ] {06db5e22-e268-4870-9cd1-380926a51690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:27.346464 [ 269 ] {06db5e22-e268-4870-9cd1-380926a51690} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:27.346499 [ 269 ] {06db5e22-e268-4870-9cd1-380926a51690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:27.346802 [ 269 ] {06db5e22-e268-4870-9cd1-380926a51690} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.05.13 23:12:27.347008 [ 269 ] {06db5e22-e268-4870-9cd1-380926a51690} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.347130 [ 269 ] {06db5e22-e268-4870-9cd1-380926a51690} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.05.13 23:12:27.347165 [ 269 ] {06db5e22-e268-4870-9cd1-380926a51690} TCPHandler: Processed in 0.001218669 sec. 2025.05.13 23:12:27.351333 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergeTask::MergeProjectionsStage: Merge sorted 42875 rows, containing 5 columns (5 merged, 0 gathered) in 0.007547591 sec., 5680620.478772631 rows/sec., 383.74 MiB/sec. 2025.05.13 23:12:27.351657 [ 193 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} MergedBlockOutputStream: filled checksums all_1_144_30 (state Temporary) 2025.05.13 23:12:27.351927 [ 193 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_144_30 to all_1_144_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:27.351994 [ 193 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_144_30} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_140_29, all_144_144_0] -> all_1_144_30 2025.05.13 23:12:27.352079 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.05.13 23:12:30.927026 [ 37 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:12:30.927090 [ 37 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:12:31.169923 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40382 2025.05.13 23:12:31.170522 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:31.170582 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:31.171140 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:12:31.171425 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:31.171609 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40382 2025.05.13 23:12:31.292452 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2542 2025.05.13 23:12:31.296155 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:31.296240 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:31.298057 [ 242 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:12:31.298480 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:31.298905 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2542 2025.05.13 23:12:32.342434 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.342693 [ 269 ] {34ab053f-9cf6-47bb-a163-adc978ddb365} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:12:32.342790 [ 269 ] {34ab053f-9cf6-47bb-a163-adc978ddb365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:12:32.343703 [ 269 ] {34ab053f-9cf6-47bb-a163-adc978ddb365} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.343749 [ 269 ] {34ab053f-9cf6-47bb-a163-adc978ddb365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.344147 [ 269 ] {34ab053f-9cf6-47bb-a163-adc978ddb365} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:12:32.344371 [ 269 ] {34ab053f-9cf6-47bb-a163-adc978ddb365} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.344529 [ 269 ] {34ab053f-9cf6-47bb-a163-adc978ddb365} executeQuery: Read 212 rows, 13.81 KiB in 0.001908 sec., 111111.11111111111 rows/sec., 7.07 MiB/sec. 2025.05.13 23:12:32.344528 [ 36 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 2025.05.13 23:12:32.344583 [ 269 ] {34ab053f-9cf6-47bb-a163-adc978ddb365} TCPHandler: Processed in 0.002317134 sec. 2025.05.13 23:12:32.344629 [ 36 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.344671 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.344726 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.344792 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.05.13 23:12:32.344798 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full 2025.05.13 23:12:32.344830 [ 269 ] {f3549a85-3883-49c1-8c4a-d66e8b34cb98} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:32.344824 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.05.13 23:12:32.344883 [ 269 ] {f3549a85-3883-49c1-8c4a-d66e8b34cb98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:32.344921 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:32.344954 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 212 rows starting from the beginning of the part 2025.05.13 23:12:32.345021 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 212 rows starting from the beginning of the part 2025.05.13 23:12:32.345074 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 212 rows starting from the beginning of the part 2025.05.13 23:12:32.345124 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 212 rows starting from the beginning of the part 2025.05.13 23:12:32.345180 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 212 rows starting from the beginning of the part 2025.05.13 23:12:32.345675 [ 269 ] {f3549a85-3883-49c1-8c4a-d66e8b34cb98} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.345711 [ 269 ] {f3549a85-3883-49c1-8c4a-d66e8b34cb98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.345950 [ 195 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001197999 sec., 884808.751927172 rows/sec., 59.65 MiB/sec. 2025.05.13 23:12:32.346054 [ 269 ] {f3549a85-3883-49c1-8c4a-d66e8b34cb98} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.05.13 23:12:32.346066 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) 2025.05.13 23:12:32.346307 [ 269 ] {f3549a85-3883-49c1-8c4a-d66e8b34cb98} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.346316 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.346378 [ 199 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_61_15} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 2025.05.13 23:12:32.346435 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:12:32.346443 [ 269 ] {f3549a85-3883-49c1-8c4a-d66e8b34cb98} executeQuery: Read 635 rows, 51.07 KiB in 0.001636 sec., 388141.8092909535 rows/sec., 30.48 MiB/sec. 2025.05.13 23:12:32.346482 [ 269 ] {f3549a85-3883-49c1-8c4a-d66e8b34cb98} TCPHandler: Processed in 0.001805998 sec. 2025.05.13 23:12:32.346535 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.05.13 23:12:32.346588 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.346690 [ 269 ] {5f8998bb-286e-4cc9-a1f5-8b4c66ff9068} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:32.346730 [ 269 ] {5f8998bb-286e-4cc9-a1f5-8b4c66ff9068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:32.347154 [ 269 ] {5f8998bb-286e-4cc9-a1f5-8b4c66ff9068} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.347190 [ 269 ] {5f8998bb-286e-4cc9-a1f5-8b4c66ff9068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.347478 [ 269 ] {5f8998bb-286e-4cc9-a1f5-8b4c66ff9068} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.05.13 23:12:32.347682 [ 269 ] {5f8998bb-286e-4cc9-a1f5-8b4c66ff9068} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.347802 [ 269 ] {5f8998bb-286e-4cc9-a1f5-8b4c66ff9068} executeQuery: Read 115 rows, 7.06 KiB in 0.001133 sec., 101500.44130626656 rows/sec., 6.09 MiB/sec. 2025.05.13 23:12:32.347839 [ 269 ] {5f8998bb-286e-4cc9-a1f5-8b4c66ff9068} TCPHandler: Processed in 0.001299762 sec. 2025.05.13 23:12:32.347945 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.348035 [ 269 ] {4546eb97-c8e6-49ea-8d62-90e1f2982a43} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:12:32.348073 [ 269 ] {4546eb97-c8e6-49ea-8d62-90e1f2982a43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:12:32.348489 [ 269 ] {4546eb97-c8e6-49ea-8d62-90e1f2982a43} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.348526 [ 269 ] {4546eb97-c8e6-49ea-8d62-90e1f2982a43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.348815 [ 269 ] {4546eb97-c8e6-49ea-8d62-90e1f2982a43} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.05.13 23:12:32.349018 [ 269 ] {4546eb97-c8e6-49ea-8d62-90e1f2982a43} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.349142 [ 269 ] {4546eb97-c8e6-49ea-8d62-90e1f2982a43} executeQuery: Read 113 rows, 7.49 KiB in 0.001124 sec., 100533.80782918149 rows/sec., 6.51 MiB/sec. 2025.05.13 23:12:32.349179 [ 269 ] {4546eb97-c8e6-49ea-8d62-90e1f2982a43} TCPHandler: Processed in 0.001281051 sec. 2025.05.13 23:12:32.349191 [ 223 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.05.13 23:12:32.349217 [ 223 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.05.13 23:12:32.349284 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.349374 [ 269 ] {a295d846-c720-4b35-bf4f-1cb35a77719f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:12:32.349413 [ 269 ] {a295d846-c720-4b35-bf4f-1cb35a77719f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:12:32.349825 [ 269 ] {a295d846-c720-4b35-bf4f-1cb35a77719f} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.349860 [ 269 ] {a295d846-c720-4b35-bf4f-1cb35a77719f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.350154 [ 269 ] {a295d846-c720-4b35-bf4f-1cb35a77719f} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:12:32.350366 [ 269 ] {a295d846-c720-4b35-bf4f-1cb35a77719f} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.350483 [ 35 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 2025.05.13 23:12:32.350489 [ 269 ] {a295d846-c720-4b35-bf4f-1cb35a77719f} executeQuery: Read 112 rows, 6.53 KiB in 0.001133 sec., 98852.60370697264 rows/sec., 5.63 MiB/sec. 2025.05.13 23:12:32.350526 [ 35 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.350541 [ 269 ] {a295d846-c720-4b35-bf4f-1cb35a77719f} TCPHandler: Processed in 0.001303352 sec. 2025.05.13 23:12:32.350554 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.350625 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full 2025.05.13 23:12:32.350643 [ 219 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.05.13 23:12:32.350651 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.350666 [ 219 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.05.13 23:12:32.350697 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:32.350720 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 112 rows starting from the beginning of the part 2025.05.13 23:12:32.350746 [ 269 ] {812c87ce-40e9-470b-b401-366307da9332} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:32.350763 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 112 rows starting from the beginning of the part 2025.05.13 23:12:32.350786 [ 269 ] {812c87ce-40e9-470b-b401-366307da9332} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:32.350798 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 112 rows starting from the beginning of the part 2025.05.13 23:12:32.350832 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 112 rows starting from the beginning of the part 2025.05.13 23:12:32.350862 [ 199 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 112 rows starting from the beginning of the part 2025.05.13 23:12:32.351320 [ 269 ] {812c87ce-40e9-470b-b401-366307da9332} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.351354 [ 269 ] {812c87ce-40e9-470b-b401-366307da9332} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.351463 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.000862987 sec., 648908.9638661996 rows/sec., 39.44 MiB/sec. 2025.05.13 23:12:32.351569 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) 2025.05.13 23:12:32.351624 [ 223 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.05.13 23:12:32.351698 [ 269 ] {812c87ce-40e9-470b-b401-366307da9332} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.05.13 23:12:32.351812 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.351872 [ 195 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_61_15} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 2025.05.13 23:12:32.351915 [ 269 ] {812c87ce-40e9-470b-b401-366307da9332} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.351922 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.13 23:12:32.352040 [ 269 ] {812c87ce-40e9-470b-b401-366307da9332} executeQuery: Read 391 rows, 28.31 KiB in 0.001311 sec., 298245.6140350877 rows/sec., 21.08 MiB/sec. 2025.05.13 23:12:32.352078 [ 269 ] {812c87ce-40e9-470b-b401-366307da9332} TCPHandler: Processed in 0.001473907 sec. 2025.05.13 23:12:32.352185 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.352276 [ 269 ] {140497a4-063c-4f6c-8eec-827937915492} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:12:32.352309 [ 219 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.05.13 23:12:32.352316 [ 269 ] {140497a4-063c-4f6c-8eec-827937915492} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:12:32.352663 [ 269 ] {140497a4-063c-4f6c-8eec-827937915492} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.352695 [ 269 ] {140497a4-063c-4f6c-8eec-827937915492} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.352993 [ 269 ] {140497a4-063c-4f6c-8eec-827937915492} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:12:32.353189 [ 269 ] {140497a4-063c-4f6c-8eec-827937915492} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.353289 [ 35 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.05.13 23:12:32.353314 [ 269 ] {140497a4-063c-4f6c-8eec-827937915492} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2025.05.13 23:12:32.353319 [ 35 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.353344 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.353351 [ 269 ] {140497a4-063c-4f6c-8eec-827937915492} TCPHandler: Processed in 0.001212689 sec. 2025.05.13 23:12:32.353402 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.05.13 23:12:32.353456 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.353474 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:32.353497 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 336 rows starting from the beginning of the part 2025.05.13 23:12:32.353536 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part 2025.05.13 23:12:32.353549 [ 269 ] {bb0bc83e-4b8f-4e75-b4af-23c42a650ea2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:32.353570 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part 2025.05.13 23:12:32.353591 [ 269 ] {bb0bc83e-4b8f-4e75-b4af-23c42a650ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:32.353603 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part 2025.05.13 23:12:32.353634 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part 2025.05.13 23:12:32.353664 [ 199 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part 2025.05.13 23:12:32.353996 [ 269 ] {bb0bc83e-4b8f-4e75-b4af-23c42a650ea2} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.354029 [ 269 ] {bb0bc83e-4b8f-4e75-b4af-23c42a650ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.354304 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 4 columns (4 merged, 0 gathered) in 0.000920739 sec., 397506.7853104952 rows/sec., 20.28 MiB/sec. 2025.05.13 23:12:32.354347 [ 269 ] {bb0bc83e-4b8f-4e75-b4af-23c42a650ea2} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.05.13 23:12:32.354521 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.05.13 23:12:32.354580 [ 269 ] {bb0bc83e-4b8f-4e75-b4af-23c42a650ea2} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.354716 [ 269 ] {bb0bc83e-4b8f-4e75-b4af-23c42a650ea2} executeQuery: Read 237 rows, 16.27 KiB in 0.001186 sec., 199831.36593591905 rows/sec., 13.39 MiB/sec. 2025.05.13 23:12:32.354754 [ 269 ] {bb0bc83e-4b8f-4e75-b4af-23c42a650ea2} TCPHandler: Processed in 0.001344733 sec. 2025.05.13 23:12:32.354854 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.354919 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.354938 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_61_12} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.05.13 23:12:32.355019 [ 269 ] {f458a9ef-d89e-4b96-a696-8ac71429c473} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:12:32.355056 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:12:32.355064 [ 269 ] {f458a9ef-d89e-4b96-a696-8ac71429c473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:12:32.355390 [ 269 ] {f458a9ef-d89e-4b96-a696-8ac71429c473} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.355425 [ 269 ] {f458a9ef-d89e-4b96-a696-8ac71429c473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.355720 [ 269 ] {f458a9ef-d89e-4b96-a696-8ac71429c473} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.05.13 23:12:32.355927 [ 269 ] {f458a9ef-d89e-4b96-a696-8ac71429c473} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.356050 [ 269 ] {f458a9ef-d89e-4b96-a696-8ac71429c473} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2025.05.13 23:12:32.356085 [ 269 ] {f458a9ef-d89e-4b96-a696-8ac71429c473} TCPHandler: Processed in 0.001212988 sec. 2025.05.13 23:12:32.356189 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.356287 [ 269 ] {d20c314f-fdab-4098-98bd-d8fcb29d6684} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:32.356344 [ 269 ] {d20c314f-fdab-4098-98bd-d8fcb29d6684} 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.05.13 23:12:32.357127 [ 269 ] {d20c314f-fdab-4098-98bd-d8fcb29d6684} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.357163 [ 269 ] {d20c314f-fdab-4098-98bd-d8fcb29d6684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.357687 [ 269 ] {d20c314f-fdab-4098-98bd-d8fcb29d6684} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.05.13 23:12:32.357915 [ 269 ] {d20c314f-fdab-4098-98bd-d8fcb29d6684} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.358057 [ 269 ] {d20c314f-fdab-4098-98bd-d8fcb29d6684} executeQuery: Read 9 rows, 16.51 KiB in 0.001789 sec., 5030.743432084963 rows/sec., 9.01 MiB/sec. 2025.05.13 23:12:32.358112 [ 269 ] {d20c314f-fdab-4098-98bd-d8fcb29d6684} TCPHandler: Processed in 0.001972313 sec. 2025.05.13 23:12:32.358225 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:32.358318 [ 269 ] {1c71f1cb-6f02-49cc-ae2c-25a3f77bfc71} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:32.358359 [ 269 ] {1c71f1cb-6f02-49cc-ae2c-25a3f77bfc71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:32.358697 [ 269 ] {1c71f1cb-6f02-49cc-ae2c-25a3f77bfc71} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.358732 [ 269 ] {1c71f1cb-6f02-49cc-ae2c-25a3f77bfc71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.359036 [ 269 ] {1c71f1cb-6f02-49cc-ae2c-25a3f77bfc71} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.05.13 23:12:32.359239 [ 269 ] {1c71f1cb-6f02-49cc-ae2c-25a3f77bfc71} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.359339 [ 35 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.05.13 23:12:32.359362 [ 269 ] {1c71f1cb-6f02-49cc-ae2c-25a3f77bfc71} executeQuery: Read 82 rows, 5.33 KiB in 0.001062 sec., 77212.80602636535 rows/sec., 4.90 MiB/sec. 2025.05.13 23:12:32.359364 [ 35 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:32.359390 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:32.359399 [ 269 ] {1c71f1cb-6f02-49cc-ae2c-25a3f77bfc71} TCPHandler: Processed in 0.001224759 sec. 2025.05.13 23:12:32.359455 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.05.13 23:12:32.359534 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:32.359561 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8584 rows starting from the beginning of the part 2025.05.13 23:12:32.359615 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 82 rows starting from the beginning of the part 2025.05.13 23:12:32.359660 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2025.05.13 23:12:32.359699 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 82 rows starting from the beginning of the part 2025.05.13 23:12:32.359741 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part 2025.05.13 23:12:32.359779 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 82 rows starting from the beginning of the part 2025.05.13 23:12:32.361897 [ 196 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 8950 rows, containing 4 columns (4 merged, 0 gathered) in 0.002469619 sec., 3624040.793336948 rows/sec., 236.31 MiB/sec. 2025.05.13 23:12:32.362035 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.05.13 23:12:32.362261 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:32.362317 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_146_29} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.05.13 23:12:32.362368 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. 2025.05.13 23:12:33.413298 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2025.05.13 23:12:33.430833 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:33.430886 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:33.437096 [ 243 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:12:33.437826 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:33.441619 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.05.13 23:12:35.555132 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:35.555343 [ 269 ] {f9347e72-ba3a-49de-a2a0-9459f90ccde0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:12:35.555416 [ 269 ] {f9347e72-ba3a-49de-a2a0-9459f90ccde0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:12:35.556142 [ 269 ] {f9347e72-ba3a-49de-a2a0-9459f90ccde0} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.556186 [ 269 ] {f9347e72-ba3a-49de-a2a0-9459f90ccde0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.556560 [ 269 ] {f9347e72-ba3a-49de-a2a0-9459f90ccde0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.05.13 23:12:35.556781 [ 269 ] {f9347e72-ba3a-49de-a2a0-9459f90ccde0} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.556932 [ 269 ] {f9347e72-ba3a-49de-a2a0-9459f90ccde0} executeQuery: Read 4 rows, 334.00 B in 0.001645 sec., 2431.61094224924 rows/sec., 198.28 KiB/sec. 2025.05.13 23:12:35.556973 [ 269 ] {f9347e72-ba3a-49de-a2a0-9459f90ccde0} TCPHandler: Processed in 0.001982973 sec. 2025.05.13 23:12:35.557101 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:35.557195 [ 269 ] {13d589a0-0fe6-4613-88b1-3a0ba2dd613e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:35.557234 [ 269 ] {13d589a0-0fe6-4613-88b1-3a0ba2dd613e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:35.558367 [ 269 ] {13d589a0-0fe6-4613-88b1-3a0ba2dd613e} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.558401 [ 269 ] {13d589a0-0fe6-4613-88b1-3a0ba2dd613e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.558780 [ 269 ] {13d589a0-0fe6-4613-88b1-3a0ba2dd613e} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.05.13 23:12:35.558990 [ 269 ] {13d589a0-0fe6-4613-88b1-3a0ba2dd613e} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.559118 [ 269 ] {13d589a0-0fe6-4613-88b1-3a0ba2dd613e} executeQuery: Read 1262 rows, 106.73 KiB in 0.001942 sec., 649845.5200823894 rows/sec., 53.67 MiB/sec. 2025.05.13 23:12:35.559156 [ 269 ] {13d589a0-0fe6-4613-88b1-3a0ba2dd613e} TCPHandler: Processed in 0.002105368 sec. 2025.05.13 23:12:35.559232 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.05.13 23:12:35.559282 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.05.13 23:12:35.559282 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:35.559387 [ 269 ] {778ef8d1-fcbf-499c-9101-d082554ec977} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:35.559428 [ 269 ] {778ef8d1-fcbf-499c-9101-d082554ec977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:35.559874 [ 269 ] {778ef8d1-fcbf-499c-9101-d082554ec977} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.559913 [ 269 ] {778ef8d1-fcbf-499c-9101-d082554ec977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.560269 [ 269 ] {778ef8d1-fcbf-499c-9101-d082554ec977} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.05.13 23:12:35.560515 [ 269 ] {778ef8d1-fcbf-499c-9101-d082554ec977} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.560659 [ 269 ] {778ef8d1-fcbf-499c-9101-d082554ec977} executeQuery: Read 36 rows, 2.69 KiB in 0.001289 sec., 27928.626842513575 rows/sec., 2.03 MiB/sec. 2025.05.13 23:12:35.560697 [ 269 ] {778ef8d1-fcbf-499c-9101-d082554ec977} TCPHandler: Processed in 0.001465087 sec. 2025.05.13 23:12:35.560819 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:35.560912 [ 269 ] {031b7683-5b50-4a95-bb72-017807b5717e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:12:35.560951 [ 269 ] {031b7683-5b50-4a95-bb72-017807b5717e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:12:35.561444 [ 269 ] {031b7683-5b50-4a95-bb72-017807b5717e} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.561483 [ 269 ] {031b7683-5b50-4a95-bb72-017807b5717e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.561560 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.05.13 23:12:35.561797 [ 269 ] {031b7683-5b50-4a95-bb72-017807b5717e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.05.13 23:12:35.562014 [ 269 ] {031b7683-5b50-4a95-bb72-017807b5717e} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.562112 [ 27 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_74_15 to all_79_79_0 2025.05.13 23:12:35.562139 [ 269 ] {031b7683-5b50-4a95-bb72-017807b5717e} executeQuery: Read 228 rows, 15.81 KiB in 0.001245 sec., 183132.5301204819 rows/sec., 12.40 MiB/sec. 2025.05.13 23:12:35.562149 [ 27 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.562170 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.562177 [ 269 ] {031b7683-5b50-4a95-bb72-017807b5717e} TCPHandler: Processed in 0.001407015 sec. 2025.05.13 23:12:35.562260 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_74_15 to all_79_79_0 into Compact with storage Full 2025.05.13 23:12:35.562287 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:35.562360 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:35.562380 [ 269 ] {9ffdeb5a-a352-462b-897f-23fa82c45491} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:35.562393 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_74_15, total 341 rows starting from the beginning of the part 2025.05.13 23:12:35.562419 [ 269 ] {9ffdeb5a-a352-462b-897f-23fa82c45491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:35.562460 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 228 rows starting from the beginning of the part 2025.05.13 23:12:35.562513 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 113 rows starting from the beginning of the part 2025.05.13 23:12:35.562561 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 113 rows starting from the beginning of the part 2025.05.13 23:12:35.562604 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 113 rows starting from the beginning of the part 2025.05.13 23:12:35.562651 [ 191 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 228 rows starting from the beginning of the part 2025.05.13 23:12:35.563033 [ 269 ] {9ffdeb5a-a352-462b-897f-23fa82c45491} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.563068 [ 269 ] {9ffdeb5a-a352-462b-897f-23fa82c45491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.563387 [ 269 ] {9ffdeb5a-a352-462b-897f-23fa82c45491} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.05.13 23:12:35.563578 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.001362063 sec., 834028.9692914352 rows/sec., 58.67 MiB/sec. 2025.05.13 23:12:35.563590 [ 269 ] {9ffdeb5a-a352-462b-897f-23fa82c45491} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.563692 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} MergedBlockOutputStream: filled checksums all_1_79_16 (state Temporary) 2025.05.13 23:12:35.563716 [ 269 ] {9ffdeb5a-a352-462b-897f-23fa82c45491} executeQuery: Read 556 rows, 42.29 KiB in 0.001355 sec., 410332.1033210332 rows/sec., 30.48 MiB/sec. 2025.05.13 23:12:35.563754 [ 269 ] {9ffdeb5a-a352-462b-897f-23fa82c45491} TCPHandler: Processed in 0.001516809 sec. 2025.05.13 23:12:35.563872 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:35.563926 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_79_16 to all_1_79_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.563965 [ 269 ] {55a641fc-b741-4367-88d9-5a9709f00a0e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:35.563984 [ 195 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_79_16} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_74_15, all_79_79_0] -> all_1_79_16 2025.05.13 23:12:35.564008 [ 269 ] {55a641fc-b741-4367-88d9-5a9709f00a0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:35.564037 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:12:35.564609 [ 269 ] {55a641fc-b741-4367-88d9-5a9709f00a0e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.564644 [ 269 ] {55a641fc-b741-4367-88d9-5a9709f00a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.565010 [ 269 ] {55a641fc-b741-4367-88d9-5a9709f00a0e} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.05.13 23:12:35.565230 [ 269 ] {55a641fc-b741-4367-88d9-5a9709f00a0e} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.565357 [ 269 ] {55a641fc-b741-4367-88d9-5a9709f00a0e} executeQuery: Read 930 rows, 63.93 KiB in 0.00141 sec., 659574.4680851063 rows/sec., 44.28 MiB/sec. 2025.05.13 23:12:35.565395 [ 269 ] {55a641fc-b741-4367-88d9-5a9709f00a0e} TCPHandler: Processed in 0.001572781 sec. 2025.05.13 23:12:35.565512 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:35.565606 [ 269 ] {7bfaeb05-9960-410f-a5de-57e281db42d4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:35.565662 [ 269 ] {7bfaeb05-9960-410f-a5de-57e281db42d4} 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.05.13 23:12:35.566499 [ 269 ] {7bfaeb05-9960-410f-a5de-57e281db42d4} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.566538 [ 269 ] {7bfaeb05-9960-410f-a5de-57e281db42d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.567079 [ 269 ] {7bfaeb05-9960-410f-a5de-57e281db42d4} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.05.13 23:12:35.567307 [ 269 ] {7bfaeb05-9960-410f-a5de-57e281db42d4} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.567414 [ 27 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.05.13 23:12:35.567439 [ 269 ] {7bfaeb05-9960-410f-a5de-57e281db42d4} executeQuery: Read 32 rows, 58.72 KiB in 0.001851 sec., 17287.95245813074 rows/sec., 30.98 MiB/sec. 2025.05.13 23:12:35.567447 [ 27 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.567469 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.567496 [ 269 ] {7bfaeb05-9960-410f-a5de-57e281db42d4} TCPHandler: Processed in 0.002033806 sec. 2025.05.13 23:12:35.567543 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.05.13 23:12:35.567623 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:35.567717 [ 269 ] {33e69f3f-c755-4d5f-9a3b-fb5ccd2d0dbd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:35.567727 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:35.567759 [ 269 ] {33e69f3f-c755-4d5f-9a3b-fb5ccd2d0dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:35.567778 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2345 rows starting from the beginning of the part 2025.05.13 23:12:35.567895 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 32 rows starting from the beginning of the part 2025.05.13 23:12:35.568009 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 9 rows starting from the beginning of the part 2025.05.13 23:12:35.568091 [ 269 ] {33e69f3f-c755-4d5f-9a3b-fb5ccd2d0dbd} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:35.568121 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 32 rows starting from the beginning of the part 2025.05.13 23:12:35.568127 [ 269 ] {33e69f3f-c755-4d5f-9a3b-fb5ccd2d0dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:35.568227 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 9 rows starting from the beginning of the part 2025.05.13 23:12:35.568319 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 32 rows starting from the beginning of the part 2025.05.13 23:12:35.568445 [ 269 ] {33e69f3f-c755-4d5f-9a3b-fb5ccd2d0dbd} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.05.13 23:12:35.568660 [ 269 ] {33e69f3f-c755-4d5f-9a3b-fb5ccd2d0dbd} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.568783 [ 269 ] {33e69f3f-c755-4d5f-9a3b-fb5ccd2d0dbd} executeQuery: Read 44 rows, 3.03 KiB in 0.001085 sec., 40552.995391705066 rows/sec., 2.73 MiB/sec. 2025.05.13 23:12:35.568819 [ 269 ] {33e69f3f-c755-4d5f-9a3b-fb5ccd2d0dbd} TCPHandler: Processed in 0.00124489 sec. 2025.05.13 23:12:35.577068 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2459 rows, containing 19 columns (19 merged, 0 gathered) in 0.009557136 sec., 257294.65396327936 rows/sec., 461.06 MiB/sec. 2025.05.13 23:12:35.579456 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.05.13 23:12:35.579862 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:35.579950 [ 200 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_121_24} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.05.13 23:12:35.580136 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.70 MiB. 2025.05.13 23:12:36.000215 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 364.68 MiB, peak 383.33 MiB, free memory in arenas 0.00 B, will set to 367.12 MiB (RSS), difference: 2.44 MiB 2025.05.13 23:12:36.048165 [ 220 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.05.13 23:12:36.048222 [ 220 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.05.13 23:12:36.050250 [ 220 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.05.13 23:12:37.330037 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:37.330217 [ 269 ] {1d528753-ba42-409a-8f45-dfa7f27bc988} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:37.330283 [ 269 ] {1d528753-ba42-409a-8f45-dfa7f27bc988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:37.331004 [ 269 ] {1d528753-ba42-409a-8f45-dfa7f27bc988} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:37.331049 [ 269 ] {1d528753-ba42-409a-8f45-dfa7f27bc988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:37.331439 [ 269 ] {1d528753-ba42-409a-8f45-dfa7f27bc988} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.05.13 23:12:37.331678 [ 269 ] {1d528753-ba42-409a-8f45-dfa7f27bc988} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:37.331833 [ 269 ] {1d528753-ba42-409a-8f45-dfa7f27bc988} executeQuery: Read 56 rows, 4.38 KiB in 0.001667 sec., 33593.28134373125 rows/sec., 2.56 MiB/sec. 2025.05.13 23:12:37.331877 [ 269 ] {1d528753-ba42-409a-8f45-dfa7f27bc988} TCPHandler: Processed in 0.001974403 sec. 2025.05.13 23:12:37.332008 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:37.332109 [ 269 ] {0176650b-a090-43d5-a4e3-3d6c98110367} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:37.332149 [ 269 ] {0176650b-a090-43d5-a4e3-3d6c98110367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:37.332586 [ 269 ] {0176650b-a090-43d5-a4e3-3d6c98110367} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:37.332621 [ 269 ] {0176650b-a090-43d5-a4e3-3d6c98110367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:37.332920 [ 269 ] {0176650b-a090-43d5-a4e3-3d6c98110367} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.05.13 23:12:37.333136 [ 269 ] {0176650b-a090-43d5-a4e3-3d6c98110367} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:37.333271 [ 269 ] {0176650b-a090-43d5-a4e3-3d6c98110367} executeQuery: Read 64 rows, 5.12 KiB in 0.001187 sec., 53917.43892165123 rows/sec., 4.21 MiB/sec. 2025.05.13 23:12:37.333310 [ 269 ] {0176650b-a090-43d5-a4e3-3d6c98110367} TCPHandler: Processed in 0.001351753 sec. 2025.05.13 23:12:37.333433 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:37.333532 [ 269 ] {0c8ca10f-6885-44fe-9646-f8b3f1a6c62a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:37.333578 [ 269 ] {0c8ca10f-6885-44fe-9646-f8b3f1a6c62a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:37.333966 [ 269 ] {0c8ca10f-6885-44fe-9646-f8b3f1a6c62a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:37.334002 [ 269 ] {0c8ca10f-6885-44fe-9646-f8b3f1a6c62a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:37.334312 [ 269 ] {0c8ca10f-6885-44fe-9646-f8b3f1a6c62a} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.05.13 23:12:37.334524 [ 269 ] {0c8ca10f-6885-44fe-9646-f8b3f1a6c62a} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:37.334661 [ 269 ] {0c8ca10f-6885-44fe-9646-f8b3f1a6c62a} executeQuery: Read 42 rows, 2.99 KiB in 0.001147 sec., 36617.26242371403 rows/sec., 2.55 MiB/sec. 2025.05.13 23:12:37.334698 [ 269 ] {0c8ca10f-6885-44fe-9646-f8b3f1a6c62a} TCPHandler: Processed in 0.001313682 sec. 2025.05.13 23:12:37.334818 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:37.334912 [ 269 ] {506402d2-fbe1-4ad8-bbc8-6418fa51adea} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:37.334952 [ 269 ] {506402d2-fbe1-4ad8-bbc8-6418fa51adea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:37.335279 [ 269 ] {506402d2-fbe1-4ad8-bbc8-6418fa51adea} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:37.335316 [ 269 ] {506402d2-fbe1-4ad8-bbc8-6418fa51adea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:37.335606 [ 269 ] {506402d2-fbe1-4ad8-bbc8-6418fa51adea} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.05.13 23:12:37.335823 [ 269 ] {506402d2-fbe1-4ad8-bbc8-6418fa51adea} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:37.335952 [ 269 ] {506402d2-fbe1-4ad8-bbc8-6418fa51adea} executeQuery: Read 16 rows, 1.11 KiB in 0.001059 sec., 15108.59301227573 rows/sec., 1.02 MiB/sec. 2025.05.13 23:12:37.335988 [ 269 ] {506402d2-fbe1-4ad8-bbc8-6418fa51adea} TCPHandler: Processed in 0.001219749 sec. 2025.05.13 23:12:37.952074 [ 223 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:12:37.952127 [ 223 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:12:37.954050 [ 223 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:12:38.074171 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:12:38.074231 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:12:38.075991 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:12:38.672578 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40809 2025.05.13 23:12:38.673065 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:38.673103 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:38.673575 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:12:38.673802 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:38.673926 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 2025.05.13 23:12:40.942547 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2025.05.13 23:12:40.961221 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:40.961287 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:40.968059 [ 243 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:12:40.968801 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:40.972081 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2025.05.13 23:12:41.299905 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2588 2025.05.13 23:12:41.302565 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:41.302613 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:41.303865 [ 242 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:12:41.304124 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:41.304266 [ 126 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.05.13 23:12:41.304310 [ 126 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:41.304333 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:41.304403 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2588 2025.05.13 23:12:41.304442 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.05.13 23:12:41.304960 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:41.305110 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2390 rows starting from the beginning of the part 2025.05.13 23:12:41.305485 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part 2025.05.13 23:12:41.305842 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 46 rows starting from the beginning of the part 2025.05.13 23:12:41.306207 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part 2025.05.13 23:12:41.306578 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part 2025.05.13 23:12:41.306942 [ 198 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 46 rows starting from the beginning of the part 2025.05.13 23:12:41.314353 [ 186 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2588 rows, containing 72 columns (72 merged, 0 gathered) in 0.009952698 sec., 260029.99387703717 rows/sec., 194.28 MiB/sec. 2025.05.13 23:12:41.316416 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.05.13 23:12:41.316924 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:41.316992 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_66_13} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.05.13 23:12:41.317127 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. 2025.05.13 23:12:42.312074 [ 218 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:42.312126 [ 218 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:42.313914 [ 218 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:42.341685 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.341975 [ 269 ] {31d4e625-3ee3-4f95-a339-f6b495363949} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:12:42.342083 [ 269 ] {31d4e625-3ee3-4f95-a339-f6b495363949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:12:42.343008 [ 269 ] {31d4e625-3ee3-4f95-a339-f6b495363949} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.343059 [ 269 ] {31d4e625-3ee3-4f95-a339-f6b495363949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.343479 [ 269 ] {31d4e625-3ee3-4f95-a339-f6b495363949} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:12:42.343711 [ 269 ] {31d4e625-3ee3-4f95-a339-f6b495363949} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.343876 [ 269 ] {31d4e625-3ee3-4f95-a339-f6b495363949} executeQuery: Read 212 rows, 13.81 KiB in 0.001979 sec., 107124.81051035877 rows/sec., 6.81 MiB/sec. 2025.05.13 23:12:42.343929 [ 269 ] {31d4e625-3ee3-4f95-a339-f6b495363949} TCPHandler: Processed in 0.002436918 sec. 2025.05.13 23:12:42.344057 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.344159 [ 269 ] {9a4753f3-ace1-45e4-b97a-2ed7fda0ad80} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:42.344202 [ 269 ] {9a4753f3-ace1-45e4-b97a-2ed7fda0ad80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:42.344877 [ 269 ] {9a4753f3-ace1-45e4-b97a-2ed7fda0ad80} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.344917 [ 269 ] {9a4753f3-ace1-45e4-b97a-2ed7fda0ad80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.345268 [ 269 ] {9a4753f3-ace1-45e4-b97a-2ed7fda0ad80} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.05.13 23:12:42.345492 [ 269 ] {9a4753f3-ace1-45e4-b97a-2ed7fda0ad80} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.345622 [ 269 ] {9a4753f3-ace1-45e4-b97a-2ed7fda0ad80} executeQuery: Read 635 rows, 51.07 KiB in 0.001487 sec., 427034.29724277067 rows/sec., 33.54 MiB/sec. 2025.05.13 23:12:42.345662 [ 269 ] {9a4753f3-ace1-45e4-b97a-2ed7fda0ad80} TCPHandler: Processed in 0.001656983 sec. 2025.05.13 23:12:42.345776 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.345870 [ 269 ] {e93a8ca4-6c77-4bc3-ac61-bb708f7a1960} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:42.345911 [ 269 ] {e93a8ca4-6c77-4bc3-ac61-bb708f7a1960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:42.346347 [ 269 ] {e93a8ca4-6c77-4bc3-ac61-bb708f7a1960} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.346384 [ 269 ] {e93a8ca4-6c77-4bc3-ac61-bb708f7a1960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.346678 [ 269 ] {e93a8ca4-6c77-4bc3-ac61-bb708f7a1960} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.05.13 23:12:42.346893 [ 269 ] {e93a8ca4-6c77-4bc3-ac61-bb708f7a1960} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.347021 [ 269 ] {e93a8ca4-6c77-4bc3-ac61-bb708f7a1960} executeQuery: Read 115 rows, 7.06 KiB in 0.00117 sec., 98290.59829059828 rows/sec., 5.89 MiB/sec. 2025.05.13 23:12:42.347061 [ 269 ] {e93a8ca4-6c77-4bc3-ac61-bb708f7a1960} TCPHandler: Processed in 0.001335173 sec. 2025.05.13 23:12:42.347183 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.347277 [ 269 ] {3b83cea4-b22b-4c99-9a23-e02212d11bca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:12:42.347317 [ 269 ] {3b83cea4-b22b-4c99-9a23-e02212d11bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:12:42.347736 [ 269 ] {3b83cea4-b22b-4c99-9a23-e02212d11bca} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.347773 [ 269 ] {3b83cea4-b22b-4c99-9a23-e02212d11bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.348085 [ 269 ] {3b83cea4-b22b-4c99-9a23-e02212d11bca} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.05.13 23:12:42.348302 [ 269 ] {3b83cea4-b22b-4c99-9a23-e02212d11bca} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.348446 [ 269 ] {3b83cea4-b22b-4c99-9a23-e02212d11bca} executeQuery: Read 113 rows, 7.49 KiB in 0.001187 sec., 95197.97809604045 rows/sec., 6.16 MiB/sec. 2025.05.13 23:12:42.348486 [ 269 ] {3b83cea4-b22b-4c99-9a23-e02212d11bca} TCPHandler: Processed in 0.001357484 sec. 2025.05.13 23:12:42.348603 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.348697 [ 269 ] {c00c0ed8-e261-42ed-ad17-ec5dea7a4316} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:12:42.348737 [ 269 ] {c00c0ed8-e261-42ed-ad17-ec5dea7a4316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:12:42.349157 [ 269 ] {c00c0ed8-e261-42ed-ad17-ec5dea7a4316} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.349195 [ 269 ] {c00c0ed8-e261-42ed-ad17-ec5dea7a4316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.349494 [ 269 ] {c00c0ed8-e261-42ed-ad17-ec5dea7a4316} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:12:42.349706 [ 269 ] {c00c0ed8-e261-42ed-ad17-ec5dea7a4316} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.349832 [ 269 ] {c00c0ed8-e261-42ed-ad17-ec5dea7a4316} executeQuery: Read 112 rows, 6.53 KiB in 0.001153 sec., 97137.9011274935 rows/sec., 5.53 MiB/sec. 2025.05.13 23:12:42.349871 [ 269 ] {c00c0ed8-e261-42ed-ad17-ec5dea7a4316} TCPHandler: Processed in 0.001317203 sec. 2025.05.13 23:12:42.349986 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.350078 [ 269 ] {f6bb774e-d34c-4e85-af71-6ceff6e49814} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:42.350117 [ 269 ] {f6bb774e-d34c-4e85-af71-6ceff6e49814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:42.350647 [ 269 ] {f6bb774e-d34c-4e85-af71-6ceff6e49814} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.350686 [ 269 ] {f6bb774e-d34c-4e85-af71-6ceff6e49814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.351017 [ 269 ] {f6bb774e-d34c-4e85-af71-6ceff6e49814} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.05.13 23:12:42.351226 [ 269 ] {f6bb774e-d34c-4e85-af71-6ceff6e49814} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.351352 [ 269 ] {f6bb774e-d34c-4e85-af71-6ceff6e49814} executeQuery: Read 391 rows, 28.31 KiB in 0.001291 sec., 302865.99535243993 rows/sec., 21.41 MiB/sec. 2025.05.13 23:12:42.351391 [ 269 ] {f6bb774e-d34c-4e85-af71-6ceff6e49814} TCPHandler: Processed in 0.001454286 sec. 2025.05.13 23:12:42.351511 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.351605 [ 269 ] {2396fc68-55cf-4eec-90ea-a49a962ab786} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:12:42.351650 [ 269 ] {2396fc68-55cf-4eec-90ea-a49a962ab786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:12:42.351992 [ 269 ] {2396fc68-55cf-4eec-90ea-a49a962ab786} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.352028 [ 269 ] {2396fc68-55cf-4eec-90ea-a49a962ab786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.352340 [ 269 ] {2396fc68-55cf-4eec-90ea-a49a962ab786} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:12:42.352556 [ 269 ] {2396fc68-55cf-4eec-90ea-a49a962ab786} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.352682 [ 269 ] {2396fc68-55cf-4eec-90ea-a49a962ab786} executeQuery: Read 6 rows, 321.00 B in 0.001094 sec., 5484.460694698355 rows/sec., 286.54 KiB/sec. 2025.05.13 23:12:42.352719 [ 269 ] {2396fc68-55cf-4eec-90ea-a49a962ab786} TCPHandler: Processed in 0.00125756 sec. 2025.05.13 23:12:42.352834 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.352926 [ 269 ] {d2587703-3860-40dd-a046-84ca20aec77b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:42.352968 [ 269 ] {d2587703-3860-40dd-a046-84ca20aec77b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:42.353368 [ 269 ] {d2587703-3860-40dd-a046-84ca20aec77b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.353411 [ 269 ] {d2587703-3860-40dd-a046-84ca20aec77b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.353738 [ 269 ] {d2587703-3860-40dd-a046-84ca20aec77b} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.05.13 23:12:42.353947 [ 269 ] {d2587703-3860-40dd-a046-84ca20aec77b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.354068 [ 108 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_144_30 to all_149_149_0 2025.05.13 23:12:42.354075 [ 269 ] {d2587703-3860-40dd-a046-84ca20aec77b} executeQuery: Read 237 rows, 16.27 KiB in 0.001167 sec., 203084.8329048843 rows/sec., 13.61 MiB/sec. 2025.05.13 23:12:42.354139 [ 108 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.354156 [ 269 ] {d2587703-3860-40dd-a046-84ca20aec77b} TCPHandler: Processed in 0.001371084 sec. 2025.05.13 23:12:42.354164 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.354283 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.354296 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_144_30 to all_149_149_0 into Compact with storage Full 2025.05.13 23:12:42.354382 [ 269 ] {6403d9ed-b2ea-40b1-af2c-6ae5664e215b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:12:42.354427 [ 269 ] {6403d9ed-b2ea-40b1-af2c-6ae5664e215b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:12:42.354462 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:42.354509 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTreeSequentialSource: Reading 7 marks from part all_1_144_30, total 42875 rows starting from the beginning of the part 2025.05.13 23:12:42.354587 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part 2025.05.13 23:12:42.354644 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 237 rows starting from the beginning of the part 2025.05.13 23:12:42.354696 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 930 rows starting from the beginning of the part 2025.05.13 23:12:42.354743 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 42 rows starting from the beginning of the part 2025.05.13 23:12:42.354750 [ 269 ] {6403d9ed-b2ea-40b1-af2c-6ae5664e215b} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.354792 [ 189 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 237 rows starting from the beginning of the part 2025.05.13 23:12:42.354795 [ 269 ] {6403d9ed-b2ea-40b1-af2c-6ae5664e215b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.355146 [ 269 ] {6403d9ed-b2ea-40b1-af2c-6ae5664e215b} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.05.13 23:12:42.355364 [ 269 ] {6403d9ed-b2ea-40b1-af2c-6ae5664e215b} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.355494 [ 269 ] {6403d9ed-b2ea-40b1-af2c-6ae5664e215b} executeQuery: Read 1 rows, 69.00 B in 0.001131 sec., 884.1732979664014 rows/sec., 59.58 KiB/sec. 2025.05.13 23:12:42.355531 [ 269 ] {6403d9ed-b2ea-40b1-af2c-6ae5664e215b} TCPHandler: Processed in 0.001298332 sec. 2025.05.13 23:12:42.355645 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.355806 [ 269 ] {4593b1e9-9dd7-43cc-a097-246ed713c9b3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:42.355862 [ 269 ] {4593b1e9-9dd7-43cc-a097-246ed713c9b3} 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.05.13 23:12:42.356650 [ 269 ] {4593b1e9-9dd7-43cc-a097-246ed713c9b3} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.356686 [ 269 ] {4593b1e9-9dd7-43cc-a097-246ed713c9b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.357213 [ 269 ] {4593b1e9-9dd7-43cc-a097-246ed713c9b3} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.05.13 23:12:42.357471 [ 269 ] {4593b1e9-9dd7-43cc-a097-246ed713c9b3} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.357611 [ 269 ] {4593b1e9-9dd7-43cc-a097-246ed713c9b3} executeQuery: Read 9 rows, 16.51 KiB in 0.001822 sec., 4939.626783754116 rows/sec., 8.85 MiB/sec. 2025.05.13 23:12:42.357753 [ 269 ] {4593b1e9-9dd7-43cc-a097-246ed713c9b3} TCPHandler: Processed in 0.002158009 sec. 2025.05.13 23:12:42.357872 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:42.357967 [ 269 ] {0496cee2-f968-4a0b-9d20-1d4da280b92b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:42.358008 [ 269 ] {0496cee2-f968-4a0b-9d20-1d4da280b92b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:42.358344 [ 269 ] {0496cee2-f968-4a0b-9d20-1d4da280b92b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:42.358381 [ 269 ] {0496cee2-f968-4a0b-9d20-1d4da280b92b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.96 GiB. 2025.05.13 23:12:42.358692 [ 269 ] {0496cee2-f968-4a0b-9d20-1d4da280b92b} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.05.13 23:12:42.358906 [ 269 ] {0496cee2-f968-4a0b-9d20-1d4da280b92b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.359035 [ 269 ] {0496cee2-f968-4a0b-9d20-1d4da280b92b} executeQuery: Read 82 rows, 5.33 KiB in 0.001087 sec., 75436.98252069917 rows/sec., 4.79 MiB/sec. 2025.05.13 23:12:42.359071 [ 269 ] {0496cee2-f968-4a0b-9d20-1d4da280b92b} TCPHandler: Processed in 0.00124842 sec. 2025.05.13 23:12:42.362843 [ 186 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergeTask::MergeProjectionsStage: Merge sorted 44481 rows, containing 5 columns (5 merged, 0 gathered) in 0.008605856 sec., 5168689.785188132 rows/sec., 349.14 MiB/sec. 2025.05.13 23:12:42.363440 [ 187 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} MergedBlockOutputStream: filled checksums all_1_149_31 (state Temporary) 2025.05.13 23:12:42.363724 [ 187 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_149_31 to all_1_149_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:42.363788 [ 187 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_149_31} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_144_30, all_149_149_0] -> all_1_149_31 2025.05.13 23:12:42.363877 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2025.05.13 23:12:45.927331 [ 130 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:12:45.927399 [ 130 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:12:46.174968 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41297 2025.05.13 23:12:46.175494 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:46.175539 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:46.176008 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:12:46.176229 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:46.176359 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41297 2025.05.13 23:12:46.176435 [ 218 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:46.176480 [ 218 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:46.178726 [ 218 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:47.020844 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:47.020926 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:47.022876 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:12:47.337592 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:47.337839 [ 269 ] {8938adc6-0b64-49f6-8c31-ed8f31c07808} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:47.337933 [ 269 ] {8938adc6-0b64-49f6-8c31-ed8f31c07808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:47.338880 [ 269 ] {8938adc6-0b64-49f6-8c31-ed8f31c07808} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.338920 [ 269 ] {8938adc6-0b64-49f6-8c31-ed8f31c07808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.339301 [ 269 ] {8938adc6-0b64-49f6-8c31-ed8f31c07808} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.05.13 23:12:47.339536 [ 269 ] {8938adc6-0b64-49f6-8c31-ed8f31c07808} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.339684 [ 269 ] {8938adc6-0b64-49f6-8c31-ed8f31c07808} executeQuery: Read 120 rows, 10.47 KiB in 0.001918 sec., 62565.17205422315 rows/sec., 5.33 MiB/sec. 2025.05.13 23:12:47.339694 [ 112 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_145_29 to all_150_150_0 2025.05.13 23:12:47.339726 [ 269 ] {8938adc6-0b64-49f6-8c31-ed8f31c07808} TCPHandler: Processed in 0.002302554 sec. 2025.05.13 23:12:47.339772 [ 112 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.339802 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.339888 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:47.339934 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_145_29 to all_150_150_0 into Compact with storage Full 2025.05.13 23:12:47.340003 [ 269 ] {298d3cbb-bc75-4cbd-a052-bf0715feed27} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:47.340048 [ 269 ] {298d3cbb-bc75-4cbd-a052-bf0715feed27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:47.340082 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:47.340127 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_145_29, total 1849 rows starting from the beginning of the part 2025.05.13 23:12:47.340200 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 635 rows starting from the beginning of the part 2025.05.13 23:12:47.340252 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1262 rows starting from the beginning of the part 2025.05.13 23:12:47.340299 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part 2025.05.13 23:12:47.340345 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 635 rows starting from the beginning of the part 2025.05.13 23:12:47.340392 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 120 rows starting from the beginning of the part 2025.05.13 23:12:47.340547 [ 269 ] {298d3cbb-bc75-4cbd-a052-bf0715feed27} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.340600 [ 269 ] {298d3cbb-bc75-4cbd-a052-bf0715feed27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.340921 [ 269 ] {298d3cbb-bc75-4cbd-a052-bf0715feed27} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.05.13 23:12:47.341160 [ 269 ] {298d3cbb-bc75-4cbd-a052-bf0715feed27} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.341283 [ 112 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.05.13 23:12:47.341294 [ 269 ] {298d3cbb-bc75-4cbd-a052-bf0715feed27} executeQuery: Read 32 rows, 2.41 KiB in 0.001318 sec., 24279.21092564492 rows/sec., 1.78 MiB/sec. 2025.05.13 23:12:47.341319 [ 112 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.341343 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.341345 [ 269 ] {298d3cbb-bc75-4cbd-a052-bf0715feed27} TCPHandler: Processed in 0.001506208 sec. 2025.05.13 23:12:47.341453 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.05.13 23:12:47.341481 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:47.341599 [ 269 ] {802b6ddf-38c0-4768-bcfe-6af9e61e6480} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:47.341609 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:47.341641 [ 269 ] {802b6ddf-38c0-4768-bcfe-6af9e61e6480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:47.341652 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 165 rows starting from the beginning of the part 2025.05.13 23:12:47.341727 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 32 rows starting from the beginning of the part 2025.05.13 23:12:47.341775 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 115 rows starting from the beginning of the part 2025.05.13 23:12:47.341820 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 36 rows starting from the beginning of the part 2025.05.13 23:12:47.341861 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 115 rows starting from the beginning of the part 2025.05.13 23:12:47.341899 [ 186 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 32 rows starting from the beginning of the part 2025.05.13 23:12:47.342050 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.00218062 sec., 2089772.6334712147 rows/sec., 177.13 MiB/sec. 2025.05.13 23:12:47.342148 [ 269 ] {802b6ddf-38c0-4768-bcfe-6af9e61e6480} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.342192 [ 269 ] {802b6ddf-38c0-4768-bcfe-6af9e61e6480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.342349 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} MergedBlockOutputStream: filled checksums all_1_150_30 (state Temporary) 2025.05.13 23:12:47.342532 [ 269 ] {802b6ddf-38c0-4768-bcfe-6af9e61e6480} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.05.13 23:12:47.342743 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_150_30 to all_1_150_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.342797 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397835 sec., 354119.04838553903 rows/sec., 23.95 MiB/sec. 2025.05.13 23:12:47.342807 [ 269 ] {802b6ddf-38c0-4768-bcfe-6af9e61e6480} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.342834 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_150_30} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_145_29, all_150_150_0] -> all_1_150_30 2025.05.13 23:12:47.342944 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:12:47.342966 [ 269 ] {802b6ddf-38c0-4768-bcfe-6af9e61e6480} executeQuery: Read 96 rows, 7.68 KiB in 0.001385 sec., 69314.07942238267 rows/sec., 5.41 MiB/sec. 2025.05.13 23:12:47.342966 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.05.13 23:12:47.342979 [ 112 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_145_29 to all_150_150_0 2025.05.13 23:12:47.343017 [ 269 ] {802b6ddf-38c0-4768-bcfe-6af9e61e6480} TCPHandler: Processed in 0.001584411 sec. 2025.05.13 23:12:47.343039 [ 112 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.343066 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.343149 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_145_29 to all_150_150_0 into Compact with storage Full 2025.05.13 23:12:47.343155 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:47.343264 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:47.343279 [ 269 ] {2c857eb7-955c-45b9-ab09-04219947cb26} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:47.343286 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.343299 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_145_29, total 915 rows starting from the beginning of the part 2025.05.13 23:12:47.343330 [ 269 ] {2c857eb7-955c-45b9-ab09-04219947cb26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:47.343385 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 391 rows starting from the beginning of the part 2025.05.13 23:12:47.343394 [ 201 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_126_25} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.05.13 23:12:47.343437 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 556 rows starting from the beginning of the part 2025.05.13 23:12:47.343482 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part 2025.05.13 23:12:47.343483 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:12:47.343524 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 391 rows starting from the beginning of the part 2025.05.13 23:12:47.343569 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 96 rows starting from the beginning of the part 2025.05.13 23:12:47.343773 [ 269 ] {2c857eb7-955c-45b9-ab09-04219947cb26} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.343814 [ 269 ] {2c857eb7-955c-45b9-ab09-04219947cb26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.344157 [ 269 ] {2c857eb7-955c-45b9-ab09-04219947cb26} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.05.13 23:12:47.344388 [ 269 ] {2c857eb7-955c-45b9-ab09-04219947cb26} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.344516 [ 269 ] {2c857eb7-955c-45b9-ab09-04219947cb26} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2025.05.13 23:12:47.344552 [ 269 ] {2c857eb7-955c-45b9-ab09-04219947cb26} TCPHandler: Processed in 0.001447376 sec. 2025.05.13 23:12:47.344582 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.001472507 sec., 1638701.8873254932 rows/sec., 125.47 MiB/sec. 2025.05.13 23:12:47.344677 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:47.344739 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} MergedBlockOutputStream: filled checksums all_1_150_30 (state Temporary) 2025.05.13 23:12:47.344775 [ 269 ] {f16d1b35-6e26-45fc-a244-5075b13841cb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:47.344836 [ 269 ] {f16d1b35-6e26-45fc-a244-5075b13841cb} 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.05.13 23:12:47.344995 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_150_30 to all_1_150_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.345068 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_150_30} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_145_29, all_150_150_0] -> all_1_150_30 2025.05.13 23:12:47.345144 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.13 23:12:47.345683 [ 269 ] {f16d1b35-6e26-45fc-a244-5075b13841cb} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.345724 [ 269 ] {f16d1b35-6e26-45fc-a244-5075b13841cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.346282 [ 269 ] {f16d1b35-6e26-45fc-a244-5075b13841cb} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.05.13 23:12:47.346533 [ 269 ] {f16d1b35-6e26-45fc-a244-5075b13841cb} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.346685 [ 269 ] {f16d1b35-6e26-45fc-a244-5075b13841cb} executeQuery: Read 32 rows, 58.72 KiB in 0.001928 sec., 16597.510373443984 rows/sec., 29.74 MiB/sec. 2025.05.13 23:12:47.346748 [ 269 ] {f16d1b35-6e26-45fc-a244-5075b13841cb} TCPHandler: Processed in 0.002129458 sec. 2025.05.13 23:12:47.346865 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:47.346959 [ 269 ] {1add1013-6cbf-4f83-858d-48d0cd9ff1d2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:47.347000 [ 269 ] {1add1013-6cbf-4f83-858d-48d0cd9ff1d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:47.347343 [ 269 ] {1add1013-6cbf-4f83-858d-48d0cd9ff1d2} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:47.347375 [ 269 ] {1add1013-6cbf-4f83-858d-48d0cd9ff1d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:47.347675 [ 269 ] {1add1013-6cbf-4f83-858d-48d0cd9ff1d2} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.05.13 23:12:47.347885 [ 269 ] {1add1013-6cbf-4f83-858d-48d0cd9ff1d2} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:47.348009 [ 269 ] {1add1013-6cbf-4f83-858d-48d0cd9ff1d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.05.13 23:12:47.348045 [ 269 ] {1add1013-6cbf-4f83-858d-48d0cd9ff1d2} TCPHandler: Processed in 0.00122921 sec. 2025.05.13 23:12:48.001159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 363.67 MiB, peak 383.33 MiB, free memory in arenas 0.00 B, will set to 367.13 MiB (RSS), difference: 3.46 MiB 2025.05.13 23:12:48.473065 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2025.05.13 23:12:48.490230 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:48.490284 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:48.496527 [ 243 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:12:48.497207 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:48.500443 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.05.13 23:12:51.305480 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2622 2025.05.13 23:12:51.307919 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:51.307976 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:51.309184 [ 242 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:12:51.309465 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:51.309842 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2622 2025.05.13 23:12:52.316971 [ 224 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:52.317049 [ 224 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:52.319520 [ 224 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:12:52.341645 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.341849 [ 269 ] {f07028d0-a9d0-47c6-a3f7-c66505131ea8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:12:52.341922 [ 269 ] {f07028d0-a9d0-47c6-a3f7-c66505131ea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:12:52.343023 [ 269 ] {f07028d0-a9d0-47c6-a3f7-c66505131ea8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.343071 [ 269 ] {f07028d0-a9d0-47c6-a3f7-c66505131ea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.343468 [ 269 ] {f07028d0-a9d0-47c6-a3f7-c66505131ea8} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:12:52.343689 [ 269 ] {f07028d0-a9d0-47c6-a3f7-c66505131ea8} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.343845 [ 269 ] {f07028d0-a9d0-47c6-a3f7-c66505131ea8} executeQuery: Read 212 rows, 13.81 KiB in 0.002051 sec., 103364.21257922966 rows/sec., 6.57 MiB/sec. 2025.05.13 23:12:52.343886 [ 269 ] {f07028d0-a9d0-47c6-a3f7-c66505131ea8} TCPHandler: Processed in 0.002378466 sec. 2025.05.13 23:12:52.344052 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.344150 [ 269 ] {9eaddfaa-a88f-4c82-a986-5c589d7ac3d5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:12:52.344190 [ 269 ] {9eaddfaa-a88f-4c82-a986-5c589d7ac3d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:12:52.344691 [ 269 ] {9eaddfaa-a88f-4c82-a986-5c589d7ac3d5} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.344726 [ 269 ] {9eaddfaa-a88f-4c82-a986-5c589d7ac3d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.345025 [ 269 ] {9eaddfaa-a88f-4c82-a986-5c589d7ac3d5} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.05.13 23:12:52.345226 [ 269 ] {9eaddfaa-a88f-4c82-a986-5c589d7ac3d5} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.345352 [ 269 ] {9eaddfaa-a88f-4c82-a986-5c589d7ac3d5} executeQuery: Read 8 rows, 668.00 B in 0.001221 sec., 6552.006552006552 rows/sec., 534.27 KiB/sec. 2025.05.13 23:12:52.345389 [ 269 ] {9eaddfaa-a88f-4c82-a986-5c589d7ac3d5} TCPHandler: Processed in 0.001386964 sec. 2025.05.13 23:12:52.345506 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.345598 [ 269 ] {3cf125a5-2519-4753-97c5-0ebde04d1925} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:52.345638 [ 269 ] {3cf125a5-2519-4753-97c5-0ebde04d1925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:52.346482 [ 269 ] {3cf125a5-2519-4753-97c5-0ebde04d1925} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.346517 [ 269 ] {3cf125a5-2519-4753-97c5-0ebde04d1925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.346849 [ 269 ] {3cf125a5-2519-4753-97c5-0ebde04d1925} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.05.13 23:12:52.347054 [ 269 ] {3cf125a5-2519-4753-97c5-0ebde04d1925} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.347180 [ 269 ] {3cf125a5-2519-4753-97c5-0ebde04d1925} executeQuery: Read 639 rows, 51.36 KiB in 0.001599 sec., 399624.76547842403 rows/sec., 31.37 MiB/sec. 2025.05.13 23:12:52.347217 [ 269 ] {3cf125a5-2519-4753-97c5-0ebde04d1925} TCPHandler: Processed in 0.001758037 sec. 2025.05.13 23:12:52.347340 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.347438 [ 269 ] {835df88d-a45b-4e28-9034-df109b283adb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:52.347478 [ 269 ] {835df88d-a45b-4e28-9034-df109b283adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:52.347983 [ 269 ] {835df88d-a45b-4e28-9034-df109b283adb} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.348019 [ 269 ] {835df88d-a45b-4e28-9034-df109b283adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.348319 [ 269 ] {835df88d-a45b-4e28-9034-df109b283adb} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.05.13 23:12:52.348521 [ 269 ] {835df88d-a45b-4e28-9034-df109b283adb} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.348643 [ 269 ] {835df88d-a45b-4e28-9034-df109b283adb} executeQuery: Read 123 rows, 7.62 KiB in 0.001224 sec., 100490.19607843137 rows/sec., 6.08 MiB/sec. 2025.05.13 23:12:52.348679 [ 269 ] {835df88d-a45b-4e28-9034-df109b283adb} TCPHandler: Processed in 0.001389664 sec. 2025.05.13 23:12:52.348809 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.348901 [ 269 ] {295cdf8b-8f61-4ddf-bafb-710eeb68a856} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:12:52.348939 [ 269 ] {295cdf8b-8f61-4ddf-bafb-710eeb68a856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:12:52.349381 [ 269 ] {295cdf8b-8f61-4ddf-bafb-710eeb68a856} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.349414 [ 269 ] {295cdf8b-8f61-4ddf-bafb-710eeb68a856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.349705 [ 269 ] {295cdf8b-8f61-4ddf-bafb-710eeb68a856} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.05.13 23:12:52.349906 [ 269 ] {295cdf8b-8f61-4ddf-bafb-710eeb68a856} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.350027 [ 269 ] {295cdf8b-8f61-4ddf-bafb-710eeb68a856} executeQuery: Read 113 rows, 7.49 KiB in 0.001145 sec., 98689.95633187774 rows/sec., 6.39 MiB/sec. 2025.05.13 23:12:52.350063 [ 269 ] {295cdf8b-8f61-4ddf-bafb-710eeb68a856} TCPHandler: Processed in 0.001308442 sec. 2025.05.13 23:12:52.350185 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.350281 [ 269 ] {2a852e65-8207-4ac2-a7d0-03cdf98ab20e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:12:52.350319 [ 269 ] {2a852e65-8207-4ac2-a7d0-03cdf98ab20e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:12:52.350755 [ 269 ] {2a852e65-8207-4ac2-a7d0-03cdf98ab20e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.350789 [ 269 ] {2a852e65-8207-4ac2-a7d0-03cdf98ab20e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.351073 [ 269 ] {2a852e65-8207-4ac2-a7d0-03cdf98ab20e} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:12:52.351280 [ 269 ] {2a852e65-8207-4ac2-a7d0-03cdf98ab20e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.351401 [ 269 ] {2a852e65-8207-4ac2-a7d0-03cdf98ab20e} executeQuery: Read 112 rows, 6.53 KiB in 0.001138 sec., 98418.2776801406 rows/sec., 5.61 MiB/sec. 2025.05.13 23:12:52.351437 [ 269 ] {2a852e65-8207-4ac2-a7d0-03cdf98ab20e} TCPHandler: Processed in 0.001306432 sec. 2025.05.13 23:12:52.351558 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.351648 [ 269 ] {71920d5a-2463-4e97-93e5-0610b743b6f7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:52.351686 [ 269 ] {71920d5a-2463-4e97-93e5-0610b743b6f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:52.352218 [ 269 ] {71920d5a-2463-4e97-93e5-0610b743b6f7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.352252 [ 269 ] {71920d5a-2463-4e97-93e5-0610b743b6f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.352553 [ 269 ] {71920d5a-2463-4e97-93e5-0610b743b6f7} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.05.13 23:12:52.352749 [ 269 ] {71920d5a-2463-4e97-93e5-0610b743b6f7} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.352870 [ 269 ] {71920d5a-2463-4e97-93e5-0610b743b6f7} executeQuery: Read 399 rows, 28.96 KiB in 0.001239 sec., 322033.89830508473 rows/sec., 22.82 MiB/sec. 2025.05.13 23:12:52.352906 [ 269 ] {71920d5a-2463-4e97-93e5-0610b743b6f7} TCPHandler: Processed in 0.001401865 sec. 2025.05.13 23:12:52.353026 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.353116 [ 269 ] {be9d1f20-1dd5-4a3e-a6e9-b869f94eaad7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:12:52.353156 [ 269 ] {be9d1f20-1dd5-4a3e-a6e9-b869f94eaad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:12:52.353485 [ 269 ] {be9d1f20-1dd5-4a3e-a6e9-b869f94eaad7} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.353517 [ 269 ] {be9d1f20-1dd5-4a3e-a6e9-b869f94eaad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.353799 [ 269 ] {be9d1f20-1dd5-4a3e-a6e9-b869f94eaad7} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:12:52.354001 [ 269 ] {be9d1f20-1dd5-4a3e-a6e9-b869f94eaad7} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.354122 [ 269 ] {be9d1f20-1dd5-4a3e-a6e9-b869f94eaad7} executeQuery: Read 6 rows, 321.00 B in 0.001023 sec., 5865.102639296188 rows/sec., 306.43 KiB/sec. 2025.05.13 23:12:52.354156 [ 269 ] {be9d1f20-1dd5-4a3e-a6e9-b869f94eaad7} TCPHandler: Processed in 0.001184837 sec. 2025.05.13 23:12:52.354269 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.354362 [ 269 ] {2a161c35-0842-4479-a4eb-4ac6d0fe6bea} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:52.354403 [ 269 ] {2a161c35-0842-4479-a4eb-4ac6d0fe6bea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:52.354816 [ 269 ] {2a161c35-0842-4479-a4eb-4ac6d0fe6bea} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.354849 [ 269 ] {2a161c35-0842-4479-a4eb-4ac6d0fe6bea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.355154 [ 269 ] {2a161c35-0842-4479-a4eb-4ac6d0fe6bea} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.05.13 23:12:52.355355 [ 269 ] {2a161c35-0842-4479-a4eb-4ac6d0fe6bea} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.355473 [ 269 ] {2a161c35-0842-4479-a4eb-4ac6d0fe6bea} executeQuery: Read 241 rows, 16.55 KiB in 0.001129 sec., 213463.24180690877 rows/sec., 14.31 MiB/sec. 2025.05.13 23:12:52.355508 [ 269 ] {2a161c35-0842-4479-a4eb-4ac6d0fe6bea} TCPHandler: Processed in 0.001290862 sec. 2025.05.13 23:12:52.355631 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.355722 [ 269 ] {d4ecb822-8f8a-4b5c-bbca-8ac4bb41f093} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:12:52.355762 [ 269 ] {d4ecb822-8f8a-4b5c-bbca-8ac4bb41f093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:12:52.356073 [ 269 ] {d4ecb822-8f8a-4b5c-bbca-8ac4bb41f093} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.356107 [ 269 ] {d4ecb822-8f8a-4b5c-bbca-8ac4bb41f093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.356416 [ 269 ] {d4ecb822-8f8a-4b5c-bbca-8ac4bb41f093} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.05.13 23:12:52.356619 [ 269 ] {d4ecb822-8f8a-4b5c-bbca-8ac4bb41f093} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.356742 [ 269 ] {d4ecb822-8f8a-4b5c-bbca-8ac4bb41f093} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.05.13 23:12:52.356776 [ 269 ] {d4ecb822-8f8a-4b5c-bbca-8ac4bb41f093} TCPHandler: Processed in 0.001201738 sec. 2025.05.13 23:12:52.356811 [ 222 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:12:52.356862 [ 222 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:12:52.356882 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.356997 [ 269 ] {e96523dc-a2f9-4f89-84f9-0375abc1332b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:52.357057 [ 269 ] {e96523dc-a2f9-4f89-84f9-0375abc1332b} 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.05.13 23:12:52.357865 [ 269 ] {e96523dc-a2f9-4f89-84f9-0375abc1332b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.357904 [ 269 ] {e96523dc-a2f9-4f89-84f9-0375abc1332b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.358473 [ 269 ] {e96523dc-a2f9-4f89-84f9-0375abc1332b} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.05.13 23:12:52.358753 [ 222 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.05.13 23:12:52.358756 [ 269 ] {e96523dc-a2f9-4f89-84f9-0375abc1332b} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.358919 [ 269 ] {e96523dc-a2f9-4f89-84f9-0375abc1332b} executeQuery: Read 9 rows, 16.51 KiB in 0.001941 sec., 4636.7851622874805 rows/sec., 8.31 MiB/sec. 2025.05.13 23:12:52.358987 [ 269 ] {e96523dc-a2f9-4f89-84f9-0375abc1332b} TCPHandler: Processed in 0.002154499 sec. 2025.05.13 23:12:52.359111 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:52.359207 [ 269 ] {dc5a6c59-8e62-4ae6-bd22-24f629034422} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:52.359249 [ 269 ] {dc5a6c59-8e62-4ae6-bd22-24f629034422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:52.359607 [ 269 ] {dc5a6c59-8e62-4ae6-bd22-24f629034422} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.359643 [ 269 ] {dc5a6c59-8e62-4ae6-bd22-24f629034422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.359954 [ 269 ] {dc5a6c59-8e62-4ae6-bd22-24f629034422} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.05.13 23:12:52.360162 [ 269 ] {dc5a6c59-8e62-4ae6-bd22-24f629034422} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.360268 [ 99 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.05.13 23:12:52.360288 [ 269 ] {dc5a6c59-8e62-4ae6-bd22-24f629034422} executeQuery: Read 82 rows, 5.33 KiB in 0.0011 sec., 74545.45454545454 rows/sec., 4.73 MiB/sec. 2025.05.13 23:12:52.360305 [ 99 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:52.360324 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:52.360325 [ 269 ] {dc5a6c59-8e62-4ae6-bd22-24f629034422} TCPHandler: Processed in 0.00126434 sec. 2025.05.13 23:12:52.360436 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.05.13 23:12:52.360553 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:52.360587 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8950 rows starting from the beginning of the part 2025.05.13 23:12:52.360654 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 44 rows starting from the beginning of the part 2025.05.13 23:12:52.360702 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 16 rows starting from the beginning of the part 2025.05.13 23:12:52.360745 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 82 rows starting from the beginning of the part 2025.05.13 23:12:52.360789 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part 2025.05.13 23:12:52.360833 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 82 rows starting from the beginning of the part 2025.05.13 23:12:52.363177 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 9234 rows, containing 4 columns (4 merged, 0 gathered) in 0.002783849 sec., 3316990.2534225094 rows/sec., 216.29 MiB/sec. 2025.05.13 23:12:52.363510 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.05.13 23:12:52.363868 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:52.363944 [ 192 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_151_30} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.05.13 23:12:52.364035 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2025.05.13 23:12:53.677383 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41724 2025.05.13 23:12:53.677884 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:53.677929 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:53.678407 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:12:53.678637 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:53.678772 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 2025.05.13 23:12:53.678821 [ 146 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.05.13 23:12:53.678921 [ 146 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:53.678958 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:53.679064 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.05.13 23:12:53.679145 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:53.679175 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39467 rows starting from the beginning of the part 2025.05.13 23:12:53.679231 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part 2025.05.13 23:12:53.679276 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part 2025.05.13 23:12:53.679318 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part 2025.05.13 23:12:53.679357 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part 2025.05.13 23:12:53.679400 [ 192 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part 2025.05.13 23:12:53.681892 [ 197 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.002863002 sec., 14573514.09464611 rows/sec., 208.48 MiB/sec. 2025.05.13 23:12:53.682109 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.05.13 23:12:53.682361 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:53.682424 [ 188 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_91_18} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.05.13 23:12:53.682484 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. 2025.05.13 23:12:56.001395 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2025.05.13 23:12:56.019519 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:56.019576 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:56.025949 [ 243 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:12:56.026697 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:56.027032 [ 148 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.05.13 23:12:56.027133 [ 148 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:56.027172 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:56.027289 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.05.13 23:12:56.029887 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2025.05.13 23:12:56.030332 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:12:56.031060 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2025.05.13 23:12:56.034406 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part 2025.05.13 23:12:56.037917 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part 2025.05.13 23:12:56.041935 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part 2025.05.13 23:12:56.046249 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part 2025.05.13 23:12:56.050896 [ 195 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2025.05.13 23:12:56.115228 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.087980205 sec., 7797.208474338062 rows/sec., 40.32 MiB/sec. 2025.05.13 23:12:56.117836 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.05.13 23:12:56.119815 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:56.119922 [ 191 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_91_18} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.05.13 23:12:56.121923 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.05.13 23:12:57.001156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 368.20 MiB, peak 385.61 MiB, free memory in arenas 0.00 B, will set to 367.14 MiB (RSS), difference: -1.06 MiB 2025.05.13 23:12:57.164951 [ 218 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.05.13 23:12:57.165024 [ 218 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.05.13 23:12:57.167706 [ 218 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.05.13 23:12:57.337060 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:57.337270 [ 269 ] {4dcecdb7-378d-40e6-8e49-23b55322fb34} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:12:57.337342 [ 269 ] {4dcecdb7-378d-40e6-8e49-23b55322fb34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:12:57.338254 [ 269 ] {4dcecdb7-378d-40e6-8e49-23b55322fb34} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:57.338299 [ 269 ] {4dcecdb7-378d-40e6-8e49-23b55322fb34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:57.338693 [ 269 ] {4dcecdb7-378d-40e6-8e49-23b55322fb34} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.05.13 23:12:57.338933 [ 269 ] {4dcecdb7-378d-40e6-8e49-23b55322fb34} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:57.339085 [ 269 ] {4dcecdb7-378d-40e6-8e49-23b55322fb34} executeQuery: Read 120 rows, 10.47 KiB in 0.001871 sec., 64136.825227151254 rows/sec., 5.46 MiB/sec. 2025.05.13 23:12:57.339128 [ 269 ] {4dcecdb7-378d-40e6-8e49-23b55322fb34} TCPHandler: Processed in 0.002211581 sec. 2025.05.13 23:12:57.339258 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:57.339355 [ 269 ] {85e48fa3-56d8-4b44-8095-ef23d95612af} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:12:57.339395 [ 269 ] {85e48fa3-56d8-4b44-8095-ef23d95612af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:12:57.339931 [ 269 ] {85e48fa3-56d8-4b44-8095-ef23d95612af} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:57.339970 [ 269 ] {85e48fa3-56d8-4b44-8095-ef23d95612af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:57.340269 [ 269 ] {85e48fa3-56d8-4b44-8095-ef23d95612af} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.05.13 23:12:57.340478 [ 269 ] {85e48fa3-56d8-4b44-8095-ef23d95612af} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:57.340607 [ 269 ] {85e48fa3-56d8-4b44-8095-ef23d95612af} executeQuery: Read 32 rows, 2.41 KiB in 0.001271 sec., 25177.025963808024 rows/sec., 1.85 MiB/sec. 2025.05.13 23:12:57.340645 [ 269 ] {85e48fa3-56d8-4b44-8095-ef23d95612af} TCPHandler: Processed in 0.001439377 sec. 2025.05.13 23:12:57.340762 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:57.340854 [ 269 ] {121aa019-5faf-48ee-b601-a7ebae9a4deb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:12:57.340893 [ 269 ] {121aa019-5faf-48ee-b601-a7ebae9a4deb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:12:57.341394 [ 269 ] {121aa019-5faf-48ee-b601-a7ebae9a4deb} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:57.341432 [ 269 ] {121aa019-5faf-48ee-b601-a7ebae9a4deb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:57.341738 [ 269 ] {121aa019-5faf-48ee-b601-a7ebae9a4deb} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.05.13 23:12:57.341943 [ 269 ] {121aa019-5faf-48ee-b601-a7ebae9a4deb} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:57.342069 [ 269 ] {121aa019-5faf-48ee-b601-a7ebae9a4deb} executeQuery: Read 96 rows, 7.68 KiB in 0.001232 sec., 77922.07792207792 rows/sec., 6.09 MiB/sec. 2025.05.13 23:12:57.342106 [ 269 ] {121aa019-5faf-48ee-b601-a7ebae9a4deb} TCPHandler: Processed in 0.001392104 sec. 2025.05.13 23:12:57.342231 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:57.342325 [ 269 ] {57806734-e023-4c57-a5f8-656a25df0e42} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:57.342368 [ 269 ] {57806734-e023-4c57-a5f8-656a25df0e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:12:57.342814 [ 269 ] {57806734-e023-4c57-a5f8-656a25df0e42} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:57.342852 [ 269 ] {57806734-e023-4c57-a5f8-656a25df0e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:57.343182 [ 269 ] {57806734-e023-4c57-a5f8-656a25df0e42} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.05.13 23:12:57.343393 [ 269 ] {57806734-e023-4c57-a5f8-656a25df0e42} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:57.343519 [ 269 ] {57806734-e023-4c57-a5f8-656a25df0e42} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.05.13 23:12:57.343556 [ 269 ] {57806734-e023-4c57-a5f8-656a25df0e42} TCPHandler: Processed in 0.001376914 sec. 2025.05.13 23:12:57.343667 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:57.343762 [ 269 ] {022a0361-0863-4f3a-aadf-e7bf6baed252} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:12:57.343816 [ 269 ] {022a0361-0863-4f3a-aadf-e7bf6baed252} 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.05.13 23:12:57.344717 [ 269 ] {022a0361-0863-4f3a-aadf-e7bf6baed252} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:57.344755 [ 269 ] {022a0361-0863-4f3a-aadf-e7bf6baed252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:57.345305 [ 269 ] {022a0361-0863-4f3a-aadf-e7bf6baed252} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.05.13 23:12:57.345543 [ 269 ] {022a0361-0863-4f3a-aadf-e7bf6baed252} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:57.345682 [ 269 ] {022a0361-0863-4f3a-aadf-e7bf6baed252} executeQuery: Read 32 rows, 58.72 KiB in 0.001939 sec., 16503.352243424444 rows/sec., 29.57 MiB/sec. 2025.05.13 23:12:57.345738 [ 269 ] {022a0361-0863-4f3a-aadf-e7bf6baed252} TCPHandler: Processed in 0.002118808 sec. 2025.05.13 23:12:57.345849 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:12:57.345942 [ 269 ] {3c20339f-abee-4e8a-be23-86a61b07ad3c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:12:57.345983 [ 269 ] {3c20339f-abee-4e8a-be23-86a61b07ad3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:12:57.346325 [ 269 ] {3c20339f-abee-4e8a-be23-86a61b07ad3c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:12:57.346360 [ 269 ] {3c20339f-abee-4e8a-be23-86a61b07ad3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:12:57.346653 [ 269 ] {3c20339f-abee-4e8a-be23-86a61b07ad3c} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.05.13 23:12:57.346862 [ 269 ] {3c20339f-abee-4e8a-be23-86a61b07ad3c} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:12:57.346987 [ 269 ] {3c20339f-abee-4e8a-be23-86a61b07ad3c} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.05.13 23:12:57.347023 [ 269 ] {3c20339f-abee-4e8a-be23-86a61b07ad3c} TCPHandler: Processed in 0.001223139 sec. 2025.05.13 23:12:58.508250 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.05.13 23:12:58.508304 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.05.13 23:12:58.511077 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.05.13 23:13:00.927497 [ 140 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:13:00.927598 [ 140 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:13:01.179775 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42212 2025.05.13 23:13:01.180286 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:01.180327 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:01.180816 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:13:01.181068 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:01.181228 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42212 2025.05.13 23:13:01.310960 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2658 2025.05.13 23:13:01.313388 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:01.313436 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:01.314644 [ 242 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:13:01.314911 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:01.315179 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2658 2025.05.13 23:13:02.047531 [ 224 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:02.047603 [ 224 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:02.049977 [ 224 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:02.341686 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.341872 [ 269 ] {2bf806ae-306e-40e6-b722-d7964c5ab618} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:13:02.341938 [ 269 ] {2bf806ae-306e-40e6-b722-d7964c5ab618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:13:02.342785 [ 269 ] {2bf806ae-306e-40e6-b722-d7964c5ab618} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.342825 [ 269 ] {2bf806ae-306e-40e6-b722-d7964c5ab618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.343233 [ 269 ] {2bf806ae-306e-40e6-b722-d7964c5ab618} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:13:02.343462 [ 269 ] {2bf806ae-306e-40e6-b722-d7964c5ab618} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.343621 [ 269 ] {2bf806ae-306e-40e6-b722-d7964c5ab618} executeQuery: Read 212 rows, 13.81 KiB in 0.001799 sec., 117843.24624791551 rows/sec., 7.49 MiB/sec. 2025.05.13 23:13:02.343665 [ 269 ] {2bf806ae-306e-40e6-b722-d7964c5ab618} TCPHandler: Processed in 0.002108278 sec. 2025.05.13 23:13:02.343804 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.343900 [ 269 ] {73c1a913-1922-4f21-a2e2-bdfd8ccb3a2a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:02.343943 [ 269 ] {73c1a913-1922-4f21-a2e2-bdfd8ccb3a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:02.344734 [ 269 ] {73c1a913-1922-4f21-a2e2-bdfd8ccb3a2a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.344770 [ 269 ] {73c1a913-1922-4f21-a2e2-bdfd8ccb3a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.345127 [ 269 ] {73c1a913-1922-4f21-a2e2-bdfd8ccb3a2a} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.05.13 23:13:02.345346 [ 269 ] {73c1a913-1922-4f21-a2e2-bdfd8ccb3a2a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.345478 [ 269 ] {73c1a913-1922-4f21-a2e2-bdfd8ccb3a2a} executeQuery: Read 635 rows, 51.07 KiB in 0.001597 sec., 397620.53850970574 rows/sec., 31.23 MiB/sec. 2025.05.13 23:13:02.345517 [ 269 ] {73c1a913-1922-4f21-a2e2-bdfd8ccb3a2a} TCPHandler: Processed in 0.001772557 sec. 2025.05.13 23:13:02.345638 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.345742 [ 269 ] {15e550cc-a394-40c8-97e7-0940b43383ff} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:02.345783 [ 269 ] {15e550cc-a394-40c8-97e7-0940b43383ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:02.346244 [ 269 ] {15e550cc-a394-40c8-97e7-0940b43383ff} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.346281 [ 269 ] {15e550cc-a394-40c8-97e7-0940b43383ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.346587 [ 269 ] {15e550cc-a394-40c8-97e7-0940b43383ff} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.05.13 23:13:02.346802 [ 269 ] {15e550cc-a394-40c8-97e7-0940b43383ff} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.346931 [ 269 ] {15e550cc-a394-40c8-97e7-0940b43383ff} executeQuery: Read 115 rows, 7.06 KiB in 0.001208 sec., 95198.67549668874 rows/sec., 5.71 MiB/sec. 2025.05.13 23:13:02.346970 [ 269 ] {15e550cc-a394-40c8-97e7-0940b43383ff} TCPHandler: Processed in 0.001382034 sec. 2025.05.13 23:13:02.347093 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.347190 [ 269 ] {9145c3f9-e2ae-4b76-bfc0-ff2e664d805e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:13:02.347230 [ 269 ] {9145c3f9-e2ae-4b76-bfc0-ff2e664d805e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:13:02.347675 [ 269 ] {9145c3f9-e2ae-4b76-bfc0-ff2e664d805e} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.347712 [ 269 ] {9145c3f9-e2ae-4b76-bfc0-ff2e664d805e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.348020 [ 269 ] {9145c3f9-e2ae-4b76-bfc0-ff2e664d805e} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.05.13 23:13:02.348232 [ 269 ] {9145c3f9-e2ae-4b76-bfc0-ff2e664d805e} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.348359 [ 269 ] {9145c3f9-e2ae-4b76-bfc0-ff2e664d805e} executeQuery: Read 113 rows, 7.49 KiB in 0.001187 sec., 95197.97809604045 rows/sec., 6.16 MiB/sec. 2025.05.13 23:13:02.348399 [ 269 ] {9145c3f9-e2ae-4b76-bfc0-ff2e664d805e} TCPHandler: Processed in 0.001360774 sec. 2025.05.13 23:13:02.348518 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.348613 [ 269 ] {c995836c-0486-4cca-aaa8-14e1fbebcc90} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:13:02.348654 [ 269 ] {c995836c-0486-4cca-aaa8-14e1fbebcc90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:13:02.349109 [ 269 ] {c995836c-0486-4cca-aaa8-14e1fbebcc90} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.349147 [ 269 ] {c995836c-0486-4cca-aaa8-14e1fbebcc90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.349461 [ 269 ] {c995836c-0486-4cca-aaa8-14e1fbebcc90} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:13:02.349673 [ 269 ] {c995836c-0486-4cca-aaa8-14e1fbebcc90} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.349803 [ 269 ] {c995836c-0486-4cca-aaa8-14e1fbebcc90} executeQuery: Read 112 rows, 6.53 KiB in 0.001207 sec., 92792.0463960232 rows/sec., 5.29 MiB/sec. 2025.05.13 23:13:02.349843 [ 269 ] {c995836c-0486-4cca-aaa8-14e1fbebcc90} TCPHandler: Processed in 0.001373644 sec. 2025.05.13 23:13:02.349962 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.350057 [ 269 ] {d3731acb-7e10-451b-8d9d-0ea52f330a27} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:02.350097 [ 269 ] {d3731acb-7e10-451b-8d9d-0ea52f330a27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:02.350661 [ 269 ] {d3731acb-7e10-451b-8d9d-0ea52f330a27} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.350699 [ 269 ] {d3731acb-7e10-451b-8d9d-0ea52f330a27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.351026 [ 269 ] {d3731acb-7e10-451b-8d9d-0ea52f330a27} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.05.13 23:13:02.351243 [ 269 ] {d3731acb-7e10-451b-8d9d-0ea52f330a27} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.351371 [ 269 ] {d3731acb-7e10-451b-8d9d-0ea52f330a27} executeQuery: Read 391 rows, 28.31 KiB in 0.001331 sec., 293764.08715251694 rows/sec., 20.77 MiB/sec. 2025.05.13 23:13:02.351410 [ 269 ] {d3731acb-7e10-451b-8d9d-0ea52f330a27} TCPHandler: Processed in 0.001496428 sec. 2025.05.13 23:13:02.351526 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.351620 [ 269 ] {d5395042-5568-4561-8325-8c117d702842} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:13:02.351661 [ 269 ] {d5395042-5568-4561-8325-8c117d702842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:13:02.352002 [ 269 ] {d5395042-5568-4561-8325-8c117d702842} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.352040 [ 269 ] {d5395042-5568-4561-8325-8c117d702842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.352351 [ 269 ] {d5395042-5568-4561-8325-8c117d702842} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:13:02.352557 [ 269 ] {d5395042-5568-4561-8325-8c117d702842} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.352687 [ 269 ] {d5395042-5568-4561-8325-8c117d702842} executeQuery: Read 6 rows, 321.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 289.19 KiB/sec. 2025.05.13 23:13:02.352715 [ 224 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:13:02.352725 [ 269 ] {d5395042-5568-4561-8325-8c117d702842} TCPHandler: Processed in 0.001248819 sec. 2025.05.13 23:13:02.352749 [ 224 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:13:02.352867 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.352966 [ 269 ] {a0f88027-2dd8-40af-8a7e-dcc6c0870d00} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:02.353011 [ 269 ] {a0f88027-2dd8-40af-8a7e-dcc6c0870d00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:02.353435 [ 269 ] {a0f88027-2dd8-40af-8a7e-dcc6c0870d00} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.353473 [ 269 ] {a0f88027-2dd8-40af-8a7e-dcc6c0870d00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.353831 [ 269 ] {a0f88027-2dd8-40af-8a7e-dcc6c0870d00} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.05.13 23:13:02.354117 [ 269 ] {a0f88027-2dd8-40af-8a7e-dcc6c0870d00} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.354249 [ 269 ] {a0f88027-2dd8-40af-8a7e-dcc6c0870d00} executeQuery: Read 237 rows, 16.27 KiB in 0.001301 sec., 182167.5634127594 rows/sec., 12.21 MiB/sec. 2025.05.13 23:13:02.354289 [ 269 ] {a0f88027-2dd8-40af-8a7e-dcc6c0870d00} TCPHandler: Processed in 0.001470797 sec. 2025.05.13 23:13:02.354410 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.354505 [ 269 ] {0785c2e4-b082-48e8-bdb5-3faff5737c41} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:13:02.354548 [ 269 ] {0785c2e4-b082-48e8-bdb5-3faff5737c41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:13:02.354605 [ 224 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.05.13 23:13:02.354874 [ 269 ] {0785c2e4-b082-48e8-bdb5-3faff5737c41} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.354915 [ 269 ] {0785c2e4-b082-48e8-bdb5-3faff5737c41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.355222 [ 269 ] {0785c2e4-b082-48e8-bdb5-3faff5737c41} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.05.13 23:13:02.355428 [ 269 ] {0785c2e4-b082-48e8-bdb5-3faff5737c41} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.355560 [ 269 ] {0785c2e4-b082-48e8-bdb5-3faff5737c41} executeQuery: Read 1 rows, 69.00 B in 0.001073 sec., 931.9664492078285 rows/sec., 62.80 KiB/sec. 2025.05.13 23:13:02.355597 [ 269 ] {0785c2e4-b082-48e8-bdb5-3faff5737c41} TCPHandler: Processed in 0.001238269 sec. 2025.05.13 23:13:02.355709 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.355802 [ 269 ] {5d9e19ea-2591-47f4-82e8-6d0e40475025} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:02.355856 [ 269 ] {5d9e19ea-2591-47f4-82e8-6d0e40475025} 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.05.13 23:13:02.356659 [ 269 ] {5d9e19ea-2591-47f4-82e8-6d0e40475025} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.356698 [ 269 ] {5d9e19ea-2591-47f4-82e8-6d0e40475025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.357216 [ 269 ] {5d9e19ea-2591-47f4-82e8-6d0e40475025} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.05.13 23:13:02.357445 [ 269 ] {5d9e19ea-2591-47f4-82e8-6d0e40475025} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.357569 [ 138 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.05.13 23:13:02.357584 [ 269 ] {5d9e19ea-2591-47f4-82e8-6d0e40475025} executeQuery: Read 9 rows, 16.51 KiB in 0.0018 sec., 5000 rows/sec., 8.96 MiB/sec. 2025.05.13 23:13:02.357640 [ 138 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.357665 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.357668 [ 269 ] {5d9e19ea-2591-47f4-82e8-6d0e40475025} TCPHandler: Processed in 0.002009244 sec. 2025.05.13 23:13:02.357778 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.05.13 23:13:02.357799 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:02.357910 [ 269 ] {597f4d0f-0f19-4aca-bfda-eea8b2477413} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:02.357952 [ 269 ] {597f4d0f-0f19-4aca-bfda-eea8b2477413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:02.358038 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:02.358109 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2459 rows starting from the beginning of the part 2025.05.13 23:13:02.358257 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 9 rows starting from the beginning of the part 2025.05.13 23:13:02.358315 [ 269 ] {597f4d0f-0f19-4aca-bfda-eea8b2477413} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:02.358356 [ 269 ] {597f4d0f-0f19-4aca-bfda-eea8b2477413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:02.358383 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 32 rows starting from the beginning of the part 2025.05.13 23:13:02.358505 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 9 rows starting from the beginning of the part 2025.05.13 23:13:02.358618 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 32 rows starting from the beginning of the part 2025.05.13 23:13:02.358694 [ 269 ] {597f4d0f-0f19-4aca-bfda-eea8b2477413} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.05.13 23:13:02.358728 [ 196 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 9 rows starting from the beginning of the part 2025.05.13 23:13:02.358933 [ 269 ] {597f4d0f-0f19-4aca-bfda-eea8b2477413} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.359066 [ 269 ] {597f4d0f-0f19-4aca-bfda-eea8b2477413} executeQuery: Read 82 rows, 5.33 KiB in 0.001175 sec., 69787.23404255319 rows/sec., 4.43 MiB/sec. 2025.05.13 23:13:02.359105 [ 269 ] {597f4d0f-0f19-4aca-bfda-eea8b2477413} TCPHandler: Processed in 0.001355524 sec. 2025.05.13 23:13:02.365233 [ 191 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2550 rows, containing 19 columns (19 merged, 0 gathered) in 0.007506931 sec., 339686.08476619807 rows/sec., 608.70 MiB/sec. 2025.05.13 23:13:02.367510 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.05.13 23:13:02.367912 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:02.367996 [ 197 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_126_25} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.05.13 23:13:02.368175 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.76 MiB. 2025.05.13 23:13:03.159511 [ 223 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:03.159570 [ 223 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:03.161612 [ 223 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:03.530838 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2025.05.13 23:13:03.548550 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:03.548608 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:03.554912 [ 243 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:13:03.555650 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:03.558704 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2025.05.13 23:13:05.381686 [ 219 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2025.05.13 23:13:05.381767 [ 219 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2025.05.13 23:13:05.383677 [ 219 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2025.05.13 23:13:05.553741 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:05.554040 [ 269 ] {c6dafb38-9a8e-4c49-bf55-047314e02588} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:13:05.554164 [ 269 ] {c6dafb38-9a8e-4c49-bf55-047314e02588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:13:05.554919 [ 269 ] {c6dafb38-9a8e-4c49-bf55-047314e02588} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.554964 [ 269 ] {c6dafb38-9a8e-4c49-bf55-047314e02588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.555363 [ 269 ] {c6dafb38-9a8e-4c49-bf55-047314e02588} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.05.13 23:13:05.555596 [ 269 ] {c6dafb38-9a8e-4c49-bf55-047314e02588} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.555762 [ 269 ] {c6dafb38-9a8e-4c49-bf55-047314e02588} executeQuery: Read 2 rows, 167.00 B in 0.001807 sec., 1106.8068622025457 rows/sec., 90.25 KiB/sec. 2025.05.13 23:13:05.555818 [ 269 ] {c6dafb38-9a8e-4c49-bf55-047314e02588} TCPHandler: Processed in 0.002265323 sec. 2025.05.13 23:13:05.555954 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:05.556057 [ 269 ] {b5154ec7-f258-45e3-b125-d8c5f787e89f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:05.556103 [ 269 ] {b5154ec7-f258-45e3-b125-d8c5f787e89f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:05.557271 [ 269 ] {b5154ec7-f258-45e3-b125-d8c5f787e89f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.557310 [ 269 ] {b5154ec7-f258-45e3-b125-d8c5f787e89f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.557701 [ 269 ] {b5154ec7-f258-45e3-b125-d8c5f787e89f} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.05.13 23:13:05.557916 [ 269 ] {b5154ec7-f258-45e3-b125-d8c5f787e89f} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.558054 [ 269 ] {b5154ec7-f258-45e3-b125-d8c5f787e89f} executeQuery: Read 1261 rows, 106.66 KiB in 0.002022 sec., 623639.9604352127 rows/sec., 51.51 MiB/sec. 2025.05.13 23:13:05.558096 [ 269 ] {b5154ec7-f258-45e3-b125-d8c5f787e89f} TCPHandler: Processed in 0.002192999 sec. 2025.05.13 23:13:05.558228 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:05.558326 [ 269 ] {62f2b1c0-6ba5-40c7-ac58-b80752d24dfb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:05.558369 [ 269 ] {62f2b1c0-6ba5-40c7-ac58-b80752d24dfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:05.558799 [ 269 ] {62f2b1c0-6ba5-40c7-ac58-b80752d24dfb} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.558838 [ 269 ] {62f2b1c0-6ba5-40c7-ac58-b80752d24dfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.559145 [ 269 ] {62f2b1c0-6ba5-40c7-ac58-b80752d24dfb} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.05.13 23:13:05.559366 [ 269 ] {62f2b1c0-6ba5-40c7-ac58-b80752d24dfb} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.559498 [ 269 ] {62f2b1c0-6ba5-40c7-ac58-b80752d24dfb} executeQuery: Read 34 rows, 2.55 KiB in 0.001192 sec., 28523.489932885906 rows/sec., 2.09 MiB/sec. 2025.05.13 23:13:05.559538 [ 269 ] {62f2b1c0-6ba5-40c7-ac58-b80752d24dfb} TCPHandler: Processed in 0.001360124 sec. 2025.05.13 23:13:05.559657 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:05.559751 [ 269 ] {cbb97a2c-d984-4a89-90bc-53ea827d06e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:13:05.559792 [ 269 ] {cbb97a2c-d984-4a89-90bc-53ea827d06e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:13:05.560295 [ 269 ] {cbb97a2c-d984-4a89-90bc-53ea827d06e8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.560332 [ 269 ] {cbb97a2c-d984-4a89-90bc-53ea827d06e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.560637 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:05.560646 [ 269 ] {cbb97a2c-d984-4a89-90bc-53ea827d06e8} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.05.13 23:13:05.560671 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:05.560879 [ 269 ] {cbb97a2c-d984-4a89-90bc-53ea827d06e8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.561009 [ 269 ] {cbb97a2c-d984-4a89-90bc-53ea827d06e8} executeQuery: Read 228 rows, 15.81 KiB in 0.001276 sec., 178683.3855799373 rows/sec., 12.10 MiB/sec. 2025.05.13 23:13:05.561051 [ 269 ] {cbb97a2c-d984-4a89-90bc-53ea827d06e8} TCPHandler: Processed in 0.001443106 sec. 2025.05.13 23:13:05.561166 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:05.561260 [ 269 ] {a1502550-cf75-4b60-ab4f-893ce9bed7aa} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:05.561301 [ 269 ] {a1502550-cf75-4b60-ab4f-893ce9bed7aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:05.561935 [ 269 ] {a1502550-cf75-4b60-ab4f-893ce9bed7aa} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.561971 [ 269 ] {a1502550-cf75-4b60-ab4f-893ce9bed7aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.562304 [ 269 ] {a1502550-cf75-4b60-ab4f-893ce9bed7aa} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.05.13 23:13:05.562426 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:05.562522 [ 269 ] {a1502550-cf75-4b60-ab4f-893ce9bed7aa} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.562653 [ 269 ] {a1502550-cf75-4b60-ab4f-893ce9bed7aa} executeQuery: Read 554 rows, 42.13 KiB in 0.001411 sec., 392629.3408929837 rows/sec., 29.16 MiB/sec. 2025.05.13 23:13:05.562693 [ 269 ] {a1502550-cf75-4b60-ab4f-893ce9bed7aa} TCPHandler: Processed in 0.001575791 sec. 2025.05.13 23:13:05.562812 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:05.562907 [ 269 ] {877e3313-edfc-4b27-8de7-bffa9fb84aa0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:05.562952 [ 269 ] {877e3313-edfc-4b27-8de7-bffa9fb84aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:05.563569 [ 269 ] {877e3313-edfc-4b27-8de7-bffa9fb84aa0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.563606 [ 269 ] {877e3313-edfc-4b27-8de7-bffa9fb84aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.563983 [ 269 ] {877e3313-edfc-4b27-8de7-bffa9fb84aa0} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.05.13 23:13:05.564195 [ 269 ] {877e3313-edfc-4b27-8de7-bffa9fb84aa0} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.564325 [ 269 ] {877e3313-edfc-4b27-8de7-bffa9fb84aa0} executeQuery: Read 929 rows, 63.86 KiB in 0.001436 sec., 646935.9331476323 rows/sec., 43.43 MiB/sec. 2025.05.13 23:13:05.564322 [ 133 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_149_31 to all_154_154_0 2025.05.13 23:13:05.564365 [ 269 ] {877e3313-edfc-4b27-8de7-bffa9fb84aa0} TCPHandler: Processed in 0.001601831 sec. 2025.05.13 23:13:05.564399 [ 133 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.564423 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.564494 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:05.564508 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_149_31 to all_154_154_0 into Compact with storage Full 2025.05.13 23:13:05.564593 [ 269 ] {06742d73-3f73-4733-a9b2-2d51fb7d9f8d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:05.564596 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:05.564633 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTreeSequentialSource: Reading 7 marks from part all_1_149_31, total 44481 rows starting from the beginning of the part 2025.05.13 23:13:05.564648 [ 269 ] {06742d73-3f73-4733-a9b2-2d51fb7d9f8d} 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.05.13 23:13:05.564692 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part 2025.05.13 23:13:05.564737 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 241 rows starting from the beginning of the part 2025.05.13 23:13:05.564779 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 160 rows starting from the beginning of the part 2025.05.13 23:13:05.564820 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 237 rows starting from the beginning of the part 2025.05.13 23:13:05.564862 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 929 rows starting from the beginning of the part 2025.05.13 23:13:05.565529 [ 269 ] {06742d73-3f73-4733-a9b2-2d51fb7d9f8d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.565566 [ 269 ] {06742d73-3f73-4733-a9b2-2d51fb7d9f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.566093 [ 269 ] {06742d73-3f73-4733-a9b2-2d51fb7d9f8d} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.05.13 23:13:05.566319 [ 269 ] {06742d73-3f73-4733-a9b2-2d51fb7d9f8d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.566470 [ 269 ] {06742d73-3f73-4733-a9b2-2d51fb7d9f8d} executeQuery: Read 32 rows, 58.72 KiB in 0.001895 sec., 16886.543535620054 rows/sec., 30.26 MiB/sec. 2025.05.13 23:13:05.566537 [ 269 ] {06742d73-3f73-4733-a9b2-2d51fb7d9f8d} TCPHandler: Processed in 0.002093207 sec. 2025.05.13 23:13:05.566662 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:05.566758 [ 269 ] {59772d15-2440-4036-9666-04efee9c58ef} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:05.566801 [ 269 ] {59772d15-2440-4036-9666-04efee9c58ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:05.567151 [ 269 ] {59772d15-2440-4036-9666-04efee9c58ef} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:05.567189 [ 269 ] {59772d15-2440-4036-9666-04efee9c58ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:05.567492 [ 269 ] {59772d15-2440-4036-9666-04efee9c58ef} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.05.13 23:13:05.567701 [ 269 ] {59772d15-2440-4036-9666-04efee9c58ef} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.567828 [ 269 ] {59772d15-2440-4036-9666-04efee9c58ef} executeQuery: Read 44 rows, 3.03 KiB in 0.001088 sec., 40441.17647058824 rows/sec., 2.72 MiB/sec. 2025.05.13 23:13:05.567865 [ 269 ] {59772d15-2440-4036-9666-04efee9c58ef} TCPHandler: Processed in 0.00125225 sec. 2025.05.13 23:13:05.575038 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergeTask::MergeProjectionsStage: Merge sorted 46208 rows, containing 5 columns (5 merged, 0 gathered) in 0.010560198 sec., 4375675.5318413535 rows/sec., 295.57 MiB/sec. 2025.05.13 23:13:05.575599 [ 194 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} MergedBlockOutputStream: filled checksums all_1_154_32 (state Temporary) 2025.05.13 23:13:05.575952 [ 194 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_154_32 to all_1_154_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:05.576046 [ 194 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_154_32} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_149_31, all_154_154_0] -> all_1_154_32 2025.05.13 23:13:05.576154 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.05.13 23:13:07.329227 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:07.329432 [ 269 ] {9d964fba-91ef-4683-8cce-b443c701c317} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:07.329497 [ 269 ] {9d964fba-91ef-4683-8cce-b443c701c317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:07.330182 [ 269 ] {9d964fba-91ef-4683-8cce-b443c701c317} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:07.330218 [ 269 ] {9d964fba-91ef-4683-8cce-b443c701c317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:07.330602 [ 269 ] {9d964fba-91ef-4683-8cce-b443c701c317} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.05.13 23:13:07.330827 [ 269 ] {9d964fba-91ef-4683-8cce-b443c701c317} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:07.330947 [ 131 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_150_30 to all_155_155_0 2025.05.13 23:13:07.330973 [ 269 ] {9d964fba-91ef-4683-8cce-b443c701c317} executeQuery: Read 56 rows, 4.38 KiB in 0.001603 sec., 34934.49781659389 rows/sec., 2.67 MiB/sec. 2025.05.13 23:13:07.330982 [ 131 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:07.331004 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:07.331018 [ 269 ] {9d964fba-91ef-4683-8cce-b443c701c317} TCPHandler: Processed in 0.001933542 sec. 2025.05.13 23:13:07.331130 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_150_30 to all_155_155_0 into Compact with storage Full 2025.05.13 23:13:07.331137 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:07.331273 [ 269 ] {7367292b-9f6c-4c71-bfe3-3f38590258d6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:07.331289 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:07.331313 [ 269 ] {7367292b-9f6c-4c71-bfe3-3f38590258d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:07.331333 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_150_30, total 1849 rows starting from the beginning of the part 2025.05.13 23:13:07.331415 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 639 rows starting from the beginning of the part 2025.05.13 23:13:07.331466 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 120 rows starting from the beginning of the part 2025.05.13 23:13:07.331514 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 635 rows starting from the beginning of the part 2025.05.13 23:13:07.331557 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1261 rows starting from the beginning of the part 2025.05.13 23:13:07.331602 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part 2025.05.13 23:13:07.331754 [ 269 ] {7367292b-9f6c-4c71-bfe3-3f38590258d6} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:07.331795 [ 269 ] {7367292b-9f6c-4c71-bfe3-3f38590258d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:07.332127 [ 269 ] {7367292b-9f6c-4c71-bfe3-3f38590258d6} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.05.13 23:13:07.332345 [ 269 ] {7367292b-9f6c-4c71-bfe3-3f38590258d6} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:07.332455 [ 131 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_150_30 to all_155_155_0 2025.05.13 23:13:07.332473 [ 269 ] {7367292b-9f6c-4c71-bfe3-3f38590258d6} executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. 2025.05.13 23:13:07.332480 [ 131 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:07.332502 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:07.332512 [ 269 ] {7367292b-9f6c-4c71-bfe3-3f38590258d6} TCPHandler: Processed in 0.001422966 sec. 2025.05.13 23:13:07.332619 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_150_30 to all_155_155_0 into Compact with storage Full 2025.05.13 23:13:07.332629 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:07.332767 [ 269 ] {296230ec-0f63-4d37-bc54-0d0e807ffee2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:07.332770 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:07.332814 [ 269 ] {296230ec-0f63-4d37-bc54-0d0e807ffee2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:07.332819 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_150_30, total 915 rows starting from the beginning of the part 2025.05.13 23:13:07.332901 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 399 rows starting from the beginning of the part 2025.05.13 23:13:07.332949 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 96 rows starting from the beginning of the part 2025.05.13 23:13:07.333002 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 391 rows starting from the beginning of the part 2025.05.13 23:13:07.333047 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 554 rows starting from the beginning of the part 2025.05.13 23:13:07.333090 [ 194 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part 2025.05.13 23:13:07.333205 [ 269 ] {296230ec-0f63-4d37-bc54-0d0e807ffee2} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:07.333246 [ 269 ] {296230ec-0f63-4d37-bc54-0d0e807ffee2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:07.333272 [ 193 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergeTask::MergeProjectionsStage: Merge sorted 4560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00220494 sec., 2068083.4852649053 rows/sec., 175.28 MiB/sec. 2025.05.13 23:13:07.333520 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} MergedBlockOutputStream: filled checksums all_1_155_31 (state Temporary) 2025.05.13 23:13:07.333603 [ 269 ] {296230ec-0f63-4d37-bc54-0d0e807ffee2} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.05.13 23:13:07.333865 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_155_31 to all_1_155_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:07.333897 [ 269 ] {296230ec-0f63-4d37-bc54-0d0e807ffee2} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:07.333951 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_155_31} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_150_30, all_155_155_0] -> all_1_155_31 2025.05.13 23:13:07.334056 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:13:07.334065 [ 269 ] {296230ec-0f63-4d37-bc54-0d0e807ffee2} executeQuery: Read 42 rows, 2.99 KiB in 0.001324 sec., 31722.05438066465 rows/sec., 2.21 MiB/sec. 2025.05.13 23:13:07.334110 [ 269 ] {296230ec-0f63-4d37-bc54-0d0e807ffee2} TCPHandler: Processed in 0.001528639 sec. 2025.05.13 23:13:07.334223 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:07.334315 [ 269 ] {e6db0596-2a14-448e-8c27-18494ef3655b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:07.334355 [ 269 ] {e6db0596-2a14-448e-8c27-18494ef3655b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:07.334355 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.001797938 sec., 1345430.153876274 rows/sec., 103.04 MiB/sec. 2025.05.13 23:13:07.334532 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} MergedBlockOutputStream: filled checksums all_1_155_31 (state Temporary) 2025.05.13 23:13:07.334677 [ 269 ] {e6db0596-2a14-448e-8c27-18494ef3655b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:07.334719 [ 269 ] {e6db0596-2a14-448e-8c27-18494ef3655b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:07.334796 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_155_31 to all_1_155_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:07.334880 [ 189 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_155_31} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_150_30, all_155_155_0] -> all_1_155_31 2025.05.13 23:13:07.334966 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.13 23:13:07.335041 [ 269 ] {e6db0596-2a14-448e-8c27-18494ef3655b} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.05.13 23:13:07.335253 [ 269 ] {e6db0596-2a14-448e-8c27-18494ef3655b} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:07.335378 [ 269 ] {e6db0596-2a14-448e-8c27-18494ef3655b} executeQuery: Read 16 rows, 1.11 KiB in 0.001082 sec., 14787.430683918668 rows/sec., 1.00 MiB/sec. 2025.05.13 23:13:07.335413 [ 269 ] {e6db0596-2a14-448e-8c27-18494ef3655b} TCPHandler: Processed in 0.0012374 sec. 2025.05.13 23:13:08.682241 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42639 2025.05.13 23:13:08.682725 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:08.682758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:08.683227 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:13:08.683449 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:08.683570 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 2025.05.13 23:13:11.059657 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2025.05.13 23:13:11.077891 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:11.077953 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:11.084232 [ 243 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:13:11.084973 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:11.088310 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2025.05.13 23:13:11.316232 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2704 2025.05.13 23:13:11.318857 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:11.318907 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:11.320120 [ 242 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:13:11.320390 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:11.320628 [ 223 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:11.320670 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2704 2025.05.13 23:13:11.320692 [ 223 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:11.322443 [ 223 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:12.055895 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.05.13 23:13:12.055946 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.05.13 23:13:12.057773 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.05.13 23:13:12.341667 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.341855 [ 269 ] {62724c67-06cf-446d-acef-cf2f5e1d2c28} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:13:12.341928 [ 269 ] {62724c67-06cf-446d-acef-cf2f5e1d2c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:13:12.342742 [ 269 ] {62724c67-06cf-446d-acef-cf2f5e1d2c28} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.342781 [ 269 ] {62724c67-06cf-446d-acef-cf2f5e1d2c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.343178 [ 269 ] {62724c67-06cf-446d-acef-cf2f5e1d2c28} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:13:12.343416 [ 269 ] {62724c67-06cf-446d-acef-cf2f5e1d2c28} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.343545 [ 123 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 2025.05.13 23:13:12.343567 [ 269 ] {62724c67-06cf-446d-acef-cf2f5e1d2c28} executeQuery: Read 212 rows, 13.81 KiB in 0.001767 sec., 119977.36276174308 rows/sec., 7.63 MiB/sec. 2025.05.13 23:13:12.343589 [ 123 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.343613 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.343620 [ 269 ] {62724c67-06cf-446d-acef-cf2f5e1d2c28} TCPHandler: Processed in 0.002095148 sec. 2025.05.13 23:13:12.343746 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full 2025.05.13 23:13:12.343754 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.343908 [ 269 ] {74dd5c7b-aedf-4efc-a876-a3894c6aa269} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:12.343925 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:12.343963 [ 269 ] {74dd5c7b-aedf-4efc-a876-a3894c6aa269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:12.343974 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 212 rows starting from the beginning of the part 2025.05.13 23:13:12.344063 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 212 rows starting from the beginning of the part 2025.05.13 23:13:12.344119 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 212 rows starting from the beginning of the part 2025.05.13 23:13:12.344171 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 212 rows starting from the beginning of the part 2025.05.13 23:13:12.344217 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 212 rows starting from the beginning of the part 2025.05.13 23:13:12.344755 [ 269 ] {74dd5c7b-aedf-4efc-a876-a3894c6aa269} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.344797 [ 269 ] {74dd5c7b-aedf-4efc-a876-a3894c6aa269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.345159 [ 269 ] {74dd5c7b-aedf-4efc-a876-a3894c6aa269} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.05.13 23:13:12.345173 [ 189 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001486858 sec., 712912.7327559189 rows/sec., 48.06 MiB/sec. 2025.05.13 23:13:12.345350 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) 2025.05.13 23:13:12.345400 [ 269 ] {74dd5c7b-aedf-4efc-a876-a3894c6aa269} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.345545 [ 269 ] {74dd5c7b-aedf-4efc-a876-a3894c6aa269} executeQuery: Read 635 rows, 51.07 KiB in 0.001661 sec., 382299.8193859121 rows/sec., 30.02 MiB/sec. 2025.05.13 23:13:12.345587 [ 269 ] {74dd5c7b-aedf-4efc-a876-a3894c6aa269} TCPHandler: Processed in 0.00188485 sec. 2025.05.13 23:13:12.345640 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.345714 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.345720 [ 186 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_65_16} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 2025.05.13 23:13:12.345816 [ 269 ] {d4ae3fc6-2ad3-4414-97c9-a69d3328b0f5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:12.345819 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:13:12.345867 [ 269 ] {d4ae3fc6-2ad3-4414-97c9-a69d3328b0f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:12.346316 [ 269 ] {d4ae3fc6-2ad3-4414-97c9-a69d3328b0f5} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.346353 [ 269 ] {d4ae3fc6-2ad3-4414-97c9-a69d3328b0f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.346664 [ 269 ] {d4ae3fc6-2ad3-4414-97c9-a69d3328b0f5} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.05.13 23:13:12.346878 [ 269 ] {d4ae3fc6-2ad3-4414-97c9-a69d3328b0f5} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.347007 [ 269 ] {d4ae3fc6-2ad3-4414-97c9-a69d3328b0f5} executeQuery: Read 115 rows, 7.06 KiB in 0.001209 sec., 95119.93382961125 rows/sec., 5.70 MiB/sec. 2025.05.13 23:13:12.347038 [ 121 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.05.13 23:13:12.347047 [ 269 ] {d4ae3fc6-2ad3-4414-97c9-a69d3328b0f5} TCPHandler: Processed in 0.001389914 sec. 2025.05.13 23:13:12.347092 [ 121 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.347119 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.347187 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.347205 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.05.13 23:13:12.347287 [ 269 ] {1346bce8-a44a-4da9-9b1d-bc2e77b6ddc6} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:13:12.347306 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:12.347332 [ 269 ] {1346bce8-a44a-4da9-9b1d-bc2e77b6ddc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:13:12.347338 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 165 rows starting from the beginning of the part 2025.05.13 23:13:12.347405 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 123 rows starting from the beginning of the part 2025.05.13 23:13:12.347450 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 32 rows starting from the beginning of the part 2025.05.13 23:13:12.347492 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 115 rows starting from the beginning of the part 2025.05.13 23:13:12.347531 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 34 rows starting from the beginning of the part 2025.05.13 23:13:12.347570 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 115 rows starting from the beginning of the part 2025.05.13 23:13:12.347786 [ 269 ] {1346bce8-a44a-4da9-9b1d-bc2e77b6ddc6} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.347830 [ 269 ] {1346bce8-a44a-4da9-9b1d-bc2e77b6ddc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.348150 [ 269 ] {1346bce8-a44a-4da9-9b1d-bc2e77b6ddc6} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.05.13 23:13:12.348358 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001189278 sec., 491054.2362677187 rows/sec., 32.60 MiB/sec. 2025.05.13 23:13:12.348385 [ 269 ] {1346bce8-a44a-4da9-9b1d-bc2e77b6ddc6} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.348521 [ 269 ] {1346bce8-a44a-4da9-9b1d-bc2e77b6ddc6} executeQuery: Read 113 rows, 7.49 KiB in 0.001251 sec., 90327.7378097522 rows/sec., 5.85 MiB/sec. 2025.05.13 23:13:12.348526 [ 121 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_79_16 to all_84_84_0 2025.05.13 23:13:12.348548 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.05.13 23:13:12.348564 [ 269 ] {1346bce8-a44a-4da9-9b1d-bc2e77b6ddc6} TCPHandler: Processed in 0.001426056 sec. 2025.05.13 23:13:12.348575 [ 121 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.348605 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.348680 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_79_16 to all_84_84_0 into Compact with storage Full 2025.05.13 23:13:12.348693 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.348772 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:12.348800 [ 269 ] {c945773d-4bfe-488d-bde8-b00b60157a7c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:13:12.348802 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_79_16, total 341 rows starting from the beginning of the part 2025.05.13 23:13:12.348851 [ 269 ] {c945773d-4bfe-488d-bde8-b00b60157a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:13:12.348870 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:12.348901 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.348913 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:12.348960 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:12.348993 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 228 rows starting from the beginning of the part 2025.05.13 23:13:12.349004 [ 189 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_131_26} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.05.13 23:13:12.349028 [ 190 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:12.349125 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:13:12.349303 [ 269 ] {c945773d-4bfe-488d-bde8-b00b60157a7c} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.349346 [ 269 ] {c945773d-4bfe-488d-bde8-b00b60157a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.349671 [ 269 ] {c945773d-4bfe-488d-bde8-b00b60157a7c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:13:12.349841 [ 199 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192558 sec., 856142.8458825483 rows/sec., 59.82 MiB/sec. 2025.05.13 23:13:12.349892 [ 269 ] {c945773d-4bfe-488d-bde8-b00b60157a7c} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.349989 [ 189 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary) 2025.05.13 23:13:12.350027 [ 269 ] {c945773d-4bfe-488d-bde8-b00b60157a7c} executeQuery: Read 112 rows, 6.53 KiB in 0.001245 sec., 89959.83935742972 rows/sec., 5.12 MiB/sec. 2025.05.13 23:13:12.350027 [ 121 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 2025.05.13 23:13:12.350075 [ 269 ] {c945773d-4bfe-488d-bde8-b00b60157a7c} TCPHandler: Processed in 0.001432896 sec. 2025.05.13 23:13:12.350082 [ 121 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.350156 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.350221 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full 2025.05.13 23:13:12.350248 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.350252 [ 189 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.350274 [ 224 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.05.13 23:13:12.350305 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:12.350339 [ 224 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.05.13 23:13:12.350350 [ 189 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_84_17} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_79_16, all_84_84_0] -> all_1_84_17 2025.05.13 23:13:12.350352 [ 269 ] {83c17d7f-2bf5-4dcd-98a7-2f964cd00bbf} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:12.350352 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 112 rows starting from the beginning of the part 2025.05.13 23:13:12.350416 [ 269 ] {83c17d7f-2bf5-4dcd-98a7-2f964cd00bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:12.350441 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 112 rows starting from the beginning of the part 2025.05.13 23:13:12.350450 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.13 23:13:12.350486 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 112 rows starting from the beginning of the part 2025.05.13 23:13:12.350525 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 112 rows starting from the beginning of the part 2025.05.13 23:13:12.350556 [ 190 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 112 rows starting from the beginning of the part 2025.05.13 23:13:12.351092 [ 269 ] {83c17d7f-2bf5-4dcd-98a7-2f964cd00bbf} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.351136 [ 269 ] {83c17d7f-2bf5-4dcd-98a7-2f964cd00bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.351251 [ 188 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001052914 sec., 531857.3026856894 rows/sec., 32.33 MiB/sec. 2025.05.13 23:13:12.351447 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) 2025.05.13 23:13:12.351506 [ 269 ] {83c17d7f-2bf5-4dcd-98a7-2f964cd00bbf} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.05.13 23:13:12.351826 [ 269 ] {83c17d7f-2bf5-4dcd-98a7-2f964cd00bbf} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.351870 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.351960 [ 269 ] {83c17d7f-2bf5-4dcd-98a7-2f964cd00bbf} executeQuery: Read 391 rows, 28.31 KiB in 0.001626 sec., 240467.40467404673 rows/sec., 17.00 MiB/sec. 2025.05.13 23:13:12.351967 [ 192 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_65_16} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 2025.05.13 23:13:12.352008 [ 269 ] {83c17d7f-2bf5-4dcd-98a7-2f964cd00bbf} TCPHandler: Processed in 0.001812658 sec. 2025.05.13 23:13:12.352077 [ 224 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.05.13 23:13:12.352086 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:13:12.352133 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.352233 [ 269 ] {ca9ae1f9-5bf8-400c-aef6-aa5b9c8466f2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:13:12.352276 [ 269 ] {ca9ae1f9-5bf8-400c-aef6-aa5b9c8466f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:13:12.352621 [ 269 ] {ca9ae1f9-5bf8-400c-aef6-aa5b9c8466f2} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.352658 [ 269 ] {ca9ae1f9-5bf8-400c-aef6-aa5b9c8466f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.352959 [ 269 ] {ca9ae1f9-5bf8-400c-aef6-aa5b9c8466f2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:13:12.353163 [ 269 ] {ca9ae1f9-5bf8-400c-aef6-aa5b9c8466f2} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.353287 [ 269 ] {ca9ae1f9-5bf8-400c-aef6-aa5b9c8466f2} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2025.05.13 23:13:12.353324 [ 269 ] {ca9ae1f9-5bf8-400c-aef6-aa5b9c8466f2} TCPHandler: Processed in 0.00124003 sec. 2025.05.13 23:13:12.353431 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.353540 [ 269 ] {05be67bc-634b-4346-a42b-45253108da1f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:12.353585 [ 269 ] {05be67bc-634b-4346-a42b-45253108da1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:12.354030 [ 269 ] {05be67bc-634b-4346-a42b-45253108da1f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.354067 [ 269 ] {05be67bc-634b-4346-a42b-45253108da1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.354403 [ 269 ] {05be67bc-634b-4346-a42b-45253108da1f} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.05.13 23:13:12.354613 [ 269 ] {05be67bc-634b-4346-a42b-45253108da1f} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.354740 [ 269 ] {05be67bc-634b-4346-a42b-45253108da1f} executeQuery: Read 237 rows, 16.27 KiB in 0.001219 sec., 194421.6570959803 rows/sec., 13.03 MiB/sec. 2025.05.13 23:13:12.354778 [ 269 ] {05be67bc-634b-4346-a42b-45253108da1f} TCPHandler: Processed in 0.001397914 sec. 2025.05.13 23:13:12.354893 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.354988 [ 269 ] {57c07481-067c-4d4f-8939-0807149b1b46} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:13:12.355030 [ 269 ] {57c07481-067c-4d4f-8939-0807149b1b46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:13:12.355346 [ 269 ] {57c07481-067c-4d4f-8939-0807149b1b46} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.355383 [ 269 ] {57c07481-067c-4d4f-8939-0807149b1b46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.355668 [ 269 ] {57c07481-067c-4d4f-8939-0807149b1b46} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.05.13 23:13:12.355873 [ 269 ] {57c07481-067c-4d4f-8939-0807149b1b46} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.355980 [ 121 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.05.13 23:13:12.355998 [ 269 ] {57c07481-067c-4d4f-8939-0807149b1b46} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2025.05.13 23:13:12.356021 [ 121 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.356042 [ 269 ] {57c07481-067c-4d4f-8939-0807149b1b46} TCPHandler: Processed in 0.001198529 sec. 2025.05.13 23:13:12.356044 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.356132 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.05.13 23:13:12.356156 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.356237 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:12.356254 [ 269 ] {63820acb-4723-42ad-b840-b3c291bcd9c2} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:12.356276 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 60 rows starting from the beginning of the part 2025.05.13 23:13:12.356313 [ 269 ] {63820acb-4723-42ad-b840-b3c291bcd9c2} 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.05.13 23:13:12.356348 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part 2025.05.13 23:13:12.356403 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part 2025.05.13 23:13:12.356447 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part 2025.05.13 23:13:12.356489 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part 2025.05.13 23:13:12.356532 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part 2025.05.13 23:13:12.357108 [ 269 ] {63820acb-4723-42ad-b840-b3c291bcd9c2} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.357150 [ 269 ] {63820acb-4723-42ad-b840-b3c291bcd9c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.357372 [ 200 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 4 columns (4 merged, 0 gathered) in 0.00127111 sec., 51136.408336021275 rows/sec., 3.36 MiB/sec. 2025.05.13 23:13:12.357487 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.05.13 23:13:12.357694 [ 269 ] {63820acb-4723-42ad-b840-b3c291bcd9c2} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.05.13 23:13:12.357744 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.357821 [ 189 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_65_13} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.05.13 23:13:12.357881 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:13:12.357956 [ 269 ] {63820acb-4723-42ad-b840-b3c291bcd9c2} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.358098 [ 269 ] {63820acb-4723-42ad-b840-b3c291bcd9c2} executeQuery: Read 9 rows, 16.51 KiB in 0.001862 sec., 4833.512352309345 rows/sec., 8.66 MiB/sec. 2025.05.13 23:13:12.358155 [ 269 ] {63820acb-4723-42ad-b840-b3c291bcd9c2} TCPHandler: Processed in 0.002047456 sec. 2025.05.13 23:13:12.358271 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:12.358364 [ 269 ] {912fd131-0bf2-4c3f-a2d6-c46e554bd548} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:12.358406 [ 269 ] {912fd131-0bf2-4c3f-a2d6-c46e554bd548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:12.358749 [ 269 ] {912fd131-0bf2-4c3f-a2d6-c46e554bd548} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.358786 [ 269 ] {912fd131-0bf2-4c3f-a2d6-c46e554bd548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.359083 [ 269 ] {912fd131-0bf2-4c3f-a2d6-c46e554bd548} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.05.13 23:13:12.359288 [ 269 ] {912fd131-0bf2-4c3f-a2d6-c46e554bd548} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.359402 [ 121 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.05.13 23:13:12.359411 [ 269 ] {912fd131-0bf2-4c3f-a2d6-c46e554bd548} executeQuery: Read 82 rows, 5.33 KiB in 0.001066 sec., 76923.07692307692 rows/sec., 4.89 MiB/sec. 2025.05.13 23:13:12.359435 [ 121 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:12.359458 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.95 GiB. 2025.05.13 23:13:12.359460 [ 269 ] {912fd131-0bf2-4c3f-a2d6-c46e554bd548} TCPHandler: Processed in 0.001238219 sec. 2025.05.13 23:13:12.359536 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.05.13 23:13:12.359641 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:12.359672 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9234 rows starting from the beginning of the part 2025.05.13 23:13:12.359732 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part 2025.05.13 23:13:12.359776 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 82 rows starting from the beginning of the part 2025.05.13 23:13:12.359816 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 44 rows starting from the beginning of the part 2025.05.13 23:13:12.359855 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 16 rows starting from the beginning of the part 2025.05.13 23:13:12.359895 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 82 rows starting from the beginning of the part 2025.05.13 23:13:12.362242 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 9518 rows, containing 4 columns (4 merged, 0 gathered) in 0.002742777 sec., 3470205.5617354237 rows/sec., 226.27 MiB/sec. 2025.05.13 23:13:12.362436 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.05.13 23:13:12.362722 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:12.362803 [ 200 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_156_31} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.05.13 23:13:12.362891 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2025.05.13 23:13:15.927651 [ 118 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:13:15.927713 [ 118 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:13:16.184603 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43127 2025.05.13 23:13:16.185136 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:16.185183 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:16.185669 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:13:16.185902 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:16.186039 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43127 2025.05.13 23:13:17.001169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 363.19 MiB, peak 386.68 MiB, free memory in arenas 0.00 B, will set to 367.18 MiB (RSS), difference: 3.99 MiB 2025.05.13 23:13:17.166297 [ 117 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 5 parts from all_1_38_9 to all_42_42_0 2025.05.13 23:13:17.166381 [ 117 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:17.166405 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:17.166503 [ 225 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:13:17.166540 [ 225 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:13:17.166541 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_38_9 to all_42_42_0 into Compact with storage Full 2025.05.13 23:13:17.166702 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:17.166742 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_38_9, total 18 rows starting from the beginning of the part 2025.05.13 23:13:17.166821 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part 2025.05.13 23:13:17.166878 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part 2025.05.13 23:13:17.166929 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part 2025.05.13 23:13:17.166977 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2 rows starting from the beginning of the part 2025.05.13 23:13:17.167797 [ 200 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001318152 sec., 27310.96262039583 rows/sec., 2.28 MiB/sec. 2025.05.13 23:13:17.167929 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) 2025.05.13 23:13:17.168234 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:17.168316 [ 188 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_42_10} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 5 parts: [all_1_38_9, all_42_42_0] -> all_1_42_10 2025.05.13 23:13:17.168381 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:13:17.168534 [ 225 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.05.13 23:13:17.336698 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:17.336977 [ 269 ] {d232355a-56de-4220-9af9-f9866380bb4a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:17.337082 [ 269 ] {d232355a-56de-4220-9af9-f9866380bb4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:17.337954 [ 269 ] {d232355a-56de-4220-9af9-f9866380bb4a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:17.337995 [ 269 ] {d232355a-56de-4220-9af9-f9866380bb4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:17.338388 [ 269 ] {d232355a-56de-4220-9af9-f9866380bb4a} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.05.13 23:13:17.338610 [ 269 ] {d232355a-56de-4220-9af9-f9866380bb4a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:17.338761 [ 269 ] {d232355a-56de-4220-9af9-f9866380bb4a} executeQuery: Read 120 rows, 10.47 KiB in 0.001863 sec., 64412.2383252818 rows/sec., 5.49 MiB/sec. 2025.05.13 23:13:17.338803 [ 269 ] {d232355a-56de-4220-9af9-f9866380bb4a} TCPHandler: Processed in 0.002293263 sec. 2025.05.13 23:13:17.338944 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:17.339038 [ 269 ] {82499c24-670a-4d5d-8ed5-8e76dc051fa3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:17.339077 [ 269 ] {82499c24-670a-4d5d-8ed5-8e76dc051fa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:17.339539 [ 269 ] {82499c24-670a-4d5d-8ed5-8e76dc051fa3} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:17.339575 [ 269 ] {82499c24-670a-4d5d-8ed5-8e76dc051fa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:17.339876 [ 269 ] {82499c24-670a-4d5d-8ed5-8e76dc051fa3} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.05.13 23:13:17.340089 [ 269 ] {82499c24-670a-4d5d-8ed5-8e76dc051fa3} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:17.340217 [ 269 ] {82499c24-670a-4d5d-8ed5-8e76dc051fa3} executeQuery: Read 32 rows, 2.41 KiB in 0.001198 sec., 26711.18530884808 rows/sec., 1.96 MiB/sec. 2025.05.13 23:13:17.340254 [ 269 ] {82499c24-670a-4d5d-8ed5-8e76dc051fa3} TCPHandler: Processed in 0.001369374 sec. 2025.05.13 23:13:17.340376 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:17.340478 [ 269 ] {e5f3c72b-13cf-4cf6-a6b8-be848083d955} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:17.340518 [ 269 ] {e5f3c72b-13cf-4cf6-a6b8-be848083d955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:17.340980 [ 269 ] {e5f3c72b-13cf-4cf6-a6b8-be848083d955} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:17.341017 [ 269 ] {e5f3c72b-13cf-4cf6-a6b8-be848083d955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:17.341319 [ 269 ] {e5f3c72b-13cf-4cf6-a6b8-be848083d955} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.05.13 23:13:17.341524 [ 269 ] {e5f3c72b-13cf-4cf6-a6b8-be848083d955} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:17.341648 [ 269 ] {e5f3c72b-13cf-4cf6-a6b8-be848083d955} executeQuery: Read 96 rows, 7.68 KiB in 0.001189 sec., 80740.11774600505 rows/sec., 6.31 MiB/sec. 2025.05.13 23:13:17.341687 [ 269 ] {e5f3c72b-13cf-4cf6-a6b8-be848083d955} TCPHandler: Processed in 0.001359873 sec. 2025.05.13 23:13:17.341812 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:17.341905 [ 269 ] {5750f614-040a-4d2a-8f23-c84502f039ac} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:17.341948 [ 269 ] {5750f614-040a-4d2a-8f23-c84502f039ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:17.342371 [ 269 ] {5750f614-040a-4d2a-8f23-c84502f039ac} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:17.342407 [ 269 ] {5750f614-040a-4d2a-8f23-c84502f039ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:17.342723 [ 269 ] {5750f614-040a-4d2a-8f23-c84502f039ac} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.05.13 23:13:17.342930 [ 269 ] {5750f614-040a-4d2a-8f23-c84502f039ac} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:17.343055 [ 269 ] {5750f614-040a-4d2a-8f23-c84502f039ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.05.13 23:13:17.343092 [ 269 ] {5750f614-040a-4d2a-8f23-c84502f039ac} TCPHandler: Processed in 0.001329382 sec. 2025.05.13 23:13:17.343202 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:17.343295 [ 269 ] {dab3b4b1-553f-408c-8d56-570327c08421} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:17.343351 [ 269 ] {dab3b4b1-553f-408c-8d56-570327c08421} 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.05.13 23:13:17.344212 [ 269 ] {dab3b4b1-553f-408c-8d56-570327c08421} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:17.344248 [ 269 ] {dab3b4b1-553f-408c-8d56-570327c08421} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:17.344783 [ 269 ] {dab3b4b1-553f-408c-8d56-570327c08421} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.05.13 23:13:17.345008 [ 269 ] {dab3b4b1-553f-408c-8d56-570327c08421} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:17.345142 [ 269 ] {dab3b4b1-553f-408c-8d56-570327c08421} executeQuery: Read 32 rows, 58.72 KiB in 0.001864 sec., 17167.38197424893 rows/sec., 30.76 MiB/sec. 2025.05.13 23:13:17.345197 [ 269 ] {dab3b4b1-553f-408c-8d56-570327c08421} TCPHandler: Processed in 0.002043656 sec. 2025.05.13 23:13:17.345314 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:17.345408 [ 269 ] {f3024160-80fd-4247-bf0f-9b5c60e016dd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:17.345450 [ 269 ] {f3024160-80fd-4247-bf0f-9b5c60e016dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:17.345790 [ 269 ] {f3024160-80fd-4247-bf0f-9b5c60e016dd} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:17.345825 [ 269 ] {f3024160-80fd-4247-bf0f-9b5c60e016dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:17.346122 [ 269 ] {f3024160-80fd-4247-bf0f-9b5c60e016dd} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.05.13 23:13:17.346329 [ 269 ] {f3024160-80fd-4247-bf0f-9b5c60e016dd} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:17.346454 [ 269 ] {f3024160-80fd-4247-bf0f-9b5c60e016dd} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.05.13 23:13:17.346489 [ 269 ] {f3024160-80fd-4247-bf0f-9b5c60e016dd} TCPHandler: Processed in 0.001224429 sec. 2025.05.13 23:13:17.671844 [ 223 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.05.13 23:13:17.671903 [ 223 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.05.13 23:13:17.673976 [ 223 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.05.13 23:13:18.074539 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:13:18.074596 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:13:18.076682 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:13:18.251106 [ 221 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.05.13 23:13:18.251154 [ 221 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.05.13 23:13:18.252925 [ 221 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.05.13 23:13:18.589533 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2025.05.13 23:13:18.611251 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:18.611328 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:18.618022 [ 243 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:13:18.618855 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:18.626248 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2025.05.13 23:13:21.321819 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2738 2025.05.13 23:13:21.324329 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:21.324389 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:21.325648 [ 242 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:13:21.325943 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:21.326261 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2738 2025.05.13 23:13:22.341764 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.341972 [ 269 ] {8d6b8cfb-5243-4122-b8f9-0c2964f84d5e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:13:22.342043 [ 269 ] {8d6b8cfb-5243-4122-b8f9-0c2964f84d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:13:22.342845 [ 269 ] {8d6b8cfb-5243-4122-b8f9-0c2964f84d5e} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.342900 [ 269 ] {8d6b8cfb-5243-4122-b8f9-0c2964f84d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.343323 [ 269 ] {8d6b8cfb-5243-4122-b8f9-0c2964f84d5e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:13:22.343561 [ 269 ] {8d6b8cfb-5243-4122-b8f9-0c2964f84d5e} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.343738 [ 269 ] {8d6b8cfb-5243-4122-b8f9-0c2964f84d5e} executeQuery: Read 212 rows, 13.81 KiB in 0.001818 sec., 116611.66116611661 rows/sec., 7.42 MiB/sec. 2025.05.13 23:13:22.343796 [ 269 ] {8d6b8cfb-5243-4122-b8f9-0c2964f84d5e} TCPHandler: Processed in 0.002169119 sec. 2025.05.13 23:13:22.343932 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.344036 [ 269 ] {3720c04f-8d95-48fe-b94f-cb9e479bbf90} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:13:22.344084 [ 269 ] {3720c04f-8d95-48fe-b94f-cb9e479bbf90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:13:22.344515 [ 269 ] {3720c04f-8d95-48fe-b94f-cb9e479bbf90} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.344555 [ 269 ] {3720c04f-8d95-48fe-b94f-cb9e479bbf90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.344860 [ 269 ] {3720c04f-8d95-48fe-b94f-cb9e479bbf90} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.05.13 23:13:22.345092 [ 269 ] {3720c04f-8d95-48fe-b94f-cb9e479bbf90} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.345234 [ 269 ] {3720c04f-8d95-48fe-b94f-cb9e479bbf90} executeQuery: Read 4 rows, 334.00 B in 0.001221 sec., 3276.003276003276 rows/sec., 267.14 KiB/sec. 2025.05.13 23:13:22.345277 [ 269 ] {3720c04f-8d95-48fe-b94f-cb9e479bbf90} TCPHandler: Processed in 0.001396564 sec. 2025.05.13 23:13:22.345391 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.345489 [ 269 ] {87bcfd71-5a0c-4599-bb71-33c799253a60} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:22.345533 [ 269 ] {87bcfd71-5a0c-4599-bb71-33c799253a60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:22.346298 [ 269 ] {87bcfd71-5a0c-4599-bb71-33c799253a60} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.346336 [ 269 ] {87bcfd71-5a0c-4599-bb71-33c799253a60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.346692 [ 269 ] {87bcfd71-5a0c-4599-bb71-33c799253a60} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.05.13 23:13:22.346906 [ 269 ] {87bcfd71-5a0c-4599-bb71-33c799253a60} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.347040 [ 269 ] {87bcfd71-5a0c-4599-bb71-33c799253a60} executeQuery: Read 637 rows, 51.21 KiB in 0.001572 sec., 405216.28498727735 rows/sec., 31.82 MiB/sec. 2025.05.13 23:13:22.347079 [ 269 ] {87bcfd71-5a0c-4599-bb71-33c799253a60} TCPHandler: Processed in 0.001738956 sec. 2025.05.13 23:13:22.347186 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.347291 [ 269 ] {f16cb541-5f83-4011-a732-eb479b4f3294} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:22.347335 [ 269 ] {f16cb541-5f83-4011-a732-eb479b4f3294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:22.347801 [ 269 ] {f16cb541-5f83-4011-a732-eb479b4f3294} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.347840 [ 269 ] {f16cb541-5f83-4011-a732-eb479b4f3294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.348162 [ 269 ] {f16cb541-5f83-4011-a732-eb479b4f3294} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.05.13 23:13:22.348385 [ 269 ] {f16cb541-5f83-4011-a732-eb479b4f3294} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.348518 [ 269 ] {f16cb541-5f83-4011-a732-eb479b4f3294} executeQuery: Read 119 rows, 7.34 KiB in 0.001247 sec., 95429.0296712109 rows/sec., 5.75 MiB/sec. 2025.05.13 23:13:22.348556 [ 269 ] {f16cb541-5f83-4011-a732-eb479b4f3294} TCPHandler: Processed in 0.001421335 sec. 2025.05.13 23:13:22.348673 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.348768 [ 269 ] {44dc7dee-1393-4f67-8bbf-25ccd130af80} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:13:22.348809 [ 269 ] {44dc7dee-1393-4f67-8bbf-25ccd130af80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:13:22.349253 [ 269 ] {44dc7dee-1393-4f67-8bbf-25ccd130af80} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.349290 [ 269 ] {44dc7dee-1393-4f67-8bbf-25ccd130af80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.349594 [ 269 ] {44dc7dee-1393-4f67-8bbf-25ccd130af80} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.05.13 23:13:22.349802 [ 269 ] {44dc7dee-1393-4f67-8bbf-25ccd130af80} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.349934 [ 269 ] {44dc7dee-1393-4f67-8bbf-25ccd130af80} executeQuery: Read 113 rows, 7.49 KiB in 0.001185 sec., 95358.64978902953 rows/sec., 6.17 MiB/sec. 2025.05.13 23:13:22.349972 [ 269 ] {44dc7dee-1393-4f67-8bbf-25ccd130af80} TCPHandler: Processed in 0.001348994 sec. 2025.05.13 23:13:22.350087 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.350181 [ 269 ] {05cb8baf-4085-4f4a-87b0-58b22d125098} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:13:22.350222 [ 269 ] {05cb8baf-4085-4f4a-87b0-58b22d125098} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:13:22.350657 [ 269 ] {05cb8baf-4085-4f4a-87b0-58b22d125098} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.350694 [ 269 ] {05cb8baf-4085-4f4a-87b0-58b22d125098} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.351000 [ 269 ] {05cb8baf-4085-4f4a-87b0-58b22d125098} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:13:22.351209 [ 269 ] {05cb8baf-4085-4f4a-87b0-58b22d125098} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.351338 [ 269 ] {05cb8baf-4085-4f4a-87b0-58b22d125098} executeQuery: Read 112 rows, 6.53 KiB in 0.001175 sec., 95319.14893617021 rows/sec., 5.43 MiB/sec. 2025.05.13 23:13:22.351377 [ 269 ] {05cb8baf-4085-4f4a-87b0-58b22d125098} TCPHandler: Processed in 0.001339053 sec. 2025.05.13 23:13:22.351500 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.351593 [ 269 ] {1d4858f8-cce0-4b4d-83c7-e9edb8407c0e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:22.351633 [ 269 ] {1d4858f8-cce0-4b4d-83c7-e9edb8407c0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:22.352191 [ 269 ] {1d4858f8-cce0-4b4d-83c7-e9edb8407c0e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.352228 [ 269 ] {1d4858f8-cce0-4b4d-83c7-e9edb8407c0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.352558 [ 269 ] {1d4858f8-cce0-4b4d-83c7-e9edb8407c0e} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.05.13 23:13:22.352774 [ 269 ] {1d4858f8-cce0-4b4d-83c7-e9edb8407c0e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.352904 [ 269 ] {1d4858f8-cce0-4b4d-83c7-e9edb8407c0e} executeQuery: Read 395 rows, 28.63 KiB in 0.00133 sec., 296992.4812030075 rows/sec., 21.02 MiB/sec. 2025.05.13 23:13:22.352943 [ 269 ] {1d4858f8-cce0-4b4d-83c7-e9edb8407c0e} TCPHandler: Processed in 0.001493768 sec. 2025.05.13 23:13:22.353061 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.353155 [ 269 ] {0300e949-493b-454a-ae37-818419f271d0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:13:22.353197 [ 269 ] {0300e949-493b-454a-ae37-818419f271d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:13:22.353562 [ 269 ] {0300e949-493b-454a-ae37-818419f271d0} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.353599 [ 269 ] {0300e949-493b-454a-ae37-818419f271d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.353901 [ 269 ] {0300e949-493b-454a-ae37-818419f271d0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:13:22.354106 [ 269 ] {0300e949-493b-454a-ae37-818419f271d0} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.354233 [ 110 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.05.13 23:13:22.354240 [ 269 ] {0300e949-493b-454a-ae37-818419f271d0} executeQuery: Read 6 rows, 321.00 B in 0.001102 sec., 5444.64609800363 rows/sec., 284.46 KiB/sec. 2025.05.13 23:13:22.354305 [ 110 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.354320 [ 269 ] {0300e949-493b-454a-ae37-818419f271d0} TCPHandler: Processed in 0.001308602 sec. 2025.05.13 23:13:22.354331 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.354450 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.354457 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.05.13 23:13:22.354548 [ 269 ] {ffa0918b-19f8-43c0-b133-a3b716ee822c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:22.354597 [ 269 ] {ffa0918b-19f8-43c0-b133-a3b716ee822c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:22.354616 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:22.354657 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 366 rows starting from the beginning of the part 2025.05.13 23:13:22.354723 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part 2025.05.13 23:13:22.354774 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part 2025.05.13 23:13:22.354817 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part 2025.05.13 23:13:22.354859 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part 2025.05.13 23:13:22.354901 [ 196 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part 2025.05.13 23:13:22.355028 [ 269 ] {ffa0918b-19f8-43c0-b133-a3b716ee822c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.355070 [ 269 ] {ffa0918b-19f8-43c0-b133-a3b716ee822c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.355423 [ 269 ] {ffa0918b-19f8-43c0-b133-a3b716ee822c} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.05.13 23:13:22.355649 [ 269 ] {ffa0918b-19f8-43c0-b133-a3b716ee822c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.355781 [ 269 ] {ffa0918b-19f8-43c0-b133-a3b716ee822c} executeQuery: Read 239 rows, 16.41 KiB in 0.001251 sec., 191047.16227018385 rows/sec., 12.81 MiB/sec. 2025.05.13 23:13:22.355796 [ 200 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 4 columns (4 merged, 0 gathered) in 0.001393645 sec., 284146.9671257745 rows/sec., 14.50 MiB/sec. 2025.05.13 23:13:22.355818 [ 269 ] {ffa0918b-19f8-43c0-b133-a3b716ee822c} TCPHandler: Processed in 0.001418166 sec. 2025.05.13 23:13:22.355892 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:13:22.355929 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:13:22.355951 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.355995 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.05.13 23:13:22.356050 [ 269 ] {193660e2-9f10-44dd-8e8b-b9b2b6adf313} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:13:22.356097 [ 269 ] {193660e2-9f10-44dd-8e8b-b9b2b6adf313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:13:22.356311 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.356401 [ 197 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_66_13} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.05.13 23:13:22.356426 [ 269 ] {193660e2-9f10-44dd-8e8b-b9b2b6adf313} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.356467 [ 269 ] {193660e2-9f10-44dd-8e8b-b9b2b6adf313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.356510 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:13:22.356808 [ 269 ] {193660e2-9f10-44dd-8e8b-b9b2b6adf313} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.05.13 23:13:22.357073 [ 269 ] {193660e2-9f10-44dd-8e8b-b9b2b6adf313} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.357211 [ 269 ] {193660e2-9f10-44dd-8e8b-b9b2b6adf313} executeQuery: Read 1 rows, 69.00 B in 0.001179 sec., 848.1764206955047 rows/sec., 57.15 KiB/sec. 2025.05.13 23:13:22.357250 [ 269 ] {193660e2-9f10-44dd-8e8b-b9b2b6adf313} TCPHandler: Processed in 0.001348273 sec. 2025.05.13 23:13:22.357372 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.357467 [ 269 ] {28305f2d-0baa-48a2-a259-94c81e1d49db} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:22.357523 [ 269 ] {28305f2d-0baa-48a2-a259-94c81e1d49db} 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.05.13 23:13:22.358344 [ 269 ] {28305f2d-0baa-48a2-a259-94c81e1d49db} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.358382 [ 269 ] {28305f2d-0baa-48a2-a259-94c81e1d49db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.358681 [ 220 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:13:22.358927 [ 269 ] {28305f2d-0baa-48a2-a259-94c81e1d49db} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.05.13 23:13:22.359170 [ 269 ] {28305f2d-0baa-48a2-a259-94c81e1d49db} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.359308 [ 269 ] {28305f2d-0baa-48a2-a259-94c81e1d49db} executeQuery: Read 9 rows, 16.51 KiB in 0.00186 sec., 4838.709677419354 rows/sec., 8.67 MiB/sec. 2025.05.13 23:13:22.359365 [ 269 ] {28305f2d-0baa-48a2-a259-94c81e1d49db} TCPHandler: Processed in 0.002040455 sec. 2025.05.13 23:13:22.359482 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:22.359577 [ 269 ] {749b70d1-fabe-4295-b721-6eaaf71f3aad} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:22.359619 [ 269 ] {749b70d1-fabe-4295-b721-6eaaf71f3aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:22.359952 [ 269 ] {749b70d1-fabe-4295-b721-6eaaf71f3aad} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:22.359989 [ 269 ] {749b70d1-fabe-4295-b721-6eaaf71f3aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:22.360288 [ 269 ] {749b70d1-fabe-4295-b721-6eaaf71f3aad} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.05.13 23:13:22.360494 [ 269 ] {749b70d1-fabe-4295-b721-6eaaf71f3aad} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:22.360620 [ 269 ] {749b70d1-fabe-4295-b721-6eaaf71f3aad} executeQuery: Read 82 rows, 5.33 KiB in 0.001062 sec., 77212.80602636535 rows/sec., 4.90 MiB/sec. 2025.05.13 23:13:22.360661 [ 269 ] {749b70d1-fabe-4295-b721-6eaaf71f3aad} TCPHandler: Processed in 0.00122826 sec. 2025.05.13 23:13:22.852826 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:13:22.852877 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:13:22.854893 [ 220 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:13:23.241848 [ 222 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:23.241916 [ 222 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:23.244221 [ 222 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:23.687090 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43554 2025.05.13 23:13:23.687590 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:23.687637 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:23.688124 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.05.13 23:13:23.688367 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:23.688503 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 2025.05.13 23:13:26.024095 [ 220 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:26.024146 [ 220 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:26.025896 [ 220 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.05.13 23:13:26.127220 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2025.05.13 23:13:26.145701 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:26.145775 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:26.152150 [ 243 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.05.13 23:13:26.152862 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:26.156185 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2025.05.13 23:13:27.000234 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 363.70 MiB, peak 386.68 MiB, free memory in arenas 0.00 B, will set to 367.18 MiB (RSS), difference: 3.48 MiB 2025.05.13 23:13:27.337555 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:27.337840 [ 269 ] {0923af3a-59ca-4768-ac07-5686b4ea241a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:27.337937 [ 269 ] {0923af3a-59ca-4768-ac07-5686b4ea241a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:27.338857 [ 269 ] {0923af3a-59ca-4768-ac07-5686b4ea241a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.338896 [ 269 ] {0923af3a-59ca-4768-ac07-5686b4ea241a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.339295 [ 269 ] {0923af3a-59ca-4768-ac07-5686b4ea241a} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.05.13 23:13:27.339538 [ 269 ] {0923af3a-59ca-4768-ac07-5686b4ea241a} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.339692 [ 269 ] {0923af3a-59ca-4768-ac07-5686b4ea241a} executeQuery: Read 142 rows, 12.55 KiB in 0.001925 sec., 73766.23376623377 rows/sec., 6.37 MiB/sec. 2025.05.13 23:13:27.339734 [ 269 ] {0923af3a-59ca-4768-ac07-5686b4ea241a} TCPHandler: Processed in 0.002357276 sec. 2025.05.13 23:13:27.339860 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:27.339954 [ 269 ] {8e8accd5-26ec-4399-9b33-08c729ebfda1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:27.339995 [ 269 ] {8e8accd5-26ec-4399-9b33-08c729ebfda1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:27.340404 [ 269 ] {8e8accd5-26ec-4399-9b33-08c729ebfda1} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.340441 [ 269 ] {8e8accd5-26ec-4399-9b33-08c729ebfda1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.340741 [ 269 ] {8e8accd5-26ec-4399-9b33-08c729ebfda1} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.05.13 23:13:27.340951 [ 269 ] {8e8accd5-26ec-4399-9b33-08c729ebfda1} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.341083 [ 269 ] {8e8accd5-26ec-4399-9b33-08c729ebfda1} executeQuery: Read 43 rows, 3.23 KiB in 0.001147 sec., 37489.102005231034 rows/sec., 2.75 MiB/sec. 2025.05.13 23:13:27.341121 [ 269 ] {8e8accd5-26ec-4399-9b33-08c729ebfda1} TCPHandler: Processed in 0.001311152 sec. 2025.05.13 23:13:27.341239 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:27.341334 [ 269 ] {0bf541b9-6c1d-47b1-ab8c-cf6f69a42694} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:27.341374 [ 269 ] {0bf541b9-6c1d-47b1-ab8c-cf6f69a42694} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:27.341799 [ 269 ] {0bf541b9-6c1d-47b1-ab8c-cf6f69a42694} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.341837 [ 269 ] {0bf541b9-6c1d-47b1-ab8c-cf6f69a42694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.342144 [ 269 ] {0bf541b9-6c1d-47b1-ab8c-cf6f69a42694} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.05.13 23:13:27.342351 [ 269 ] {0bf541b9-6c1d-47b1-ab8c-cf6f69a42694} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.342479 [ 269 ] {0bf541b9-6c1d-47b1-ab8c-cf6f69a42694} executeQuery: Read 113 rows, 9.07 KiB in 0.001163 sec., 97162.51074806535 rows/sec., 7.62 MiB/sec. 2025.05.13 23:13:27.342516 [ 269 ] {0bf541b9-6c1d-47b1-ab8c-cf6f69a42694} TCPHandler: Processed in 0.001328202 sec. 2025.05.13 23:13:27.342634 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:27.342729 [ 269 ] {9e70d282-bbaf-44b7-8922-f034ef9513ce} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:27.342773 [ 269 ] {9e70d282-bbaf-44b7-8922-f034ef9513ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:27.343176 [ 269 ] {9e70d282-bbaf-44b7-8922-f034ef9513ce} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.343213 [ 269 ] {9e70d282-bbaf-44b7-8922-f034ef9513ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.343542 [ 269 ] {9e70d282-bbaf-44b7-8922-f034ef9513ce} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.05.13 23:13:27.343764 [ 269 ] {9e70d282-bbaf-44b7-8922-f034ef9513ce} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.343894 [ 269 ] {9e70d282-bbaf-44b7-8922-f034ef9513ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2025.05.13 23:13:27.343894 [ 102 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_154_32 to all_158_158_0 2025.05.13 23:13:27.343932 [ 269 ] {9e70d282-bbaf-44b7-8922-f034ef9513ce} TCPHandler: Processed in 0.001347353 sec. 2025.05.13 23:13:27.343968 [ 102 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.343997 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.344063 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:27.344120 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergeTask::PrepareStage: Merging 5 parts: from all_1_154_32 to all_158_158_0 into Compact with storage Full 2025.05.13 23:13:27.344159 [ 269 ] {79f6f567-666e-454c-a8f4-f7b3a9cd7954} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:27.344222 [ 269 ] {79f6f567-666e-454c-a8f4-f7b3a9cd7954} 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.05.13 23:13:27.344283 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:27.344329 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergeTreeSequentialSource: Reading 7 marks from part all_1_154_32, total 46208 rows starting from the beginning of the part 2025.05.13 23:13:27.344407 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 42 rows starting from the beginning of the part 2025.05.13 23:13:27.344464 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 237 rows starting from the beginning of the part 2025.05.13 23:13:27.344515 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 160 rows starting from the beginning of the part 2025.05.13 23:13:27.344567 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 239 rows starting from the beginning of the part 2025.05.13 23:13:27.345090 [ 269 ] {79f6f567-666e-454c-a8f4-f7b3a9cd7954} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.345131 [ 269 ] {79f6f567-666e-454c-a8f4-f7b3a9cd7954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.345715 [ 269 ] {79f6f567-666e-454c-a8f4-f7b3a9cd7954} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.05.13 23:13:27.345955 [ 269 ] {79f6f567-666e-454c-a8f4-f7b3a9cd7954} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.346087 [ 102 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.05.13 23:13:27.346101 [ 269 ] {79f6f567-666e-454c-a8f4-f7b3a9cd7954} executeQuery: Read 43 rows, 78.90 KiB in 0.001959 sec., 21949.974476773867 rows/sec., 39.33 MiB/sec. 2025.05.13 23:13:27.346129 [ 102 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.346153 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.346168 [ 269 ] {79f6f567-666e-454c-a8f4-f7b3a9cd7954} TCPHandler: Processed in 0.002156199 sec. 2025.05.13 23:13:27.346236 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.05.13 23:13:27.346290 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:27.346385 [ 269 ] {f88f308c-d0f4-427e-bda4-18b298320a53} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.13 23:13:27.346425 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:27.346427 [ 269 ] {f88f308c-d0f4-427e-bda4-18b298320a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.13 23:13:27.346478 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2550 rows starting from the beginning of the part 2025.05.13 23:13:27.346597 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 32 rows starting from the beginning of the part 2025.05.13 23:13:27.346697 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 9 rows starting from the beginning of the part 2025.05.13 23:13:27.346759 [ 269 ] {f88f308c-d0f4-427e-bda4-18b298320a53} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.346792 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 32 rows starting from the beginning of the part 2025.05.13 23:13:27.346797 [ 269 ] {f88f308c-d0f4-427e-bda4-18b298320a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.346888 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 9 rows starting from the beginning of the part 2025.05.13 23:13:27.346978 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 43 rows starting from the beginning of the part 2025.05.13 23:13:27.347198 [ 269 ] {f88f308c-d0f4-427e-bda4-18b298320a53} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.13 23:13:27.347419 [ 269 ] {f88f308c-d0f4-427e-bda4-18b298320a53} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.347549 [ 269 ] {f88f308c-d0f4-427e-bda4-18b298320a53} executeQuery: Read 6 rows, 463.00 B in 0.001182 sec., 5076.142131979695 rows/sec., 382.53 KiB/sec. 2025.05.13 23:13:27.347587 [ 269 ] {f88f308c-d0f4-427e-bda4-18b298320a53} TCPHandler: Processed in 0.001346163 sec. 2025.05.13 23:13:27.347702 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:27.347796 [ 269 ] {d7526851-63dd-4bcc-9a83-edd070b67a62} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:27.347837 [ 269 ] {d7526851-63dd-4bcc-9a83-edd070b67a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:27.348166 [ 269 ] {d7526851-63dd-4bcc-9a83-edd070b67a62} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:27.348203 [ 269 ] {d7526851-63dd-4bcc-9a83-edd070b67a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:27.348750 [ 269 ] {d7526851-63dd-4bcc-9a83-edd070b67a62} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.05.13 23:13:27.348985 [ 269 ] {d7526851-63dd-4bcc-9a83-edd070b67a62} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.349123 [ 269 ] {d7526851-63dd-4bcc-9a83-edd070b67a62} executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. 2025.05.13 23:13:27.349160 [ 269 ] {d7526851-63dd-4bcc-9a83-edd070b67a62} TCPHandler: Processed in 0.001506728 sec. 2025.05.13 23:13:27.353366 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergeTask::MergeProjectionsStage: Merge sorted 46886 rows, containing 5 columns (5 merged, 0 gathered) in 0.009305098 sec., 5038743.278147098 rows/sec., 340.38 MiB/sec. 2025.05.13 23:13:27.354016 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} MergedBlockOutputStream: filled checksums all_1_158_33 (state Temporary) 2025.05.13 23:13:27.354314 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_158_33 to all_1_158_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.354387 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_158_33} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_154_32, all_158_158_0] -> all_1_158_33 2025.05.13 23:13:27.354482 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. 2025.05.13 23:13:27.358240 [ 201 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2675 rows, containing 19 columns (19 merged, 0 gathered) in 0.012038735 sec., 222199.4254379717 rows/sec., 398.17 MiB/sec. 2025.05.13 23:13:27.360349 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.05.13 23:13:27.360672 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:27.360738 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_131_26} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.05.13 23:13:27.360843 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.98 MiB. 2025.05.13 23:13:28.001154 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 367.76 MiB, peak 386.70 MiB, free memory in arenas 0.00 B, will set to 372.62 MiB (RSS), difference: 4.86 MiB 2025.05.13 23:13:30.927800 [ 97 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:13:30.927853 [ 97 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:13:31.007067 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.006590881 sec. 2025.05.13 23:13:31.189527 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44042 2025.05.13 23:13:31.190032 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:31.190069 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:31.190546 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.05.13 23:13:31.190779 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:31.190903 [ 96 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.05.13 23:13:31.190914 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44042 2025.05.13 23:13:31.190945 [ 96 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:31.190968 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:31.191115 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.05.13 23:13:31.191304 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:31.191372 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part 2025.05.13 23:13:31.191473 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part 2025.05.13 23:13:31.191548 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part 2025.05.13 23:13:31.191615 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part 2025.05.13 23:13:31.191678 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part 2025.05.13 23:13:31.191742 [ 194 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part 2025.05.13 23:13:31.194399 [ 201 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 44042 rows, containing 4 columns (4 merged, 0 gathered) in 0.003357937 sec., 13115791.034793088 rows/sec., 187.62 MiB/sec. 2025.05.13 23:13:31.194793 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.05.13 23:13:31.195088 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:31.195167 [ 193 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_96_19} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.05.13 23:13:31.195279 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.05.13 23:13:31.327318 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2776 2025.05.13 23:13:31.329805 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:31.329854 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:31.331058 [ 242 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:13:31.331346 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:31.331498 [ 96 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.05.13 23:13:31.331541 [ 96 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:31.331560 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.94 GiB. 2025.05.13 23:13:31.331621 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2776 2025.05.13 23:13:31.331639 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.05.13 23:13:31.332070 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:31.332195 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2588 rows starting from the beginning of the part 2025.05.13 23:13:31.332512 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 34 rows starting from the beginning of the part 2025.05.13 23:13:31.332813 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 36 rows starting from the beginning of the part 2025.05.13 23:13:31.333116 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 46 rows starting from the beginning of the part 2025.05.13 23:13:31.333412 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part 2025.05.13 23:13:31.333729 [ 194 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 38 rows starting from the beginning of the part 2025.05.13 23:13:31.340745 [ 193 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 72 columns (72 merged, 0 gathered) in 0.009137642 sec., 303798.2884424669 rows/sec., 226.16 MiB/sec. 2025.05.13 23:13:31.343018 [ 193 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.05.13 23:13:31.343653 [ 193 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:31.343741 [ 193 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_71_14} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.05.13 23:13:31.344146 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.05.13 23:13:32.341191 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.341441 [ 269 ] {23802712-fe60-4f31-84d7-b63e85214619} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:13:32.341528 [ 269 ] {23802712-fe60-4f31-84d7-b63e85214619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:13:32.342411 [ 269 ] {23802712-fe60-4f31-84d7-b63e85214619} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.342459 [ 269 ] {23802712-fe60-4f31-84d7-b63e85214619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.342846 [ 269 ] {23802712-fe60-4f31-84d7-b63e85214619} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:13:32.343066 [ 269 ] {23802712-fe60-4f31-84d7-b63e85214619} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.343219 [ 269 ] {23802712-fe60-4f31-84d7-b63e85214619} executeQuery: Read 212 rows, 13.81 KiB in 0.001843 sec., 115029.84264785676 rows/sec., 7.32 MiB/sec. 2025.05.13 23:13:32.343261 [ 269 ] {23802712-fe60-4f31-84d7-b63e85214619} TCPHandler: Processed in 0.002230661 sec. 2025.05.13 23:13:32.343385 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.343480 [ 269 ] {972fae37-7182-4640-aaeb-61880a0f1dcd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:32.343521 [ 269 ] {972fae37-7182-4640-aaeb-61880a0f1dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:32.344456 [ 269 ] {972fae37-7182-4640-aaeb-61880a0f1dcd} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.344493 [ 269 ] {972fae37-7182-4640-aaeb-61880a0f1dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.344837 [ 269 ] {972fae37-7182-4640-aaeb-61880a0f1dcd} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.05.13 23:13:32.345047 [ 269 ] {972fae37-7182-4640-aaeb-61880a0f1dcd} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.345179 [ 269 ] {972fae37-7182-4640-aaeb-61880a0f1dcd} executeQuery: Read 635 rows, 51.07 KiB in 0.001717 sec., 369831.10075713455 rows/sec., 29.05 MiB/sec. 2025.05.13 23:13:32.345182 [ 94 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_155_31 to all_160_160_0 2025.05.13 23:13:32.345218 [ 269 ] {972fae37-7182-4640-aaeb-61880a0f1dcd} TCPHandler: Processed in 0.00188246 sec. 2025.05.13 23:13:32.345264 [ 94 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.345300 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.345344 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.345443 [ 269 ] {a36ff096-8a13-4fe4-8939-3ff4657790c9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:32.345440 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_155_31 to all_160_160_0 into Compact with storage Full 2025.05.13 23:13:32.345483 [ 269 ] {a36ff096-8a13-4fe4-8939-3ff4657790c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:32.345617 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:32.345667 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_155_31, total 1849 rows starting from the beginning of the part 2025.05.13 23:13:32.345756 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 635 rows starting from the beginning of the part 2025.05.13 23:13:32.345821 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 120 rows starting from the beginning of the part 2025.05.13 23:13:32.345876 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 637 rows starting from the beginning of the part 2025.05.13 23:13:32.345917 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 142 rows starting from the beginning of the part 2025.05.13 23:13:32.345962 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 635 rows starting from the beginning of the part 2025.05.13 23:13:32.345967 [ 269 ] {a36ff096-8a13-4fe4-8939-3ff4657790c9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.346038 [ 269 ] {a36ff096-8a13-4fe4-8939-3ff4657790c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.346377 [ 269 ] {a36ff096-8a13-4fe4-8939-3ff4657790c9} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.05.13 23:13:32.346598 [ 269 ] {a36ff096-8a13-4fe4-8939-3ff4657790c9} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.346735 [ 269 ] {a36ff096-8a13-4fe4-8939-3ff4657790c9} executeQuery: Read 115 rows, 7.06 KiB in 0.00131 sec., 87786.25954198473 rows/sec., 5.26 MiB/sec. 2025.05.13 23:13:32.346774 [ 269 ] {a36ff096-8a13-4fe4-8939-3ff4657790c9} TCPHandler: Processed in 0.001479027 sec. 2025.05.13 23:13:32.346887 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.346981 [ 269 ] {a55bd520-8ed9-41c3-9dab-24f414ec8fc8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:13:32.347022 [ 269 ] {a55bd520-8ed9-41c3-9dab-24f414ec8fc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:13:32.347493 [ 269 ] {a55bd520-8ed9-41c3-9dab-24f414ec8fc8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.347530 [ 269 ] {a55bd520-8ed9-41c3-9dab-24f414ec8fc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.347536 [ 199 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergeTask::MergeProjectionsStage: Merge sorted 4018 rows, containing 5 columns (5 merged, 0 gathered) in 0.002169469 sec., 1852066.1046551024 rows/sec., 155.78 MiB/sec. 2025.05.13 23:13:32.347825 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} MergedBlockOutputStream: filled checksums all_1_160_32 (state Temporary) 2025.05.13 23:13:32.347853 [ 269 ] {a55bd520-8ed9-41c3-9dab-24f414ec8fc8} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.05.13 23:13:32.348146 [ 269 ] {a55bd520-8ed9-41c3-9dab-24f414ec8fc8} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.348204 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_160_32 to all_1_160_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.348280 [ 269 ] {a55bd520-8ed9-41c3-9dab-24f414ec8fc8} executeQuery: Read 113 rows, 7.49 KiB in 0.001317 sec., 85801.06302201973 rows/sec., 5.55 MiB/sec. 2025.05.13 23:13:32.348294 [ 189 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_160_32} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_155_31, all_160_160_0] -> all_1_160_32 2025.05.13 23:13:32.348327 [ 269 ] {a55bd520-8ed9-41c3-9dab-24f414ec8fc8} TCPHandler: Processed in 0.001488497 sec. 2025.05.13 23:13:32.348422 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2025.05.13 23:13:32.348446 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.348544 [ 269 ] {858517dd-bd18-496a-8b3c-56ddcad7f231} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:13:32.348584 [ 269 ] {858517dd-bd18-496a-8b3c-56ddcad7f231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:13:32.349033 [ 269 ] {858517dd-bd18-496a-8b3c-56ddcad7f231} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.349070 [ 269 ] {858517dd-bd18-496a-8b3c-56ddcad7f231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.349372 [ 269 ] {858517dd-bd18-496a-8b3c-56ddcad7f231} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:13:32.349580 [ 269 ] {858517dd-bd18-496a-8b3c-56ddcad7f231} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.349705 [ 269 ] {858517dd-bd18-496a-8b3c-56ddcad7f231} executeQuery: Read 112 rows, 6.53 KiB in 0.00118 sec., 94915.25423728813 rows/sec., 5.41 MiB/sec. 2025.05.13 23:13:32.349746 [ 269 ] {858517dd-bd18-496a-8b3c-56ddcad7f231} TCPHandler: Processed in 0.001349753 sec. 2025.05.13 23:13:32.349859 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.349953 [ 269 ] {73ffa006-2e03-48ec-8622-5be233ac687d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:32.349993 [ 269 ] {73ffa006-2e03-48ec-8622-5be233ac687d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:32.350601 [ 269 ] {73ffa006-2e03-48ec-8622-5be233ac687d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.350637 [ 269 ] {73ffa006-2e03-48ec-8622-5be233ac687d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.350979 [ 269 ] {73ffa006-2e03-48ec-8622-5be233ac687d} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.05.13 23:13:32.351191 [ 269 ] {73ffa006-2e03-48ec-8622-5be233ac687d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.351312 [ 94 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_155_31 to all_160_160_0 2025.05.13 23:13:32.351318 [ 269 ] {73ffa006-2e03-48ec-8622-5be233ac687d} executeQuery: Read 391 rows, 28.31 KiB in 0.001383 sec., 282718.7274041938 rows/sec., 19.99 MiB/sec. 2025.05.13 23:13:32.351353 [ 94 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.351375 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.351376 [ 269 ] {73ffa006-2e03-48ec-8622-5be233ac687d} TCPHandler: Processed in 0.00156549 sec. 2025.05.13 23:13:32.351451 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_155_31 to all_160_160_0 into Compact with storage Full 2025.05.13 23:13:32.351505 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.351561 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:32.351595 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_155_31, total 915 rows starting from the beginning of the part 2025.05.13 23:13:32.351605 [ 269 ] {53a0feda-166c-4da4-b2f3-e63c262e25eb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:13:32.351646 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 391 rows starting from the beginning of the part 2025.05.13 23:13:32.351652 [ 269 ] {53a0feda-166c-4da4-b2f3-e63c262e25eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:13:32.351698 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 96 rows starting from the beginning of the part 2025.05.13 23:13:32.351749 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 395 rows starting from the beginning of the part 2025.05.13 23:13:32.351794 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:32.351837 [ 192 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 391 rows starting from the beginning of the part 2025.05.13 23:13:32.352009 [ 269 ] {53a0feda-166c-4da4-b2f3-e63c262e25eb} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.352053 [ 269 ] {53a0feda-166c-4da4-b2f3-e63c262e25eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.352387 [ 269 ] {53a0feda-166c-4da4-b2f3-e63c262e25eb} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:13:32.352606 [ 269 ] {53a0feda-166c-4da4-b2f3-e63c262e25eb} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.352734 [ 269 ] {53a0feda-166c-4da4-b2f3-e63c262e25eb} executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. 2025.05.13 23:13:32.352771 [ 269 ] {53a0feda-166c-4da4-b2f3-e63c262e25eb} TCPHandler: Processed in 0.001315582 sec. 2025.05.13 23:13:32.352875 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergeTask::MergeProjectionsStage: Merge sorted 2301 rows, containing 5 columns (5 merged, 0 gathered) in 0.001455367 sec., 1581044.5062997856 rows/sec., 120.14 MiB/sec. 2025.05.13 23:13:32.352880 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.353012 [ 269 ] {8a6722c6-e541-4280-941b-c2ce1460d241} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:32.353055 [ 269 ] {8a6722c6-e541-4280-941b-c2ce1460d241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:32.353103 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} MergedBlockOutputStream: filled checksums all_1_160_32 (state Temporary) 2025.05.13 23:13:32.353406 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_160_32 to all_1_160_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.353482 [ 269 ] {8a6722c6-e541-4280-941b-c2ce1460d241} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.353485 [ 195 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_160_32} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_155_31, all_160_160_0] -> all_1_160_32 2025.05.13 23:13:32.353518 [ 269 ] {8a6722c6-e541-4280-941b-c2ce1460d241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.353605 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.05.13 23:13:32.353844 [ 269 ] {8a6722c6-e541-4280-941b-c2ce1460d241} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.05.13 23:13:32.354053 [ 269 ] {8a6722c6-e541-4280-941b-c2ce1460d241} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.354179 [ 269 ] {8a6722c6-e541-4280-941b-c2ce1460d241} executeQuery: Read 237 rows, 16.27 KiB in 0.001186 sec., 199831.36593591905 rows/sec., 13.39 MiB/sec. 2025.05.13 23:13:32.354218 [ 269 ] {8a6722c6-e541-4280-941b-c2ce1460d241} TCPHandler: Processed in 0.001387584 sec. 2025.05.13 23:13:32.354331 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.354425 [ 269 ] {f305a952-3a24-47aa-8c2f-5fc2f034c4ca} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:13:32.354468 [ 269 ] {f305a952-3a24-47aa-8c2f-5fc2f034c4ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:13:32.354781 [ 269 ] {f305a952-3a24-47aa-8c2f-5fc2f034c4ca} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.354817 [ 269 ] {f305a952-3a24-47aa-8c2f-5fc2f034c4ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.355107 [ 269 ] {f305a952-3a24-47aa-8c2f-5fc2f034c4ca} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.05.13 23:13:32.355309 [ 269 ] {f305a952-3a24-47aa-8c2f-5fc2f034c4ca} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.355433 [ 269 ] {f305a952-3a24-47aa-8c2f-5fc2f034c4ca} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2025.05.13 23:13:32.355469 [ 269 ] {f305a952-3a24-47aa-8c2f-5fc2f034c4ca} TCPHandler: Processed in 0.001188088 sec. 2025.05.13 23:13:32.355577 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.355671 [ 269 ] {c5bd2201-3a60-416a-afaf-96726995cc92} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:32.355726 [ 269 ] {c5bd2201-3a60-416a-afaf-96726995cc92} 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.05.13 23:13:32.356525 [ 269 ] {c5bd2201-3a60-416a-afaf-96726995cc92} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.356561 [ 269 ] {c5bd2201-3a60-416a-afaf-96726995cc92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.357081 [ 269 ] {c5bd2201-3a60-416a-afaf-96726995cc92} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.05.13 23:13:32.357304 [ 269 ] {c5bd2201-3a60-416a-afaf-96726995cc92} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.357442 [ 269 ] {c5bd2201-3a60-416a-afaf-96726995cc92} executeQuery: Read 9 rows, 16.51 KiB in 0.00179 sec., 5027.932960893855 rows/sec., 9.01 MiB/sec. 2025.05.13 23:13:32.357498 [ 269 ] {c5bd2201-3a60-416a-afaf-96726995cc92} TCPHandler: Processed in 0.001970013 sec. 2025.05.13 23:13:32.357505 [ 225 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:13:32.357549 [ 225 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:13:32.357620 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:32.357718 [ 269 ] {f8872ca7-c3b3-4ea4-a966-9d6f1dd2f327} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:32.357761 [ 269 ] {f8872ca7-c3b3-4ea4-a966-9d6f1dd2f327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:32.358107 [ 269 ] {f8872ca7-c3b3-4ea4-a966-9d6f1dd2f327} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:32.358144 [ 269 ] {f8872ca7-c3b3-4ea4-a966-9d6f1dd2f327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:32.358447 [ 269 ] {f8872ca7-c3b3-4ea4-a966-9d6f1dd2f327} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.05.13 23:13:32.358756 [ 269 ] {f8872ca7-c3b3-4ea4-a966-9d6f1dd2f327} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:32.358886 [ 269 ] {f8872ca7-c3b3-4ea4-a966-9d6f1dd2f327} executeQuery: Read 82 rows, 5.33 KiB in 0.001186 sec., 69139.96627318718 rows/sec., 4.39 MiB/sec. 2025.05.13 23:13:32.358923 [ 269 ] {f8872ca7-c3b3-4ea4-a966-9d6f1dd2f327} TCPHandler: Processed in 0.001352964 sec. 2025.05.13 23:13:32.361153 [ 225 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:13:33.657158 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2025.05.13 23:13:33.675696 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:33.675756 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:33.682187 [ 243 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.05.13 23:13:33.682936 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:33.683249 [ 92 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.05.13 23:13:33.683321 [ 92 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:33.683347 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:33.683452 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.05.13 23:13:33.686483 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2025.05.13 23:13:33.686591 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:33.687346 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2025.05.13 23:13:33.690915 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2025.05.13 23:13:33.694675 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2025.05.13 23:13:33.698757 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2025.05.13 23:13:33.703426 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2025.05.13 23:13:33.708196 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2025.05.13 23:13:33.768391 [ 188 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.084984639 sec., 8507.419793828858 rows/sec., 43.99 MiB/sec. 2025.05.13 23:13:33.771817 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.05.13 23:13:33.774086 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:33.774206 [ 197 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_96_19} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.05.13 23:13:33.777436 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.05.13 23:13:34.000184 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 373.68 MiB, peak 391.12 MiB, free memory in arenas 0.00 B, will set to 372.62 MiB (RSS), difference: -1.06 MiB 2025.05.13 23:13:35.550966 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.551153 [ 269 ] {a65615bc-2f50-42b9-9c43-3bb5d8c92d1c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:13:35.551221 [ 269 ] {a65615bc-2f50-42b9-9c43-3bb5d8c92d1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:13:35.551864 [ 269 ] {a65615bc-2f50-42b9-9c43-3bb5d8c92d1c} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.551916 [ 269 ] {a65615bc-2f50-42b9-9c43-3bb5d8c92d1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.552312 [ 269 ] {a65615bc-2f50-42b9-9c43-3bb5d8c92d1c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.05.13 23:13:35.552546 [ 269 ] {a65615bc-2f50-42b9-9c43-3bb5d8c92d1c} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.552704 [ 269 ] {a65615bc-2f50-42b9-9c43-3bb5d8c92d1c} executeQuery: Read 4 rows, 334.00 B in 0.001602 sec., 2496.8789013732835 rows/sec., 203.60 KiB/sec. 2025.05.13 23:13:35.552748 [ 269 ] {a65615bc-2f50-42b9-9c43-3bb5d8c92d1c} TCPHandler: Processed in 0.001921962 sec. 2025.05.13 23:13:35.552860 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.552965 [ 269 ] {687ae262-c1e2-41b4-b2f3-60dfcbd8eb71} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:35.553006 [ 269 ] {687ae262-c1e2-41b4-b2f3-60dfcbd8eb71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:35.554255 [ 269 ] {687ae262-c1e2-41b4-b2f3-60dfcbd8eb71} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.554293 [ 269 ] {687ae262-c1e2-41b4-b2f3-60dfcbd8eb71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.554701 [ 269 ] {687ae262-c1e2-41b4-b2f3-60dfcbd8eb71} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.05.13 23:13:35.554934 [ 269 ] {687ae262-c1e2-41b4-b2f3-60dfcbd8eb71} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.555073 [ 269 ] {687ae262-c1e2-41b4-b2f3-60dfcbd8eb71} executeQuery: Read 1290 rows, 109.38 KiB in 0.002125 sec., 607058.8235294117 rows/sec., 50.27 MiB/sec. 2025.05.13 23:13:35.555127 [ 269 ] {687ae262-c1e2-41b4-b2f3-60dfcbd8eb71} TCPHandler: Processed in 0.002317404 sec. 2025.05.13 23:13:35.555245 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.555343 [ 269 ] {d00af6e4-36df-4901-bfb7-0cc6e0a89599} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:35.555385 [ 269 ] {d00af6e4-36df-4901-bfb7-0cc6e0a89599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:35.555891 [ 269 ] {d00af6e4-36df-4901-bfb7-0cc6e0a89599} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.555929 [ 269 ] {d00af6e4-36df-4901-bfb7-0cc6e0a89599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.556240 [ 269 ] {d00af6e4-36df-4901-bfb7-0cc6e0a89599} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.05.13 23:13:35.556480 [ 269 ] {d00af6e4-36df-4901-bfb7-0cc6e0a89599} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.556614 [ 269 ] {d00af6e4-36df-4901-bfb7-0cc6e0a89599} executeQuery: Read 50 rows, 3.74 KiB in 0.00129 sec., 38759.689922480626 rows/sec., 2.83 MiB/sec. 2025.05.13 23:13:35.556620 [ 89 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.05.13 23:13:35.556655 [ 269 ] {d00af6e4-36df-4901-bfb7-0cc6e0a89599} TCPHandler: Processed in 0.001461027 sec. 2025.05.13 23:13:35.556705 [ 89 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.556732 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.556801 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.556868 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.05.13 23:13:35.556901 [ 269 ] {64e7582f-96ba-414e-bd9d-620d75991d46} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:13:35.556954 [ 269 ] {64e7582f-96ba-414e-bd9d-620d75991d46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:13:35.557017 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:35.557058 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 165 rows starting from the beginning of the part 2025.05.13 23:13:35.557129 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 32 rows starting from the beginning of the part 2025.05.13 23:13:35.557175 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 119 rows starting from the beginning of the part 2025.05.13 23:13:35.557218 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 43 rows starting from the beginning of the part 2025.05.13 23:13:35.557257 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 115 rows starting from the beginning of the part 2025.05.13 23:13:35.557299 [ 190 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 50 rows starting from the beginning of the part 2025.05.13 23:13:35.557491 [ 269 ] {64e7582f-96ba-414e-bd9d-620d75991d46} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.557533 [ 269 ] {64e7582f-96ba-414e-bd9d-620d75991d46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.557867 [ 269 ] {64e7582f-96ba-414e-bd9d-620d75991d46} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.05.13 23:13:35.558112 [ 269 ] {64e7582f-96ba-414e-bd9d-620d75991d46} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.558223 [ 200 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416426 sec., 369945.20010222914 rows/sec., 25.20 MiB/sec. 2025.05.13 23:13:35.558245 [ 269 ] {64e7582f-96ba-414e-bd9d-620d75991d46} executeQuery: Read 228 rows, 15.81 KiB in 0.001363 sec., 167278.06309611152 rows/sec., 11.33 MiB/sec. 2025.05.13 23:13:35.558308 [ 269 ] {64e7582f-96ba-414e-bd9d-620d75991d46} TCPHandler: Processed in 0.00156753 sec. 2025.05.13 23:13:35.558410 [ 198 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.05.13 23:13:35.558415 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.558538 [ 269 ] {98ea61ea-bba4-4ab8-a601-d01b4cdc424a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:35.558583 [ 269 ] {98ea61ea-bba4-4ab8-a601-d01b4cdc424a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:35.558704 [ 198 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.558776 [ 198 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_136_27} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.05.13 23:13:35.558863 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:13:35.559253 [ 269 ] {98ea61ea-bba4-4ab8-a601-d01b4cdc424a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.559295 [ 269 ] {98ea61ea-bba4-4ab8-a601-d01b4cdc424a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.559694 [ 269 ] {98ea61ea-bba4-4ab8-a601-d01b4cdc424a} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.05.13 23:13:35.559923 [ 269 ] {98ea61ea-bba4-4ab8-a601-d01b4cdc424a} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.560061 [ 269 ] {98ea61ea-bba4-4ab8-a601-d01b4cdc424a} executeQuery: Read 579 rows, 44.14 KiB in 0.001543 sec., 375243.0330524951 rows/sec., 27.93 MiB/sec. 2025.05.13 23:13:35.560101 [ 269 ] {98ea61ea-bba4-4ab8-a601-d01b4cdc424a} TCPHandler: Processed in 0.001736245 sec. 2025.05.13 23:13:35.560207 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.560305 [ 269 ] {de2cb3c8-0e12-423b-9589-c751210e71e9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:35.560350 [ 269 ] {de2cb3c8-0e12-423b-9589-c751210e71e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:35.560984 [ 269 ] {de2cb3c8-0e12-423b-9589-c751210e71e9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.561021 [ 269 ] {de2cb3c8-0e12-423b-9589-c751210e71e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.561411 [ 269 ] {de2cb3c8-0e12-423b-9589-c751210e71e9} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.05.13 23:13:35.561622 [ 269 ] {de2cb3c8-0e12-423b-9589-c751210e71e9} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.561753 [ 269 ] {de2cb3c8-0e12-423b-9589-c751210e71e9} executeQuery: Read 910 rows, 62.51 KiB in 0.001467 sec., 620313.5650988412 rows/sec., 41.61 MiB/sec. 2025.05.13 23:13:35.561790 [ 269 ] {de2cb3c8-0e12-423b-9589-c751210e71e9} TCPHandler: Processed in 0.001633962 sec. 2025.05.13 23:13:35.561897 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.562001 [ 269 ] {57a00c7d-4bdc-4e02-8f4f-5b52070b5605} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:35.562057 [ 269 ] {57a00c7d-4bdc-4e02-8f4f-5b52070b5605} 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.05.13 23:13:35.562977 [ 269 ] {57a00c7d-4bdc-4e02-8f4f-5b52070b5605} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.563014 [ 269 ] {57a00c7d-4bdc-4e02-8f4f-5b52070b5605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.563597 [ 269 ] {57a00c7d-4bdc-4e02-8f4f-5b52070b5605} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.05.13 23:13:35.563830 [ 269 ] {57a00c7d-4bdc-4e02-8f4f-5b52070b5605} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.563968 [ 269 ] {57a00c7d-4bdc-4e02-8f4f-5b52070b5605} executeQuery: Read 46 rows, 84.41 KiB in 0.001987 sec., 23150.478107700048 rows/sec., 41.48 MiB/sec. 2025.05.13 23:13:35.564027 [ 269 ] {57a00c7d-4bdc-4e02-8f4f-5b52070b5605} TCPHandler: Processed in 0.00218159 sec. 2025.05.13 23:13:35.564137 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.564232 [ 269 ] {63f3f423-e616-4633-801f-418ba8f1a929} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.13 23:13:35.564275 [ 269 ] {63f3f423-e616-4633-801f-418ba8f1a929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.13 23:13:35.564600 [ 269 ] {63f3f423-e616-4633-801f-418ba8f1a929} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.564636 [ 269 ] {63f3f423-e616-4633-801f-418ba8f1a929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.564945 [ 269 ] {63f3f423-e616-4633-801f-418ba8f1a929} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.13 23:13:35.565164 [ 269 ] {63f3f423-e616-4633-801f-418ba8f1a929} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.565289 [ 269 ] {63f3f423-e616-4633-801f-418ba8f1a929} executeQuery: Read 9 rows, 651.00 B in 0.001075 sec., 8372.093023255815 rows/sec., 591.39 KiB/sec. 2025.05.13 23:13:35.565325 [ 269 ] {63f3f423-e616-4633-801f-418ba8f1a929} TCPHandler: Processed in 0.001236679 sec. 2025.05.13 23:13:35.565445 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:35.565553 [ 269 ] {f45024b7-6271-4fd1-8d20-3bbf2ec2c8d3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:35.565596 [ 269 ] {f45024b7-6271-4fd1-8d20-3bbf2ec2c8d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:35.565938 [ 269 ] {f45024b7-6271-4fd1-8d20-3bbf2ec2c8d3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.565976 [ 269 ] {f45024b7-6271-4fd1-8d20-3bbf2ec2c8d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.566305 [ 269 ] {f45024b7-6271-4fd1-8d20-3bbf2ec2c8d3} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.05.13 23:13:35.566567 [ 269 ] {f45024b7-6271-4fd1-8d20-3bbf2ec2c8d3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.566699 [ 86 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.05.13 23:13:35.566704 [ 269 ] {f45024b7-6271-4fd1-8d20-3bbf2ec2c8d3} executeQuery: Read 38 rows, 2.61 KiB in 0.001173 sec., 32395.56692242114 rows/sec., 2.17 MiB/sec. 2025.05.13 23:13:35.566744 [ 86 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:35.566761 [ 269 ] {f45024b7-6271-4fd1-8d20-3bbf2ec2c8d3} TCPHandler: Processed in 0.001378874 sec. 2025.05.13 23:13:35.566770 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:35.566856 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.05.13 23:13:35.566953 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:35.566983 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9518 rows starting from the beginning of the part 2025.05.13 23:13:35.567035 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part 2025.05.13 23:13:35.567079 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 82 rows starting from the beginning of the part 2025.05.13 23:13:35.567122 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 60 rows starting from the beginning of the part 2025.05.13 23:13:35.567161 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 82 rows starting from the beginning of the part 2025.05.13 23:13:35.567203 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 38 rows starting from the beginning of the part 2025.05.13 23:13:35.569993 [ 198 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 9840 rows, containing 4 columns (4 merged, 0 gathered) in 0.003163091 sec., 3110881.0970029 rows/sec., 202.86 MiB/sec. 2025.05.13 23:13:35.570172 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.05.13 23:13:35.570426 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:35.570489 [ 190 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_161_32} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.05.13 23:13:35.570551 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2025.05.13 23:13:37.330414 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:37.330625 [ 269 ] {6b9f0313-a0b5-46de-ad47-68944d3eb0f3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:37.330695 [ 269 ] {6b9f0313-a0b5-46de-ad47-68944d3eb0f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:37.331391 [ 269 ] {6b9f0313-a0b5-46de-ad47-68944d3eb0f3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:37.331437 [ 269 ] {6b9f0313-a0b5-46de-ad47-68944d3eb0f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:37.331834 [ 269 ] {6b9f0313-a0b5-46de-ad47-68944d3eb0f3} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.05.13 23:13:37.332083 [ 269 ] {6b9f0313-a0b5-46de-ad47-68944d3eb0f3} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:37.332239 [ 269 ] {6b9f0313-a0b5-46de-ad47-68944d3eb0f3} executeQuery: Read 56 rows, 4.38 KiB in 0.001667 sec., 33593.28134373125 rows/sec., 2.56 MiB/sec. 2025.05.13 23:13:37.332283 [ 269 ] {6b9f0313-a0b5-46de-ad47-68944d3eb0f3} TCPHandler: Processed in 0.002034655 sec. 2025.05.13 23:13:37.332395 [ 223 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] 2025.05.13 23:13:37.332408 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:37.332424 [ 223 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] 2025.05.13 23:13:37.332518 [ 269 ] {c767d4b3-14ad-4fbc-a162-7e22bc6fcaf9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:37.332566 [ 269 ] {c767d4b3-14ad-4fbc-a162-7e22bc6fcaf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:37.332999 [ 269 ] {c767d4b3-14ad-4fbc-a162-7e22bc6fcaf9} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:37.333035 [ 269 ] {c767d4b3-14ad-4fbc-a162-7e22bc6fcaf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:37.333401 [ 269 ] {c767d4b3-14ad-4fbc-a162-7e22bc6fcaf9} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.05.13 23:13:37.333711 [ 269 ] {c767d4b3-14ad-4fbc-a162-7e22bc6fcaf9} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:37.333858 [ 269 ] {c767d4b3-14ad-4fbc-a162-7e22bc6fcaf9} executeQuery: Read 64 rows, 5.12 KiB in 0.001365 sec., 46886.44688644689 rows/sec., 3.66 MiB/sec. 2025.05.13 23:13:37.333899 [ 269 ] {c767d4b3-14ad-4fbc-a162-7e22bc6fcaf9} TCPHandler: Processed in 0.001540869 sec. 2025.05.13 23:13:37.333936 [ 225 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] 2025.05.13 23:13:37.333992 [ 225 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] 2025.05.13 23:13:37.334022 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:37.334123 [ 269 ] {9f3fbbc7-2035-4006-8f28-b5d8b111b52b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:37.334169 [ 269 ] {9f3fbbc7-2035-4006-8f28-b5d8b111b52b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:37.334550 [ 269 ] {9f3fbbc7-2035-4006-8f28-b5d8b111b52b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:37.334586 [ 269 ] {9f3fbbc7-2035-4006-8f28-b5d8b111b52b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:37.334938 [ 269 ] {9f3fbbc7-2035-4006-8f28-b5d8b111b52b} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.05.13 23:13:37.335194 [ 269 ] {9f3fbbc7-2035-4006-8f28-b5d8b111b52b} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:37.335325 [ 269 ] {9f3fbbc7-2035-4006-8f28-b5d8b111b52b} executeQuery: Read 62 rows, 4.41 KiB in 0.001221 sec., 50778.050778050776 rows/sec., 3.53 MiB/sec. 2025.05.13 23:13:37.335363 [ 269 ] {9f3fbbc7-2035-4006-8f28-b5d8b111b52b} TCPHandler: Processed in 0.001390705 sec. 2025.05.13 23:13:37.335489 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:37.335586 [ 269 ] {76890be6-0d36-400c-9996-14b8d28729a8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:37.335630 [ 269 ] {76890be6-0d36-400c-9996-14b8d28729a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:37.335986 [ 269 ] {76890be6-0d36-400c-9996-14b8d28729a8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:37.336023 [ 269 ] {76890be6-0d36-400c-9996-14b8d28729a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:37.336335 [ 269 ] {76890be6-0d36-400c-9996-14b8d28729a8} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.05.13 23:13:37.336615 [ 269 ] {76890be6-0d36-400c-9996-14b8d28729a8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:37.336732 [ 223 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] 2025.05.13 23:13:37.336761 [ 269 ] {76890be6-0d36-400c-9996-14b8d28729a8} executeQuery: Read 22 rows, 1.53 KiB in 0.001194 sec., 18425.460636515912 rows/sec., 1.25 MiB/sec. 2025.05.13 23:13:37.336798 [ 269 ] {76890be6-0d36-400c-9996-14b8d28729a8} TCPHandler: Processed in 0.001357993 sec. 2025.05.13 23:13:37.337394 [ 225 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_45_9, all_46_46_0, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0] 2025.05.13 23:13:38.691994 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44469 2025.05.13 23:13:38.692564 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:38.692613 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:38.693165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.05.13 23:13:38.693440 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:38.693588 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 2025.05.13 23:13:41.187453 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2025.05.13 23:13:41.205828 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:41.205897 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:41.212444 [ 243 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.05.13 23:13:41.213666 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:41.217004 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2025.05.13 23:13:41.332727 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2824 2025.05.13 23:13:41.335550 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:41.335593 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:41.337027 [ 242 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:13:41.337614 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:41.337935 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2824 2025.05.13 23:13:42.342975 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.343170 [ 269 ] {7de18b83-1865-4429-86b0-d79fcee0c0ee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:13:42.343237 [ 269 ] {7de18b83-1865-4429-86b0-d79fcee0c0ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:13:42.344105 [ 269 ] {7de18b83-1865-4429-86b0-d79fcee0c0ee} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.344154 [ 269 ] {7de18b83-1865-4429-86b0-d79fcee0c0ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.344536 [ 269 ] {7de18b83-1865-4429-86b0-d79fcee0c0ee} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:13:42.344756 [ 269 ] {7de18b83-1865-4429-86b0-d79fcee0c0ee} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.344907 [ 269 ] {7de18b83-1865-4429-86b0-d79fcee0c0ee} executeQuery: Read 212 rows, 13.81 KiB in 0.001788 sec., 118568.23266219239 rows/sec., 7.54 MiB/sec. 2025.05.13 23:13:42.344950 [ 269 ] {7de18b83-1865-4429-86b0-d79fcee0c0ee} TCPHandler: Processed in 0.002109628 sec. 2025.05.13 23:13:42.345081 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.345175 [ 269 ] {9aea7689-6cd5-4c15-98bc-c9537f3f4fd9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:42.345216 [ 269 ] {9aea7689-6cd5-4c15-98bc-c9537f3f4fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:42.346209 [ 269 ] {9aea7689-6cd5-4c15-98bc-c9537f3f4fd9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.346244 [ 269 ] {9aea7689-6cd5-4c15-98bc-c9537f3f4fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.346577 [ 269 ] {9aea7689-6cd5-4c15-98bc-c9537f3f4fd9} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.05.13 23:13:42.346785 [ 269 ] {9aea7689-6cd5-4c15-98bc-c9537f3f4fd9} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.346913 [ 269 ] {9aea7689-6cd5-4c15-98bc-c9537f3f4fd9} executeQuery: Read 637 rows, 51.26 KiB in 0.001757 sec., 362549.80079681275 rows/sec., 28.49 MiB/sec. 2025.05.13 23:13:42.346951 [ 269 ] {9aea7689-6cd5-4c15-98bc-c9537f3f4fd9} TCPHandler: Processed in 0.001918391 sec. 2025.05.13 23:13:42.347066 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.347158 [ 269 ] {30b73407-9f8a-4416-9cd8-15a85f2c1158} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:42.347197 [ 269 ] {30b73407-9f8a-4416-9cd8-15a85f2c1158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:42.347690 [ 269 ] {30b73407-9f8a-4416-9cd8-15a85f2c1158} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.347725 [ 269 ] {30b73407-9f8a-4416-9cd8-15a85f2c1158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.348020 [ 269 ] {30b73407-9f8a-4416-9cd8-15a85f2c1158} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.05.13 23:13:42.348223 [ 269 ] {30b73407-9f8a-4416-9cd8-15a85f2c1158} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.348347 [ 269 ] {30b73407-9f8a-4416-9cd8-15a85f2c1158} executeQuery: Read 116 rows, 7.14 KiB in 0.001207 sec., 96106.04805302403 rows/sec., 5.77 MiB/sec. 2025.05.13 23:13:42.348384 [ 269 ] {30b73407-9f8a-4416-9cd8-15a85f2c1158} TCPHandler: Processed in 0.001365784 sec. 2025.05.13 23:13:42.348414 [ 221 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:42.348465 [ 221 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:42.348501 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.348598 [ 269 ] {484431bd-d04a-44b1-bc51-5100c44722c3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:13:42.348638 [ 269 ] {484431bd-d04a-44b1-bc51-5100c44722c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:13:42.349105 [ 269 ] {484431bd-d04a-44b1-bc51-5100c44722c3} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.349142 [ 269 ] {484431bd-d04a-44b1-bc51-5100c44722c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.349468 [ 269 ] {484431bd-d04a-44b1-bc51-5100c44722c3} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.05.13 23:13:42.349742 [ 269 ] {484431bd-d04a-44b1-bc51-5100c44722c3} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.349871 [ 269 ] {484431bd-d04a-44b1-bc51-5100c44722c3} executeQuery: Read 113 rows, 7.49 KiB in 0.00129 sec., 87596.89922480621 rows/sec., 5.67 MiB/sec. 2025.05.13 23:13:42.349908 [ 269 ] {484431bd-d04a-44b1-bc51-5100c44722c3} TCPHandler: Processed in 0.001454316 sec. 2025.05.13 23:13:42.350021 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.350113 [ 269 ] {b9c59e2a-45eb-4ba3-bf3a-ec2d178a9151} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:13:42.350152 [ 269 ] {b9c59e2a-45eb-4ba3-bf3a-ec2d178a9151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:13:42.350635 [ 269 ] {b9c59e2a-45eb-4ba3-bf3a-ec2d178a9151} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.350677 [ 269 ] {b9c59e2a-45eb-4ba3-bf3a-ec2d178a9151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.350978 [ 221 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:42.351002 [ 269 ] {b9c59e2a-45eb-4ba3-bf3a-ec2d178a9151} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:13:42.351219 [ 269 ] {b9c59e2a-45eb-4ba3-bf3a-ec2d178a9151} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.351349 [ 269 ] {b9c59e2a-45eb-4ba3-bf3a-ec2d178a9151} executeQuery: Read 112 rows, 6.53 KiB in 0.001253 sec., 89385.47486033519 rows/sec., 5.09 MiB/sec. 2025.05.13 23:13:42.351386 [ 269 ] {b9c59e2a-45eb-4ba3-bf3a-ec2d178a9151} TCPHandler: Processed in 0.001412176 sec. 2025.05.13 23:13:42.351499 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.351592 [ 269 ] {1738b6f2-d356-4c11-9c80-43349152ba62} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:42.351631 [ 269 ] {1738b6f2-d356-4c11-9c80-43349152ba62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:42.352257 [ 269 ] {1738b6f2-d356-4c11-9c80-43349152ba62} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.352294 [ 269 ] {1738b6f2-d356-4c11-9c80-43349152ba62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.352603 [ 269 ] {1738b6f2-d356-4c11-9c80-43349152ba62} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.05.13 23:13:42.352818 [ 269 ] {1738b6f2-d356-4c11-9c80-43349152ba62} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.352942 [ 269 ] {1738b6f2-d356-4c11-9c80-43349152ba62} executeQuery: Read 392 rows, 28.39 KiB in 0.001368 sec., 286549.70760233916 rows/sec., 20.26 MiB/sec. 2025.05.13 23:13:42.352981 [ 269 ] {1738b6f2-d356-4c11-9c80-43349152ba62} TCPHandler: Processed in 0.001528369 sec. 2025.05.13 23:13:42.353093 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.353185 [ 269 ] {509da47b-6f79-451a-b68e-bbc26861c25a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:13:42.353225 [ 269 ] {509da47b-6f79-451a-b68e-bbc26861c25a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:13:42.353560 [ 269 ] {509da47b-6f79-451a-b68e-bbc26861c25a} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.353595 [ 269 ] {509da47b-6f79-451a-b68e-bbc26861c25a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.353882 [ 269 ] {509da47b-6f79-451a-b68e-bbc26861c25a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:13:42.354081 [ 269 ] {509da47b-6f79-451a-b68e-bbc26861c25a} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.354207 [ 269 ] {509da47b-6f79-451a-b68e-bbc26861c25a} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2025.05.13 23:13:42.354242 [ 269 ] {509da47b-6f79-451a-b68e-bbc26861c25a} TCPHandler: Processed in 0.001196178 sec. 2025.05.13 23:13:42.354354 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.354446 [ 269 ] {e7fa84ab-12ae-4940-a5c4-1c767d6bf135} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:42.354487 [ 269 ] {e7fa84ab-12ae-4940-a5c4-1c767d6bf135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:42.354938 [ 269 ] {e7fa84ab-12ae-4940-a5c4-1c767d6bf135} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.354975 [ 269 ] {e7fa84ab-12ae-4940-a5c4-1c767d6bf135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.355295 [ 269 ] {e7fa84ab-12ae-4940-a5c4-1c767d6bf135} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.05.13 23:13:42.355501 [ 269 ] {e7fa84ab-12ae-4940-a5c4-1c767d6bf135} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.355619 [ 41 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_158_33 to all_163_163_0 2025.05.13 23:13:42.355628 [ 269 ] {e7fa84ab-12ae-4940-a5c4-1c767d6bf135} executeQuery: Read 237 rows, 16.27 KiB in 0.0012 sec., 197500.00000000003 rows/sec., 13.24 MiB/sec. 2025.05.13 23:13:42.355665 [ 41 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.355681 [ 269 ] {e7fa84ab-12ae-4940-a5c4-1c767d6bf135} TCPHandler: Processed in 0.001373554 sec. 2025.05.13 23:13:42.355691 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.355788 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_158_33 to all_163_163_0 into Compact with storage Full 2025.05.13 23:13:42.355805 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.355885 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:42.355900 [ 269 ] {cd9b83a3-190e-4b95-9972-a2d4636cf7d0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:13:42.355916 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_158_33, total 46886 rows starting from the beginning of the part 2025.05.13 23:13:42.355942 [ 269 ] {cd9b83a3-190e-4b95-9972-a2d4636cf7d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:13:42.355974 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 160 rows starting from the beginning of the part 2025.05.13 23:13:42.356019 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 237 rows starting from the beginning of the part 2025.05.13 23:13:42.356060 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 910 rows starting from the beginning of the part 2025.05.13 23:13:42.356102 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 62 rows starting from the beginning of the part 2025.05.13 23:13:42.356141 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 237 rows starting from the beginning of the part 2025.05.13 23:13:42.356304 [ 269 ] {cd9b83a3-190e-4b95-9972-a2d4636cf7d0} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.356342 [ 269 ] {cd9b83a3-190e-4b95-9972-a2d4636cf7d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.356665 [ 269 ] {cd9b83a3-190e-4b95-9972-a2d4636cf7d0} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.05.13 23:13:42.356879 [ 269 ] {cd9b83a3-190e-4b95-9972-a2d4636cf7d0} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.357039 [ 223 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:13:42.357051 [ 269 ] {cd9b83a3-190e-4b95-9972-a2d4636cf7d0} executeQuery: Read 1 rows, 69.00 B in 0.001124 sec., 889.6797153024911 rows/sec., 59.95 KiB/sec. 2025.05.13 23:13:42.357070 [ 223 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:13:42.357104 [ 269 ] {cd9b83a3-190e-4b95-9972-a2d4636cf7d0} TCPHandler: Processed in 0.001347453 sec. 2025.05.13 23:13:42.357228 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.357324 [ 269 ] {f8df1d15-c72f-4fc6-a4bf-ffbf7eb9fe17} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:42.357379 [ 269 ] {f8df1d15-c72f-4fc6-a4bf-ffbf7eb9fe17} 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.05.13 23:13:42.358222 [ 269 ] {f8df1d15-c72f-4fc6-a4bf-ffbf7eb9fe17} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.358257 [ 269 ] {f8df1d15-c72f-4fc6-a4bf-ffbf7eb9fe17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.358775 [ 269 ] {f8df1d15-c72f-4fc6-a4bf-ffbf7eb9fe17} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.05.13 23:13:42.359003 [ 269 ] {f8df1d15-c72f-4fc6-a4bf-ffbf7eb9fe17} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.359141 [ 269 ] {f8df1d15-c72f-4fc6-a4bf-ffbf7eb9fe17} executeQuery: Read 10 rows, 18.35 KiB in 0.001835 sec., 5449.591280653951 rows/sec., 9.77 MiB/sec. 2025.05.13 23:13:42.359198 [ 269 ] {f8df1d15-c72f-4fc6-a4bf-ffbf7eb9fe17} TCPHandler: Processed in 0.002018375 sec. 2025.05.13 23:13:42.359311 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:42.359403 [ 269 ] {0f89b78b-bc57-442e-b3c8-366fc05f3cac} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:42.359444 [ 269 ] {0f89b78b-bc57-442e-b3c8-366fc05f3cac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:42.359790 [ 269 ] {0f89b78b-bc57-442e-b3c8-366fc05f3cac} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:42.359824 [ 269 ] {0f89b78b-bc57-442e-b3c8-366fc05f3cac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:42.360130 [ 269 ] {0f89b78b-bc57-442e-b3c8-366fc05f3cac} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.05.13 23:13:42.360345 [ 269 ] {0f89b78b-bc57-442e-b3c8-366fc05f3cac} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.360468 [ 269 ] {0f89b78b-bc57-442e-b3c8-366fc05f3cac} executeQuery: Read 82 rows, 5.33 KiB in 0.001084 sec., 75645.75645756458 rows/sec., 4.80 MiB/sec. 2025.05.13 23:13:42.360503 [ 269 ] {0f89b78b-bc57-442e-b3c8-366fc05f3cac} TCPHandler: Processed in 0.001239289 sec. 2025.05.13 23:13:42.360877 [ 223 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.05.13 23:13:42.364320 [ 190 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergeTask::MergeProjectionsStage: Merge sorted 48492 rows, containing 5 columns (5 merged, 0 gathered) in 0.008565374 sec., 5661399.023556939 rows/sec., 382.42 MiB/sec. 2025.05.13 23:13:42.365008 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} MergedBlockOutputStream: filled checksums all_1_163_34 (state Temporary) 2025.05.13 23:13:42.365330 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_163_34 to all_1_163_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:42.365408 [ 198 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_163_34} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_158_33, all_163_163_0] -> all_1_163_34 2025.05.13 23:13:42.365517 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2025.05.13 23:13:42.941651 [ 219 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:13:42.941709 [ 219 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:13:42.944746 [ 219 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:13:43.365893 [ 225 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:13:43.365945 [ 225 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:13:43.369463 [ 225 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:13:43.403015 [ 218 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Found 6 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] 2025.05.13 23:13:43.403070 [ 218 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 6 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] 2025.05.13 23:13:43.406428 [ 218 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 6 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] 2025.05.13 23:13:45.927898 [ 82 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:13:45.927973 [ 82 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:13:46.194620 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44957 2025.05.13 23:13:46.195152 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:46.195204 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:46.195703 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.05.13 23:13:46.195939 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:46.196096 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44957 2025.05.13 23:13:47.330906 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.331204 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} executeQuery: (from [fd00:1122:3344:101::d]:34987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.13 23:13:47.331597 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.13 23:13:47.331638 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.13 23:13:47.331910 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:13:47.331980 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.13 23:13:47.332129 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.05.13 23:13:47.332255 [ 292 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.05.13 23:13:47.332255 [ 297 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.05.13 23:13:47.332423 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.05.13 23:13:47.332453 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.13 23:13:47.332524 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.13 23:13:47.332546 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0) (SelectExecutor): Reading approx. 42 rows with 2 streams 2025.05.13 23:13:47.332583 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:13:47.332624 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.13 23:13:47.334332 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} executeQuery: Read 42 rows, 1.60 KiB in 0.003254 sec., 12907.191149354641 rows/sec., 491.88 KiB/sec. 2025.05.13 23:13:47.334458 [ 269 ] {06042358-c25e-4c46-a3a6-0d15baa0ed1a} TCPHandler: Processed in 0.003697798 sec. 2025.05.13 23:13:47.341352 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.341471 [ 269 ] {c093c4ae-11cf-40c2-9967-0c6bc1729ac4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.13 23:13:47.341518 [ 269 ] {c093c4ae-11cf-40c2-9967-0c6bc1729ac4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.13 23:13:47.342090 [ 269 ] {c093c4ae-11cf-40c2-9967-0c6bc1729ac4} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:47.342136 [ 269 ] {c093c4ae-11cf-40c2-9967-0c6bc1729ac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:47.342574 [ 269 ] {c093c4ae-11cf-40c2-9967-0c6bc1729ac4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.13 23:13:47.342784 [ 269 ] {c093c4ae-11cf-40c2-9967-0c6bc1729ac4} oximeter.timeseries_schema (9dd80ca8-e4a6-4592-88ae-e3c7e6c6dea0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:47.342937 [ 269 ] {c093c4ae-11cf-40c2-9967-0c6bc1729ac4} executeQuery: Read 1 rows, 285.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 185.55 KiB/sec. 2025.05.13 23:13:47.342977 [ 269 ] {c093c4ae-11cf-40c2-9967-0c6bc1729ac4} TCPHandler: Processed in 0.001681424 sec. 2025.05.13 23:13:47.343089 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.343183 [ 269 ] {c76de84a-fe0a-4bde-9509-f64dc82ddcc7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:13:47.343224 [ 269 ] {c76de84a-fe0a-4bde-9509-f64dc82ddcc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:13:47.343623 [ 269 ] {c76de84a-fe0a-4bde-9509-f64dc82ddcc7} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:47.343657 [ 269 ] {c76de84a-fe0a-4bde-9509-f64dc82ddcc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:47.343942 [ 269 ] {c76de84a-fe0a-4bde-9509-f64dc82ddcc7} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.05.13 23:13:47.344149 [ 269 ] {c76de84a-fe0a-4bde-9509-f64dc82ddcc7} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:47.344276 [ 269 ] {c76de84a-fe0a-4bde-9509-f64dc82ddcc7} executeQuery: Read 1 rows, 76.00 B in 0.001112 sec., 899.2805755395684 rows/sec., 66.74 KiB/sec. 2025.05.13 23:13:47.344313 [ 269 ] {c76de84a-fe0a-4bde-9509-f64dc82ddcc7} TCPHandler: Processed in 0.001274151 sec. 2025.05.13 23:13:47.344435 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.344558 [ 269 ] {eb1e2266-9cdb-4933-8074-803dfeef5d37} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:47.344608 [ 269 ] {eb1e2266-9cdb-4933-8074-803dfeef5d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:47.345199 [ 269 ] {eb1e2266-9cdb-4933-8074-803dfeef5d37} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:47.345243 [ 269 ] {eb1e2266-9cdb-4933-8074-803dfeef5d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:47.345613 [ 269 ] {eb1e2266-9cdb-4933-8074-803dfeef5d37} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.05.13 23:13:47.345825 [ 269 ] {eb1e2266-9cdb-4933-8074-803dfeef5d37} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:47.345959 [ 269 ] {eb1e2266-9cdb-4933-8074-803dfeef5d37} executeQuery: Read 152 rows, 13.45 KiB in 0.001428 sec., 106442.57703081232 rows/sec., 9.19 MiB/sec. 2025.05.13 23:13:47.345998 [ 269 ] {eb1e2266-9cdb-4933-8074-803dfeef5d37} TCPHandler: Processed in 0.001624781 sec. 2025.05.13 23:13:47.346103 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.346203 [ 269 ] {e7ba89aa-ed52-49b8-a0d5-f753c78fc38f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:47.346246 [ 269 ] {e7ba89aa-ed52-49b8-a0d5-f753c78fc38f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:47.346674 [ 269 ] {e7ba89aa-ed52-49b8-a0d5-f753c78fc38f} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:47.346710 [ 269 ] {e7ba89aa-ed52-49b8-a0d5-f753c78fc38f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:47.347021 [ 269 ] {e7ba89aa-ed52-49b8-a0d5-f753c78fc38f} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.05.13 23:13:47.347238 [ 269 ] {e7ba89aa-ed52-49b8-a0d5-f753c78fc38f} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:47.347368 [ 269 ] {e7ba89aa-ed52-49b8-a0d5-f753c78fc38f} executeQuery: Read 48 rows, 3.60 KiB in 0.001183 sec., 40574.80980557903 rows/sec., 2.97 MiB/sec. 2025.05.13 23:13:47.347407 [ 269 ] {e7ba89aa-ed52-49b8-a0d5-f753c78fc38f} TCPHandler: Processed in 0.001354014 sec. 2025.05.13 23:13:47.347511 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.347606 [ 269 ] {2b959dd5-2eec-46cf-ab07-bceb46100e3d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:47.347646 [ 269 ] {2b959dd5-2eec-46cf-ab07-bceb46100e3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:47.348077 [ 269 ] {2b959dd5-2eec-46cf-ab07-bceb46100e3d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:47.348111 [ 269 ] {2b959dd5-2eec-46cf-ab07-bceb46100e3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:47.348421 [ 269 ] {2b959dd5-2eec-46cf-ab07-bceb46100e3d} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.05.13 23:13:47.348632 [ 269 ] {2b959dd5-2eec-46cf-ab07-bceb46100e3d} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:47.348758 [ 269 ] {2b959dd5-2eec-46cf-ab07-bceb46100e3d} executeQuery: Read 118 rows, 9.37 KiB in 0.001171 sec., 100768.57386848847 rows/sec., 7.81 MiB/sec. 2025.05.13 23:13:47.348795 [ 269 ] {2b959dd5-2eec-46cf-ab07-bceb46100e3d} TCPHandler: Processed in 0.001333663 sec. 2025.05.13 23:13:47.348900 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.348994 [ 269 ] {23ce7d23-3ac3-4ad0-bf78-1a6976291f89} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:47.349036 [ 269 ] {23ce7d23-3ac3-4ad0-bf78-1a6976291f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:47.349421 [ 269 ] {23ce7d23-3ac3-4ad0-bf78-1a6976291f89} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:47.349455 [ 269 ] {23ce7d23-3ac3-4ad0-bf78-1a6976291f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:47.349777 [ 269 ] {23ce7d23-3ac3-4ad0-bf78-1a6976291f89} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.05.13 23:13:47.349984 [ 269 ] {23ce7d23-3ac3-4ad0-bf78-1a6976291f89} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:47.350109 [ 269 ] {23ce7d23-3ac3-4ad0-bf78-1a6976291f89} executeQuery: Read 161 rows, 11.47 KiB in 0.001134 sec., 141975.3086419753 rows/sec., 9.88 MiB/sec. 2025.05.13 23:13:47.350145 [ 269 ] {23ce7d23-3ac3-4ad0-bf78-1a6976291f89} TCPHandler: Processed in 0.001294721 sec. 2025.05.13 23:13:47.350248 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.350363 [ 269 ] {7680a58b-a434-4f0c-87cb-d4d20c34dc14} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:47.350431 [ 269 ] {7680a58b-a434-4f0c-87cb-d4d20c34dc14} 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.05.13 23:13:47.351460 [ 269 ] {7680a58b-a434-4f0c-87cb-d4d20c34dc14} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:47.351496 [ 269 ] {7680a58b-a434-4f0c-87cb-d4d20c34dc14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:47.352088 [ 269 ] {7680a58b-a434-4f0c-87cb-d4d20c34dc14} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.05.13 23:13:47.352338 [ 269 ] {7680a58b-a434-4f0c-87cb-d4d20c34dc14} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:47.352481 [ 269 ] {7680a58b-a434-4f0c-87cb-d4d20c34dc14} executeQuery: Read 47 rows, 86.24 KiB in 0.002143 sec., 21931.871208586093 rows/sec., 39.30 MiB/sec. 2025.05.13 23:13:47.352548 [ 269 ] {7680a58b-a434-4f0c-87cb-d4d20c34dc14} TCPHandler: Processed in 0.002350345 sec. 2025.05.13 23:13:47.352658 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:47.352752 [ 269 ] {3a452bb1-7315-47ec-bd6f-8ba010676fa4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:47.352794 [ 269 ] {3a452bb1-7315-47ec-bd6f-8ba010676fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:47.353126 [ 269 ] {3a452bb1-7315-47ec-bd6f-8ba010676fa4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:47.353160 [ 269 ] {3a452bb1-7315-47ec-bd6f-8ba010676fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:47.353466 [ 269 ] {3a452bb1-7315-47ec-bd6f-8ba010676fa4} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.05.13 23:13:47.353680 [ 269 ] {3a452bb1-7315-47ec-bd6f-8ba010676fa4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:47.353811 [ 269 ] {3a452bb1-7315-47ec-bd6f-8ba010676fa4} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.05.13 23:13:47.353847 [ 269 ] {3a452bb1-7315-47ec-bd6f-8ba010676fa4} TCPHandler: Processed in 0.00123844 sec. 2025.05.13 23:13:48.717971 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2025.05.13 23:13:48.736772 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:48.736846 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:48.743362 [ 243 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.05.13 23:13:48.744197 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:48.748889 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2025.05.13 23:13:51.339041 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2864 2025.05.13 23:13:51.341618 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:51.341657 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:51.342903 [ 242 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:13:51.343170 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:51.343442 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2864 2025.05.13 23:13:52.342894 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.343197 [ 269 ] {8426d70b-74fb-4ae6-88c9-eee51e78340e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.343301 [ 269 ] {8426d70b-74fb-4ae6-88c9-eee51e78340e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:13:52.344186 [ 269 ] {8426d70b-74fb-4ae6-88c9-eee51e78340e} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.344228 [ 269 ] {8426d70b-74fb-4ae6-88c9-eee51e78340e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.344613 [ 269 ] {8426d70b-74fb-4ae6-88c9-eee51e78340e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:13:52.344828 [ 269 ] {8426d70b-74fb-4ae6-88c9-eee51e78340e} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.344972 [ 73 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 2025.05.13 23:13:52.344981 [ 269 ] {8426d70b-74fb-4ae6-88c9-eee51e78340e} executeQuery: Read 212 rows, 13.81 KiB in 0.001864 sec., 113733.90557939914 rows/sec., 7.23 MiB/sec. 2025.05.13 23:13:52.345043 [ 73 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.345064 [ 269 ] {8426d70b-74fb-4ae6-88c9-eee51e78340e} TCPHandler: Processed in 0.002350966 sec. 2025.05.13 23:13:52.345073 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.345196 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.345212 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.345211 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full 2025.05.13 23:13:52.345235 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.345318 [ 269 ] {ec5df7dc-8766-4027-9401-c118c3e2a5ce} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:13:52.345361 [ 269 ] {ec5df7dc-8766-4027-9401-c118c3e2a5ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:13:52.345386 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:52.345433 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 212 rows starting from the beginning of the part 2025.05.13 23:13:52.345542 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 212 rows starting from the beginning of the part 2025.05.13 23:13:52.345637 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 212 rows starting from the beginning of the part 2025.05.13 23:13:52.345718 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 212 rows starting from the beginning of the part 2025.05.13 23:13:52.345790 [ 196 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 212 rows starting from the beginning of the part 2025.05.13 23:13:52.345855 [ 269 ] {ec5df7dc-8766-4027-9401-c118c3e2a5ce} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.345897 [ 269 ] {ec5df7dc-8766-4027-9401-c118c3e2a5ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.346234 [ 269 ] {ec5df7dc-8766-4027-9401-c118c3e2a5ce} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.05.13 23:13:52.346483 [ 269 ] {ec5df7dc-8766-4027-9401-c118c3e2a5ce} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.346616 [ 269 ] {ec5df7dc-8766-4027-9401-c118c3e2a5ce} executeQuery: Read 10 rows, 820.00 B in 0.001317 sec., 7593.014426727411 rows/sec., 608.03 KiB/sec. 2025.05.13 23:13:52.346654 [ 269 ] {ec5df7dc-8766-4027-9401-c118c3e2a5ce} TCPHandler: Processed in 0.001490847 sec. 2025.05.13 23:13:52.346774 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.346869 [ 269 ] {4d4847fb-bc64-49d7-8a0e-b9c17b6c9d8b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:52.346907 [ 269 ] {4d4847fb-bc64-49d7-8a0e-b9c17b6c9d8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:52.347054 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001898461 sec., 558346.9979104127 rows/sec., 37.64 MiB/sec. 2025.05.13 23:13:52.347280 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) 2025.05.13 23:13:52.347624 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.347706 [ 198 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_69_17} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 2025.05.13 23:13:52.347815 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:13:52.347833 [ 269 ] {4d4847fb-bc64-49d7-8a0e-b9c17b6c9d8b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.347873 [ 269 ] {4d4847fb-bc64-49d7-8a0e-b9c17b6c9d8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.347980 [ 219 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.348214 [ 269 ] {4d4847fb-bc64-49d7-8a0e-b9c17b6c9d8b} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.05.13 23:13:52.348427 [ 269 ] {4d4847fb-bc64-49d7-8a0e-b9c17b6c9d8b} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.348557 [ 269 ] {4d4847fb-bc64-49d7-8a0e-b9c17b6c9d8b} executeQuery: Read 645 rows, 51.82 KiB in 0.001706 sec., 378077.37397420866 rows/sec., 29.66 MiB/sec. 2025.05.13 23:13:52.348566 [ 75 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_160_32 to all_165_165_0 2025.05.13 23:13:52.348595 [ 269 ] {4d4847fb-bc64-49d7-8a0e-b9c17b6c9d8b} TCPHandler: Processed in 0.00187004 sec. 2025.05.13 23:13:52.348608 [ 75 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.348631 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.348729 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.348731 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_160_32 to all_165_165_0 into Compact with storage Full 2025.05.13 23:13:52.348824 [ 269 ] {04eb5b13-edf2-4c51-8254-a7834a353a1b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.348858 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:52.348868 [ 269 ] {04eb5b13-edf2-4c51-8254-a7834a353a1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:52.348895 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_160_32, total 1871 rows starting from the beginning of the part 2025.05.13 23:13:52.348965 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1290 rows starting from the beginning of the part 2025.05.13 23:13:52.349007 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part 2025.05.13 23:13:52.349048 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 637 rows starting from the beginning of the part 2025.05.13 23:13:52.349085 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 152 rows starting from the beginning of the part 2025.05.13 23:13:52.349126 [ 190 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 645 rows starting from the beginning of the part 2025.05.13 23:13:52.349341 [ 269 ] {04eb5b13-edf2-4c51-8254-a7834a353a1b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.349384 [ 269 ] {04eb5b13-edf2-4c51-8254-a7834a353a1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.349688 [ 269 ] {04eb5b13-edf2-4c51-8254-a7834a353a1b} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.05.13 23:13:52.349907 [ 269 ] {04eb5b13-edf2-4c51-8254-a7834a353a1b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.350032 [ 269 ] {04eb5b13-edf2-4c51-8254-a7834a353a1b} executeQuery: Read 126 rows, 7.82 KiB in 0.001227 sec., 102689.48655256724 rows/sec., 6.22 MiB/sec. 2025.05.13 23:13:52.350069 [ 269 ] {04eb5b13-edf2-4c51-8254-a7834a353a1b} TCPHandler: Processed in 0.001388975 sec. 2025.05.13 23:13:52.350188 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.350280 [ 269 ] {bb4dc2b3-766c-44f0-b86b-b8ccdb1a6e85} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.350319 [ 269 ] {bb4dc2b3-766c-44f0-b86b-b8ccdb1a6e85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:13:52.350745 [ 187 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergeTask::MergeProjectionsStage: Merge sorted 4651 rows, containing 5 columns (5 merged, 0 gathered) in 0.002049715 sec., 2269095.9474853817 rows/sec., 192.74 MiB/sec. 2025.05.13 23:13:52.350769 [ 269 ] {bb4dc2b3-766c-44f0-b86b-b8ccdb1a6e85} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.350804 [ 269 ] {bb4dc2b3-766c-44f0-b86b-b8ccdb1a6e85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.351026 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} MergedBlockOutputStream: filled checksums all_1_165_33 (state Temporary) 2025.05.13 23:13:52.351120 [ 269 ] {bb4dc2b3-766c-44f0-b86b-b8ccdb1a6e85} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.05.13 23:13:52.351382 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_165_33 to all_1_165_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.351413 [ 269 ] {bb4dc2b3-766c-44f0-b86b-b8ccdb1a6e85} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.351462 [ 201 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_165_33} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_160_32, all_165_165_0] -> all_1_165_33 2025.05.13 23:13:52.351552 [ 269 ] {bb4dc2b3-766c-44f0-b86b-b8ccdb1a6e85} executeQuery: Read 113 rows, 7.49 KiB in 0.00129 sec., 87596.89922480621 rows/sec., 5.67 MiB/sec. 2025.05.13 23:13:52.351554 [ 75 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_84_17 to all_89_89_0 2025.05.13 23:13:52.351581 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2025.05.13 23:13:52.351595 [ 269 ] {bb4dc2b3-766c-44f0-b86b-b8ccdb1a6e85} TCPHandler: Processed in 0.001455027 sec. 2025.05.13 23:13:52.351607 [ 75 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.351636 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.351715 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_84_17 to all_89_89_0 into Compact with storage Full 2025.05.13 23:13:52.351758 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.351808 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:52.351842 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_84_17, total 341 rows starting from the beginning of the part 2025.05.13 23:13:52.351865 [ 269 ] {779e7536-f952-4986-adbd-ea81cd47789e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.351903 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:52.351909 [ 269 ] {779e7536-f952-4986-adbd-ea81cd47789e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:13:52.351956 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:52.352002 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 228 rows starting from the beginning of the part 2025.05.13 23:13:52.352043 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:52.352084 [ 201 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 113 rows starting from the beginning of the part 2025.05.13 23:13:52.352383 [ 269 ] {779e7536-f952-4986-adbd-ea81cd47789e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.352424 [ 269 ] {779e7536-f952-4986-adbd-ea81cd47789e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.352736 [ 269 ] {779e7536-f952-4986-adbd-ea81cd47789e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:13:52.352949 [ 269 ] {779e7536-f952-4986-adbd-ea81cd47789e} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.353018 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338083 sec., 763031.8896510905 rows/sec., 53.32 MiB/sec. 2025.05.13 23:13:52.353068 [ 75 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 2025.05.13 23:13:52.353075 [ 269 ] {779e7536-f952-4986-adbd-ea81cd47789e} executeQuery: Read 112 rows, 6.53 KiB in 0.00124 sec., 90322.58064516129 rows/sec., 5.15 MiB/sec. 2025.05.13 23:13:52.353102 [ 75 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.353122 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.353122 [ 269 ] {779e7536-f952-4986-adbd-ea81cd47789e} TCPHandler: Processed in 0.001413345 sec. 2025.05.13 23:13:52.353145 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} MergedBlockOutputStream: filled checksums all_1_89_18 (state Temporary) 2025.05.13 23:13:52.353185 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full 2025.05.13 23:13:52.353198 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.353243 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.353273 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.353307 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:52.353338 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 112 rows starting from the beginning of the part 2025.05.13 23:13:52.353352 [ 269 ] {09492730-5a65-4ea8-9c00-163e163f6659} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:52.353384 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 112 rows starting from the beginning of the part 2025.05.13 23:13:52.353404 [ 269 ] {09492730-5a65-4ea8-9c00-163e163f6659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:52.353418 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_89_18 to all_1_89_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.353426 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 112 rows starting from the beginning of the part 2025.05.13 23:13:52.353498 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 112 rows starting from the beginning of the part 2025.05.13 23:13:52.353533 [ 187 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_89_18} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_84_17, all_89_89_0] -> all_1_89_18 2025.05.13 23:13:52.353539 [ 201 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 112 rows starting from the beginning of the part 2025.05.13 23:13:52.353633 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.05.13 23:13:52.354092 [ 269 ] {09492730-5a65-4ea8-9c00-163e163f6659} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.354126 [ 269 ] {09492730-5a65-4ea8-9c00-163e163f6659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.354255 [ 193 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001094315 sec., 511735.6519832041 rows/sec., 31.10 MiB/sec. 2025.05.13 23:13:52.354412 [ 193 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) 2025.05.13 23:13:52.354486 [ 269 ] {09492730-5a65-4ea8-9c00-163e163f6659} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.05.13 23:13:52.354727 [ 193 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.354768 [ 269 ] {09492730-5a65-4ea8-9c00-163e163f6659} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.354811 [ 193 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_69_17} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 2025.05.13 23:13:52.354889 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:13:52.354906 [ 269 ] {09492730-5a65-4ea8-9c00-163e163f6659} executeQuery: Read 420 rows, 30.47 KiB in 0.001573 sec., 267005.7215511761 rows/sec., 18.92 MiB/sec. 2025.05.13 23:13:52.354910 [ 75 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_160_32 to all_165_165_0 2025.05.13 23:13:52.354949 [ 269 ] {09492730-5a65-4ea8-9c00-163e163f6659} TCPHandler: Processed in 0.001755876 sec. 2025.05.13 23:13:52.354954 [ 75 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.354977 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.355041 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_160_32 to all_165_165_0 into Compact with storage Full 2025.05.13 23:13:52.355064 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.355126 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:52.355153 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_160_32, total 929 rows starting from the beginning of the part 2025.05.13 23:13:52.355169 [ 269 ] {4f80039c-6c99-46e0-b156-58ee6d79062c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:13:52.355196 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 579 rows starting from the beginning of the part 2025.05.13 23:13:52.355215 [ 269 ] {4f80039c-6c99-46e0-b156-58ee6d79062c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:13:52.355237 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part 2025.05.13 23:13:52.355278 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 392 rows starting from the beginning of the part 2025.05.13 23:13:52.355311 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 118 rows starting from the beginning of the part 2025.05.13 23:13:52.355344 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 420 rows starting from the beginning of the part 2025.05.13 23:13:52.355358 [ 223 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.355551 [ 269 ] {4f80039c-6c99-46e0-b156-58ee6d79062c} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.355588 [ 269 ] {4f80039c-6c99-46e0-b156-58ee6d79062c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.355909 [ 269 ] {4f80039c-6c99-46e0-b156-58ee6d79062c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:13:52.356125 [ 269 ] {4f80039c-6c99-46e0-b156-58ee6d79062c} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.356252 [ 269 ] {4f80039c-6c99-46e0-b156-58ee6d79062c} executeQuery: Read 6 rows, 321.00 B in 0.001101 sec., 5449.591280653951 rows/sec., 284.72 KiB/sec. 2025.05.13 23:13:52.356293 [ 269 ] {4f80039c-6c99-46e0-b156-58ee6d79062c} TCPHandler: Processed in 0.001277581 sec. 2025.05.13 23:13:52.356295 [ 224 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.356335 [ 224 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.356401 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.356424 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergeTask::MergeProjectionsStage: Merge sorted 2502 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411405 sec., 1772701.6696129036 rows/sec., 135.93 MiB/sec. 2025.05.13 23:13:52.356516 [ 269 ] {68b6896c-ded4-4020-8029-5e0bfdd19f72} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.356568 [ 269 ] {68b6896c-ded4-4020-8029-5e0bfdd19f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:52.356582 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} MergedBlockOutputStream: filled checksums all_1_165_33 (state Temporary) 2025.05.13 23:13:52.356823 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_165_33 to all_1_165_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.356885 [ 187 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_165_33} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_160_32, all_165_165_0] -> all_1_165_33 2025.05.13 23:13:52.356968 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.05.13 23:13:52.357100 [ 269 ] {68b6896c-ded4-4020-8029-5e0bfdd19f72} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.357146 [ 269 ] {68b6896c-ded4-4020-8029-5e0bfdd19f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.357520 [ 269 ] {68b6896c-ded4-4020-8029-5e0bfdd19f72} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.05.13 23:13:52.357741 [ 269 ] {68b6896c-ded4-4020-8029-5e0bfdd19f72} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.357881 [ 269 ] {68b6896c-ded4-4020-8029-5e0bfdd19f72} executeQuery: Read 243 rows, 16.67 KiB in 0.00139 sec., 174820.14388489208 rows/sec., 11.71 MiB/sec. 2025.05.13 23:13:52.357918 [ 269 ] {68b6896c-ded4-4020-8029-5e0bfdd19f72} TCPHandler: Processed in 0.00156388 sec. 2025.05.13 23:13:52.358035 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.358127 [ 269 ] {35a13724-9ae4-4613-8852-c8be1d3686c9} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.358170 [ 269 ] {35a13724-9ae4-4613-8852-c8be1d3686c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:13:52.358481 [ 269 ] {35a13724-9ae4-4613-8852-c8be1d3686c9} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.358517 [ 269 ] {35a13724-9ae4-4613-8852-c8be1d3686c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.358817 [ 269 ] {35a13724-9ae4-4613-8852-c8be1d3686c9} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.05.13 23:13:52.359063 [ 269 ] {35a13724-9ae4-4613-8852-c8be1d3686c9} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.359205 [ 269 ] {35a13724-9ae4-4613-8852-c8be1d3686c9} executeQuery: Read 1 rows, 69.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 61.48 KiB/sec. 2025.05.13 23:13:52.359241 [ 269 ] {35a13724-9ae4-4613-8852-c8be1d3686c9} TCPHandler: Processed in 0.00125814 sec. 2025.05.13 23:13:52.359363 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.359474 [ 269 ] {ad841e44-d0f7-486f-89b7-fc3080928725} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.359538 [ 269 ] {ad841e44-d0f7-486f-89b7-fc3080928725} 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.05.13 23:13:52.359868 [ 224 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.05.13 23:13:52.360453 [ 269 ] {ad841e44-d0f7-486f-89b7-fc3080928725} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.360495 [ 269 ] {ad841e44-d0f7-486f-89b7-fc3080928725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.361014 [ 269 ] {ad841e44-d0f7-486f-89b7-fc3080928725} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.05.13 23:13:52.361230 [ 269 ] {ad841e44-d0f7-486f-89b7-fc3080928725} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.361348 [ 73 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.05.13 23:13:52.361369 [ 269 ] {ad841e44-d0f7-486f-89b7-fc3080928725} executeQuery: Read 10 rows, 18.35 KiB in 0.001919 sec., 5211.047420531527 rows/sec., 9.34 MiB/sec. 2025.05.13 23:13:52.361384 [ 73 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.361410 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.361434 [ 269 ] {ad841e44-d0f7-486f-89b7-fc3080928725} TCPHandler: Processed in 0.002128918 sec. 2025.05.13 23:13:52.361481 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.05.13 23:13:52.361549 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.361648 [ 269 ] {6617243e-1563-4f09-ad6c-86dafe3faf96} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.361688 [ 269 ] {6617243e-1563-4f09-ad6c-86dafe3faf96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.13 23:13:52.361702 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:52.361761 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2675 rows starting from the beginning of the part 2025.05.13 23:13:52.361886 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 9 rows starting from the beginning of the part 2025.05.13 23:13:52.361996 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 46 rows starting from the beginning of the part 2025.05.13 23:13:52.361998 [ 269 ] {6617243e-1563-4f09-ad6c-86dafe3faf96} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.362049 [ 269 ] {6617243e-1563-4f09-ad6c-86dafe3faf96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.362117 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 10 rows starting from the beginning of the part 2025.05.13 23:13:52.362235 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 47 rows starting from the beginning of the part 2025.05.13 23:13:52.362343 [ 269 ] {6617243e-1563-4f09-ad6c-86dafe3faf96} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.13 23:13:52.362343 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 10 rows starting from the beginning of the part 2025.05.13 23:13:52.362566 [ 269 ] {6617243e-1563-4f09-ad6c-86dafe3faf96} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.362708 [ 269 ] {6617243e-1563-4f09-ad6c-86dafe3faf96} executeQuery: Read 6 rows, 405.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 366.55 KiB/sec. 2025.05.13 23:13:52.362747 [ 269 ] {6617243e-1563-4f09-ad6c-86dafe3faf96} TCPHandler: Processed in 0.00124716 sec. 2025.05.13 23:13:52.362853 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:52.362945 [ 269 ] {9d9b40bd-9301-463e-9b6a-5792a2d15fee} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:52.362985 [ 269 ] {9d9b40bd-9301-463e-9b6a-5792a2d15fee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:52.363316 [ 269 ] {9d9b40bd-9301-463e-9b6a-5792a2d15fee} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:52.363352 [ 269 ] {9d9b40bd-9301-463e-9b6a-5792a2d15fee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:52.363658 [ 269 ] {9d9b40bd-9301-463e-9b6a-5792a2d15fee} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.05.13 23:13:52.363868 [ 269 ] {9d9b40bd-9301-463e-9b6a-5792a2d15fee} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.363997 [ 269 ] {9d9b40bd-9301-463e-9b6a-5792a2d15fee} executeQuery: Read 82 rows, 5.33 KiB in 0.00107 sec., 76635.5140186916 rows/sec., 4.87 MiB/sec. 2025.05.13 23:13:52.364032 [ 269 ] {9d9b40bd-9301-463e-9b6a-5792a2d15fee} TCPHandler: Processed in 0.001226889 sec. 2025.05.13 23:13:52.369040 [ 194 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2797 rows, containing 19 columns (19 merged, 0 gathered) in 0.007588633 sec., 368577.5817594552 rows/sec., 660.47 MiB/sec. 2025.05.13 23:13:52.371336 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.05.13 23:13:52.371664 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:52.371731 [ 187 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_136_27} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.05.13 23:13:52.371864 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.10 MiB. 2025.05.13 23:13:53.697123 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45384 2025.05.13 23:13:53.697635 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:53.697686 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:53.698182 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.05.13 23:13:53.698415 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:53.698580 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 2025.05.13 23:13:56.249857 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2025.05.13 23:13:56.268135 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:56.268181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:56.274733 [ 243 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.05.13 23:13:56.275440 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:56.278475 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2025.05.13 23:13:57.337515 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:57.337822 [ 269 ] {f56e79e2-8e38-45b5-9ea1-0d6286790436} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:13:57.337930 [ 269 ] {f56e79e2-8e38-45b5-9ea1-0d6286790436} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:13:57.338825 [ 269 ] {f56e79e2-8e38-45b5-9ea1-0d6286790436} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.338871 [ 269 ] {f56e79e2-8e38-45b5-9ea1-0d6286790436} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.339248 [ 269 ] {f56e79e2-8e38-45b5-9ea1-0d6286790436} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.05.13 23:13:57.339480 [ 269 ] {f56e79e2-8e38-45b5-9ea1-0d6286790436} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.339616 [ 69 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Selected 6 parts from all_1_42_10 to all_47_47_0 2025.05.13 23:13:57.339637 [ 269 ] {f56e79e2-8e38-45b5-9ea1-0d6286790436} executeQuery: Read 1 rows, 76.00 B in 0.001894 sec., 527.9831045406547 rows/sec., 39.19 KiB/sec. 2025.05.13 23:13:57.339687 [ 69 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.339706 [ 269 ] {f56e79e2-8e38-45b5-9ea1-0d6286790436} TCPHandler: Processed in 0.002380017 sec. 2025.05.13 23:13:57.339717 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.339830 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:57.339841 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_42_10 to all_47_47_0 into Compact with storage Full 2025.05.13 23:13:57.339936 [ 269 ] {6938360b-db66-44f1-ba45-7534f3acbb51} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:13:57.339971 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:57.339985 [ 269 ] {6938360b-db66-44f1-ba45-7534f3acbb51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:13:57.340009 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_42_10, total 18 rows starting from the beginning of the part 2025.05.13 23:13:57.340084 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part 2025.05.13 23:13:57.340130 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part 2025.05.13 23:13:57.340173 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part 2025.05.13 23:13:57.340224 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part 2025.05.13 23:13:57.340269 [ 194 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part 2025.05.13 23:13:57.340545 [ 269 ] {6938360b-db66-44f1-ba45-7534f3acbb51} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.340587 [ 269 ] {6938360b-db66-44f1-ba45-7534f3acbb51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.340931 [ 269 ] {6938360b-db66-44f1-ba45-7534f3acbb51} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.05.13 23:13:57.341084 [ 195 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001299331 sec., 29245.81957946051 rows/sec., 2.42 MiB/sec. 2025.05.13 23:13:57.341145 [ 269 ] {6938360b-db66-44f1-ba45-7534f3acbb51} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.341263 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} MergedBlockOutputStream: filled checksums all_1_47_11 (state Temporary) 2025.05.13 23:13:57.341285 [ 269 ] {6938360b-db66-44f1-ba45-7534f3acbb51} executeQuery: Read 158 rows, 14.00 KiB in 0.001373 sec., 115076.47487254188 rows/sec., 9.96 MiB/sec. 2025.05.13 23:13:57.341328 [ 269 ] {6938360b-db66-44f1-ba45-7534f3acbb51} TCPHandler: Processed in 0.00154849 sec. 2025.05.13 23:13:57.341435 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:57.341529 [ 269 ] {6b5224f7-897d-406c-a882-7033139a7b0e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:13:57.341570 [ 269 ] {6b5224f7-897d-406c-a882-7033139a7b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:13:57.341584 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_merge_all_1_47_11 to all_1_47_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.341663 [ 197 ] {c0145018-8f95-4cd6-b20d-e512f2fe244a::all_1_47_11} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a) (MergerMutator): Merged 6 parts: [all_1_42_10, all_47_47_0] -> all_1_47_11 2025.05.13 23:13:57.341773 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.05.13 23:13:57.341992 [ 269 ] {6b5224f7-897d-406c-a882-7033139a7b0e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.342033 [ 269 ] {6b5224f7-897d-406c-a882-7033139a7b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.342341 [ 269 ] {6b5224f7-897d-406c-a882-7033139a7b0e} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.05.13 23:13:57.342555 [ 269 ] {6b5224f7-897d-406c-a882-7033139a7b0e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.342685 [ 269 ] {6b5224f7-897d-406c-a882-7033139a7b0e} executeQuery: Read 51 rows, 3.82 KiB in 0.001175 sec., 43404.255319148935 rows/sec., 3.18 MiB/sec. 2025.05.13 23:13:57.342723 [ 269 ] {6b5224f7-897d-406c-a882-7033139a7b0e} TCPHandler: Processed in 0.001338673 sec. 2025.05.13 23:13:57.342824 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:57.342917 [ 269 ] {5bc830dc-11f1-4056-8ec6-42e4e3a64917} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:13:57.342956 [ 269 ] {5bc830dc-11f1-4056-8ec6-42e4e3a64917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:13:57.343394 [ 269 ] {5bc830dc-11f1-4056-8ec6-42e4e3a64917} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.343432 [ 269 ] {5bc830dc-11f1-4056-8ec6-42e4e3a64917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.343746 [ 269 ] {5bc830dc-11f1-4056-8ec6-42e4e3a64917} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.05.13 23:13:57.343950 [ 269 ] {5bc830dc-11f1-4056-8ec6-42e4e3a64917} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.344078 [ 269 ] {5bc830dc-11f1-4056-8ec6-42e4e3a64917} executeQuery: Read 124 rows, 9.88 KiB in 0.00118 sec., 105084.74576271186 rows/sec., 8.18 MiB/sec. 2025.05.13 23:13:57.344116 [ 269 ] {5bc830dc-11f1-4056-8ec6-42e4e3a64917} TCPHandler: Processed in 0.001341363 sec. 2025.05.13 23:13:57.344222 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:57.344314 [ 269 ] {5efb3ecd-642e-4d2d-973d-63ccc958be66} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:57.344357 [ 269 ] {5efb3ecd-642e-4d2d-973d-63ccc958be66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:13:57.344756 [ 269 ] {5efb3ecd-642e-4d2d-973d-63ccc958be66} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.344793 [ 269 ] {5efb3ecd-642e-4d2d-973d-63ccc958be66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.345121 [ 269 ] {5efb3ecd-642e-4d2d-973d-63ccc958be66} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.05.13 23:13:57.345325 [ 269 ] {5efb3ecd-642e-4d2d-973d-63ccc958be66} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.345457 [ 269 ] {5efb3ecd-642e-4d2d-973d-63ccc958be66} executeQuery: Read 161 rows, 11.47 KiB in 0.001162 sec., 138554.21686746986 rows/sec., 9.64 MiB/sec. 2025.05.13 23:13:57.345493 [ 269 ] {5efb3ecd-642e-4d2d-973d-63ccc958be66} TCPHandler: Processed in 0.001319963 sec. 2025.05.13 23:13:57.345605 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:57.345726 [ 269 ] {9f72923b-22ca-4b7d-b1c5-c2ef06f9952d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:13:57.345790 [ 269 ] {9f72923b-22ca-4b7d-b1c5-c2ef06f9952d} 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.05.13 23:13:57.346808 [ 269 ] {9f72923b-22ca-4b7d-b1c5-c2ef06f9952d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.346845 [ 269 ] {9f72923b-22ca-4b7d-b1c5-c2ef06f9952d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.347420 [ 269 ] {9f72923b-22ca-4b7d-b1c5-c2ef06f9952d} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.05.13 23:13:57.347636 [ 269 ] {9f72923b-22ca-4b7d-b1c5-c2ef06f9952d} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.347772 [ 269 ] {9f72923b-22ca-4b7d-b1c5-c2ef06f9952d} executeQuery: Read 50 rows, 91.75 KiB in 0.002071 sec., 24142.926122646066 rows/sec., 43.26 MiB/sec. 2025.05.13 23:13:57.347818 [ 218 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:57.347839 [ 269 ] {9f72923b-22ca-4b7d-b1c5-c2ef06f9952d} TCPHandler: Processed in 0.002291553 sec. 2025.05.13 23:13:57.347855 [ 218 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:57.347953 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:57.348050 [ 269 ] {e15ddffa-01b9-4fc7-91a9-783e979c0826} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.13 23:13:57.348092 [ 269 ] {e15ddffa-01b9-4fc7-91a9-783e979c0826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.13 23:13:57.348391 [ 269 ] {e15ddffa-01b9-4fc7-91a9-783e979c0826} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.348428 [ 269 ] {e15ddffa-01b9-4fc7-91a9-783e979c0826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.348753 [ 269 ] {e15ddffa-01b9-4fc7-91a9-783e979c0826} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.13 23:13:57.349095 [ 269 ] {e15ddffa-01b9-4fc7-91a9-783e979c0826} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.349211 [ 66 ] {} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.13 23:13:57.349253 [ 66 ] {} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.349253 [ 269 ] {e15ddffa-01b9-4fc7-91a9-783e979c0826} executeQuery: Read 3 rows, 246.00 B in 0.00122 sec., 2459.016393442623 rows/sec., 196.91 KiB/sec. 2025.05.13 23:13:57.349275 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.349313 [ 269 ] {e15ddffa-01b9-4fc7-91a9-783e979c0826} TCPHandler: Processed in 0.001406575 sec. 2025.05.13 23:13:57.349349 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::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.05.13 23:13:57.349437 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:13:57.349441 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:57.349488 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.05.13 23:13:57.349531 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part 2025.05.13 23:13:57.349555 [ 269 ] {d2a1a83a-f7c8-4540-ab73-ff4c317cffa8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:13:57.349567 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.05.13 23:13:57.349605 [ 269 ] {d2a1a83a-f7c8-4540-ab73-ff4c317cffa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:13:57.349612 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part 2025.05.13 23:13:57.349656 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.05.13 23:13:57.349690 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part 2025.05.13 23:13:57.349958 [ 269 ] {d2a1a83a-f7c8-4540-ab73-ff4c317cffa8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.349999 [ 269 ] {d2a1a83a-f7c8-4540-ab73-ff4c317cffa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.350382 [ 269 ] {d2a1a83a-f7c8-4540-ab73-ff4c317cffa8} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.05.13 23:13:57.350600 [ 269 ] {d2a1a83a-f7c8-4540-ab73-ff4c317cffa8} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.350717 [ 66 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2025.05.13 23:13:57.350729 [ 269 ] {d2a1a83a-f7c8-4540-ab73-ff4c317cffa8} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.05.13 23:13:57.350748 [ 66 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:13:57.350771 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:13:57.350771 [ 269 ] {d2a1a83a-f7c8-4540-ab73-ff4c317cffa8} TCPHandler: Processed in 0.001392195 sec. 2025.05.13 23:13:57.350851 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2025.05.13 23:13:57.350892 [ 194 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.00156827 sec., 32519.910474599397 rows/sec., 2.31 MiB/sec. 2025.05.13 23:13:57.350955 [ 218 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.05.13 23:13:57.350957 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:13:57.351006 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9840 rows starting from the beginning of the part 2025.05.13 23:13:57.351029 [ 199 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.13 23:13:57.351066 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 22 rows starting from the beginning of the part 2025.05.13 23:13:57.351114 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 82 rows starting from the beginning of the part 2025.05.13 23:13:57.351154 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 60 rows starting from the beginning of the part 2025.05.13 23:13:57.351193 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 82 rows starting from the beginning of the part 2025.05.13 23:13:57.351232 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 60 rows starting from the beginning of the part 2025.05.13 23:13:57.351318 [ 199 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.351392 [ 199 ] {1c9c611d-0264-479f-8023-11eb18a30565::all_1_6_1} oximeter.measurements_i64 (1c9c611d-0264-479f-8023-11eb18a30565) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.13 23:13:57.351482 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.05.13 23:13:57.353556 [ 194 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 10146 rows, containing 4 columns (4 merged, 0 gathered) in 0.002740448 sec., 3702314.3661182406 rows/sec., 241.44 MiB/sec. 2025.05.13 23:13:57.353740 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2025.05.13 23:13:57.353976 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:13:57.354043 [ 197 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_166_33} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2025.05.13 23:13:57.354109 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2025.05.13 23:14:00.928037 [ 60 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:14:00.928097 [ 60 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:14:01.199674 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45872 2025.05.13 23:14:01.200194 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:01.200228 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:01.200695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.05.13 23:14:01.200917 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:01.201044 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45872 2025.05.13 23:14:01.344553 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2906 2025.05.13 23:14:01.347145 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:01.347189 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:01.348393 [ 242 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.05.13 23:14:01.348675 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:01.348913 [ 218 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:14:01.348941 [ 218 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:14:01.348970 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2906 2025.05.13 23:14:01.351106 [ 218 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.05.13 23:14:02.263375 [ 221 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:14:02.263439 [ 221 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:14:02.265882 [ 221 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:14:02.342124 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.342400 [ 269 ] {a9c8463c-8e06-45b5-bafe-16e26b39e98a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:14:02.342502 [ 269 ] {a9c8463c-8e06-45b5-bafe-16e26b39e98a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:14:02.343432 [ 269 ] {a9c8463c-8e06-45b5-bafe-16e26b39e98a} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.343469 [ 269 ] {a9c8463c-8e06-45b5-bafe-16e26b39e98a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.343847 [ 269 ] {a9c8463c-8e06-45b5-bafe-16e26b39e98a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:14:02.344063 [ 269 ] {a9c8463c-8e06-45b5-bafe-16e26b39e98a} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.344210 [ 269 ] {a9c8463c-8e06-45b5-bafe-16e26b39e98a} executeQuery: Read 212 rows, 13.81 KiB in 0.001888 sec., 112288.13559322034 rows/sec., 7.14 MiB/sec. 2025.05.13 23:14:02.344251 [ 269 ] {a9c8463c-8e06-45b5-bafe-16e26b39e98a} TCPHandler: Processed in 0.002305204 sec. 2025.05.13 23:14:02.344408 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.344500 [ 269 ] {0acc9536-6150-4424-a697-dc17b9938da3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:14:02.344540 [ 269 ] {0acc9536-6150-4424-a697-dc17b9938da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:14:02.345013 [ 269 ] {0acc9536-6150-4424-a697-dc17b9938da3} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.345047 [ 269 ] {0acc9536-6150-4424-a697-dc17b9938da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.345322 [ 269 ] {0acc9536-6150-4424-a697-dc17b9938da3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.05.13 23:14:02.345521 [ 269 ] {0acc9536-6150-4424-a697-dc17b9938da3} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.345644 [ 269 ] {0acc9536-6150-4424-a697-dc17b9938da3} executeQuery: Read 2 rows, 152.00 B in 0.001162 sec., 1721.170395869191 rows/sec., 127.74 KiB/sec. 2025.05.13 23:14:02.345681 [ 269 ] {0acc9536-6150-4424-a697-dc17b9938da3} TCPHandler: Processed in 0.001338873 sec. 2025.05.13 23:14:02.345819 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.345911 [ 269 ] {b339320f-6ab7-49ea-86ca-b4ca9eed5fc1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:14:02.345949 [ 269 ] {b339320f-6ab7-49ea-86ca-b4ca9eed5fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:14:02.346725 [ 269 ] {b339320f-6ab7-49ea-86ca-b4ca9eed5fc1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.346760 [ 269 ] {b339320f-6ab7-49ea-86ca-b4ca9eed5fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.347099 [ 269 ] {b339320f-6ab7-49ea-86ca-b4ca9eed5fc1} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.05.13 23:14:02.347300 [ 269 ] {b339320f-6ab7-49ea-86ca-b4ca9eed5fc1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.347424 [ 269 ] {b339320f-6ab7-49ea-86ca-b4ca9eed5fc1} executeQuery: Read 641 rows, 51.53 KiB in 0.001531 sec., 418680.600914435 rows/sec., 32.87 MiB/sec. 2025.05.13 23:14:02.347460 [ 269 ] {b339320f-6ab7-49ea-86ca-b4ca9eed5fc1} TCPHandler: Processed in 0.001705295 sec. 2025.05.13 23:14:02.347546 [ 221 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0] 2025.05.13 23:14:02.347581 [ 221 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0] 2025.05.13 23:14:02.347592 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.347689 [ 269 ] {a9ddc4b9-9d7c-44be-aeaa-ad0c02718636} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:14:02.347729 [ 269 ] {a9ddc4b9-9d7c-44be-aeaa-ad0c02718636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:14:02.348181 [ 269 ] {a9ddc4b9-9d7c-44be-aeaa-ad0c02718636} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.348223 [ 269 ] {a9ddc4b9-9d7c-44be-aeaa-ad0c02718636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.348656 [ 269 ] {a9ddc4b9-9d7c-44be-aeaa-ad0c02718636} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.05.13 23:14:02.348955 [ 269 ] {a9ddc4b9-9d7c-44be-aeaa-ad0c02718636} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.349085 [ 269 ] {a9ddc4b9-9d7c-44be-aeaa-ad0c02718636} executeQuery: Read 118 rows, 7.26 KiB in 0.001414 sec., 83451.20226308345 rows/sec., 5.02 MiB/sec. 2025.05.13 23:14:02.349087 [ 59 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.05.13 23:14:02.349123 [ 269 ] {a9ddc4b9-9d7c-44be-aeaa-ad0c02718636} TCPHandler: Processed in 0.001593211 sec. 2025.05.13 23:14:02.349132 [ 59 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.349151 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.349242 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.05.13 23:14:02.349255 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.349329 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:02.349356 [ 269 ] {a46752f9-a3a8-4204-a990-7810289d56e7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:14:02.349357 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 179 rows starting from the beginning of the part 2025.05.13 23:14:02.349396 [ 269 ] {a46752f9-a3a8-4204-a990-7810289d56e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:14:02.349428 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 116 rows starting from the beginning of the part 2025.05.13 23:14:02.349477 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 48 rows starting from the beginning of the part 2025.05.13 23:14:02.349522 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 126 rows starting from the beginning of the part 2025.05.13 23:14:02.349564 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 51 rows starting from the beginning of the part 2025.05.13 23:14:02.349604 [ 199 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 118 rows starting from the beginning of the part 2025.05.13 23:14:02.349866 [ 269 ] {a46752f9-a3a8-4204-a990-7810289d56e7} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.349901 [ 269 ] {a46752f9-a3a8-4204-a990-7810289d56e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.350213 [ 269 ] {a46752f9-a3a8-4204-a990-7810289d56e7} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.05.13 23:14:02.350393 [ 197 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 638 rows, containing 5 columns (5 merged, 0 gathered) in 0.001193518 sec., 534554.1500002514 rows/sec., 35.93 MiB/sec. 2025.05.13 23:14:02.350483 [ 269 ] {a46752f9-a3a8-4204-a990-7810289d56e7} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.350588 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.05.13 23:14:02.350618 [ 269 ] {a46752f9-a3a8-4204-a990-7810289d56e7} executeQuery: Read 113 rows, 7.49 KiB in 0.001281 sec., 88212.33411397345 rows/sec., 5.71 MiB/sec. 2025.05.13 23:14:02.350661 [ 269 ] {a46752f9-a3a8-4204-a990-7810289d56e7} TCPHandler: Processed in 0.001461487 sec. 2025.05.13 23:14:02.350783 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.350884 [ 269 ] {50087597-6aa9-4bf4-b2ca-2431efac41af} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:14:02.350927 [ 269 ] {50087597-6aa9-4bf4-b2ca-2431efac41af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:14:02.350935 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.351030 [ 194 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_141_28} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.05.13 23:14:02.351133 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.13 23:14:02.351362 [ 269 ] {50087597-6aa9-4bf4-b2ca-2431efac41af} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.351402 [ 269 ] {50087597-6aa9-4bf4-b2ca-2431efac41af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.351681 [ 221 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0] 2025.05.13 23:14:02.351731 [ 269 ] {50087597-6aa9-4bf4-b2ca-2431efac41af} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:14:02.351965 [ 269 ] {50087597-6aa9-4bf4-b2ca-2431efac41af} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.352092 [ 269 ] {50087597-6aa9-4bf4-b2ca-2431efac41af} executeQuery: Read 112 rows, 6.53 KiB in 0.001226 sec., 91353.99673735726 rows/sec., 5.20 MiB/sec. 2025.05.13 23:14:02.352130 [ 269 ] {50087597-6aa9-4bf4-b2ca-2431efac41af} TCPHandler: Processed in 0.001394375 sec. 2025.05.13 23:14:02.352251 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.352344 [ 269 ] {6173af0d-2a42-4dac-bb1f-ed8e3e9c9128} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:14:02.352382 [ 269 ] {6173af0d-2a42-4dac-bb1f-ed8e3e9c9128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:14:02.352963 [ 269 ] {6173af0d-2a42-4dac-bb1f-ed8e3e9c9128} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.353001 [ 269 ] {6173af0d-2a42-4dac-bb1f-ed8e3e9c9128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.353320 [ 269 ] {6173af0d-2a42-4dac-bb1f-ed8e3e9c9128} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.05.13 23:14:02.353523 [ 269 ] {6173af0d-2a42-4dac-bb1f-ed8e3e9c9128} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.353648 [ 269 ] {6173af0d-2a42-4dac-bb1f-ed8e3e9c9128} executeQuery: Read 406 rows, 29.37 KiB in 0.001322 sec., 307110.4387291982 rows/sec., 21.69 MiB/sec. 2025.05.13 23:14:02.353687 [ 269 ] {6173af0d-2a42-4dac-bb1f-ed8e3e9c9128} TCPHandler: Processed in 0.001490278 sec. 2025.05.13 23:14:02.353757 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0] 2025.05.13 23:14:02.353793 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0] 2025.05.13 23:14:02.353806 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.353905 [ 269 ] {f2d80f83-6b98-4a0e-a607-dbb60fd00a07} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:14:02.353947 [ 269 ] {f2d80f83-6b98-4a0e-a607-dbb60fd00a07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:14:02.354290 [ 269 ] {f2d80f83-6b98-4a0e-a607-dbb60fd00a07} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.354327 [ 269 ] {f2d80f83-6b98-4a0e-a607-dbb60fd00a07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.354656 [ 269 ] {f2d80f83-6b98-4a0e-a607-dbb60fd00a07} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:14:02.354873 [ 269 ] {f2d80f83-6b98-4a0e-a607-dbb60fd00a07} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.355001 [ 269 ] {f2d80f83-6b98-4a0e-a607-dbb60fd00a07} executeQuery: Read 6 rows, 321.00 B in 0.001114 sec., 5385.996409335728 rows/sec., 281.40 KiB/sec. 2025.05.13 23:14:02.355037 [ 269 ] {f2d80f83-6b98-4a0e-a607-dbb60fd00a07} TCPHandler: Processed in 0.001279351 sec. 2025.05.13 23:14:02.355150 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.355245 [ 269 ] {3b51012f-698d-44e5-a416-8af49e340f0d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:02.355287 [ 269 ] {3b51012f-698d-44e5-a416-8af49e340f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:14:02.355729 [ 269 ] {3b51012f-698d-44e5-a416-8af49e340f0d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.355770 [ 269 ] {3b51012f-698d-44e5-a416-8af49e340f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.356100 [ 269 ] {3b51012f-698d-44e5-a416-8af49e340f0d} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.05.13 23:14:02.356338 [ 269 ] {3b51012f-698d-44e5-a416-8af49e340f0d} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.356435 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_50_10, all_51_51_0, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0] 2025.05.13 23:14:02.356475 [ 269 ] {3b51012f-698d-44e5-a416-8af49e340f0d} executeQuery: Read 239 rows, 16.39 KiB in 0.001249 sec., 191353.08246597278 rows/sec., 12.81 MiB/sec. 2025.05.13 23:14:02.356517 [ 269 ] {3b51012f-698d-44e5-a416-8af49e340f0d} TCPHandler: Processed in 0.001418226 sec. 2025.05.13 23:14:02.356634 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.356729 [ 269 ] {f418b7d4-e14c-4661-8d75-5609c7b860b5} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:14:02.356771 [ 269 ] {f418b7d4-e14c-4661-8d75-5609c7b860b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:14:02.357093 [ 269 ] {f418b7d4-e14c-4661-8d75-5609c7b860b5} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.357129 [ 269 ] {f418b7d4-e14c-4661-8d75-5609c7b860b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.357417 [ 269 ] {f418b7d4-e14c-4661-8d75-5609c7b860b5} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.05.13 23:14:02.357617 [ 269 ] {f418b7d4-e14c-4661-8d75-5609c7b860b5} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.357728 [ 56 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2025.05.13 23:14:02.357744 [ 269 ] {f418b7d4-e14c-4661-8d75-5609c7b860b5} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2025.05.13 23:14:02.357790 [ 56 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.357800 [ 269 ] {f418b7d4-e14c-4661-8d75-5609c7b860b5} TCPHandler: Processed in 0.001213609 sec. 2025.05.13 23:14:02.357819 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.357900 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2025.05.13 23:14:02.357919 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.357994 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:02.358014 [ 269 ] {95ef19ad-7883-4f60-973b-235af4882806} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:02.358022 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 65 rows starting from the beginning of the part 2025.05.13 23:14:02.358068 [ 269 ] {95ef19ad-7883-4f60-973b-235af4882806} 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.05.13 23:14:02.358075 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part 2025.05.13 23:14:02.358115 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part 2025.05.13 23:14:02.358152 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part 2025.05.13 23:14:02.358188 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part 2025.05.13 23:14:02.358226 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part 2025.05.13 23:14:02.358891 [ 269 ] {95ef19ad-7883-4f60-973b-235af4882806} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.358928 [ 269 ] {95ef19ad-7883-4f60-973b-235af4882806} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.359018 [ 200 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 4 columns (4 merged, 0 gathered) in 0.001145486 sec., 61109.43302668037 rows/sec., 4.02 MiB/sec. 2025.05.13 23:14:02.359129 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.05.13 23:14:02.359357 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.359417 [ 199 ] {006edc0d-06f3-46b6-a7ab-8a19928d0d73::all_1_70_14} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2025.05.13 23:14:02.359442 [ 269 ] {95ef19ad-7883-4f60-973b-235af4882806} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.05.13 23:14:02.359477 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.13 23:14:02.359665 [ 269 ] {95ef19ad-7883-4f60-973b-235af4882806} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.359802 [ 269 ] {95ef19ad-7883-4f60-973b-235af4882806} executeQuery: Read 10 rows, 18.35 KiB in 0.001806 sec., 5537.098560354374 rows/sec., 9.92 MiB/sec. 2025.05.13 23:14:02.359859 [ 269 ] {95ef19ad-7883-4f60-973b-235af4882806} TCPHandler: Processed in 0.001986543 sec. 2025.05.13 23:14:02.359973 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:02.360067 [ 269 ] {c85b7d09-e935-415e-b14a-c501ceaba6da} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:14:02.360108 [ 269 ] {c85b7d09-e935-415e-b14a-c501ceaba6da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:14:02.360439 [ 269 ] {c85b7d09-e935-415e-b14a-c501ceaba6da} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:02.360473 [ 269 ] {c85b7d09-e935-415e-b14a-c501ceaba6da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:02.360765 [ 269 ] {c85b7d09-e935-415e-b14a-c501ceaba6da} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.05.13 23:14:02.360968 [ 269 ] {c85b7d09-e935-415e-b14a-c501ceaba6da} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:02.361087 [ 269 ] {c85b7d09-e935-415e-b14a-c501ceaba6da} executeQuery: Read 82 rows, 5.33 KiB in 0.001038 sec., 78998.07321772639 rows/sec., 5.02 MiB/sec. 2025.05.13 23:14:02.361122 [ 269 ] {c85b7d09-e935-415e-b14a-c501ceaba6da} TCPHandler: Processed in 0.001196889 sec. 2025.05.13 23:14:03.353635 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:14:03.353683 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:14:03.356465 [ 223 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.05.13 23:14:03.779425 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2025.05.13 23:14:03.797239 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:03.797284 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:03.803560 [ 243 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.05.13 23:14:03.804737 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:03.808184 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2025.05.13 23:14:04.000215 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 369.49 MiB, peak 392.77 MiB, free memory in arenas 0.00 B, will set to 372.98 MiB (RSS), difference: 3.48 MiB 2025.05.13 23:14:05.144554 [ 222 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.05.13 23:14:05.144611 [ 222 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.05.13 23:14:05.147548 [ 222 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.05.13 23:14:05.553526 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:05.553727 [ 269 ] {86651434-b0ef-425e-a900-3f6d52f04a22} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:14:05.553800 [ 269 ] {86651434-b0ef-425e-a900-3f6d52f04a22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:14:05.554488 [ 269 ] {86651434-b0ef-425e-a900-3f6d52f04a22} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.554532 [ 269 ] {86651434-b0ef-425e-a900-3f6d52f04a22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.554908 [ 269 ] {86651434-b0ef-425e-a900-3f6d52f04a22} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.05.13 23:14:05.555132 [ 269 ] {86651434-b0ef-425e-a900-3f6d52f04a22} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.555283 [ 269 ] {86651434-b0ef-425e-a900-3f6d52f04a22} executeQuery: Read 3 rows, 243.00 B in 0.001611 sec., 1862.1973929236499 rows/sec., 147.30 KiB/sec. 2025.05.13 23:14:05.555324 [ 269 ] {86651434-b0ef-425e-a900-3f6d52f04a22} TCPHandler: Processed in 0.001939422 sec. 2025.05.13 23:14:05.555464 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:05.555557 [ 269 ] {8b647303-b370-41d6-a683-5a4b8c677025} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:14:05.555596 [ 269 ] {8b647303-b370-41d6-a683-5a4b8c677025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:14:05.556779 [ 269 ] {8b647303-b370-41d6-a683-5a4b8c677025} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.556817 [ 269 ] {8b647303-b370-41d6-a683-5a4b8c677025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.557199 [ 269 ] {8b647303-b370-41d6-a683-5a4b8c677025} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2025.05.13 23:14:05.557423 [ 269 ] {8b647303-b370-41d6-a683-5a4b8c677025} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.557553 [ 269 ] {8b647303-b370-41d6-a683-5a4b8c677025} executeQuery: Read 1299 rows, 110.19 KiB in 0.002014 sec., 644985.1042701092 rows/sec., 53.43 MiB/sec. 2025.05.13 23:14:05.557591 [ 269 ] {8b647303-b370-41d6-a683-5a4b8c677025} TCPHandler: Processed in 0.002175029 sec. 2025.05.13 23:14:05.557707 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:05.557800 [ 269 ] {4146f92e-39fc-47bc-92d0-7bdb621774e8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:14:05.557840 [ 269 ] {4146f92e-39fc-47bc-92d0-7bdb621774e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:14:05.558293 [ 269 ] {4146f92e-39fc-47bc-92d0-7bdb621774e8} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.558332 [ 269 ] {4146f92e-39fc-47bc-92d0-7bdb621774e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.558621 [ 269 ] {4146f92e-39fc-47bc-92d0-7bdb621774e8} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.05.13 23:14:05.558825 [ 269 ] {4146f92e-39fc-47bc-92d0-7bdb621774e8} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.558958 [ 269 ] {4146f92e-39fc-47bc-92d0-7bdb621774e8} executeQuery: Read 53 rows, 3.96 KiB in 0.001176 sec., 45068.02721088436 rows/sec., 3.29 MiB/sec. 2025.05.13 23:14:05.558998 [ 269 ] {4146f92e-39fc-47bc-92d0-7bdb621774e8} TCPHandler: Processed in 0.001338732 sec. 2025.05.13 23:14:05.559118 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:05.559184 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:14:05.559226 [ 269 ] {6f37f749-4668-4683-9d6d-b2523c14c95d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:14:05.559244 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:14:05.559284 [ 269 ] {6f37f749-4668-4683-9d6d-b2523c14c95d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:14:05.559834 [ 269 ] {6f37f749-4668-4683-9d6d-b2523c14c95d} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.559871 [ 269 ] {6f37f749-4668-4683-9d6d-b2523c14c95d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.560198 [ 269 ] {6f37f749-4668-4683-9d6d-b2523c14c95d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.05.13 23:14:05.560452 [ 269 ] {6f37f749-4668-4683-9d6d-b2523c14c95d} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.560584 [ 269 ] {6f37f749-4668-4683-9d6d-b2523c14c95d} executeQuery: Read 228 rows, 15.81 KiB in 0.001379 sec., 165337.20087019578 rows/sec., 11.20 MiB/sec. 2025.05.13 23:14:05.560622 [ 269 ] {6f37f749-4668-4683-9d6d-b2523c14c95d} TCPHandler: Processed in 0.00156054 sec. 2025.05.13 23:14:05.560758 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:05.560895 [ 269 ] {0e753e94-c33f-4389-87e4-4913a1a7739e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:14:05.560944 [ 269 ] {0e753e94-c33f-4389-87e4-4913a1a7739e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:14:05.561772 [ 269 ] {0e753e94-c33f-4389-87e4-4913a1a7739e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.561829 [ 269 ] {0e753e94-c33f-4389-87e4-4913a1a7739e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.562195 [ 269 ] {0e753e94-c33f-4389-87e4-4913a1a7739e} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2025.05.13 23:14:05.562412 [ 269 ] {0e753e94-c33f-4389-87e4-4913a1a7739e} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.562545 [ 269 ] {0e753e94-c33f-4389-87e4-4913a1a7739e} executeQuery: Read 579 rows, 44.06 KiB in 0.001674 sec., 345878.13620071684 rows/sec., 25.70 MiB/sec. 2025.05.13 23:14:05.562583 [ 269 ] {0e753e94-c33f-4389-87e4-4913a1a7739e} TCPHandler: Processed in 0.0018853 sec. 2025.05.13 23:14:05.562711 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:05.562805 [ 269 ] {3c7c4cf5-1437-4c12-8ee0-e8d018d2fa7c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:05.562849 [ 269 ] {3c7c4cf5-1437-4c12-8ee0-e8d018d2fa7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:14:05.563484 [ 269 ] {3c7c4cf5-1437-4c12-8ee0-e8d018d2fa7c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.563523 [ 269 ] {3c7c4cf5-1437-4c12-8ee0-e8d018d2fa7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.563650 [ 225 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:14:05.563908 [ 269 ] {3c7c4cf5-1437-4c12-8ee0-e8d018d2fa7c} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2025.05.13 23:14:05.564128 [ 269 ] {3c7c4cf5-1437-4c12-8ee0-e8d018d2fa7c} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.564259 [ 269 ] {3c7c4cf5-1437-4c12-8ee0-e8d018d2fa7c} executeQuery: Read 930 rows, 63.92 KiB in 0.001474 sec., 630936.2279511533 rows/sec., 42.35 MiB/sec. 2025.05.13 23:14:05.564266 [ 51 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 6 parts from all_1_163_34 to all_168_168_0 2025.05.13 23:14:05.564299 [ 269 ] {3c7c4cf5-1437-4c12-8ee0-e8d018d2fa7c} TCPHandler: Processed in 0.001643373 sec. 2025.05.13 23:14:05.564310 [ 51 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.564330 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.564427 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:05.564445 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_163_34 to all_168_168_0 into Compact with storage Full 2025.05.13 23:14:05.564522 [ 269 ] {e6ff77c2-901e-46be-bd2c-72f524ff01c4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:05.564584 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:05.564589 [ 269 ] {e6ff77c2-901e-46be-bd2c-72f524ff01c4} 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.05.13 23:14:05.564627 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTreeSequentialSource: Reading 7 marks from part all_1_163_34, total 48492 rows starting from the beginning of the part 2025.05.13 23:14:05.564697 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 161 rows starting from the beginning of the part 2025.05.13 23:14:05.564742 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 243 rows starting from the beginning of the part 2025.05.13 23:14:05.564782 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 161 rows starting from the beginning of the part 2025.05.13 23:14:05.564824 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 239 rows starting from the beginning of the part 2025.05.13 23:14:05.564862 [ 200 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 930 rows starting from the beginning of the part 2025.05.13 23:14:05.565575 [ 269 ] {e6ff77c2-901e-46be-bd2c-72f524ff01c4} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.565617 [ 269 ] {e6ff77c2-901e-46be-bd2c-72f524ff01c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.566202 [ 269 ] {e6ff77c2-901e-46be-bd2c-72f524ff01c4} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.05.13 23:14:05.566483 [ 269 ] {e6ff77c2-901e-46be-bd2c-72f524ff01c4} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.566627 [ 269 ] {e6ff77c2-901e-46be-bd2c-72f524ff01c4} executeQuery: Read 50 rows, 91.75 KiB in 0.002126 sec., 23518.344308560678 rows/sec., 42.14 MiB/sec. 2025.05.13 23:14:05.566690 [ 269 ] {e6ff77c2-901e-46be-bd2c-72f524ff01c4} TCPHandler: Processed in 0.002313734 sec. 2025.05.13 23:14:05.566814 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:05.566908 [ 269 ] {d080b112-395d-45a7-9dea-a5eb52de2722} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:14:05.566949 [ 269 ] {d080b112-395d-45a7-9dea-a5eb52de2722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:14:05.567290 [ 269 ] {d080b112-395d-45a7-9dea-a5eb52de2722} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:05.567324 [ 269 ] {d080b112-395d-45a7-9dea-a5eb52de2722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:05.567616 [ 269 ] {d080b112-395d-45a7-9dea-a5eb52de2722} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2025.05.13 23:14:05.567818 [ 269 ] {d080b112-395d-45a7-9dea-a5eb52de2722} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.567943 [ 269 ] {d080b112-395d-45a7-9dea-a5eb52de2722} executeQuery: Read 44 rows, 3.03 KiB in 0.001054 sec., 41745.73055028463 rows/sec., 2.81 MiB/sec. 2025.05.13 23:14:05.567978 [ 269 ] {d080b112-395d-45a7-9dea-a5eb52de2722} TCPHandler: Processed in 0.001212119 sec. 2025.05.13 23:14:05.573507 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergeTask::MergeProjectionsStage: Merge sorted 50226 rows, containing 5 columns (5 merged, 0 gathered) in 0.009110591 sec., 5512924.463407478 rows/sec., 372.39 MiB/sec. 2025.05.13 23:14:05.573804 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} MergedBlockOutputStream: filled checksums all_1_168_35 (state Temporary) 2025.05.13 23:14:05.574075 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_168_35 to all_1_168_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:05.574148 [ 196 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_168_35} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 6 parts: [all_1_163_34, all_168_168_0] -> all_1_168_35 2025.05.13 23:14:05.574220 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.05.13 23:14:06.701518 [ 225 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.05.13 23:14:06.701573 [ 225 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.05.13 23:14:06.704125 [ 225 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.05.13 23:14:07.329614 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:07.329798 [ 269 ] {a62bfc0b-5180-4db7-8008-f09a5b363333} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:14:07.329864 [ 269 ] {a62bfc0b-5180-4db7-8008-f09a5b363333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:14:07.330559 [ 269 ] {a62bfc0b-5180-4db7-8008-f09a5b363333} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:07.330599 [ 269 ] {a62bfc0b-5180-4db7-8008-f09a5b363333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:07.330976 [ 269 ] {a62bfc0b-5180-4db7-8008-f09a5b363333} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2025.05.13 23:14:07.331201 [ 269 ] {a62bfc0b-5180-4db7-8008-f09a5b363333} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:07.331364 [ 269 ] {a62bfc0b-5180-4db7-8008-f09a5b363333} executeQuery: Read 56 rows, 4.38 KiB in 0.001616 sec., 34653.46534653466 rows/sec., 2.65 MiB/sec. 2025.05.13 23:14:07.331408 [ 269 ] {a62bfc0b-5180-4db7-8008-f09a5b363333} TCPHandler: Processed in 0.001926241 sec. 2025.05.13 23:14:07.331574 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:07.331672 [ 269 ] {819abacf-3114-462a-a46a-b3b9e0a16217} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:14:07.331716 [ 269 ] {819abacf-3114-462a-a46a-b3b9e0a16217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:14:07.332183 [ 269 ] {819abacf-3114-462a-a46a-b3b9e0a16217} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:07.332219 [ 269 ] {819abacf-3114-462a-a46a-b3b9e0a16217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:07.332523 [ 269 ] {819abacf-3114-462a-a46a-b3b9e0a16217} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2025.05.13 23:14:07.332738 [ 269 ] {819abacf-3114-462a-a46a-b3b9e0a16217} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:07.332872 [ 269 ] {819abacf-3114-462a-a46a-b3b9e0a16217} executeQuery: Read 64 rows, 5.12 KiB in 0.001219 sec., 52502.05086136177 rows/sec., 4.10 MiB/sec. 2025.05.13 23:14:07.332911 [ 269 ] {819abacf-3114-462a-a46a-b3b9e0a16217} TCPHandler: Processed in 0.001395164 sec. 2025.05.13 23:14:07.333038 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:07.333141 [ 269 ] {e199f805-025b-4b45-bbc3-00ec4ee99ee4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:07.333186 [ 269 ] {e199f805-025b-4b45-bbc3-00ec4ee99ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:14:07.333597 [ 269 ] {e199f805-025b-4b45-bbc3-00ec4ee99ee4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:07.333637 [ 269 ] {e199f805-025b-4b45-bbc3-00ec4ee99ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:07.333957 [ 269 ] {e199f805-025b-4b45-bbc3-00ec4ee99ee4} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2025.05.13 23:14:07.334167 [ 269 ] {e199f805-025b-4b45-bbc3-00ec4ee99ee4} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:07.334298 [ 269 ] {e199f805-025b-4b45-bbc3-00ec4ee99ee4} executeQuery: Read 42 rows, 2.99 KiB in 0.001175 sec., 35744.68085106383 rows/sec., 2.49 MiB/sec. 2025.05.13 23:14:07.334336 [ 269 ] {e199f805-025b-4b45-bbc3-00ec4ee99ee4} TCPHandler: Processed in 0.001347193 sec. 2025.05.13 23:14:07.334452 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:07.334546 [ 269 ] {2eccba8d-5dd2-472f-8bea-4d5c3cb0bf0a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:14:07.334588 [ 269 ] {2eccba8d-5dd2-472f-8bea-4d5c3cb0bf0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:14:07.334916 [ 269 ] {2eccba8d-5dd2-472f-8bea-4d5c3cb0bf0a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:07.334952 [ 269 ] {2eccba8d-5dd2-472f-8bea-4d5c3cb0bf0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:07.335247 [ 269 ] {2eccba8d-5dd2-472f-8bea-4d5c3cb0bf0a} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2025.05.13 23:14:07.335445 [ 269 ] {2eccba8d-5dd2-472f-8bea-4d5c3cb0bf0a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:07.335568 [ 269 ] {2eccba8d-5dd2-472f-8bea-4d5c3cb0bf0a} executeQuery: Read 16 rows, 1.11 KiB in 0.001041 sec., 15369.83669548511 rows/sec., 1.04 MiB/sec. 2025.05.13 23:14:07.335604 [ 269 ] {2eccba8d-5dd2-472f-8bea-4d5c3cb0bf0a} TCPHandler: Processed in 0.001202339 sec. 2025.05.13 23:14:08.702065 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46299 2025.05.13 23:14:08.702560 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:08.702599 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:08.703073 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.05.13 23:14:08.703297 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:08.703426 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 2025.05.13 23:14:08.703436 [ 46 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.05.13 23:14:08.703503 [ 46 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:08.703522 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:08.703634 [ 199 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.05.13 23:14:08.703775 [ 199 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:08.703812 [ 199 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 44042 rows starting from the beginning of the part 2025.05.13 23:14:08.703876 [ 199 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 427 rows starting from the beginning of the part 2025.05.13 23:14:08.703921 [ 199 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 488 rows starting from the beginning of the part 2025.05.13 23:14:08.703961 [ 199 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 427 rows starting from the beginning of the part 2025.05.13 23:14:08.704002 [ 199 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 488 rows starting from the beginning of the part 2025.05.13 23:14:08.704042 [ 199 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 427 rows starting from the beginning of the part 2025.05.13 23:14:08.706782 [ 198 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.003201003 sec., 14463903.970099373 rows/sec., 206.91 MiB/sec. 2025.05.13 23:14:08.707194 [ 186 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.05.13 23:14:08.707487 [ 186 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:08.707565 [ 186 ] {56f9893a-22aa-44fd-ae7f-dde0bd7cca62::all_1_101_20} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.05.13 23:14:08.707674 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.05.13 23:14:11.309147 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2025.05.13 23:14:11.327329 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:11.327386 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:11.333655 [ 243 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.05.13 23:14:11.334377 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:11.334732 [ 12 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.05.13 23:14:11.334825 [ 12 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:11.334862 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:11.334974 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.05.13 23:14:11.337540 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2025.05.13 23:14:11.338122 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:11.338845 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2025.05.13 23:14:11.342174 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2025.05.13 23:14:11.345589 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2025.05.13 23:14:11.349479 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2025.05.13 23:14:11.350089 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2954 2025.05.13 23:14:11.352944 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:11.352986 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:11.353905 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2025.05.13 23:14:11.354243 [ 242 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.05.13 23:14:11.354531 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:11.354820 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2954 2025.05.13 23:14:11.358212 [ 199 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2025.05.13 23:14:11.416508 [ 198 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.08157625 sec., 9328.695545578523 rows/sec., 48.24 MiB/sec. 2025.05.13 23:14:11.419932 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.05.13 23:14:11.422105 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:11.422219 [ 189 ] {9f93b067-c492-4798-b4c1-68d9e11d1d64::all_1_101_20} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.05.13 23:14:11.425221 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.05.13 23:14:12.001168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 370.06 MiB, peak 392.77 MiB, free memory in arenas 0.00 B, will set to 372.98 MiB (RSS), difference: 2.93 MiB 2025.05.13 23:14:12.341219 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.341432 [ 269 ] {49e5193a-4f41-4ce6-a2b4-bdd4a1368922} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:14:12.341507 [ 269 ] {49e5193a-4f41-4ce6-a2b4-bdd4a1368922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:14:12.342394 [ 269 ] {49e5193a-4f41-4ce6-a2b4-bdd4a1368922} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.342442 [ 269 ] {49e5193a-4f41-4ce6-a2b4-bdd4a1368922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.342846 [ 269 ] {49e5193a-4f41-4ce6-a2b4-bdd4a1368922} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:14:12.343068 [ 269 ] {49e5193a-4f41-4ce6-a2b4-bdd4a1368922} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.343222 [ 269 ] {49e5193a-4f41-4ce6-a2b4-bdd4a1368922} executeQuery: Read 212 rows, 13.81 KiB in 0.001846 sec., 114842.90357529794 rows/sec., 7.30 MiB/sec. 2025.05.13 23:14:12.343265 [ 269 ] {49e5193a-4f41-4ce6-a2b4-bdd4a1368922} TCPHandler: Processed in 0.002186 sec. 2025.05.13 23:14:12.343397 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.343491 [ 269 ] {cbc1be35-2346-410a-8417-9d9168fa9e39} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:14:12.343533 [ 269 ] {cbc1be35-2346-410a-8417-9d9168fa9e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:14:12.344039 [ 269 ] {cbc1be35-2346-410a-8417-9d9168fa9e39} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.344075 [ 269 ] {cbc1be35-2346-410a-8417-9d9168fa9e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.344355 [ 269 ] {cbc1be35-2346-410a-8417-9d9168fa9e39} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.05.13 23:14:12.344582 [ 269 ] {cbc1be35-2346-410a-8417-9d9168fa9e39} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.344708 [ 269 ] {cbc1be35-2346-410a-8417-9d9168fa9e39} executeQuery: Read 2 rows, 152.00 B in 0.001236 sec., 1618.1229773462785 rows/sec., 120.10 KiB/sec. 2025.05.13 23:14:12.344745 [ 269 ] {cbc1be35-2346-410a-8417-9d9168fa9e39} TCPHandler: Processed in 0.001396245 sec. 2025.05.13 23:14:12.344864 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.344956 [ 269 ] {7af250a1-c1f3-49de-9e3f-0d1865c9ddf1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:14:12.344994 [ 269 ] {7af250a1-c1f3-49de-9e3f-0d1865c9ddf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:14:12.345863 [ 269 ] {7af250a1-c1f3-49de-9e3f-0d1865c9ddf1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.345899 [ 269 ] {7af250a1-c1f3-49de-9e3f-0d1865c9ddf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.346245 [ 269 ] {7af250a1-c1f3-49de-9e3f-0d1865c9ddf1} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2025.05.13 23:14:12.346446 [ 269 ] {7af250a1-c1f3-49de-9e3f-0d1865c9ddf1} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.346575 [ 269 ] {7af250a1-c1f3-49de-9e3f-0d1865c9ddf1} executeQuery: Read 641 rows, 51.53 KiB in 0.001637 sec., 391569.94502138055 rows/sec., 30.74 MiB/sec. 2025.05.13 23:14:12.346579 [ 28 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Selected 6 parts from all_1_165_33 to all_170_170_0 2025.05.13 23:14:12.346614 [ 269 ] {7af250a1-c1f3-49de-9e3f-0d1865c9ddf1} TCPHandler: Processed in 0.001800608 sec. 2025.05.13 23:14:12.346647 [ 28 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.346672 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.346743 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.346792 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_165_33 to all_170_170_0 into Compact with storage Full 2025.05.13 23:14:12.346844 [ 269 ] {bb6f4667-eae9-4a38-8fa3-50007cd66f8b} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:14:12.346889 [ 269 ] {bb6f4667-eae9-4a38-8fa3-50007cd66f8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:14:12.346917 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:12.346968 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_1_165_33, total 1887 rows starting from the beginning of the part 2025.05.13 23:14:12.347043 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 158 rows starting from the beginning of the part 2025.05.13 23:14:12.347094 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 641 rows starting from the beginning of the part 2025.05.13 23:14:12.347142 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1299 rows starting from the beginning of the part 2025.05.13 23:14:12.347188 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part 2025.05.13 23:14:12.347234 [ 192 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 641 rows starting from the beginning of the part 2025.05.13 23:14:12.347375 [ 269 ] {bb6f4667-eae9-4a38-8fa3-50007cd66f8b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.347418 [ 269 ] {bb6f4667-eae9-4a38-8fa3-50007cd66f8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.347744 [ 269 ] {bb6f4667-eae9-4a38-8fa3-50007cd66f8b} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.05.13 23:14:12.347967 [ 269 ] {bb6f4667-eae9-4a38-8fa3-50007cd66f8b} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.348098 [ 269 ] {bb6f4667-eae9-4a38-8fa3-50007cd66f8b} executeQuery: Read 118 rows, 7.26 KiB in 0.001273 sec., 92694.42262372348 rows/sec., 5.57 MiB/sec. 2025.05.13 23:14:12.348136 [ 269 ] {bb6f4667-eae9-4a38-8fa3-50007cd66f8b} TCPHandler: Processed in 0.001441646 sec. 2025.05.13 23:14:12.348256 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.348348 [ 269 ] {24245fe5-9896-4f6e-bf53-2a013034bc38} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:14:12.348387 [ 269 ] {24245fe5-9896-4f6e-bf53-2a013034bc38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:14:12.348851 [ 269 ] {24245fe5-9896-4f6e-bf53-2a013034bc38} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.348886 [ 269 ] {24245fe5-9896-4f6e-bf53-2a013034bc38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.349005 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergeTask::MergeProjectionsStage: Merge sorted 4682 rows, containing 5 columns (5 merged, 0 gathered) in 0.002262752 sec., 2069161.7994371457 rows/sec., 175.81 MiB/sec. 2025.05.13 23:14:12.349187 [ 269 ] {24245fe5-9896-4f6e-bf53-2a013034bc38} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.05.13 23:14:12.349288 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} MergedBlockOutputStream: filled checksums all_1_170_34 (state Temporary) 2025.05.13 23:14:12.349449 [ 269 ] {24245fe5-9896-4f6e-bf53-2a013034bc38} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.349587 [ 269 ] {24245fe5-9896-4f6e-bf53-2a013034bc38} executeQuery: Read 113 rows, 7.49 KiB in 0.001257 sec., 89896.57915672235 rows/sec., 5.82 MiB/sec. 2025.05.13 23:14:12.349635 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_merge_all_1_170_34 to all_1_170_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.349731 [ 269 ] {24245fe5-9896-4f6e-bf53-2a013034bc38} TCPHandler: Processed in 0.001522999 sec. 2025.05.13 23:14:12.349804 [ 198 ] {bb38244b-ec8a-4443-817b-f745a343945c::all_1_170_34} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c) (MergerMutator): Merged 6 parts: [all_1_165_33, all_170_170_0] -> all_1_170_34 2025.05.13 23:14:12.349856 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.349930 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.05.13 23:14:12.349956 [ 269 ] {1350d4c2-8cfa-448c-b9dc-3964c6be1626} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:14:12.350001 [ 269 ] {1350d4c2-8cfa-448c-b9dc-3964c6be1626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:14:12.350463 [ 269 ] {1350d4c2-8cfa-448c-b9dc-3964c6be1626} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.350590 [ 269 ] {1350d4c2-8cfa-448c-b9dc-3964c6be1626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.350886 [ 269 ] {1350d4c2-8cfa-448c-b9dc-3964c6be1626} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:14:12.351091 [ 269 ] {1350d4c2-8cfa-448c-b9dc-3964c6be1626} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.351215 [ 269 ] {1350d4c2-8cfa-448c-b9dc-3964c6be1626} executeQuery: Read 112 rows, 6.53 KiB in 0.001278 sec., 87636.93270735524 rows/sec., 4.99 MiB/sec. 2025.05.13 23:14:12.351252 [ 269 ] {1350d4c2-8cfa-448c-b9dc-3964c6be1626} TCPHandler: Processed in 0.001442756 sec. 2025.05.13 23:14:12.351365 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.351456 [ 269 ] {49744f5f-0ecc-4a8f-b852-675db6e174bd} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:14:12.351494 [ 269 ] {49744f5f-0ecc-4a8f-b852-675db6e174bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:14:12.352125 [ 269 ] {49744f5f-0ecc-4a8f-b852-675db6e174bd} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.352160 [ 269 ] {49744f5f-0ecc-4a8f-b852-675db6e174bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.352479 [ 269 ] {49744f5f-0ecc-4a8f-b852-675db6e174bd} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2025.05.13 23:14:12.352678 [ 269 ] {49744f5f-0ecc-4a8f-b852-675db6e174bd} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.352801 [ 269 ] {49744f5f-0ecc-4a8f-b852-675db6e174bd} executeQuery: Read 406 rows, 29.37 KiB in 0.001363 sec., 297872.3404255319 rows/sec., 21.04 MiB/sec. 2025.05.13 23:14:12.352803 [ 32 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Selected 6 parts from all_1_165_33 to all_170_170_0 2025.05.13 23:14:12.352839 [ 269 ] {49744f5f-0ecc-4a8f-b852-675db6e174bd} TCPHandler: Processed in 0.001521109 sec. 2025.05.13 23:14:12.352854 [ 32 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.352878 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.352960 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.352978 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_165_33 to all_170_170_0 into Compact with storage Full 2025.05.13 23:14:12.353056 [ 269 ] {936bbcdb-4a4e-4558-9457-fd1c97f3e849} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:14:12.353101 [ 269 ] {936bbcdb-4a4e-4558-9457-fd1c97f3e849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:14:12.353107 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:12.353147 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_1_165_33, total 955 rows starting from the beginning of the part 2025.05.13 23:14:12.353223 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 124 rows starting from the beginning of the part 2025.05.13 23:14:12.353269 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 406 rows starting from the beginning of the part 2025.05.13 23:14:12.353313 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 579 rows starting from the beginning of the part 2025.05.13 23:14:12.353355 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part 2025.05.13 23:14:12.353396 [ 201 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 406 rows starting from the beginning of the part 2025.05.13 23:14:12.353445 [ 269 ] {936bbcdb-4a4e-4558-9457-fd1c97f3e849} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.353484 [ 269 ] {936bbcdb-4a4e-4558-9457-fd1c97f3e849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.353807 [ 269 ] {936bbcdb-4a4e-4558-9457-fd1c97f3e849} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:14:12.354044 [ 269 ] {936bbcdb-4a4e-4558-9457-fd1c97f3e849} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.354168 [ 28 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.05.13 23:14:12.354175 [ 269 ] {936bbcdb-4a4e-4558-9457-fd1c97f3e849} executeQuery: Read 6 rows, 321.00 B in 0.001137 sec., 5277.0448548812665 rows/sec., 275.70 KiB/sec. 2025.05.13 23:14:12.354210 [ 28 ] {} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.354231 [ 269 ] {936bbcdb-4a4e-4558-9457-fd1c97f3e849} TCPHandler: Processed in 0.001317953 sec. 2025.05.13 23:14:12.354235 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.354332 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.05.13 23:14:12.354353 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.354422 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:12.354455 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 396 rows starting from the beginning of the part 2025.05.13 23:14:12.354461 [ 269 ] {2e81ead9-607b-4453-9e2b-e53cc4256970} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:12.354507 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part 2025.05.13 23:14:12.354516 [ 269 ] {2e81ead9-607b-4453-9e2b-e53cc4256970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:14:12.354550 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part 2025.05.13 23:14:12.354590 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part 2025.05.13 23:14:12.354625 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part 2025.05.13 23:14:12.354658 [ 192 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part 2025.05.13 23:14:12.354686 [ 190 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergeTask::MergeProjectionsStage: Merge sorted 2534 rows, containing 5 columns (5 merged, 0 gathered) in 0.001757386 sec., 1441914.2977126255 rows/sec., 110.45 MiB/sec. 2025.05.13 23:14:12.354931 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} MergedBlockOutputStream: filled checksums all_1_170_34 (state Temporary) 2025.05.13 23:14:12.354994 [ 269 ] {2e81ead9-607b-4453-9e2b-e53cc4256970} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.355039 [ 269 ] {2e81ead9-607b-4453-9e2b-e53cc4256970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.355241 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_merge_all_1_170_34 to all_1_170_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.355322 [ 193 ] {7b75b6f5-f71a-42c4-9557-fe564894dea1::all_1_170_34} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1) (MergerMutator): Merged 6 parts: [all_1_165_33, all_170_170_0] -> all_1_170_34 2025.05.13 23:14:12.355401 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2025.05.13 23:14:12.355420 [ 269 ] {2e81ead9-607b-4453-9e2b-e53cc4256970} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2025.05.13 23:14:12.355453 [ 201 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 4 columns (4 merged, 0 gathered) in 0.001148936 sec., 370777.8327078271 rows/sec., 18.92 MiB/sec. 2025.05.13 23:14:12.355604 [ 201 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.05.13 23:14:12.355664 [ 269 ] {2e81ead9-607b-4453-9e2b-e53cc4256970} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.355812 [ 269 ] {2e81ead9-607b-4453-9e2b-e53cc4256970} executeQuery: Read 239 rows, 16.39 KiB in 0.001368 sec., 174707.60233918126 rows/sec., 11.70 MiB/sec. 2025.05.13 23:14:12.355852 [ 269 ] {2e81ead9-607b-4453-9e2b-e53cc4256970} TCPHandler: Processed in 0.00154744 sec. 2025.05.13 23:14:12.355874 [ 201 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.355949 [ 201 ] {8b701039-1a0c-450b-95e3-a3eea7cd9178::all_1_71_14} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.05.13 23:14:12.355975 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.356028 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:14:12.356073 [ 269 ] {d74c3bba-80a8-4076-9bea-903e2bda332d} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:14:12.356118 [ 269 ] {d74c3bba-80a8-4076-9bea-903e2bda332d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:14:12.356436 [ 269 ] {d74c3bba-80a8-4076-9bea-903e2bda332d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.356471 [ 269 ] {d74c3bba-80a8-4076-9bea-903e2bda332d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.356764 [ 269 ] {d74c3bba-80a8-4076-9bea-903e2bda332d} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.05.13 23:14:12.356961 [ 269 ] {d74c3bba-80a8-4076-9bea-903e2bda332d} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.357088 [ 269 ] {d74c3bba-80a8-4076-9bea-903e2bda332d} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2025.05.13 23:14:12.357124 [ 269 ] {d74c3bba-80a8-4076-9bea-903e2bda332d} TCPHandler: Processed in 0.001198278 sec. 2025.05.13 23:14:12.357235 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.357327 [ 269 ] {2fb9be5c-002b-48cc-93bf-fecd0396601f} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:12.357381 [ 269 ] {2fb9be5c-002b-48cc-93bf-fecd0396601f} 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.05.13 23:14:12.358199 [ 269 ] {2fb9be5c-002b-48cc-93bf-fecd0396601f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.358236 [ 269 ] {2fb9be5c-002b-48cc-93bf-fecd0396601f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.358765 [ 269 ] {2fb9be5c-002b-48cc-93bf-fecd0396601f} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.05.13 23:14:12.358977 [ 269 ] {2fb9be5c-002b-48cc-93bf-fecd0396601f} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.359113 [ 269 ] {2fb9be5c-002b-48cc-93bf-fecd0396601f} executeQuery: Read 10 rows, 18.35 KiB in 0.001804 sec., 5543.2372505543235 rows/sec., 9.93 MiB/sec. 2025.05.13 23:14:12.359172 [ 269 ] {2fb9be5c-002b-48cc-93bf-fecd0396601f} TCPHandler: Processed in 0.001989654 sec. 2025.05.13 23:14:12.359286 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:12.359378 [ 269 ] {22a4d760-eaf5-4b1b-b7ca-d5361c00ddcc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:14:12.359418 [ 269 ] {22a4d760-eaf5-4b1b-b7ca-d5361c00ddcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:14:12.359766 [ 269 ] {22a4d760-eaf5-4b1b-b7ca-d5361c00ddcc} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:12.359802 [ 269 ] {22a4d760-eaf5-4b1b-b7ca-d5361c00ddcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:12.360097 [ 269 ] {22a4d760-eaf5-4b1b-b7ca-d5361c00ddcc} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2025.05.13 23:14:12.360296 [ 269 ] {22a4d760-eaf5-4b1b-b7ca-d5361c00ddcc} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:12.360419 [ 269 ] {22a4d760-eaf5-4b1b-b7ca-d5361c00ddcc} executeQuery: Read 82 rows, 5.33 KiB in 0.001059 sec., 77431.53918791312 rows/sec., 4.92 MiB/sec. 2025.05.13 23:14:12.360454 [ 269 ] {22a4d760-eaf5-4b1b-b7ca-d5361c00ddcc} TCPHandler: Processed in 0.001215469 sec. 2025.05.13 23:14:15.928403 [ 39 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:14:15.928493 [ 39 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:14:16.204481 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46787 2025.05.13 23:14:16.204996 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:16.205035 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:16.205663 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.05.13 23:14:16.206191 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:16.206332 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46787 2025.05.13 23:14:17.336796 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:17.337004 [ 269 ] {16754945-0d2e-46ec-96ec-8fd1e0a5d4f4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:14:17.337075 [ 269 ] {16754945-0d2e-46ec-96ec-8fd1e0a5d4f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:14:17.337933 [ 269 ] {16754945-0d2e-46ec-96ec-8fd1e0a5d4f4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:17.337970 [ 269 ] {16754945-0d2e-46ec-96ec-8fd1e0a5d4f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:17.338517 [ 269 ] {16754945-0d2e-46ec-96ec-8fd1e0a5d4f4} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2025.05.13 23:14:17.339002 [ 269 ] {16754945-0d2e-46ec-96ec-8fd1e0a5d4f4} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:17.339162 [ 269 ] {16754945-0d2e-46ec-96ec-8fd1e0a5d4f4} executeQuery: Read 156 rows, 13.87 KiB in 0.002213 sec., 70492.54405784003 rows/sec., 6.12 MiB/sec. 2025.05.13 23:14:17.339208 [ 269 ] {16754945-0d2e-46ec-96ec-8fd1e0a5d4f4} TCPHandler: Processed in 0.002554352 sec. 2025.05.13 23:14:17.339345 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:17.339439 [ 269 ] {de8ef75b-2875-46d0-97b5-ce1915b5ca93} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:14:17.339479 [ 269 ] {de8ef75b-2875-46d0-97b5-ce1915b5ca93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:14:17.339922 [ 269 ] {de8ef75b-2875-46d0-97b5-ce1915b5ca93} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:17.339956 [ 269 ] {de8ef75b-2875-46d0-97b5-ce1915b5ca93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:17.340359 [ 269 ] {de8ef75b-2875-46d0-97b5-ce1915b5ca93} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.05.13 23:14:17.340843 [ 269 ] {de8ef75b-2875-46d0-97b5-ce1915b5ca93} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:17.340973 [ 269 ] {de8ef75b-2875-46d0-97b5-ce1915b5ca93} executeQuery: Read 50 rows, 3.76 KiB in 0.001552 sec., 32216.494845360823 rows/sec., 2.37 MiB/sec. 2025.05.13 23:14:17.341016 [ 269 ] {de8ef75b-2875-46d0-97b5-ce1915b5ca93} TCPHandler: Processed in 0.001719015 sec. 2025.05.13 23:14:17.341127 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:17.341221 [ 269 ] {fe1410cd-6c34-44ca-b719-05d878dc0f22} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:14:17.341259 [ 269 ] {fe1410cd-6c34-44ca-b719-05d878dc0f22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:14:17.341696 [ 269 ] {fe1410cd-6c34-44ca-b719-05d878dc0f22} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:17.341729 [ 269 ] {fe1410cd-6c34-44ca-b719-05d878dc0f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:17.342162 [ 269 ] {fe1410cd-6c34-44ca-b719-05d878dc0f22} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2025.05.13 23:14:17.342600 [ 269 ] {fe1410cd-6c34-44ca-b719-05d878dc0f22} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:17.342727 [ 269 ] {fe1410cd-6c34-44ca-b719-05d878dc0f22} executeQuery: Read 114 rows, 9.12 KiB in 0.001524 sec., 74803.14960629921 rows/sec., 5.84 MiB/sec. 2025.05.13 23:14:17.342764 [ 269 ] {fe1410cd-6c34-44ca-b719-05d878dc0f22} TCPHandler: Processed in 0.001684164 sec. 2025.05.13 23:14:17.342892 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:17.342985 [ 269 ] {c9035683-94d9-4e96-b971-2aaf8187a976} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:17.343027 [ 269 ] {c9035683-94d9-4e96-b971-2aaf8187a976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:14:17.343458 [ 269 ] {c9035683-94d9-4e96-b971-2aaf8187a976} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:17.343491 [ 269 ] {c9035683-94d9-4e96-b971-2aaf8187a976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:17.343949 [ 269 ] {c9035683-94d9-4e96-b971-2aaf8187a976} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2025.05.13 23:14:17.344658 [ 269 ] {c9035683-94d9-4e96-b971-2aaf8187a976} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:17.344794 [ 269 ] {c9035683-94d9-4e96-b971-2aaf8187a976} executeQuery: Read 160 rows, 11.41 KiB in 0.001826 sec., 87623.22015334063 rows/sec., 6.10 MiB/sec. 2025.05.13 23:14:17.344832 [ 269 ] {c9035683-94d9-4e96-b971-2aaf8187a976} TCPHandler: Processed in 0.001994084 sec. 2025.05.13 23:14:17.344955 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:17.345049 [ 269 ] {ca200262-7bb9-49ee-a1de-72d5f1d83acb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:17.345104 [ 269 ] {ca200262-7bb9-49ee-a1de-72d5f1d83acb} 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.05.13 23:14:17.346023 [ 269 ] {ca200262-7bb9-49ee-a1de-72d5f1d83acb} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:17.346058 [ 269 ] {ca200262-7bb9-49ee-a1de-72d5f1d83acb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:17.346773 [ 269 ] {ca200262-7bb9-49ee-a1de-72d5f1d83acb} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.05.13 23:14:17.347228 [ 269 ] {ca200262-7bb9-49ee-a1de-72d5f1d83acb} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:17.347345 [ 39 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.05.13 23:14:17.347369 [ 269 ] {ca200262-7bb9-49ee-a1de-72d5f1d83acb} executeQuery: Read 50 rows, 91.75 KiB in 0.002339 sec., 21376.656690893546 rows/sec., 38.31 MiB/sec. 2025.05.13 23:14:17.347388 [ 39 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:17.347413 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:17.347430 [ 269 ] {ca200262-7bb9-49ee-a1de-72d5f1d83acb} TCPHandler: Processed in 0.002523331 sec. 2025.05.13 23:14:17.347527 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.05.13 23:14:17.347552 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:17.347660 [ 269 ] {c9492ded-4da4-4d82-9b39-ef0881bc905e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:14:17.347701 [ 269 ] {c9492ded-4da4-4d82-9b39-ef0881bc905e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:14:17.347793 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:17.347862 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2797 rows starting from the beginning of the part 2025.05.13 23:14:17.347991 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 50 rows starting from the beginning of the part 2025.05.13 23:14:17.348046 [ 269 ] {c9492ded-4da4-4d82-9b39-ef0881bc905e} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:17.348086 [ 269 ] {c9492ded-4da4-4d82-9b39-ef0881bc905e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:17.348094 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 10 rows starting from the beginning of the part 2025.05.13 23:14:17.348196 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 50 rows starting from the beginning of the part 2025.05.13 23:14:17.348290 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 10 rows starting from the beginning of the part 2025.05.13 23:14:17.348383 [ 192 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 50 rows starting from the beginning of the part 2025.05.13 23:14:17.348545 [ 269 ] {c9492ded-4da4-4d82-9b39-ef0881bc905e} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2025.05.13 23:14:17.349054 [ 269 ] {c9492ded-4da4-4d82-9b39-ef0881bc905e} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:17.349191 [ 269 ] {c9492ded-4da4-4d82-9b39-ef0881bc905e} executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. 2025.05.13 23:14:17.349228 [ 269 ] {c9492ded-4da4-4d82-9b39-ef0881bc905e} TCPHandler: Processed in 0.001723566 sec. 2025.05.13 23:14:17.349228 [ 37 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2025.05.13 23:14:17.349294 [ 37 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:17.349315 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:17.349401 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2025.05.13 23:14:17.349503 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:17.349530 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 10146 rows starting from the beginning of the part 2025.05.13 23:14:17.349578 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 82 rows starting from the beginning of the part 2025.05.13 23:14:17.349622 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 44 rows starting from the beginning of the part 2025.05.13 23:14:17.349659 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 16 rows starting from the beginning of the part 2025.05.13 23:14:17.349694 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 82 rows starting from the beginning of the part 2025.05.13 23:14:17.349728 [ 188 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 60 rows starting from the beginning of the part 2025.05.13 23:14:17.352096 [ 195 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 10430 rows, containing 4 columns (4 merged, 0 gathered) in 0.002733627 sec., 3815443.7309845123 rows/sec., 248.81 MiB/sec. 2025.05.13 23:14:17.352504 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2025.05.13 23:14:17.353014 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:17.353097 [ 193 ] {7980fde6-8bce-4ff4-8625-5381f936331d::all_1_171_34} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2025.05.13 23:14:17.353204 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. 2025.05.13 23:14:17.358537 [ 193 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2967 rows, containing 19 columns (19 merged, 0 gathered) in 0.011066354 sec., 268109.984553178 rows/sec., 480.44 MiB/sec. 2025.05.13 23:14:17.361197 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.05.13 23:14:17.361823 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:17.361894 [ 195 ] {e009c4ab-0cbe-465b-a1c7-efe5365efa5e::all_1_141_28} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.05.13 23:14:17.362043 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.77 MiB. 2025.05.13 23:14:18.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 373.50 MiB, peak 392.77 MiB, free memory in arenas 0.00 B, will set to 376.82 MiB (RSS), difference: 3.33 MiB 2025.05.13 23:14:18.225684 [ 219 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.05.13 23:14:18.225773 [ 219 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.05.13 23:14:18.229101 [ 219 ] {} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.05.13 23:14:18.838493 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2025.05.13 23:14:18.856909 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:18.856956 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:18.863604 [ 243 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.05.13 23:14:18.864748 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:18.868082 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2025.05.13 23:14:21.355930 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2990 2025.05.13 23:14:21.358344 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:21.358383 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:21.359720 [ 242 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.05.13 23:14:21.360331 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:21.360460 [ 30 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.05.13 23:14:21.360503 [ 30 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:21.360526 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:21.360591 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2990 2025.05.13 23:14:21.360679 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.05.13 23:14:21.361467 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:21.361608 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2776 rows starting from the beginning of the part 2025.05.13 23:14:21.361960 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part 2025.05.13 23:14:21.362279 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part 2025.05.13 23:14:21.362585 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 42 rows starting from the beginning of the part 2025.05.13 23:14:21.362884 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 48 rows starting from the beginning of the part 2025.05.13 23:14:21.363182 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 36 rows starting from the beginning of the part 2025.05.13 23:14:21.370562 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2990 rows, containing 72 columns (72 merged, 0 gathered) in 0.009961989 sec., 300140.8654436378 rows/sec., 222.93 MiB/sec. 2025.05.13 23:14:21.372934 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.05.13 23:14:21.373669 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:21.373745 [ 188 ] {e8db929b-871d-47bf-ba28-460ef6e76566::all_1_76_15} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.05.13 23:14:21.373900 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. 2025.05.13 23:14:22.340937 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.341161 [ 269 ] {837e2d6b-eb4a-401e-82a8-8de688d25fc0} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:14:22.341236 [ 269 ] {837e2d6b-eb4a-401e-82a8-8de688d25fc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:14:22.342092 [ 269 ] {837e2d6b-eb4a-401e-82a8-8de688d25fc0} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.342140 [ 269 ] {837e2d6b-eb4a-401e-82a8-8de688d25fc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.342759 [ 269 ] {837e2d6b-eb4a-401e-82a8-8de688d25fc0} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:14:22.343207 [ 269 ] {837e2d6b-eb4a-401e-82a8-8de688d25fc0} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.343362 [ 269 ] {837e2d6b-eb4a-401e-82a8-8de688d25fc0} executeQuery: Read 212 rows, 13.81 KiB in 0.002259 sec., 93846.83488269144 rows/sec., 5.97 MiB/sec. 2025.05.13 23:14:22.343404 [ 269 ] {837e2d6b-eb4a-401e-82a8-8de688d25fc0} TCPHandler: Processed in 0.002609794 sec. 2025.05.13 23:14:22.343533 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.343627 [ 269 ] {f4db65d8-6b46-4928-9e32-27fa10c1f2b4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.13 23:14:22.343668 [ 269 ] {f4db65d8-6b46-4928-9e32-27fa10c1f2b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.13 23:14:22.344093 [ 269 ] {f4db65d8-6b46-4928-9e32-27fa10c1f2b4} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.344130 [ 269 ] {f4db65d8-6b46-4928-9e32-27fa10c1f2b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.344536 [ 269 ] {f4db65d8-6b46-4928-9e32-27fa10c1f2b4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.05.13 23:14:22.344973 [ 269 ] {f4db65d8-6b46-4928-9e32-27fa10c1f2b4} oximeter.fields_ipaddr (c0145018-8f95-4cd6-b20d-e512f2fe244a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.345105 [ 269 ] {f4db65d8-6b46-4928-9e32-27fa10c1f2b4} executeQuery: Read 4 rows, 334.00 B in 0.001496 sec., 2673.7967914438505 rows/sec., 218.03 KiB/sec. 2025.05.13 23:14:22.345142 [ 269 ] {f4db65d8-6b46-4928-9e32-27fa10c1f2b4} TCPHandler: Processed in 0.001657273 sec. 2025.05.13 23:14:22.345257 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.345349 [ 269 ] {e50f7b2c-6854-4966-aa95-afe6a99aecfe} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:14:22.345389 [ 269 ] {e50f7b2c-6854-4966-aa95-afe6a99aecfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:14:22.346145 [ 269 ] {e50f7b2c-6854-4966-aa95-afe6a99aecfe} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.346181 [ 269 ] {e50f7b2c-6854-4966-aa95-afe6a99aecfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.346641 [ 269 ] {e50f7b2c-6854-4966-aa95-afe6a99aecfe} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2025.05.13 23:14:22.347074 [ 269 ] {e50f7b2c-6854-4966-aa95-afe6a99aecfe} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.347207 [ 269 ] {e50f7b2c-6854-4966-aa95-afe6a99aecfe} executeQuery: Read 639 rows, 51.41 KiB in 0.001875 sec., 340800 rows/sec., 26.77 MiB/sec. 2025.05.13 23:14:22.347244 [ 269 ] {e50f7b2c-6854-4966-aa95-afe6a99aecfe} TCPHandler: Processed in 0.002033896 sec. 2025.05.13 23:14:22.347370 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.347463 [ 269 ] {38a55158-5004-4554-8f18-90e44c1ff61c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:14:22.347502 [ 269 ] {38a55158-5004-4554-8f18-90e44c1ff61c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:14:22.347946 [ 269 ] {38a55158-5004-4554-8f18-90e44c1ff61c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.347983 [ 269 ] {38a55158-5004-4554-8f18-90e44c1ff61c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.348461 [ 269 ] {38a55158-5004-4554-8f18-90e44c1ff61c} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.05.13 23:14:22.348953 [ 269 ] {38a55158-5004-4554-8f18-90e44c1ff61c} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.349087 [ 269 ] {38a55158-5004-4554-8f18-90e44c1ff61c} executeQuery: Read 120 rows, 7.42 KiB in 0.001642 sec., 73081.6077953715 rows/sec., 4.41 MiB/sec. 2025.05.13 23:14:22.349125 [ 269 ] {38a55158-5004-4554-8f18-90e44c1ff61c} TCPHandler: Processed in 0.001802078 sec. 2025.05.13 23:14:22.349241 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.349333 [ 269 ] {3cea1d23-c457-4bc5-a476-f0eaedcda6c3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:14:22.349372 [ 269 ] {3cea1d23-c457-4bc5-a476-f0eaedcda6c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:14:22.349805 [ 269 ] {3cea1d23-c457-4bc5-a476-f0eaedcda6c3} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.349841 [ 269 ] {3cea1d23-c457-4bc5-a476-f0eaedcda6c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.350257 [ 269 ] {3cea1d23-c457-4bc5-a476-f0eaedcda6c3} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.05.13 23:14:22.350681 [ 269 ] {3cea1d23-c457-4bc5-a476-f0eaedcda6c3} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.350812 [ 269 ] {3cea1d23-c457-4bc5-a476-f0eaedcda6c3} executeQuery: Read 113 rows, 7.49 KiB in 0.001497 sec., 75484.30193720774 rows/sec., 4.89 MiB/sec. 2025.05.13 23:14:22.350849 [ 269 ] {3cea1d23-c457-4bc5-a476-f0eaedcda6c3} TCPHandler: Processed in 0.001655163 sec. 2025.05.13 23:14:22.350911 [ 224 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] 2025.05.13 23:14:22.350959 [ 224 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] 2025.05.13 23:14:22.350962 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.351069 [ 269 ] {f7531112-5ee3-4b0c-8be3-4f07e16e1e83} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:14:22.351109 [ 269 ] {f7531112-5ee3-4b0c-8be3-4f07e16e1e83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:14:22.351539 [ 269 ] {f7531112-5ee3-4b0c-8be3-4f07e16e1e83} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.351578 [ 269 ] {f7531112-5ee3-4b0c-8be3-4f07e16e1e83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.352084 [ 269 ] {f7531112-5ee3-4b0c-8be3-4f07e16e1e83} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:14:22.352593 [ 269 ] {f7531112-5ee3-4b0c-8be3-4f07e16e1e83} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.352725 [ 269 ] {f7531112-5ee3-4b0c-8be3-4f07e16e1e83} executeQuery: Read 112 rows, 6.53 KiB in 0.001682 sec., 66587.39595719382 rows/sec., 3.79 MiB/sec. 2025.05.13 23:14:22.352764 [ 269 ] {f7531112-5ee3-4b0c-8be3-4f07e16e1e83} TCPHandler: Processed in 0.001849509 sec. 2025.05.13 23:14:22.352887 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.352979 [ 269 ] {c290e807-ad08-4b90-a75e-85d6fe8d8930} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:14:22.353018 [ 269 ] {c290e807-ad08-4b90-a75e-85d6fe8d8930} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:14:22.353565 [ 269 ] {c290e807-ad08-4b90-a75e-85d6fe8d8930} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.353601 [ 269 ] {c290e807-ad08-4b90-a75e-85d6fe8d8930} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.353624 [ 224 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] 2025.05.13 23:14:22.354059 [ 269 ] {c290e807-ad08-4b90-a75e-85d6fe8d8930} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2025.05.13 23:14:22.354546 [ 269 ] {c290e807-ad08-4b90-a75e-85d6fe8d8930} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.354677 [ 269 ] {c290e807-ad08-4b90-a75e-85d6fe8d8930} executeQuery: Read 396 rows, 28.71 KiB in 0.001716 sec., 230769.23076923075 rows/sec., 16.34 MiB/sec. 2025.05.13 23:14:22.354714 [ 269 ] {c290e807-ad08-4b90-a75e-85d6fe8d8930} TCPHandler: Processed in 0.00188105 sec. 2025.05.13 23:14:22.354836 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.354928 [ 269 ] {c520c281-d9b5-480a-b8f3-1c80bdc3fdba} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:14:22.354968 [ 269 ] {c520c281-d9b5-480a-b8f3-1c80bdc3fdba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:14:22.355303 [ 269 ] {c520c281-d9b5-480a-b8f3-1c80bdc3fdba} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.355336 [ 269 ] {c520c281-d9b5-480a-b8f3-1c80bdc3fdba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.355749 [ 269 ] {c520c281-d9b5-480a-b8f3-1c80bdc3fdba} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:14:22.356203 [ 269 ] {c520c281-d9b5-480a-b8f3-1c80bdc3fdba} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.356331 [ 269 ] {c520c281-d9b5-480a-b8f3-1c80bdc3fdba} executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. 2025.05.13 23:14:22.356366 [ 269 ] {c520c281-d9b5-480a-b8f3-1c80bdc3fdba} TCPHandler: Processed in 0.001584631 sec. 2025.05.13 23:14:22.356488 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.356580 [ 269 ] {e0584adf-7d02-4a1d-9a81-a6fb1942a335} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:22.356622 [ 269 ] {e0584adf-7d02-4a1d-9a81-a6fb1942a335} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:14:22.357025 [ 269 ] {e0584adf-7d02-4a1d-9a81-a6fb1942a335} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.357059 [ 269 ] {e0584adf-7d02-4a1d-9a81-a6fb1942a335} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.357524 [ 269 ] {e0584adf-7d02-4a1d-9a81-a6fb1942a335} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2025.05.13 23:14:22.357961 [ 269 ] {e0584adf-7d02-4a1d-9a81-a6fb1942a335} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.358089 [ 269 ] {e0584adf-7d02-4a1d-9a81-a6fb1942a335} executeQuery: Read 239 rows, 16.41 KiB in 0.001527 sec., 156516.04453176164 rows/sec., 10.49 MiB/sec. 2025.05.13 23:14:22.358126 [ 269 ] {e0584adf-7d02-4a1d-9a81-a6fb1942a335} TCPHandler: Processed in 0.001695035 sec. 2025.05.13 23:14:22.358250 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.358341 [ 269 ] {b9318a24-aa95-4a51-81b0-cf59b78fb7c1} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:14:22.358381 [ 269 ] {b9318a24-aa95-4a51-81b0-cf59b78fb7c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:14:22.358711 [ 269 ] {b9318a24-aa95-4a51-81b0-cf59b78fb7c1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.358744 [ 269 ] {b9318a24-aa95-4a51-81b0-cf59b78fb7c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.359155 [ 269 ] {b9318a24-aa95-4a51-81b0-cf59b78fb7c1} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.05.13 23:14:22.359640 [ 269 ] {b9318a24-aa95-4a51-81b0-cf59b78fb7c1} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.359770 [ 269 ] {b9318a24-aa95-4a51-81b0-cf59b78fb7c1} executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. 2025.05.13 23:14:22.359805 [ 269 ] {b9318a24-aa95-4a51-81b0-cf59b78fb7c1} TCPHandler: Processed in 0.001611091 sec. 2025.05.13 23:14:22.359923 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.360015 [ 269 ] {51ccb754-d613-40af-8b81-d8cfe8b94be3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:22.360069 [ 269 ] {51ccb754-d613-40af-8b81-d8cfe8b94be3} 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.05.13 23:14:22.360896 [ 269 ] {51ccb754-d613-40af-8b81-d8cfe8b94be3} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.360931 [ 269 ] {51ccb754-d613-40af-8b81-d8cfe8b94be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.361566 [ 269 ] {51ccb754-d613-40af-8b81-d8cfe8b94be3} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.05.13 23:14:22.362007 [ 269 ] {51ccb754-d613-40af-8b81-d8cfe8b94be3} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.362148 [ 269 ] {51ccb754-d613-40af-8b81-d8cfe8b94be3} executeQuery: Read 10 rows, 18.35 KiB in 0.002151 sec., 4649.000464900047 rows/sec., 8.33 MiB/sec. 2025.05.13 23:14:22.362202 [ 269 ] {51ccb754-d613-40af-8b81-d8cfe8b94be3} TCPHandler: Processed in 0.002330824 sec. 2025.05.13 23:14:22.362207 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:14:22.362235 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:14:22.362328 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:22.362420 [ 269 ] {d82af09b-9124-4862-a27f-e8520acc76a3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:14:22.362461 [ 269 ] {d82af09b-9124-4862-a27f-e8520acc76a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:14:22.362799 [ 269 ] {d82af09b-9124-4862-a27f-e8520acc76a3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:22.362833 [ 269 ] {d82af09b-9124-4862-a27f-e8520acc76a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:22.363288 [ 269 ] {d82af09b-9124-4862-a27f-e8520acc76a3} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2025.05.13 23:14:22.363775 [ 269 ] {d82af09b-9124-4862-a27f-e8520acc76a3} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:22.363904 [ 269 ] {d82af09b-9124-4862-a27f-e8520acc76a3} executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. 2025.05.13 23:14:22.363939 [ 269 ] {d82af09b-9124-4862-a27f-e8520acc76a3} TCPHandler: Processed in 0.001667373 sec. 2025.05.13 23:14:22.365269 [ 219 ] {} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.05.13 23:14:23.524907 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Found 6 old parts to remove. Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0] 2025.05.13 23:14:23.524980 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from filesystem (serially): Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0] 2025.05.13 23:14:23.528289 [ 222 ] {} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Removing 6 parts from memory: Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0] 2025.05.13 23:14:23.707346 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47214 2025.05.13 23:14:23.707846 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:23.707888 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:23.708499 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.05.13 23:14:23.709034 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:23.709171 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 2025.05.13 23:14:24.002744 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Found 6 old parts to remove. Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0] 2025.05.13 23:14:24.002781 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from filesystem (serially): Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0] 2025.05.13 23:14:24.006800 [ 222 ] {} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Removing 6 parts from memory: Parts: [all_1_55_11, all_56_56_0, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0] 2025.05.13 23:14:25.000236 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 380.83 MiB, peak 392.77 MiB, free memory in arenas 0.00 B, will set to 376.82 MiB (RSS), difference: -4.00 MiB 2025.05.13 23:14:26.369028 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2025.05.13 23:14:26.388003 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:26.388059 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:26.394657 [ 243 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.05.13 23:14:26.395819 [ 243 ] {} system.metric_log (9f93b067-c492-4798-b4c1-68d9e11d1d64): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:26.399513 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2025.05.13 23:14:27.046046 [ 219 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.05.13 23:14:27.046116 [ 219 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.05.13 23:14:27.048947 [ 219 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.05.13 23:14:27.086908 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.05.13 23:14:27.086970 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.05.13 23:14:27.089195 [ 218 ] {} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.05.13 23:14:27.336970 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:27.337249 [ 269 ] {dca592c3-087b-40e1-88ce-59bddf0a62fc} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:14:27.337357 [ 269 ] {dca592c3-087b-40e1-88ce-59bddf0a62fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:14:27.338277 [ 269 ] {dca592c3-087b-40e1-88ce-59bddf0a62fc} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:27.338322 [ 269 ] {dca592c3-087b-40e1-88ce-59bddf0a62fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:27.338855 [ 269 ] {dca592c3-087b-40e1-88ce-59bddf0a62fc} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2025.05.13 23:14:27.339509 [ 269 ] {dca592c3-087b-40e1-88ce-59bddf0a62fc} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:27.339660 [ 269 ] {dca592c3-087b-40e1-88ce-59bddf0a62fc} executeQuery: Read 156 rows, 13.87 KiB in 0.002492 sec., 62600.321027287326 rows/sec., 5.44 MiB/sec. 2025.05.13 23:14:27.339701 [ 269 ] {dca592c3-087b-40e1-88ce-59bddf0a62fc} TCPHandler: Processed in 0.002917804 sec. 2025.05.13 23:14:27.339835 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:27.339928 [ 269 ] {070b0211-b783-4289-a479-45d415bde243} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:14:27.339969 [ 269 ] {070b0211-b783-4289-a479-45d415bde243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:14:27.340456 [ 269 ] {070b0211-b783-4289-a479-45d415bde243} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:27.340492 [ 269 ] {070b0211-b783-4289-a479-45d415bde243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:27.340884 [ 269 ] {070b0211-b783-4289-a479-45d415bde243} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.05.13 23:14:27.341349 [ 269 ] {070b0211-b783-4289-a479-45d415bde243} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:27.341474 [ 88 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.05.13 23:14:27.341481 [ 269 ] {070b0211-b783-4289-a479-45d415bde243} executeQuery: Read 50 rows, 3.76 KiB in 0.001571 sec., 31826.861871419478 rows/sec., 2.34 MiB/sec. 2025.05.13 23:14:27.341543 [ 88 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:27.341565 [ 269 ] {070b0211-b783-4289-a479-45d415bde243} TCPHandler: Processed in 0.001776727 sec. 2025.05.13 23:14:27.341569 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:27.341703 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:27.341713 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.05.13 23:14:27.341800 [ 269 ] {b1cdaab7-0508-4d94-9976-24dfdda8f8e3} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:14:27.341843 [ 269 ] {b1cdaab7-0508-4d94-9976-24dfdda8f8e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:14:27.341862 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:27.341903 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 187 rows starting from the beginning of the part 2025.05.13 23:14:27.341978 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 53 rows starting from the beginning of the part 2025.05.13 23:14:27.342031 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 118 rows starting from the beginning of the part 2025.05.13 23:14:27.342079 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 50 rows starting from the beginning of the part 2025.05.13 23:14:27.342123 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 120 rows starting from the beginning of the part 2025.05.13 23:14:27.342171 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 50 rows starting from the beginning of the part 2025.05.13 23:14:27.342317 [ 269 ] {b1cdaab7-0508-4d94-9976-24dfdda8f8e3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:27.342357 [ 269 ] {b1cdaab7-0508-4d94-9976-24dfdda8f8e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:27.342817 [ 269 ] {b1cdaab7-0508-4d94-9976-24dfdda8f8e3} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2025.05.13 23:14:27.343120 [ 193 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463907 sec., 394833.82482630387 rows/sec., 27.19 MiB/sec. 2025.05.13 23:14:27.343309 [ 269 ] {b1cdaab7-0508-4d94-9976-24dfdda8f8e3} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:27.343361 [ 197 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.05.13 23:14:27.343452 [ 269 ] {b1cdaab7-0508-4d94-9976-24dfdda8f8e3} executeQuery: Read 114 rows, 9.12 KiB in 0.00167 sec., 68263.47305389222 rows/sec., 5.33 MiB/sec. 2025.05.13 23:14:27.343493 [ 269 ] {b1cdaab7-0508-4d94-9976-24dfdda8f8e3} TCPHandler: Processed in 0.001840859 sec. 2025.05.13 23:14:27.343614 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:27.343707 [ 269 ] {ba66e1e6-7255-4bc9-b07d-406272d3e146} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:27.343753 [ 269 ] {ba66e1e6-7255-4bc9-b07d-406272d3e146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:14:27.343924 [ 197 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:27.344010 [ 197 ] {54908402-8b12-45bc-9ddb-534ed144659e::all_1_146_29} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.05.13 23:14:27.344093 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.13 23:14:27.344180 [ 269 ] {ba66e1e6-7255-4bc9-b07d-406272d3e146} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:27.344220 [ 269 ] {ba66e1e6-7255-4bc9-b07d-406272d3e146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:27.344663 [ 269 ] {ba66e1e6-7255-4bc9-b07d-406272d3e146} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2025.05.13 23:14:27.345097 [ 269 ] {ba66e1e6-7255-4bc9-b07d-406272d3e146} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:27.345204 [ 88 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Selected 5 parts from all_1_168_35 to all_172_172_0 2025.05.13 23:14:27.345226 [ 269 ] {ba66e1e6-7255-4bc9-b07d-406272d3e146} executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. 2025.05.13 23:14:27.345236 [ 88 ] {} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:27.345266 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:27.345272 [ 269 ] {ba66e1e6-7255-4bc9-b07d-406272d3e146} TCPHandler: Processed in 0.001705665 sec. 2025.05.13 23:14:27.345363 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergeTask::PrepareStage: Merging 5 parts: from all_1_168_35 to all_172_172_0 into Compact with storage Full 2025.05.13 23:14:27.345394 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:27.345459 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:27.345485 [ 269 ] {6443d0ef-fb07-4b67-bd25-88721aad9934} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:27.345488 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergeTreeSequentialSource: Reading 8 marks from part all_1_168_35, total 50226 rows starting from the beginning of the part 2025.05.13 23:14:27.345540 [ 269 ] {6443d0ef-fb07-4b67-bd25-88721aad9934} 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.05.13 23:14:27.345552 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 42 rows starting from the beginning of the part 2025.05.13 23:14:27.345598 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 239 rows starting from the beginning of the part 2025.05.13 23:14:27.345640 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 160 rows starting from the beginning of the part 2025.05.13 23:14:27.345680 [ 191 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 239 rows starting from the beginning of the part 2025.05.13 23:14:27.346517 [ 269 ] {6443d0ef-fb07-4b67-bd25-88721aad9934} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:27.346552 [ 269 ] {6443d0ef-fb07-4b67-bd25-88721aad9934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:27.347235 [ 269 ] {6443d0ef-fb07-4b67-bd25-88721aad9934} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.05.13 23:14:27.347723 [ 269 ] {6443d0ef-fb07-4b67-bd25-88721aad9934} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:27.347860 [ 269 ] {6443d0ef-fb07-4b67-bd25-88721aad9934} executeQuery: Read 50 rows, 91.75 KiB in 0.002392 sec., 20903.010033444814 rows/sec., 37.46 MiB/sec. 2025.05.13 23:14:27.347917 [ 269 ] {6443d0ef-fb07-4b67-bd25-88721aad9934} TCPHandler: Processed in 0.002574643 sec. 2025.05.13 23:14:27.348032 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:27.348124 [ 269 ] {b696005c-9424-476e-908a-8298ac3fb1c4} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:14:27.348165 [ 269 ] {b696005c-9424-476e-908a-8298ac3fb1c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:14:27.348501 [ 269 ] {b696005c-9424-476e-908a-8298ac3fb1c4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:27.348537 [ 269 ] {b696005c-9424-476e-908a-8298ac3fb1c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:27.348944 [ 269 ] {b696005c-9424-476e-908a-8298ac3fb1c4} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2025.05.13 23:14:27.349389 [ 269 ] {b696005c-9424-476e-908a-8298ac3fb1c4} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:27.349518 [ 269 ] {b696005c-9424-476e-908a-8298ac3fb1c4} executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. 2025.05.13 23:14:27.349553 [ 269 ] {b696005c-9424-476e-908a-8298ac3fb1c4} TCPHandler: Processed in 0.00156898 sec. 2025.05.13 23:14:27.354004 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergeTask::MergeProjectionsStage: Merge sorted 50906 rows, containing 5 columns (5 merged, 0 gathered) in 0.008681317 sec., 5863856.83186088 rows/sec., 396.11 MiB/sec. 2025.05.13 23:14:27.354507 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} MergedBlockOutputStream: filled checksums all_1_172_36 (state Temporary) 2025.05.13 23:14:27.354956 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_merge_all_1_172_36 to all_1_172_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:27.355040 [ 197 ] {7c5a8ce0-4c7c-4470-b431-df33af676763::all_1_172_36} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763) (MergerMutator): Merged 5 parts: [all_1_168_35, all_172_172_0] -> all_1_172_36 2025.05.13 23:14:27.355131 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. 2025.05.13 23:14:30.929082 [ 108 ] {} DNSResolver: Updating DNS cache 2025.05.13 23:14:30.929159 [ 108 ] {} DNSResolver: Updated DNS cache 2025.05.13 23:14:31.210176 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47702 2025.05.13 23:14:31.210696 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:31.210732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:31.211387 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.05.13 23:14:31.211908 [ 244 ] {} system.asynchronous_metric_log (56f9893a-22aa-44fd-ae7f-dde0bd7cca62): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:31.212039 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47702 2025.05.13 23:14:31.361642 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 3026 2025.05.13 23:14:31.364079 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:31.364121 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:31.365449 [ 242 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.05.13 23:14:31.366048 [ 242 ] {} system.query_log (e8db929b-871d-47bf-ba28-460ef6e76566): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:31.366314 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 3026 2025.05.13 23:14:32.029891 [ 225 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:14:32.029943 [ 225 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:14:32.033169 [ 225 ] {} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:14:32.038552 [ 218 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:14:32.038602 [ 218 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:14:32.041626 [ 218 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.05.13 23:14:32.078335 [ 218 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:14:32.078490 [ 218 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:14:32.081653 [ 218 ] {} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.05.13 23:14:32.340616 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.340817 [ 269 ] {4c18a909-1c23-420a-ae67-b61eafb7f7be} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.13 23:14:32.340891 [ 269 ] {4c18a909-1c23-420a-ae67-b61eafb7f7be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.13 23:14:32.341818 [ 269 ] {4c18a909-1c23-420a-ae67-b61eafb7f7be} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.341868 [ 269 ] {4c18a909-1c23-420a-ae67-b61eafb7f7be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.342388 [ 269 ] {4c18a909-1c23-420a-ae67-b61eafb7f7be} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:14:32.342829 [ 269 ] {4c18a909-1c23-420a-ae67-b61eafb7f7be} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.342980 [ 269 ] {4c18a909-1c23-420a-ae67-b61eafb7f7be} executeQuery: Read 212 rows, 13.81 KiB in 0.002219 sec., 95538.53086976115 rows/sec., 6.08 MiB/sec. 2025.05.13 23:14:32.342982 [ 144 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 2025.05.13 23:14:32.343022 [ 269 ] {4c18a909-1c23-420a-ae67-b61eafb7f7be} TCPHandler: Processed in 0.002545811 sec. 2025.05.13 23:14:32.343062 [ 144 ] {} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.343091 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.343165 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.343216 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full 2025.05.13 23:14:32.343261 [ 269 ] {acd61b80-097a-4015-ba7c-136d72649ea8} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.13 23:14:32.343305 [ 269 ] {acd61b80-097a-4015-ba7c-136d72649ea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.13 23:14:32.343350 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:32.343393 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 212 rows starting from the beginning of the part 2025.05.13 23:14:32.343467 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 212 rows starting from the beginning of the part 2025.05.13 23:14:32.343519 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 212 rows starting from the beginning of the part 2025.05.13 23:14:32.343564 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 212 rows starting from the beginning of the part 2025.05.13 23:14:32.343601 [ 193 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 212 rows starting from the beginning of the part 2025.05.13 23:14:32.344081 [ 269 ] {acd61b80-097a-4015-ba7c-136d72649ea8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.344123 [ 269 ] {acd61b80-097a-4015-ba7c-136d72649ea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.344480 [ 197 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001313032 sec., 807291.8253325128 rows/sec., 54.42 MiB/sec. 2025.05.13 23:14:32.344629 [ 269 ] {acd61b80-097a-4015-ba7c-136d72649ea8} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2025.05.13 23:14:32.344729 [ 197 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) 2025.05.13 23:14:32.345137 [ 269 ] {acd61b80-097a-4015-ba7c-136d72649ea8} oximeter.fields_string (bb38244b-ec8a-4443-817b-f745a343945c): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.345281 [ 269 ] {acd61b80-097a-4015-ba7c-136d72649ea8} executeQuery: Read 637 rows, 51.26 KiB in 0.002038 sec., 312561.33464180573 rows/sec., 24.56 MiB/sec. 2025.05.13 23:14:32.345320 [ 269 ] {acd61b80-097a-4015-ba7c-136d72649ea8} TCPHandler: Processed in 0.002207641 sec. 2025.05.13 23:14:32.345379 [ 197 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.345435 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.345461 [ 197 ] {dbea5804-da12-444c-a53e-0ef0d718da5c::all_1_73_18} oximeter.fields_i16 (dbea5804-da12-444c-a53e-0ef0d718da5c) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 2025.05.13 23:14:32.345532 [ 269 ] {c9c15c1c-6958-4e58-9f9c-aa7e49c1710e} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.13 23:14:32.345547 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.13 23:14:32.345576 [ 269 ] {c9c15c1c-6958-4e58-9f9c-aa7e49c1710e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.13 23:14:32.346034 [ 269 ] {c9c15c1c-6958-4e58-9f9c-aa7e49c1710e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.346070 [ 269 ] {c9c15c1c-6958-4e58-9f9c-aa7e49c1710e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.346604 [ 269 ] {c9c15c1c-6958-4e58-9f9c-aa7e49c1710e} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.05.13 23:14:32.347051 [ 269 ] {c9c15c1c-6958-4e58-9f9c-aa7e49c1710e} oximeter.fields_u16 (54908402-8b12-45bc-9ddb-534ed144659e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.347178 [ 269 ] {c9c15c1c-6958-4e58-9f9c-aa7e49c1710e} executeQuery: Read 116 rows, 7.14 KiB in 0.001663 sec., 69753.45760673482 rows/sec., 4.19 MiB/sec. 2025.05.13 23:14:32.347215 [ 269 ] {c9c15c1c-6958-4e58-9f9c-aa7e49c1710e} TCPHandler: Processed in 0.001826498 sec. 2025.05.13 23:14:32.347331 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.347422 [ 269 ] {8bc3e054-46ad-43f2-bc1a-3a73540715f7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.13 23:14:32.347461 [ 269 ] {8bc3e054-46ad-43f2-bc1a-3a73540715f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.13 23:14:32.347900 [ 269 ] {8bc3e054-46ad-43f2-bc1a-3a73540715f7} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.347940 [ 269 ] {8bc3e054-46ad-43f2-bc1a-3a73540715f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.348350 [ 269 ] {8bc3e054-46ad-43f2-bc1a-3a73540715f7} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.05.13 23:14:32.348781 [ 269 ] {8bc3e054-46ad-43f2-bc1a-3a73540715f7} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.348906 [ 269 ] {8bc3e054-46ad-43f2-bc1a-3a73540715f7} executeQuery: Read 113 rows, 7.49 KiB in 0.001501 sec., 75283.14457028647 rows/sec., 4.87 MiB/sec. 2025.05.13 23:14:32.348910 [ 144 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Selected 6 parts from all_1_89_18 to all_94_94_0 2025.05.13 23:14:32.348944 [ 269 ] {8bc3e054-46ad-43f2-bc1a-3a73540715f7} TCPHandler: Processed in 0.001659903 sec. 2025.05.13 23:14:32.348958 [ 144 ] {} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.348982 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.349066 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.349089 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_89_18 to all_94_94_0 into Compact with storage Full 2025.05.13 23:14:32.349161 [ 269 ] {31e91fbf-ec3a-4db9-a7fd-6dbe02147f36} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.13 23:14:32.349204 [ 269 ] {31e91fbf-ec3a-4db9-a7fd-6dbe02147f36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.13 23:14:32.349222 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:32.349263 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_89_18, total 341 rows starting from the beginning of the part 2025.05.13 23:14:32.349336 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 113 rows starting from the beginning of the part 2025.05.13 23:14:32.349387 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 228 rows starting from the beginning of the part 2025.05.13 23:14:32.349433 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 113 rows starting from the beginning of the part 2025.05.13 23:14:32.349476 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 113 rows starting from the beginning of the part 2025.05.13 23:14:32.349520 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 113 rows starting from the beginning of the part 2025.05.13 23:14:32.349646 [ 269 ] {31e91fbf-ec3a-4db9-a7fd-6dbe02147f36} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.349687 [ 269 ] {31e91fbf-ec3a-4db9-a7fd-6dbe02147f36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.350127 [ 269 ] {31e91fbf-ec3a-4db9-a7fd-6dbe02147f36} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:14:32.350488 [ 186 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001440926 sec., 708572.1265352975 rows/sec., 49.51 MiB/sec. 2025.05.13 23:14:32.350608 [ 269 ] {31e91fbf-ec3a-4db9-a7fd-6dbe02147f36} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.350755 [ 269 ] {31e91fbf-ec3a-4db9-a7fd-6dbe02147f36} executeQuery: Read 112 rows, 6.53 KiB in 0.001612 sec., 69478.90818858561 rows/sec., 3.96 MiB/sec. 2025.05.13 23:14:32.350760 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary) 2025.05.13 23:14:32.350757 [ 144 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 2025.05.13 23:14:32.350795 [ 269 ] {31e91fbf-ec3a-4db9-a7fd-6dbe02147f36} TCPHandler: Processed in 0.001775797 sec. 2025.05.13 23:14:32.350824 [ 144 ] {} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.350852 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.350921 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full 2025.05.13 23:14:32.350926 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.351013 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.13 23:14:32.351036 [ 269 ] {e4527c30-b471-4a1c-8c1f-845756660e3c} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.13 23:14:32.351044 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 112 rows starting from the beginning of the part 2025.05.13 23:14:32.351083 [ 269 ] {e4527c30-b471-4a1c-8c1f-845756660e3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.13 23:14:32.351111 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 112 rows starting from the beginning of the part 2025.05.13 23:14:32.351161 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 112 rows starting from the beginning of the part 2025.05.13 23:14:32.351204 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 112 rows starting from the beginning of the part 2025.05.13 23:14:32.351242 [ 197 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 112 rows starting from the beginning of the part 2025.05.13 23:14:32.351366 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.351444 [ 196 ] {40e1405b-5bd4-4f5a-8986-5523fb1f79d1::all_1_94_19} oximeter.fields_u32 (40e1405b-5bd4-4f5a-8986-5523fb1f79d1) (MergerMutator): Merged 6 parts: [all_1_89_18, all_94_94_0] -> all_1_94_19 2025.05.13 23:14:32.351512 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.05.13 23:14:32.351647 [ 269 ] {e4527c30-b471-4a1c-8c1f-845756660e3c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.351688 [ 269 ] {e4527c30-b471-4a1c-8c1f-845756660e3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.352016 [ 196 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001120976 sec., 499564.6650775752 rows/sec., 30.36 MiB/sec. 2025.05.13 23:14:32.352220 [ 269 ] {e4527c30-b471-4a1c-8c1f-845756660e3c} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2025.05.13 23:14:32.352270 [ 196 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) 2025.05.13 23:14:32.352727 [ 269 ] {e4527c30-b471-4a1c-8c1f-845756660e3c} oximeter.fields_uuid (7b75b6f5-f71a-42c4-9557-fe564894dea1): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.352867 [ 269 ] {e4527c30-b471-4a1c-8c1f-845756660e3c} executeQuery: Read 392 rows, 28.39 KiB in 0.001848 sec., 212121.21212121213 rows/sec., 15.00 MiB/sec. 2025.05.13 23:14:32.352904 [ 269 ] {e4527c30-b471-4a1c-8c1f-845756660e3c} TCPHandler: Processed in 0.002025905 sec. 2025.05.13 23:14:32.352914 [ 196 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.352987 [ 196 ] {72ac9c06-1123-4fe6-a649-f8a4f41e6d25::all_1_73_18} oximeter.fields_u8 (72ac9c06-1123-4fe6-a649-f8a4f41e6d25) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 2025.05.13 23:14:32.353018 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.353054 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.05.13 23:14:32.353114 [ 269 ] {2bf1357e-bcf2-4e4f-a1e1-25f325492dbb} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.13 23:14:32.353158 [ 269 ] {2bf1357e-bcf2-4e4f-a1e1-25f325492dbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.13 23:14:32.353489 [ 269 ] {2bf1357e-bcf2-4e4f-a1e1-25f325492dbb} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.353524 [ 269 ] {2bf1357e-bcf2-4e4f-a1e1-25f325492dbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.353952 [ 269 ] {2bf1357e-bcf2-4e4f-a1e1-25f325492dbb} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:14:32.354396 [ 269 ] {2bf1357e-bcf2-4e4f-a1e1-25f325492dbb} oximeter.measurements_bool (8b701039-1a0c-450b-95e3-a3eea7cd9178): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.354526 [ 269 ] {2bf1357e-bcf2-4e4f-a1e1-25f325492dbb} executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. 2025.05.13 23:14:32.354562 [ 269 ] {2bf1357e-bcf2-4e4f-a1e1-25f325492dbb} TCPHandler: Processed in 0.00159119 sec. 2025.05.13 23:14:32.354680 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.354770 [ 269 ] {0440965d-4056-4489-a5a0-004a640ac827} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:32.354811 [ 269 ] {0440965d-4056-4489-a5a0-004a640ac827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.13 23:14:32.355235 [ 269 ] {0440965d-4056-4489-a5a0-004a640ac827} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.355270 [ 269 ] {0440965d-4056-4489-a5a0-004a640ac827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.355719 [ 269 ] {0440965d-4056-4489-a5a0-004a640ac827} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2025.05.13 23:14:32.356175 [ 269 ] {0440965d-4056-4489-a5a0-004a640ac827} oximeter.measurements_cumulativeu64 (7c5a8ce0-4c7c-4470-b431-df33af676763): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.356303 [ 269 ] {0440965d-4056-4489-a5a0-004a640ac827} executeQuery: Read 237 rows, 16.27 KiB in 0.00155 sec., 152903.2258064516 rows/sec., 10.25 MiB/sec. 2025.05.13 23:14:32.356339 [ 269 ] {0440965d-4056-4489-a5a0-004a640ac827} TCPHandler: Processed in 0.001705745 sec. 2025.05.13 23:14:32.356453 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.356544 [ 269 ] {0c29f1c6-f33f-4375-80cf-1d351e9384e7} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.13 23:14:32.356584 [ 269 ] {0c29f1c6-f33f-4375-80cf-1d351e9384e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.13 23:14:32.356898 [ 269 ] {0c29f1c6-f33f-4375-80cf-1d351e9384e7} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.356933 [ 269 ] {0c29f1c6-f33f-4375-80cf-1d351e9384e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.357343 [ 269 ] {0c29f1c6-f33f-4375-80cf-1d351e9384e7} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.05.13 23:14:32.357842 [ 269 ] {0c29f1c6-f33f-4375-80cf-1d351e9384e7} oximeter.measurements_f64 (006edc0d-06f3-46b6-a7ab-8a19928d0d73): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.357971 [ 269 ] {0c29f1c6-f33f-4375-80cf-1d351e9384e7} executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec. 2025.05.13 23:14:32.358007 [ 269 ] {0c29f1c6-f33f-4375-80cf-1d351e9384e7} TCPHandler: Processed in 0.001601342 sec. 2025.05.13 23:14:32.358112 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.358201 [ 269 ] {52613a49-dabb-48f0-b617-2f773a995176} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.13 23:14:32.358256 [ 269 ] {52613a49-dabb-48f0-b617-2f773a995176} 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.05.13 23:14:32.359074 [ 269 ] {52613a49-dabb-48f0-b617-2f773a995176} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.359109 [ 269 ] {52613a49-dabb-48f0-b617-2f773a995176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.359753 [ 269 ] {52613a49-dabb-48f0-b617-2f773a995176} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.05.13 23:14:32.360206 [ 269 ] {52613a49-dabb-48f0-b617-2f773a995176} oximeter.measurements_histogramu64 (e009c4ab-0cbe-465b-a1c7-efe5365efa5e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.360346 [ 269 ] {52613a49-dabb-48f0-b617-2f773a995176} executeQuery: Read 10 rows, 18.35 KiB in 0.002162 sec., 4625.346901017577 rows/sec., 8.29 MiB/sec. 2025.05.13 23:14:32.360400 [ 269 ] {52613a49-dabb-48f0-b617-2f773a995176} TCPHandler: Processed in 0.002335004 sec. 2025.05.13 23:14:32.360511 [ 269 ] {} TCP-Session: 2a101f95-5b86-46cb-91c4-b20f0be03f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.13 23:14:32.360602 [ 269 ] {05829959-d2f0-461c-9977-a3f2275da98a} executeQuery: (from [fd00:1122:3344:101::d]:34987) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.13 23:14:32.360642 [ 269 ] {05829959-d2f0-461c-9977-a3f2275da98a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.13 23:14:32.360995 [ 269 ] {05829959-d2f0-461c-9977-a3f2275da98a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.13 23:14:32.361032 [ 269 ] {05829959-d2f0-461c-9977-a3f2275da98a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.93 GiB. 2025.05.13 23:14:32.361515 [ 269 ] {05829959-d2f0-461c-9977-a3f2275da98a} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2025.05.13 23:14:32.361970 [ 269 ] {05829959-d2f0-461c-9977-a3f2275da98a} oximeter.measurements_u64 (7980fde6-8bce-4ff4-8625-5381f936331d): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.13 23:14:32.362097 [ 269 ] {05829959-d2f0-461c-9977-a3f2275da98a} executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec. 2025.05.13 23:14:32.362132 [ 269 ] {05829959-d2f0-461c-9977-a3f2275da98a} TCPHandler: Processed in 0.001668323 sec.