[ Aug 11 21:33:28 Enabled. ] [ Aug 11 21:33:28 Rereading configuration. ] [ Aug 11 21:33:30 Rereading configuration. ] [ Aug 11 21:33:31 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Aug 11 21:33:32 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.08.11 21:33:33.597987 [ 1 ] {} Application: Will watch for the process with pid 23843 2025.08.11 21:33:33.598531 [ 1 ] {} Application: Forked a child process to watch 2025.08.11 21:33:33.975771 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23843 2025.08.11 21:33:33.976617 [ 1 ] {} Application: starting up 2025.08.11 21:33:33.976771 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.08.11 21:33:34.125744 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.08.11 21:33:34.166389 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.08.11 21:33:34.166493 [ 1 ] {} Application: Initializing DateLUT. 2025.08.11 21:33:34.166516 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.08.11 21:33:34.166587 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.08.11 21:33:34.167306 [ 1 ] {} Application: Initializing interserver credentials. 2025.08.11 21:33:34.172571 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.08.11 21:33:34.173759 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.11 21:33:34.174850 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.08.11 21:33:34.174911 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.08.11 21:33:34.174954 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.08.11 21:33:34.176065 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.11 21:33:34.177556 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.08.11 21:33:34.184995 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.11 21:33:34.185797 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.11 21:33:34.187456 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.11 21:33:34.187598 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.11 21:33:34.188951 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.08.11 21:33:34.189531 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.11 21:33:34.195822 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.11 21:33:34.196353 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.08.11 21:33:34.202094 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.08.11 21:33:34.202465 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.08.11 21:33:34.202929 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.08.11 21:33:34.203344 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.08.11 21:33:34.205015 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.08.11 21:33:34.205042 [ 1 ] {} Application: Loading metadata from /data/ 2025.08.11 21:33:34.205143 [ 168 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:33:34.205221 [ 168 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:33:34.214014 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.08.11 21:33:34.214039 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000180483 sec 2025.08.11 21:33:34.214100 [ 1 ] {} ReferentialDeps: No tables 2025.08.11 21:33:34.214155 [ 1 ] {} LoadingDeps: No tables 2025.08.11 21:33:34.215036 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.08.11 21:33:34.215828 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.08.11 21:33:34.235140 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.08.11 21:33:34.235197 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.08.11 21:33:34.235296 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.08.11 21:33:34.235313 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.08.11 21:33:34.235362 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.08.11 21:33:34.235455 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.08.11 21:33:34.240705 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.08.11 21:33:34.240784 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.08.11 21:33:34.240851 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.08.11 21:33:34.241130 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.08.11 21:33:34.241200 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.08.11 21:33:34.241220 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.08.11 21:33:34.241323 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.08.11 21:33:34.241344 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.08.11 21:33:34.241412 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.08.11 21:33:34.241518 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.08.11 21:33:34.273998 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.08.11 21:33:34.277749 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.08.11 21:33:34.277794 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.3312e-05 sec 2025.08.11 21:33:34.277812 [ 1 ] {} ReferentialDeps: No tables 2025.08.11 21:33:34.277827 [ 1 ] {} LoadingDeps: No tables 2025.08.11 21:33:34.277866 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.08.11 21:33:34.278097 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.08.11 21:33:34.278150 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.08.11 21:33:34.278164 [ 1 ] {} Application: Loaded metadata. 2025.08.11 21:33:34.278176 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.08.11 21:33:34.278188 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.08.11 21:33:34.311086 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.11 21:33:34.311446 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.82 MiB (RSS), difference: 92.04 MiB 2025.08.11 21:33:34.313265 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.081e-05 sec. 2025.08.11 21:33:34.313781 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.08.11 21:33:34.315519 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.08.11 21:33:34.315550 [ 1 ] {} Application: Ready for connections. 2025.08.11 21:33:34.315681 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42077 2025.08.11 21:33:34.316888 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.316971 [ 3 ] {} TCP-Session: a38db0c3-eac8-4e33-8a59-a0453b29ae05 Authenticating user 'default' from [fd00:1122:3344:101::b]:42077 2025.08.11 21:33:34.317005 [ 3 ] {} TCP-Session: a38db0c3-eac8-4e33-8a59-a0453b29ae05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.317034 [ 3 ] {} TCP-Session: a38db0c3-eac8-4e33-8a59-a0453b29ae05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.317164 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.11 21:33:34.317206 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.11 21:33:34.317285 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.11 21:33:34.319909 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49302 2025.08.11 21:33:34.320077 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.320117 [ 4 ] {} TCP-Session: 36d3b793-d199-43d2-9dc1-c6d840cc917f Authenticating user 'default' from [fd00:1122:3344:101::b]:49302 2025.08.11 21:33:34.320124 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40129 2025.08.11 21:33:34.320142 [ 4 ] {} TCP-Session: 36d3b793-d199-43d2-9dc1-c6d840cc917f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320138 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60260 2025.08.11 21:33:34.320182 [ 4 ] {} TCP-Session: 36d3b793-d199-43d2-9dc1-c6d840cc917f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320321 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.320349 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59864 2025.08.11 21:33:34.320379 [ 254 ] {} TCP-Session: 0d8ec856-0b9b-49da-b67c-007bc19a0c48 Authenticating user 'default' from [fd00:1122:3344:101::b]:40129 2025.08.11 21:33:34.320410 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.320416 [ 254 ] {} TCP-Session: 0d8ec856-0b9b-49da-b67c-007bc19a0c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320474 [ 5 ] {} TCP-Session: 35895a49-dbcd-4647-bfde-00dcccf34d83 Authenticating user 'default' from [fd00:1122:3344:101::b]:60260 2025.08.11 21:33:34.320500 [ 254 ] {} TCP-Session: 0d8ec856-0b9b-49da-b67c-007bc19a0c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320527 [ 5 ] {} TCP-Session: 35895a49-dbcd-4647-bfde-00dcccf34d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320566 [ 5 ] {} TCP-Session: 35895a49-dbcd-4647-bfde-00dcccf34d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320572 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.320580 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32801 2025.08.11 21:33:34.320640 [ 255 ] {} TCP-Session: a8d2c713-4999-458b-9be5-6ecdd66b9039 Authenticating user 'default' from [fd00:1122:3344:101::b]:59864 2025.08.11 21:33:34.320686 [ 255 ] {} TCP-Session: a8d2c713-4999-458b-9be5-6ecdd66b9039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320711 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48413 2025.08.11 21:33:34.320718 [ 255 ] {} TCP-Session: a8d2c713-4999-458b-9be5-6ecdd66b9039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320814 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.320856 [ 256 ] {} TCP-Session: 3d736028-e22c-4ee1-bd61-7d9057d49c3f Authenticating user 'default' from [fd00:1122:3344:101::b]:32801 2025.08.11 21:33:34.320900 [ 256 ] {} TCP-Session: 3d736028-e22c-4ee1-bd61-7d9057d49c3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320919 [ 256 ] {} TCP-Session: 3d736028-e22c-4ee1-bd61-7d9057d49c3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.320923 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52244 2025.08.11 21:33:34.320918 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.321007 [ 257 ] {} TCP-Session: 5686a93e-e312-41a8-a554-bbc39dea0eb6 Authenticating user 'default' from [fd00:1122:3344:101::b]:48413 2025.08.11 21:33:34.321027 [ 257 ] {} TCP-Session: 5686a93e-e312-41a8-a554-bbc39dea0eb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.321054 [ 257 ] {} TCP-Session: 5686a93e-e312-41a8-a554-bbc39dea0eb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.321070 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.321145 [ 258 ] {} TCP-Session: 8ab78ca6-2217-44ac-be0a-e2d37488fad5 Authenticating user 'default' from [fd00:1122:3344:101::b]:52244 2025.08.11 21:33:34.321168 [ 258 ] {} TCP-Session: 8ab78ca6-2217-44ac-be0a-e2d37488fad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.321195 [ 258 ] {} TCP-Session: 8ab78ca6-2217-44ac-be0a-e2d37488fad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.509674 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36933 2025.08.11 21:33:34.511153 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.511278 [ 259 ] {} TCP-Session: 8d35f5fb-8f93-45e3-8b9c-858fda501afe Authenticating user 'default' from [fd00:1122:3344:101::a]:36933 2025.08.11 21:33:34.511308 [ 259 ] {} TCP-Session: 8d35f5fb-8f93-45e3-8b9c-858fda501afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.511324 [ 259 ] {} TCP-Session: 8d35f5fb-8f93-45e3-8b9c-858fda501afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.511543 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.11 21:33:34.511596 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.11 21:33:34.511723 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.11 21:33:34.514122 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42643 2025.08.11 21:33:34.514328 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47427 2025.08.11 21:33:34.514381 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.514335 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34422 2025.08.11 21:33:34.514430 [ 260 ] {} TCP-Session: 97de93f6-bd1a-4064-beae-889eba62dfc4 Authenticating user 'default' from [fd00:1122:3344:101::a]:42643 2025.08.11 21:33:34.514484 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48639 2025.08.11 21:33:34.514412 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49482 2025.08.11 21:33:34.514548 [ 260 ] {} TCP-Session: 97de93f6-bd1a-4064-beae-889eba62dfc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.514578 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.514580 [ 260 ] {} TCP-Session: 97de93f6-bd1a-4064-beae-889eba62dfc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.514759 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45166 2025.08.11 21:33:34.514784 [ 261 ] {} TCP-Session: 7f00f9a2-c2c1-4d9a-9004-8db282b69399 Authenticating user 'default' from [fd00:1122:3344:101::a]:47427 2025.08.11 21:33:34.514883 [ 261 ] {} TCP-Session: 7f00f9a2-c2c1-4d9a-9004-8db282b69399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.514899 [ 261 ] {} TCP-Session: 7f00f9a2-c2c1-4d9a-9004-8db282b69399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.514916 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.515015 [ 264 ] {} TCP-Session: b3fb6cae-4640-4b66-8c58-a603fe1feb30 Authenticating user 'default' from [fd00:1122:3344:101::a]:48639 2025.08.11 21:33:34.515031 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.515010 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63769 2025.08.11 21:33:34.515072 [ 263 ] {} TCP-Session: d5daee5c-4743-4f3a-a6f8-2d65b68d97ac Authenticating user 'default' from [fd00:1122:3344:101::a]:49482 2025.08.11 21:33:34.515099 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.515037 [ 264 ] {} TCP-Session: b3fb6cae-4640-4b66-8c58-a603fe1feb30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.515166 [ 263 ] {} TCP-Session: d5daee5c-4743-4f3a-a6f8-2d65b68d97ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.515204 [ 262 ] {} TCP-Session: fad3819f-c504-405f-a589-aad9b7dbc9ed Authenticating user 'default' from [fd00:1122:3344:101::a]:34422 2025.08.11 21:33:34.515183 [ 264 ] {} TCP-Session: b3fb6cae-4640-4b66-8c58-a603fe1feb30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.515259 [ 263 ] {} TCP-Session: d5daee5c-4743-4f3a-a6f8-2d65b68d97ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.515300 [ 262 ] {} TCP-Session: fad3819f-c504-405f-a589-aad9b7dbc9ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.515360 [ 262 ] {} TCP-Session: fad3819f-c504-405f-a589-aad9b7dbc9ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.515757 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.515859 [ 266 ] {} TCP-Session: d5ac9648-f36f-4412-9e7a-6621df26363f Authenticating user 'default' from [fd00:1122:3344:101::a]:63769 2025.08.11 21:33:34.515877 [ 266 ] {} TCP-Session: d5ac9648-f36f-4412-9e7a-6621df26363f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.515891 [ 266 ] {} TCP-Session: d5ac9648-f36f-4412-9e7a-6621df26363f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.516557 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:34.516619 [ 265 ] {} TCP-Session: 9c9f3c59-0470-4236-8952-9754f2365a01 Authenticating user 'default' from [fd00:1122:3344:101::a]:45166 2025.08.11 21:33:34.516641 [ 265 ] {} TCP-Session: 9c9f3c59-0470-4236-8952-9754f2365a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:34.516728 [ 265 ] {} TCP-Session: 9c9f3c59-0470-4236-8952-9754f2365a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.000180 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.92 MiB, peak 116.92 MiB, free memory in arenas 0.00 B, will set to 119.54 MiB (RSS), difference: 2.62 MiB 2025.08.11 21:33:35.277281 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52527 2025.08.11 21:33:35.278524 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.278642 [ 267 ] {} TCP-Session: 42bd7655-f384-4728-9472-aa1816c6d048 Authenticating user 'default' from [fd00:1122:3344:101::c]:52527 2025.08.11 21:33:35.278672 [ 267 ] {} TCP-Session: 42bd7655-f384-4728-9472-aa1816c6d048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.278685 [ 267 ] {} TCP-Session: 42bd7655-f384-4728-9472-aa1816c6d048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.278853 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.11 21:33:35.278885 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.11 21:33:35.278985 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.11 21:33:35.281609 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45971 2025.08.11 21:33:35.281847 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.281876 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51660 2025.08.11 21:33:35.281883 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53634 2025.08.11 21:33:35.281975 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60287 2025.08.11 21:33:35.281887 [ 268 ] {} TCP-Session: 0d2b2057-2cb8-42df-ade4-ea7d6b871810 Authenticating user 'default' from [fd00:1122:3344:101::c]:45971 2025.08.11 21:33:35.282238 [ 268 ] {} TCP-Session: 0d2b2057-2cb8-42df-ade4-ea7d6b871810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.282196 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59774 2025.08.11 21:33:35.282265 [ 268 ] {} TCP-Session: 0d2b2057-2cb8-42df-ade4-ea7d6b871810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.282376 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.282491 [ 270 ] {} TCP-Session: 76968cc9-8084-4515-97e3-be5ec6e6ebd5 Authenticating user 'default' from [fd00:1122:3344:101::c]:51660 2025.08.11 21:33:35.282527 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47356 2025.08.11 21:33:35.282630 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.282675 [ 270 ] {} TCP-Session: 76968cc9-8084-4515-97e3-be5ec6e6ebd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.282691 [ 269 ] {} TCP-Session: ab951020-f005-4fed-9575-e03144da7539 Authenticating user 'default' from [fd00:1122:3344:101::c]:53634 2025.08.11 21:33:35.282774 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.282705 [ 270 ] {} TCP-Session: 76968cc9-8084-4515-97e3-be5ec6e6ebd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.282873 [ 269 ] {} TCP-Session: ab951020-f005-4fed-9575-e03144da7539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.282997 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.282923 [ 271 ] {} TCP-Session: 5e31096b-e9a8-4041-91ed-796c8043d785 Authenticating user 'default' from [fd00:1122:3344:101::c]:60287 2025.08.11 21:33:35.282838 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57332 2025.08.11 21:33:35.283142 [ 273 ] {} TCP-Session: e201f929-45fb-4767-a98b-6a13a101937e Authenticating user 'default' from [fd00:1122:3344:101::c]:47356 2025.08.11 21:33:35.283116 [ 271 ] {} TCP-Session: 5e31096b-e9a8-4041-91ed-796c8043d785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.283092 [ 269 ] {} TCP-Session: ab951020-f005-4fed-9575-e03144da7539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.283267 [ 271 ] {} TCP-Session: 5e31096b-e9a8-4041-91ed-796c8043d785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.283250 [ 273 ] {} TCP-Session: e201f929-45fb-4767-a98b-6a13a101937e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.283444 [ 273 ] {} TCP-Session: e201f929-45fb-4767-a98b-6a13a101937e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.283489 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.283637 [ 274 ] {} TCP-Session: 93927f13-69d0-453e-9f36-1a7e79d8e493 Authenticating user 'default' from [fd00:1122:3344:101::c]:57332 2025.08.11 21:33:35.283668 [ 274 ] {} TCP-Session: 93927f13-69d0-453e-9f36-1a7e79d8e493 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.283689 [ 274 ] {} TCP-Session: 93927f13-69d0-453e-9f36-1a7e79d8e493 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.284405 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.284476 [ 272 ] {} TCP-Session: a7b37e1c-ef65-4d3b-8f86-aefee0a9578c Authenticating user 'default' from [fd00:1122:3344:101::c]:59774 2025.08.11 21:33:35.284508 [ 272 ] {} TCP-Session: a7b37e1c-ef65-4d3b-8f86-aefee0a9578c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.284629 [ 272 ] {} TCP-Session: a7b37e1c-ef65-4d3b-8f86-aefee0a9578c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.804756 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53582 2025.08.11 21:33:35.804986 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.805154 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Authenticating user 'default' from [fd00:1122:3344:101::d]:53582 2025.08.11 21:33:35.805181 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.805194 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.805378 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.11 21:33:35.805428 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.11 21:33:35.805537 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.11 21:33:35.809067 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50920 2025.08.11 21:33:35.809182 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36765 2025.08.11 21:33:35.809362 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51261 2025.08.11 21:33:35.809475 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.809524 [ 276 ] {} TCP-Session: af314af0-eff9-42a3-87ae-87ba84cffa09 Authenticating user 'default' from [fd00:1122:3344:101::d]:50920 2025.08.11 21:33:35.809548 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47042 2025.08.11 21:33:35.809678 [ 276 ] {} TCP-Session: af314af0-eff9-42a3-87ae-87ba84cffa09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.809702 [ 276 ] {} TCP-Session: af314af0-eff9-42a3-87ae-87ba84cffa09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.810410 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.810444 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51890 2025.08.11 21:33:35.810521 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36765 2025.08.11 21:33:35.810558 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.810589 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.810649 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.810677 [ 278 ] {} TCP-Session: 8998f495-7cf6-4dc1-8a68-90b85595dfd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51261 2025.08.11 21:33:35.810842 [ 278 ] {} TCP-Session: 8998f495-7cf6-4dc1-8a68-90b85595dfd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.810860 [ 278 ] {} TCP-Session: 8998f495-7cf6-4dc1-8a68-90b85595dfd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.812026 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48354 2025.08.11 21:33:35.814674 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.814803 [ 279 ] {} TCP-Session: 4a4650c4-58c1-4e83-acce-e8fcc07f59d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47042 2025.08.11 21:33:35.814810 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33992 2025.08.11 21:33:35.814842 [ 279 ] {} TCP-Session: 4a4650c4-58c1-4e83-acce-e8fcc07f59d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.814965 [ 279 ] {} TCP-Session: 4a4650c4-58c1-4e83-acce-e8fcc07f59d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.817544 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41892 2025.08.11 21:33:35.817560 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.817654 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.817679 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.817713 [ 280 ] {} TCP-Session: f84e9045-ac27-4f67-bba4-392c7fb2e042 Authenticating user 'default' from [fd00:1122:3344:101::d]:51890 2025.08.11 21:33:35.817723 [ 281 ] {} TCP-Session: 761d573c-6836-433b-9577-8dd37936b694 Authenticating user 'default' from [fd00:1122:3344:101::d]:48354 2025.08.11 21:33:35.817781 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.11 21:33:35.817765 [ 280 ] {} TCP-Session: f84e9045-ac27-4f67-bba4-392c7fb2e042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.817745 [ 282 ] {} TCP-Session: 2b952f11-d47d-43a0-a7c4-528cee4e7185 Authenticating user 'default' from [fd00:1122:3344:101::d]:33992 2025.08.11 21:33:35.817946 [ 283 ] {} TCP-Session: 2ffc5e03-6118-41a1-ae9f-93ae13fdbe9d Authenticating user 'default' from [fd00:1122:3344:101::d]:41892 2025.08.11 21:33:35.817914 [ 280 ] {} TCP-Session: f84e9045-ac27-4f67-bba4-392c7fb2e042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.817905 [ 281 ] {} TCP-Session: 761d573c-6836-433b-9577-8dd37936b694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.818084 [ 283 ] {} TCP-Session: 2ffc5e03-6118-41a1-ae9f-93ae13fdbe9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.818058 [ 282 ] {} TCP-Session: 2b952f11-d47d-43a0-a7c4-528cee4e7185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.818181 [ 281 ] {} TCP-Session: 761d573c-6836-433b-9577-8dd37936b694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.818217 [ 282 ] {} TCP-Session: 2b952f11-d47d-43a0-a7c4-528cee4e7185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.818199 [ 283 ] {} TCP-Session: 2ffc5e03-6118-41a1-ae9f-93ae13fdbe9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:33:35.817671 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:35.821953 [ 275 ] {ad5d44cd-382d-488b-bb2b-86412f3d79bd} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.11 21:33:35.969385 [ 275 ] {ad5d44cd-382d-488b-bb2b-86412f3d79bd} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53582) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.11 21:33:35.970938 [ 275 ] {ad5d44cd-382d-488b-bb2b-86412f3d79bd} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.11 21:33:35.971294 [ 275 ] {ad5d44cd-382d-488b-bb2b-86412f3d79bd} TCPHandler: Processed in 0.162027995 sec. 2025.08.11 21:33:35.971837 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:35.972137 [ 277 ] {cb7f63ea-496c-456f-a25a-7198e05cf7f2} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.11 21:33:35.972755 [ 277 ] {cb7f63ea-496c-456f-a25a-7198e05cf7f2} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36765) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.11 21:33:35.973221 [ 277 ] {cb7f63ea-496c-456f-a25a-7198e05cf7f2} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.11 21:33:35.973520 [ 277 ] {cb7f63ea-496c-456f-a25a-7198e05cf7f2} TCPHandler: Processed in 0.001927212 sec. 2025.08.11 21:33:35.976750 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:35.977996 [ 275 ] {095a45d9-043f-4abe-b5af-4351e533987b} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.08.11 21:33:35.978906 [ 275 ] {095a45d9-043f-4abe-b5af-4351e533987b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.08.11 21:33:35.981209 [ 275 ] {095a45d9-043f-4abe-b5af-4351e533987b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.08.11 21:33:35.981371 [ 275 ] {095a45d9-043f-4abe-b5af-4351e533987b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000210934 sec 2025.08.11 21:33:35.981401 [ 275 ] {095a45d9-043f-4abe-b5af-4351e533987b} ReferentialDeps: No tables 2025.08.11 21:33:35.981417 [ 275 ] {095a45d9-043f-4abe-b5af-4351e533987b} LoadingDeps: No tables 2025.08.11 21:33:35.981495 [ 275 ] {095a45d9-043f-4abe-b5af-4351e533987b} DatabaseAtomic (oximeter): Starting up tables. 2025.08.11 21:33:35.982399 [ 275 ] {095a45d9-043f-4abe-b5af-4351e533987b} TCPHandler: Processed in 0.005816798 sec. 2025.08.11 21:33:35.982584 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:35.982784 [ 275 ] {198e8b9a-80de-4ed4-8b7a-058267017560} executeQuery: (from [fd00:1122:3344:101::d]:53582) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.08.11 21:33:35.982959 [ 275 ] {198e8b9a-80de-4ed4-8b7a-058267017560} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.08.11 21:33:35.992066 [ 275 ] {198e8b9a-80de-4ed4-8b7a-058267017560} StoragePolicy (default): Storage policy default created, total volumes 1 2025.08.11 21:33:35.994018 [ 275 ] {198e8b9a-80de-4ed4-8b7a-058267017560} oximeter.version (aa301b05-639f-43c9-86f1-8a3ef1d71419): Loading data parts 2025.08.11 21:33:35.995549 [ 275 ] {198e8b9a-80de-4ed4-8b7a-058267017560} oximeter.version (aa301b05-639f-43c9-86f1-8a3ef1d71419): There are no data parts 2025.08.11 21:33:35.999160 [ 275 ] {198e8b9a-80de-4ed4-8b7a-058267017560} TCPHandler: Processed in 0.016639239 sec. 2025.08.11 21:33:35.999568 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:35.999819 [ 275 ] {964de86d-a502-45d9-be7b-93136e1ec9fe} executeQuery: (from [fd00:1122:3344:101::d]:53582) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:35.999996 [ 275 ] {964de86d-a502-45d9-be7b-93136e1ec9fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.08.11 21:33:36.000190 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 123.81 MiB, peak 123.81 MiB, free memory in arenas 0.00 B, will set to 131.66 MiB (RSS), difference: 7.86 MiB 2025.08.11 21:33:36.019259 [ 275 ] {964de86d-a502-45d9-be7b-93136e1ec9fe} oximeter.measurements_bool (55777c18-7f87-4394-9ffd-81c76c98a883): Loading data parts 2025.08.11 21:33:36.019565 [ 275 ] {964de86d-a502-45d9-be7b-93136e1ec9fe} oximeter.measurements_bool (55777c18-7f87-4394-9ffd-81c76c98a883): There are no data parts 2025.08.11 21:33:36.020941 [ 275 ] {964de86d-a502-45d9-be7b-93136e1ec9fe} TCPHandler: Processed in 0.02147724 sec. 2025.08.11 21:33:36.021345 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.021583 [ 275 ] {964cf422-78bf-4720-af57-e64cfcb7d13c} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.021751 [ 275 ] {964cf422-78bf-4720-af57-e64cfcb7d13c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.08.11 21:33:36.023855 [ 275 ] {964cf422-78bf-4720-af57-e64cfcb7d13c} oximeter.measurements_i8 (f5894905-54eb-4f9f-8dcc-0aa5722d53cd): Loading data parts 2025.08.11 21:33:36.024024 [ 275 ] {964cf422-78bf-4720-af57-e64cfcb7d13c} oximeter.measurements_i8 (f5894905-54eb-4f9f-8dcc-0aa5722d53cd): There are no data parts 2025.08.11 21:33:36.025588 [ 275 ] {964cf422-78bf-4720-af57-e64cfcb7d13c} TCPHandler: Processed in 0.004340223 sec. 2025.08.11 21:33:36.025773 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.026033 [ 275 ] {eadecec3-fec2-4a5c-82d2-d732931e79db} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.026343 [ 275 ] {eadecec3-fec2-4a5c-82d2-d732931e79db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.08.11 21:33:36.028692 [ 275 ] {eadecec3-fec2-4a5c-82d2-d732931e79db} oximeter.measurements_u8 (ab7772df-e843-461f-9cc3-d3be787eb1cb): Loading data parts 2025.08.11 21:33:36.028875 [ 275 ] {eadecec3-fec2-4a5c-82d2-d732931e79db} oximeter.measurements_u8 (ab7772df-e843-461f-9cc3-d3be787eb1cb): There are no data parts 2025.08.11 21:33:36.030568 [ 275 ] {eadecec3-fec2-4a5c-82d2-d732931e79db} TCPHandler: Processed in 0.004857812 sec. 2025.08.11 21:33:36.030898 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.031163 [ 275 ] {90728410-621b-471e-8486-37f36bd077b9} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.031321 [ 275 ] {90728410-621b-471e-8486-37f36bd077b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.08.11 21:33:36.033464 [ 275 ] {90728410-621b-471e-8486-37f36bd077b9} oximeter.measurements_i16 (eb5508bf-789f-44ad-842f-97fad1422584): Loading data parts 2025.08.11 21:33:36.033707 [ 275 ] {90728410-621b-471e-8486-37f36bd077b9} oximeter.measurements_i16 (eb5508bf-789f-44ad-842f-97fad1422584): There are no data parts 2025.08.11 21:33:36.035527 [ 275 ] {90728410-621b-471e-8486-37f36bd077b9} TCPHandler: Processed in 0.004689039 sec. 2025.08.11 21:33:36.035723 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.035926 [ 275 ] {3d3a3a2b-9b96-4160-9178-1dcfc3b47ea8} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.036119 [ 275 ] {3d3a3a2b-9b96-4160-9178-1dcfc3b47ea8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.08.11 21:33:36.038309 [ 275 ] {3d3a3a2b-9b96-4160-9178-1dcfc3b47ea8} oximeter.measurements_u16 (b2427a7d-f094-4bb3-bed6-fb46b161e7a7): Loading data parts 2025.08.11 21:33:36.038494 [ 275 ] {3d3a3a2b-9b96-4160-9178-1dcfc3b47ea8} oximeter.measurements_u16 (b2427a7d-f094-4bb3-bed6-fb46b161e7a7): There are no data parts 2025.08.11 21:33:36.040360 [ 275 ] {3d3a3a2b-9b96-4160-9178-1dcfc3b47ea8} TCPHandler: Processed in 0.004697019 sec. 2025.08.11 21:33:36.040551 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.040940 [ 275 ] {2f531b85-db87-4dba-a1ad-cdd5363df9b7} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.041088 [ 275 ] {2f531b85-db87-4dba-a1ad-cdd5363df9b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.08.11 21:33:36.043133 [ 275 ] {2f531b85-db87-4dba-a1ad-cdd5363df9b7} oximeter.measurements_i32 (2ca4a29b-7ee5-4c9a-b686-db8861ff07f1): Loading data parts 2025.08.11 21:33:36.043298 [ 275 ] {2f531b85-db87-4dba-a1ad-cdd5363df9b7} oximeter.measurements_i32 (2ca4a29b-7ee5-4c9a-b686-db8861ff07f1): There are no data parts 2025.08.11 21:33:36.044886 [ 275 ] {2f531b85-db87-4dba-a1ad-cdd5363df9b7} TCPHandler: Processed in 0.004400794 sec. 2025.08.11 21:33:36.045091 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.045282 [ 275 ] {6952dead-fe29-4f1b-983a-216dede855fd} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.045539 [ 275 ] {6952dead-fe29-4f1b-983a-216dede855fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.08.11 21:33:36.047943 [ 275 ] {6952dead-fe29-4f1b-983a-216dede855fd} oximeter.measurements_u32 (4cc63da7-80e2-4a4b-8546-9f844b64ea00): Loading data parts 2025.08.11 21:33:36.048143 [ 275 ] {6952dead-fe29-4f1b-983a-216dede855fd} oximeter.measurements_u32 (4cc63da7-80e2-4a4b-8546-9f844b64ea00): There are no data parts 2025.08.11 21:33:36.049982 [ 275 ] {6952dead-fe29-4f1b-983a-216dede855fd} TCPHandler: Processed in 0.004956613 sec. 2025.08.11 21:33:36.050192 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.050521 [ 275 ] {08bc003e-cc14-4d94-9220-3e574311680a} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.050699 [ 275 ] {08bc003e-cc14-4d94-9220-3e574311680a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.08.11 21:33:36.053094 [ 275 ] {08bc003e-cc14-4d94-9220-3e574311680a} oximeter.measurements_i64 (4b8bdd4d-cf19-4b7b-8bcf-48be67fc5f5a): Loading data parts 2025.08.11 21:33:36.053272 [ 275 ] {08bc003e-cc14-4d94-9220-3e574311680a} oximeter.measurements_i64 (4b8bdd4d-cf19-4b7b-8bcf-48be67fc5f5a): There are no data parts 2025.08.11 21:33:36.055006 [ 275 ] {08bc003e-cc14-4d94-9220-3e574311680a} TCPHandler: Processed in 0.004884562 sec. 2025.08.11 21:33:36.055187 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.055385 [ 275 ] {fdad1375-0d11-4651-9a3b-3addf48ea781} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.055618 [ 275 ] {fdad1375-0d11-4651-9a3b-3addf48ea781} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.08.11 21:33:36.057710 [ 275 ] {fdad1375-0d11-4651-9a3b-3addf48ea781} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Loading data parts 2025.08.11 21:33:36.057950 [ 275 ] {fdad1375-0d11-4651-9a3b-3addf48ea781} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): There are no data parts 2025.08.11 21:33:36.059272 [ 275 ] {fdad1375-0d11-4651-9a3b-3addf48ea781} TCPHandler: Processed in 0.00414826 sec. 2025.08.11 21:33:36.059446 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.059838 [ 275 ] {a2cc6b9f-31f4-4159-bb05-38536b2ff5e9} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.060002 [ 275 ] {a2cc6b9f-31f4-4159-bb05-38536b2ff5e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.08.11 21:33:36.062127 [ 275 ] {a2cc6b9f-31f4-4159-bb05-38536b2ff5e9} oximeter.measurements_f32 (a0ded531-d5a3-452b-850a-1871623ff794): Loading data parts 2025.08.11 21:33:36.062458 [ 275 ] {a2cc6b9f-31f4-4159-bb05-38536b2ff5e9} oximeter.measurements_f32 (a0ded531-d5a3-452b-850a-1871623ff794): There are no data parts 2025.08.11 21:33:36.064122 [ 275 ] {a2cc6b9f-31f4-4159-bb05-38536b2ff5e9} TCPHandler: Processed in 0.004739379 sec. 2025.08.11 21:33:36.064322 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.064522 [ 275 ] {98086636-2bd4-4150-8ca2-e022668ea03f} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.064673 [ 275 ] {98086636-2bd4-4150-8ca2-e022668ea03f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.08.11 21:33:36.066769 [ 275 ] {98086636-2bd4-4150-8ca2-e022668ea03f} oximeter.measurements_f64 (df457bb6-0f26-4199-8e30-822e4f6b0c98): Loading data parts 2025.08.11 21:33:36.067048 [ 275 ] {98086636-2bd4-4150-8ca2-e022668ea03f} oximeter.measurements_f64 (df457bb6-0f26-4199-8e30-822e4f6b0c98): There are no data parts 2025.08.11 21:33:36.068431 [ 275 ] {98086636-2bd4-4150-8ca2-e022668ea03f} TCPHandler: Processed in 0.004177021 sec. 2025.08.11 21:33:36.068607 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.068916 [ 275 ] {2b899eec-06aa-4036-8543-18c5e81a5631} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.069080 [ 275 ] {2b899eec-06aa-4036-8543-18c5e81a5631} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.08.11 21:33:36.071102 [ 275 ] {2b899eec-06aa-4036-8543-18c5e81a5631} oximeter.measurements_string (0daf3ca7-e43a-4508-8e36-1edb8eebe4f2): Loading data parts 2025.08.11 21:33:36.071302 [ 275 ] {2b899eec-06aa-4036-8543-18c5e81a5631} oximeter.measurements_string (0daf3ca7-e43a-4508-8e36-1edb8eebe4f2): There are no data parts 2025.08.11 21:33:36.072921 [ 275 ] {2b899eec-06aa-4036-8543-18c5e81a5631} TCPHandler: Processed in 0.004372484 sec. 2025.08.11 21:33:36.073103 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.073288 [ 275 ] {8d4032e5-0b63-4fcb-b8fb-82e91b90da76} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.073454 [ 275 ] {8d4032e5-0b63-4fcb-b8fb-82e91b90da76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.08.11 21:33:36.075398 [ 275 ] {8d4032e5-0b63-4fcb-b8fb-82e91b90da76} oximeter.measurements_bytes (097320ac-545c-4792-9643-c3fcb2cb08ef): Loading data parts 2025.08.11 21:33:36.075635 [ 275 ] {8d4032e5-0b63-4fcb-b8fb-82e91b90da76} oximeter.measurements_bytes (097320ac-545c-4792-9643-c3fcb2cb08ef): There are no data parts 2025.08.11 21:33:36.077098 [ 275 ] {8d4032e5-0b63-4fcb-b8fb-82e91b90da76} TCPHandler: Processed in 0.004052158 sec. 2025.08.11 21:33:36.077277 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.077466 [ 275 ] {7a1ad057-0ead-4090-87e0-b8c4ad85a5f2} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.077632 [ 275 ] {7a1ad057-0ead-4090-87e0-b8c4ad85a5f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.08.11 21:33:36.082998 [ 275 ] {7a1ad057-0ead-4090-87e0-b8c4ad85a5f2} oximeter.measurements_cumulativei64 (b2c7d530-288a-43f1-96cd-b3634f159523): Loading data parts 2025.08.11 21:33:36.083156 [ 275 ] {7a1ad057-0ead-4090-87e0-b8c4ad85a5f2} oximeter.measurements_cumulativei64 (b2c7d530-288a-43f1-96cd-b3634f159523): There are no data parts 2025.08.11 21:33:36.085650 [ 275 ] {7a1ad057-0ead-4090-87e0-b8c4ad85a5f2} TCPHandler: Processed in 0.008430651 sec. 2025.08.11 21:33:36.085995 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.086180 [ 275 ] {aa9b1116-e4e8-4acb-a24d-3a8e13326e10} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.086334 [ 275 ] {aa9b1116-e4e8-4acb-a24d-3a8e13326e10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.08.11 21:33:36.089328 [ 275 ] {aa9b1116-e4e8-4acb-a24d-3a8e13326e10} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Loading data parts 2025.08.11 21:33:36.089579 [ 275 ] {aa9b1116-e4e8-4acb-a24d-3a8e13326e10} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): There are no data parts 2025.08.11 21:33:36.091150 [ 275 ] {aa9b1116-e4e8-4acb-a24d-3a8e13326e10} TCPHandler: Processed in 0.005213627 sec. 2025.08.11 21:33:36.091319 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.091602 [ 275 ] {c76b22cc-0cc0-4891-9d85-c187c63cb7c1} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.091757 [ 275 ] {c76b22cc-0cc0-4891-9d85-c187c63cb7c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.08.11 21:33:36.095273 [ 275 ] {c76b22cc-0cc0-4891-9d85-c187c63cb7c1} oximeter.measurements_cumulativef32 (3901c0e8-be71-456b-9f15-a28e6f683e50): Loading data parts 2025.08.11 21:33:36.095464 [ 275 ] {c76b22cc-0cc0-4891-9d85-c187c63cb7c1} oximeter.measurements_cumulativef32 (3901c0e8-be71-456b-9f15-a28e6f683e50): There are no data parts 2025.08.11 21:33:36.098474 [ 275 ] {c76b22cc-0cc0-4891-9d85-c187c63cb7c1} TCPHandler: Processed in 0.007207711 sec. 2025.08.11 21:33:36.098635 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.098821 [ 275 ] {ce19b148-7156-4563-ab90-7696b57d7521} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.099046 [ 275 ] {ce19b148-7156-4563-ab90-7696b57d7521} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.08.11 21:33:36.104432 [ 275 ] {ce19b148-7156-4563-ab90-7696b57d7521} oximeter.measurements_cumulativef64 (a5894a5d-5699-4af7-9e76-2e6ec618952b): Loading data parts 2025.08.11 21:33:36.104631 [ 275 ] {ce19b148-7156-4563-ab90-7696b57d7521} oximeter.measurements_cumulativef64 (a5894a5d-5699-4af7-9e76-2e6ec618952b): There are no data parts 2025.08.11 21:33:36.106901 [ 275 ] {ce19b148-7156-4563-ab90-7696b57d7521} TCPHandler: Processed in 0.008323299 sec. 2025.08.11 21:33:36.107180 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.107439 [ 275 ] {1b6ef5f4-ecf1-4ab7-a50e-2fea230bd311} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.107617 [ 275 ] {1b6ef5f4-ecf1-4ab7-a50e-2fea230bd311} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.08.11 21:33:36.110641 [ 275 ] {1b6ef5f4-ecf1-4ab7-a50e-2fea230bd311} oximeter.measurements_histogrami8 (5000e2a9-a6d1-4f23-931d-96bc43bb55be): Loading data parts 2025.08.11 21:33:36.110821 [ 275 ] {1b6ef5f4-ecf1-4ab7-a50e-2fea230bd311} oximeter.measurements_histogrami8 (5000e2a9-a6d1-4f23-931d-96bc43bb55be): There are no data parts 2025.08.11 21:33:36.113583 [ 275 ] {1b6ef5f4-ecf1-4ab7-a50e-2fea230bd311} TCPHandler: Processed in 0.006461718 sec. 2025.08.11 21:33:36.113750 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.113998 [ 275 ] {4feb11cd-e977-4d08-9724-d51c2761d46f} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.114156 [ 275 ] {4feb11cd-e977-4d08-9724-d51c2761d46f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.08.11 21:33:36.117057 [ 275 ] {4feb11cd-e977-4d08-9724-d51c2761d46f} oximeter.measurements_histogramu8 (8ad3cc2f-06e1-4a76-b3d5-3865c3db8d04): Loading data parts 2025.08.11 21:33:36.117245 [ 275 ] {4feb11cd-e977-4d08-9724-d51c2761d46f} oximeter.measurements_histogramu8 (8ad3cc2f-06e1-4a76-b3d5-3865c3db8d04): There are no data parts 2025.08.11 21:33:36.119606 [ 275 ] {4feb11cd-e977-4d08-9724-d51c2761d46f} TCPHandler: Processed in 0.005915359 sec. 2025.08.11 21:33:36.119806 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.120102 [ 275 ] {10c0ffc1-846d-4165-90ac-e372b6ce71e4} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.120249 [ 275 ] {10c0ffc1-846d-4165-90ac-e372b6ce71e4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.08.11 21:33:36.123928 [ 275 ] {10c0ffc1-846d-4165-90ac-e372b6ce71e4} oximeter.measurements_histogrami16 (e8fd8d05-004f-42e6-bc07-f0b452e7c129): Loading data parts 2025.08.11 21:33:36.124170 [ 275 ] {10c0ffc1-846d-4165-90ac-e372b6ce71e4} oximeter.measurements_histogrami16 (e8fd8d05-004f-42e6-bc07-f0b452e7c129): There are no data parts 2025.08.11 21:33:36.126531 [ 275 ] {10c0ffc1-846d-4165-90ac-e372b6ce71e4} TCPHandler: Processed in 0.006783044 sec. 2025.08.11 21:33:36.126708 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.126951 [ 275 ] {0e6f0dff-32f7-4b30-9709-c6a06e0a9637} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.127137 [ 275 ] {0e6f0dff-32f7-4b30-9709-c6a06e0a9637} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.08.11 21:33:36.130646 [ 275 ] {0e6f0dff-32f7-4b30-9709-c6a06e0a9637} oximeter.measurements_histogramu16 (258a8aa3-843c-434f-b0ce-568163626a87): Loading data parts 2025.08.11 21:33:36.130805 [ 275 ] {0e6f0dff-32f7-4b30-9709-c6a06e0a9637} oximeter.measurements_histogramu16 (258a8aa3-843c-434f-b0ce-568163626a87): There are no data parts 2025.08.11 21:33:36.132330 [ 275 ] {0e6f0dff-32f7-4b30-9709-c6a06e0a9637} TCPHandler: Processed in 0.005677765 sec. 2025.08.11 21:33:36.132573 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.132880 [ 275 ] {7249f3f6-9130-4776-adae-f27aac387e19} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.133039 [ 275 ] {7249f3f6-9130-4776-adae-f27aac387e19} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.08.11 21:33:36.135672 [ 275 ] {7249f3f6-9130-4776-adae-f27aac387e19} oximeter.measurements_histogrami32 (2d51a6c4-027c-4ce7-8451-d40c2bfc905d): Loading data parts 2025.08.11 21:33:36.135807 [ 275 ] {7249f3f6-9130-4776-adae-f27aac387e19} oximeter.measurements_histogrami32 (2d51a6c4-027c-4ce7-8451-d40c2bfc905d): There are no data parts 2025.08.11 21:33:36.137302 [ 275 ] {7249f3f6-9130-4776-adae-f27aac387e19} TCPHandler: Processed in 0.00478617 sec. 2025.08.11 21:33:36.137463 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.137706 [ 275 ] {c19b092d-911c-4eef-988c-1e35569082ab} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.137865 [ 275 ] {c19b092d-911c-4eef-988c-1e35569082ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.08.11 21:33:36.140276 [ 275 ] {c19b092d-911c-4eef-988c-1e35569082ab} oximeter.measurements_histogramu32 (4c958e29-1539-4341-8d65-3c11cdf05d0a): Loading data parts 2025.08.11 21:33:36.140442 [ 275 ] {c19b092d-911c-4eef-988c-1e35569082ab} oximeter.measurements_histogramu32 (4c958e29-1539-4341-8d65-3c11cdf05d0a): There are no data parts 2025.08.11 21:33:36.142302 [ 275 ] {c19b092d-911c-4eef-988c-1e35569082ab} TCPHandler: Processed in 0.004891382 sec. 2025.08.11 21:33:36.142478 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.142822 [ 275 ] {d6ae5c48-5c0f-4fb4-b167-a342e7cc8c91} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.142979 [ 275 ] {d6ae5c48-5c0f-4fb4-b167-a342e7cc8c91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.08.11 21:33:36.145708 [ 275 ] {d6ae5c48-5c0f-4fb4-b167-a342e7cc8c91} oximeter.measurements_histogrami64 (270b2c6f-c77c-4fa5-8b4e-f89ee60cb79f): Loading data parts 2025.08.11 21:33:36.145922 [ 275 ] {d6ae5c48-5c0f-4fb4-b167-a342e7cc8c91} oximeter.measurements_histogrami64 (270b2c6f-c77c-4fa5-8b4e-f89ee60cb79f): There are no data parts 2025.08.11 21:33:36.147691 [ 275 ] {d6ae5c48-5c0f-4fb4-b167-a342e7cc8c91} TCPHandler: Processed in 0.005271949 sec. 2025.08.11 21:33:36.147854 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.148095 [ 275 ] {1e4203a4-498f-4e9d-af82-33c488dbb1c6} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.148263 [ 275 ] {1e4203a4-498f-4e9d-af82-33c488dbb1c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.08.11 21:33:36.150510 [ 275 ] {1e4203a4-498f-4e9d-af82-33c488dbb1c6} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Loading data parts 2025.08.11 21:33:36.150778 [ 275 ] {1e4203a4-498f-4e9d-af82-33c488dbb1c6} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): There are no data parts 2025.08.11 21:33:36.152335 [ 275 ] {1e4203a4-498f-4e9d-af82-33c488dbb1c6} TCPHandler: Processed in 0.004537236 sec. 2025.08.11 21:33:36.152493 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.152850 [ 275 ] {e7c4d8bd-f59b-4868-8b87-c613539d3ca8} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.153025 [ 275 ] {e7c4d8bd-f59b-4868-8b87-c613539d3ca8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.08.11 21:33:36.155271 [ 275 ] {e7c4d8bd-f59b-4868-8b87-c613539d3ca8} oximeter.measurements_histogramf32 (8618b7d4-89fd-422b-8323-dc35275c14ac): Loading data parts 2025.08.11 21:33:36.155444 [ 275 ] {e7c4d8bd-f59b-4868-8b87-c613539d3ca8} oximeter.measurements_histogramf32 (8618b7d4-89fd-422b-8323-dc35275c14ac): There are no data parts 2025.08.11 21:33:36.157105 [ 275 ] {e7c4d8bd-f59b-4868-8b87-c613539d3ca8} TCPHandler: Processed in 0.004665078 sec. 2025.08.11 21:33:36.157274 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.157521 [ 275 ] {40161ba2-5aab-47e7-955b-8ef9ebc11b02} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.157673 [ 275 ] {40161ba2-5aab-47e7-955b-8ef9ebc11b02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.08.11 21:33:36.159831 [ 275 ] {40161ba2-5aab-47e7-955b-8ef9ebc11b02} oximeter.measurements_histogramf64 (6614757e-b6b5-49b6-b752-9fc520c2977b): Loading data parts 2025.08.11 21:33:36.159998 [ 275 ] {40161ba2-5aab-47e7-955b-8ef9ebc11b02} oximeter.measurements_histogramf64 (6614757e-b6b5-49b6-b752-9fc520c2977b): There are no data parts 2025.08.11 21:33:36.161522 [ 275 ] {40161ba2-5aab-47e7-955b-8ef9ebc11b02} TCPHandler: Processed in 0.004305962 sec. 2025.08.11 21:33:36.161705 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.162068 [ 275 ] {50083bb4-1e7c-4fdb-83a7-37ba93722ec5} executeQuery: (from [fd00:1122:3344:101::d]:53582) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.162245 [ 275 ] {50083bb4-1e7c-4fdb-83a7-37ba93722ec5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.08.11 21:33:36.165969 [ 275 ] {50083bb4-1e7c-4fdb-83a7-37ba93722ec5} oximeter.fields_bool (65b66cb2-2208-47f8-ad37-9132b48273d0): Loading data parts 2025.08.11 21:33:36.166176 [ 275 ] {50083bb4-1e7c-4fdb-83a7-37ba93722ec5} oximeter.fields_bool (65b66cb2-2208-47f8-ad37-9132b48273d0): There are no data parts 2025.08.11 21:33:36.169421 [ 275 ] {50083bb4-1e7c-4fdb-83a7-37ba93722ec5} TCPHandler: Processed in 0.007785111 sec. 2025.08.11 21:33:36.169590 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.169770 [ 275 ] {4b53739e-8e46-4b09-8b2e-9c61733fbc52} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.169919 [ 275 ] {4b53739e-8e46-4b09-8b2e-9c61733fbc52} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.08.11 21:33:36.173422 [ 275 ] {4b53739e-8e46-4b09-8b2e-9c61733fbc52} oximeter.fields_i8 (e9f56d9b-f775-4664-acbb-7b3a7950ddbc): Loading data parts 2025.08.11 21:33:36.173753 [ 275 ] {4b53739e-8e46-4b09-8b2e-9c61733fbc52} oximeter.fields_i8 (e9f56d9b-f775-4664-acbb-7b3a7950ddbc): There are no data parts 2025.08.11 21:33:36.175674 [ 275 ] {4b53739e-8e46-4b09-8b2e-9c61733fbc52} TCPHandler: Processed in 0.006141033 sec. 2025.08.11 21:33:36.175835 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.176154 [ 275 ] {0ca713fb-7748-4a2b-94ad-6233ccc18693} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.176304 [ 275 ] {0ca713fb-7748-4a2b-94ad-6233ccc18693} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.08.11 21:33:36.180049 [ 275 ] {0ca713fb-7748-4a2b-94ad-6233ccc18693} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Loading data parts 2025.08.11 21:33:36.180212 [ 275 ] {0ca713fb-7748-4a2b-94ad-6233ccc18693} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): There are no data parts 2025.08.11 21:33:36.182898 [ 275 ] {0ca713fb-7748-4a2b-94ad-6233ccc18693} TCPHandler: Processed in 0.007119329 sec. 2025.08.11 21:33:36.183062 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.183245 [ 275 ] {08b95f01-f768-47ed-ae23-5d2e4ac03104} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.183393 [ 275 ] {08b95f01-f768-47ed-ae23-5d2e4ac03104} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.08.11 21:33:36.185472 [ 275 ] {08b95f01-f768-47ed-ae23-5d2e4ac03104} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Loading data parts 2025.08.11 21:33:36.185678 [ 275 ] {08b95f01-f768-47ed-ae23-5d2e4ac03104} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): There are no data parts 2025.08.11 21:33:36.187781 [ 275 ] {08b95f01-f768-47ed-ae23-5d2e4ac03104} TCPHandler: Processed in 0.00477498 sec. 2025.08.11 21:33:36.187955 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.188241 [ 275 ] {0dd9cb88-452e-49ee-98bd-549efe01f992} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.188384 [ 275 ] {0dd9cb88-452e-49ee-98bd-549efe01f992} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.08.11 21:33:36.191152 [ 275 ] {0dd9cb88-452e-49ee-98bd-549efe01f992} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Loading data parts 2025.08.11 21:33:36.191316 [ 275 ] {0dd9cb88-452e-49ee-98bd-549efe01f992} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): There are no data parts 2025.08.11 21:33:36.192833 [ 275 ] {0dd9cb88-452e-49ee-98bd-549efe01f992} TCPHandler: Processed in 0.004938023 sec. 2025.08.11 21:33:36.192998 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.193177 [ 275 ] {850fc63a-c61e-44d3-9c32-60082590bfc3} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.193327 [ 275 ] {850fc63a-c61e-44d3-9c32-60082590bfc3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.08.11 21:33:36.196119 [ 275 ] {850fc63a-c61e-44d3-9c32-60082590bfc3} oximeter.fields_i32 (a07c014d-d458-436e-b683-7eab6e4f8b3b): Loading data parts 2025.08.11 21:33:36.196301 [ 275 ] {850fc63a-c61e-44d3-9c32-60082590bfc3} oximeter.fields_i32 (a07c014d-d458-436e-b683-7eab6e4f8b3b): There are no data parts 2025.08.11 21:33:36.198772 [ 275 ] {850fc63a-c61e-44d3-9c32-60082590bfc3} TCPHandler: Processed in 0.005830497 sec. 2025.08.11 21:33:36.198931 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.199216 [ 275 ] {40355258-30a9-448a-bd25-af807c30bd57} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.199355 [ 275 ] {40355258-30a9-448a-bd25-af807c30bd57} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.08.11 21:33:36.201183 [ 275 ] {40355258-30a9-448a-bd25-af807c30bd57} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Loading data parts 2025.08.11 21:33:36.201325 [ 275 ] {40355258-30a9-448a-bd25-af807c30bd57} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): There are no data parts 2025.08.11 21:33:36.206602 [ 275 ] {40355258-30a9-448a-bd25-af807c30bd57} TCPHandler: Processed in 0.00772523 sec. 2025.08.11 21:33:36.206764 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.206937 [ 275 ] {53ecd08d-6b41-4156-9525-4e18b6349398} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.207083 [ 275 ] {53ecd08d-6b41-4156-9525-4e18b6349398} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.08.11 21:33:36.211308 [ 275 ] {53ecd08d-6b41-4156-9525-4e18b6349398} oximeter.fields_i64 (bb1f5c8f-5e35-4e07-a9cd-6dc94e82e1fe): Loading data parts 2025.08.11 21:33:36.211448 [ 275 ] {53ecd08d-6b41-4156-9525-4e18b6349398} oximeter.fields_i64 (bb1f5c8f-5e35-4e07-a9cd-6dc94e82e1fe): There are no data parts 2025.08.11 21:33:36.212978 [ 275 ] {53ecd08d-6b41-4156-9525-4e18b6349398} TCPHandler: Processed in 0.006271686 sec. 2025.08.11 21:33:36.213182 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.213405 [ 275 ] {83f8f6d4-b12a-4ba7-85b5-3e3786141d95} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.213603 [ 275 ] {83f8f6d4-b12a-4ba7-85b5-3e3786141d95} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.08.11 21:33:36.217153 [ 275 ] {83f8f6d4-b12a-4ba7-85b5-3e3786141d95} oximeter.fields_u64 (d2cf35de-1295-4db6-b3c6-75e18cec12e9): Loading data parts 2025.08.11 21:33:36.217291 [ 275 ] {83f8f6d4-b12a-4ba7-85b5-3e3786141d95} oximeter.fields_u64 (d2cf35de-1295-4db6-b3c6-75e18cec12e9): There are no data parts 2025.08.11 21:33:36.219174 [ 275 ] {83f8f6d4-b12a-4ba7-85b5-3e3786141d95} TCPHandler: Processed in 0.006046731 sec. 2025.08.11 21:33:36.219334 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.219510 [ 275 ] {60f48f9f-5494-4612-bf30-db6d6779440f} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.219645 [ 275 ] {60f48f9f-5494-4612-bf30-db6d6779440f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.08.11 21:33:36.222473 [ 275 ] {60f48f9f-5494-4612-bf30-db6d6779440f} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Loading data parts 2025.08.11 21:33:36.222611 [ 275 ] {60f48f9f-5494-4612-bf30-db6d6779440f} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): There are no data parts 2025.08.11 21:33:36.224802 [ 275 ] {60f48f9f-5494-4612-bf30-db6d6779440f} TCPHandler: Processed in 0.005521913 sec. 2025.08.11 21:33:36.225031 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.225202 [ 275 ] {be832e20-05c7-4159-8b29-a54acd955d73} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.225329 [ 275 ] {be832e20-05c7-4159-8b29-a54acd955d73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.08.11 21:33:36.228061 [ 275 ] {be832e20-05c7-4159-8b29-a54acd955d73} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Loading data parts 2025.08.11 21:33:36.228320 [ 275 ] {be832e20-05c7-4159-8b29-a54acd955d73} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): There are no data parts 2025.08.11 21:33:36.230300 [ 275 ] {be832e20-05c7-4159-8b29-a54acd955d73} TCPHandler: Processed in 0.005322169 sec. 2025.08.11 21:33:36.230459 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.230740 [ 275 ] {6fcc5f6a-9154-4834-9cdf-a203fdf7f55d} executeQuery: (from [fd00:1122:3344:101::d]:53582) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.11 21:33:36.230789 [ 275 ] {6fcc5f6a-9154-4834-9cdf-a203fdf7f55d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.08.11 21:33:36.232928 [ 275 ] {6fcc5f6a-9154-4834-9cdf-a203fdf7f55d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Loading data parts 2025.08.11 21:33:36.233070 [ 275 ] {6fcc5f6a-9154-4834-9cdf-a203fdf7f55d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): There are no data parts 2025.08.11 21:33:36.234403 [ 275 ] {6fcc5f6a-9154-4834-9cdf-a203fdf7f55d} TCPHandler: Processed in 0.004000467 sec. 2025.08.11 21:33:36.234681 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.234959 [ 275 ] {8fe800bc-12ad-428d-a5e8-6c203dc0dce4} executeQuery: (from [fd00:1122:3344:101::d]:53582) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.08.11 21:33:36.235150 [ 275 ] {8fe800bc-12ad-428d-a5e8-6c203dc0dce4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.08.11 21:33:36.237238 [ 275 ] {8fe800bc-12ad-428d-a5e8-6c203dc0dce4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Loading data parts 2025.08.11 21:33:36.237390 [ 275 ] {8fe800bc-12ad-428d-a5e8-6c203dc0dce4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): There are no data parts 2025.08.11 21:33:36.239072 [ 275 ] {8fe800bc-12ad-428d-a5e8-6c203dc0dce4} TCPHandler: Processed in 0.004448965 sec. 2025.08.11 21:33:36.239485 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:36.239895 [ 277 ] {3a59c0da-a6af-4bff-93c4-cc88860870df} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.08.11 21:33:36.241381 [ 277 ] {3a59c0da-a6af-4bff-93c4-cc88860870df} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.08.11 21:33:36.260094 [ 284 ] {3a59c0da-a6af-4bff-93c4-cc88860870df} oximeter.version (aa301b05-639f-43c9-86f1-8a3ef1d71419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:36.260142 [ 284 ] {3a59c0da-a6af-4bff-93c4-cc88860870df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.08.11 21:33:36.265461 [ 284 ] {3a59c0da-a6af-4bff-93c4-cc88860870df} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:36.266396 [ 284 ] {3a59c0da-a6af-4bff-93c4-cc88860870df} oximeter.version (aa301b05-639f-43c9-86f1-8a3ef1d71419): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:36.266718 [ 277 ] {3a59c0da-a6af-4bff-93c4-cc88860870df} executeQuery: Read 1 rows, 16.00 B in 0.026993 sec., 37.046641721927905 rows/sec., 592.75 B/sec. 2025.08.11 21:33:36.267112 [ 277 ] {3a59c0da-a6af-4bff-93c4-cc88860870df} TCPHandler: Processed in 0.027774686 sec. 2025.08.11 21:33:37.000267 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 134.80 MiB, peak 134.80 MiB, free memory in arenas 0.00 B, will set to 139.70 MiB (RSS), difference: 4.91 MiB 2025.08.11 21:33:41.741877 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.08.11 21:33:41.741930 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.08.11 21:33:41.741989 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.08.11 21:33:41.742118 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.08.11 21:33:41.745585 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Loading data parts 2025.08.11 21:33:41.745813 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): There are no data parts 2025.08.11 21:33:41.749913 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:41.749958 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:41.755341 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:41.756173 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:41.756320 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.08.11 21:33:41.761556 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Loading data parts 2025.08.11 21:33:41.761791 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): There are no data parts 2025.08.11 21:33:41.784879 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:41.784921 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:41.790998 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:41.792283 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:41.795345 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.08.11 21:33:42.000170 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.84 MiB, peak 148.84 MiB, free memory in arenas 0.00 B, will set to 153.95 MiB (RSS), difference: 9.11 MiB 2025.08.11 21:33:44.241822 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.08.11 21:33:44.241938 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.08.11 21:33:44.245932 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Loading data parts 2025.08.11 21:33:44.246103 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): There are no data parts 2025.08.11 21:33:44.255942 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:44.255986 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:44.257672 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:44.258136 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:44.258449 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.08.11 21:33:45.001132 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.17 MiB, peak 158.17 MiB, free memory in arenas 0.00 B, will set to 155.17 MiB (RSS), difference: -3.00 MiB 2025.08.11 21:33:49.205479 [ 106 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:33:49.205593 [ 106 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:33:49.256414 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.08.11 21:33:49.259212 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:49.259280 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:49.260235 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:33:49.260672 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:49.260853 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.08.11 21:33:49.295436 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.08.11 21:33:49.314239 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:49.314309 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:49.320896 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:33:49.322155 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:49.325494 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.08.11 21:33:50.000185 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.89 MiB, peak 159.89 MiB, free memory in arenas 0.00 B, will set to 157.69 MiB (RSS), difference: 1.80 MiB 2025.08.11 21:33:55.000220 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 153.73 MiB, peak 159.89 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 4.02 MiB 2025.08.11 21:33:56.279780 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.280045 [ 275 ] {bb214e45-7b26-4c01-9ffc-6be1b160d596} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.282378 [ 275 ] {bb214e45-7b26-4c01-9ffc-6be1b160d596} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.284707 [ 275 ] {bb214e45-7b26-4c01-9ffc-6be1b160d596} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.289446 [ 275 ] {bb214e45-7b26-4c01-9ffc-6be1b160d596} TCPHandler: Processed in 0.009825125 sec. 2025.08.11 21:33:56.297200 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.297443 [ 275 ] {29b78ee9-a9b1-476f-8ec4-edaf935d353a} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.301571 [ 275 ] {29b78ee9-a9b1-476f-8ec4-edaf935d353a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.301616 [ 275 ] {29b78ee9-a9b1-476f-8ec4-edaf935d353a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.303918 [ 275 ] {29b78ee9-a9b1-476f-8ec4-edaf935d353a} TCPHandler: Processed in 0.006818504 sec. 2025.08.11 21:33:56.304186 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.304325 [ 275 ] {ff618bb6-2e4f-4c3e-93eb-551d734c688d} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.304656 [ 275 ] {ff618bb6-2e4f-4c3e-93eb-551d734c688d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.304707 [ 275 ] {ff618bb6-2e4f-4c3e-93eb-551d734c688d} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.305092 [ 275 ] {ff618bb6-2e4f-4c3e-93eb-551d734c688d} TCPHandler: Processed in 0.000965436 sec. 2025.08.11 21:33:56.305299 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.305413 [ 275 ] {53e97d2b-2433-4f88-b87e-80a530c42734} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.305646 [ 275 ] {53e97d2b-2433-4f88-b87e-80a530c42734} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.305689 [ 275 ] {53e97d2b-2433-4f88-b87e-80a530c42734} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.306005 [ 275 ] {53e97d2b-2433-4f88-b87e-80a530c42734} TCPHandler: Processed in 0.000754733 sec. 2025.08.11 21:33:56.306204 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.306317 [ 275 ] {1bac40a5-cafd-40f7-ad9f-7677b3c57531} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.306547 [ 275 ] {1bac40a5-cafd-40f7-ad9f-7677b3c57531} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.306589 [ 275 ] {1bac40a5-cafd-40f7-ad9f-7677b3c57531} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.306892 [ 275 ] {1bac40a5-cafd-40f7-ad9f-7677b3c57531} TCPHandler: Processed in 0.000734852 sec. 2025.08.11 21:33:56.307075 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.307186 [ 275 ] {b4c8f0b9-84d4-4c95-88d1-a133b3950ead} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.307417 [ 275 ] {b4c8f0b9-84d4-4c95-88d1-a133b3950ead} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.307459 [ 275 ] {b4c8f0b9-84d4-4c95-88d1-a133b3950ead} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.307783 [ 275 ] {b4c8f0b9-84d4-4c95-88d1-a133b3950ead} TCPHandler: Processed in 0.000754963 sec. 2025.08.11 21:33:56.307974 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.308086 [ 275 ] {93d93ca6-a269-4976-817d-0debdba5d17d} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.308316 [ 275 ] {93d93ca6-a269-4976-817d-0debdba5d17d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.308357 [ 275 ] {93d93ca6-a269-4976-817d-0debdba5d17d} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.308652 [ 275 ] {93d93ca6-a269-4976-817d-0debdba5d17d} TCPHandler: Processed in 0.000726653 sec. 2025.08.11 21:33:56.308838 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.308950 [ 275 ] {bc5304f2-380d-4e5c-a85f-7a7c60543954} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.309181 [ 275 ] {bc5304f2-380d-4e5c-a85f-7a7c60543954} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.309222 [ 275 ] {bc5304f2-380d-4e5c-a85f-7a7c60543954} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.309517 [ 275 ] {bc5304f2-380d-4e5c-a85f-7a7c60543954} TCPHandler: Processed in 0.000726692 sec. 2025.08.11 21:33:56.309719 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.309831 [ 275 ] {ea0351f2-fee0-4d21-b5de-5f408c11bdfc} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.310061 [ 275 ] {ea0351f2-fee0-4d21-b5de-5f408c11bdfc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.310103 [ 275 ] {ea0351f2-fee0-4d21-b5de-5f408c11bdfc} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.310402 [ 275 ] {ea0351f2-fee0-4d21-b5de-5f408c11bdfc} TCPHandler: Processed in 0.000731462 sec. 2025.08.11 21:33:56.310587 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.310701 [ 275 ] {5c455df3-d249-44de-a3ba-0a39f9703d8b} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.310934 [ 275 ] {5c455df3-d249-44de-a3ba-0a39f9703d8b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.310976 [ 275 ] {5c455df3-d249-44de-a3ba-0a39f9703d8b} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.311270 [ 275 ] {5c455df3-d249-44de-a3ba-0a39f9703d8b} TCPHandler: Processed in 0.000730993 sec. 2025.08.11 21:33:56.311455 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.311569 [ 275 ] {4748f51d-6ec5-4c76-b63b-e2a1ce85f653} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.311803 [ 275 ] {4748f51d-6ec5-4c76-b63b-e2a1ce85f653} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.311845 [ 275 ] {4748f51d-6ec5-4c76-b63b-e2a1ce85f653} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.312143 [ 275 ] {4748f51d-6ec5-4c76-b63b-e2a1ce85f653} TCPHandler: Processed in 0.000736232 sec. 2025.08.11 21:33:56.312329 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.312442 [ 275 ] {f0c8e035-eff4-48ea-9f48-f76af3bb4547} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.312678 [ 275 ] {f0c8e035-eff4-48ea-9f48-f76af3bb4547} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.312719 [ 275 ] {f0c8e035-eff4-48ea-9f48-f76af3bb4547} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.313018 [ 275 ] {f0c8e035-eff4-48ea-9f48-f76af3bb4547} TCPHandler: Processed in 0.000736273 sec. 2025.08.11 21:33:56.313209 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.313324 [ 275 ] {c08ffed8-28f2-429c-8ff9-60f2f00477b3} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.313575 [ 275 ] {c08ffed8-28f2-429c-8ff9-60f2f00477b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.313617 [ 275 ] {c08ffed8-28f2-429c-8ff9-60f2f00477b3} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.313917 [ 275 ] {c08ffed8-28f2-429c-8ff9-60f2f00477b3} TCPHandler: Processed in 0.000754423 sec. 2025.08.11 21:33:56.314112 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.314227 [ 275 ] {db664553-6a96-4c02-a918-0812fc4cebd0} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.314466 [ 275 ] {db664553-6a96-4c02-a918-0812fc4cebd0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.314509 [ 275 ] {db664553-6a96-4c02-a918-0812fc4cebd0} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.314818 [ 275 ] {db664553-6a96-4c02-a918-0812fc4cebd0} TCPHandler: Processed in 0.000753193 sec. 2025.08.11 21:33:56.315015 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.315129 [ 275 ] {a9042424-808f-42c1-8469-0767767ca8bc} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.315374 [ 275 ] {a9042424-808f-42c1-8469-0767767ca8bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.315415 [ 275 ] {a9042424-808f-42c1-8469-0767767ca8bc} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.315738 [ 275 ] {a9042424-808f-42c1-8469-0767767ca8bc} TCPHandler: Processed in 0.000770473 sec. 2025.08.11 21:33:56.316370 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.316486 [ 275 ] {2eda17ad-f706-4265-b47e-5931c8abb6c5} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.316733 [ 275 ] {2eda17ad-f706-4265-b47e-5931c8abb6c5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.316775 [ 275 ] {2eda17ad-f706-4265-b47e-5931c8abb6c5} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.317089 [ 275 ] {2eda17ad-f706-4265-b47e-5931c8abb6c5} TCPHandler: Processed in 0.000766143 sec. 2025.08.11 21:33:56.319362 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.319503 [ 275 ] {8852a373-5d51-4ee7-bcfa-22469662a929} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.319797 [ 275 ] {8852a373-5d51-4ee7-bcfa-22469662a929} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.319838 [ 275 ] {8852a373-5d51-4ee7-bcfa-22469662a929} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.320139 [ 275 ] {8852a373-5d51-4ee7-bcfa-22469662a929} TCPHandler: Processed in 0.000835574 sec. 2025.08.11 21:33:56.320362 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.320480 [ 275 ] {5da07a1a-bae2-45d1-b109-3830afc7ed47} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.320767 [ 275 ] {5da07a1a-bae2-45d1-b109-3830afc7ed47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.320810 [ 275 ] {5da07a1a-bae2-45d1-b109-3830afc7ed47} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.321117 [ 275 ] {5da07a1a-bae2-45d1-b109-3830afc7ed47} TCPHandler: Processed in 0.000801683 sec. 2025.08.11 21:33:56.321391 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.321510 [ 275 ] {12f44a2f-5ea5-4980-9dd3-d49a94fc9324} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.321765 [ 275 ] {12f44a2f-5ea5-4980-9dd3-d49a94fc9324} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.321807 [ 275 ] {12f44a2f-5ea5-4980-9dd3-d49a94fc9324} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.322104 [ 275 ] {12f44a2f-5ea5-4980-9dd3-d49a94fc9324} TCPHandler: Processed in 0.000759673 sec. 2025.08.11 21:33:56.322336 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.322455 [ 275 ] {f9ccfe66-e1da-448b-9e81-b12b724d7ca8} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.322709 [ 275 ] {f9ccfe66-e1da-448b-9e81-b12b724d7ca8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.322750 [ 275 ] {f9ccfe66-e1da-448b-9e81-b12b724d7ca8} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.323032 [ 275 ] {f9ccfe66-e1da-448b-9e81-b12b724d7ca8} TCPHandler: Processed in 0.000743873 sec. 2025.08.11 21:33:56.323255 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.323374 [ 275 ] {4cb0dca8-f004-4341-8b18-06fa7fbc7f9b} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.323629 [ 275 ] {4cb0dca8-f004-4341-8b18-06fa7fbc7f9b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.323671 [ 275 ] {4cb0dca8-f004-4341-8b18-06fa7fbc7f9b} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.323954 [ 275 ] {4cb0dca8-f004-4341-8b18-06fa7fbc7f9b} TCPHandler: Processed in 0.000746652 sec. 2025.08.11 21:33:56.329480 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.329630 [ 275 ] {5747111a-8c91-4cd1-9988-309dfa23984d} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.08.11 21:33:56.329946 [ 275 ] {5747111a-8c91-4cd1-9988-309dfa23984d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.329996 [ 275 ] {5747111a-8c91-4cd1-9988-309dfa23984d} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:33:56.330333 [ 275 ] {5747111a-8c91-4cd1-9988-309dfa23984d} TCPHandler: Processed in 0.000907985 sec. 2025.08.11 21:33:56.337384 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.337509 [ 275 ] {1aa0505a-1b89-4954-b85d-622e07483eda} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.11 21:33:56.337558 [ 275 ] {1aa0505a-1b89-4954-b85d-622e07483eda} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:33:56.338123 [ 275 ] {1aa0505a-1b89-4954-b85d-622e07483eda} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.338161 [ 275 ] {1aa0505a-1b89-4954-b85d-622e07483eda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.340970 [ 275 ] {1aa0505a-1b89-4954-b85d-622e07483eda} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.341383 [ 275 ] {1aa0505a-1b89-4954-b85d-622e07483eda} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.341547 [ 275 ] {1aa0505a-1b89-4954-b85d-622e07483eda} executeQuery: Read 22 rows, 5.23 KiB in 0.004073 sec., 5401.424011784925 rows/sec., 1.25 MiB/sec. 2025.08.11 21:33:56.341592 [ 275 ] {1aa0505a-1b89-4954-b85d-622e07483eda} TCPHandler: Processed in 0.004265732 sec. 2025.08.11 21:33:56.341730 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.341823 [ 275 ] {9c4a7644-8a25-4dba-8f8b-25adb66a9d21} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:33:56.341862 [ 275 ] {9c4a7644-8a25-4dba-8f8b-25adb66a9d21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:33:56.346241 [ 275 ] {9c4a7644-8a25-4dba-8f8b-25adb66a9d21} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.346281 [ 275 ] {9c4a7644-8a25-4dba-8f8b-25adb66a9d21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.346785 [ 275 ] {9c4a7644-8a25-4dba-8f8b-25adb66a9d21} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.347209 [ 275 ] {9c4a7644-8a25-4dba-8f8b-25adb66a9d21} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.347336 [ 275 ] {9c4a7644-8a25-4dba-8f8b-25adb66a9d21} executeQuery: Read 24 rows, 2.04 KiB in 0.005532 sec., 4338.394793926248 rows/sec., 368.59 KiB/sec. 2025.08.11 21:33:56.347372 [ 275 ] {9c4a7644-8a25-4dba-8f8b-25adb66a9d21} TCPHandler: Processed in 0.005701376 sec. 2025.08.11 21:33:56.347484 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.347580 [ 275 ] {b6d692dd-e0f3-4ff5-a613-8306e694aed1} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:33:56.347619 [ 275 ] {b6d692dd-e0f3-4ff5-a613-8306e694aed1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:33:56.347993 [ 275 ] {b6d692dd-e0f3-4ff5-a613-8306e694aed1} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.348030 [ 275 ] {b6d692dd-e0f3-4ff5-a613-8306e694aed1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.348462 [ 275 ] {b6d692dd-e0f3-4ff5-a613-8306e694aed1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.348887 [ 275 ] {b6d692dd-e0f3-4ff5-a613-8306e694aed1} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.349015 [ 275 ] {b6d692dd-e0f3-4ff5-a613-8306e694aed1} executeQuery: Read 8 rows, 668.00 B in 0.001453 sec., 5505.849965588437 rows/sec., 448.96 KiB/sec. 2025.08.11 21:33:56.349051 [ 275 ] {b6d692dd-e0f3-4ff5-a613-8306e694aed1} TCPHandler: Processed in 0.001616578 sec. 2025.08.11 21:33:56.349162 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.349261 [ 275 ] {dbe477d0-ac50-49b3-b064-28d0e79f0fc1} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:33:56.349300 [ 275 ] {dbe477d0-ac50-49b3-b064-28d0e79f0fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:33:56.349806 [ 275 ] {dbe477d0-ac50-49b3-b064-28d0e79f0fc1} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.349843 [ 275 ] {dbe477d0-ac50-49b3-b064-28d0e79f0fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.350303 [ 275 ] {dbe477d0-ac50-49b3-b064-28d0e79f0fc1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.350726 [ 275 ] {dbe477d0-ac50-49b3-b064-28d0e79f0fc1} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.350865 [ 275 ] {dbe477d0-ac50-49b3-b064-28d0e79f0fc1} executeQuery: Read 196 rows, 17.83 KiB in 0.001608 sec., 121890.54726368158 rows/sec., 10.83 MiB/sec. 2025.08.11 21:33:56.350906 [ 275 ] {dbe477d0-ac50-49b3-b064-28d0e79f0fc1} TCPHandler: Processed in 0.00179446 sec. 2025.08.11 21:33:56.351015 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.351108 [ 275 ] {a480c549-80fe-462d-b7e2-ec56e2c839bf} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:33:56.351146 [ 275 ] {a480c549-80fe-462d-b7e2-ec56e2c839bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:33:56.351541 [ 275 ] {a480c549-80fe-462d-b7e2-ec56e2c839bf} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.351577 [ 275 ] {a480c549-80fe-462d-b7e2-ec56e2c839bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.352098 [ 275 ] {a480c549-80fe-462d-b7e2-ec56e2c839bf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.352558 [ 275 ] {a480c549-80fe-462d-b7e2-ec56e2c839bf} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.352681 [ 275 ] {a480c549-80fe-462d-b7e2-ec56e2c839bf} executeQuery: Read 30 rows, 2.27 KiB in 0.001591 sec., 18856.065367693274 rows/sec., 1.39 MiB/sec. 2025.08.11 21:33:56.352716 [ 275 ] {a480c549-80fe-462d-b7e2-ec56e2c839bf} TCPHandler: Processed in 0.001748719 sec. 2025.08.11 21:33:56.352826 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.352918 [ 275 ] {76b4948c-2b92-4f74-a3ac-652829b538c5} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:33:56.352955 [ 275 ] {76b4948c-2b92-4f74-a3ac-652829b538c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:33:56.353363 [ 275 ] {76b4948c-2b92-4f74-a3ac-652829b538c5} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.353395 [ 275 ] {76b4948c-2b92-4f74-a3ac-652829b538c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.353779 [ 275 ] {76b4948c-2b92-4f74-a3ac-652829b538c5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.354186 [ 275 ] {76b4948c-2b92-4f74-a3ac-652829b538c5} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.354307 [ 275 ] {76b4948c-2b92-4f74-a3ac-652829b538c5} executeQuery: Read 24 rows, 2.04 KiB in 0.001407 sec., 17057.569296375266 rows/sec., 1.42 MiB/sec. 2025.08.11 21:33:56.354344 [ 275 ] {76b4948c-2b92-4f74-a3ac-652829b538c5} TCPHandler: Processed in 0.001564376 sec. 2025.08.11 21:33:56.354452 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.354544 [ 275 ] {ce7bb5e0-3930-430e-ba6c-12d9cd2bf155} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:33:56.354581 [ 275 ] {ce7bb5e0-3930-430e-ba6c-12d9cd2bf155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:33:56.354955 [ 275 ] {ce7bb5e0-3930-430e-ba6c-12d9cd2bf155} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.354990 [ 275 ] {ce7bb5e0-3930-430e-ba6c-12d9cd2bf155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.355380 [ 275 ] {ce7bb5e0-3930-430e-ba6c-12d9cd2bf155} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.355839 [ 275 ] {ce7bb5e0-3930-430e-ba6c-12d9cd2bf155} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.355995 [ 275 ] {ce7bb5e0-3930-430e-ba6c-12d9cd2bf155} executeQuery: Read 12 rows, 960.00 B in 0.001467 sec., 8179.959100204499 rows/sec., 639.06 KiB/sec. 2025.08.11 21:33:56.356040 [ 275 ] {ce7bb5e0-3930-430e-ba6c-12d9cd2bf155} TCPHandler: Processed in 0.001634258 sec. 2025.08.11 21:33:56.356162 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.356277 [ 275 ] {602b6426-f075-4165-bfb7-ae304ad2e9ba} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:33:56.356324 [ 275 ] {602b6426-f075-4165-bfb7-ae304ad2e9ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:33:56.356814 [ 275 ] {602b6426-f075-4165-bfb7-ae304ad2e9ba} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.356850 [ 275 ] {602b6426-f075-4165-bfb7-ae304ad2e9ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.357261 [ 275 ] {602b6426-f075-4165-bfb7-ae304ad2e9ba} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.357668 [ 275 ] {602b6426-f075-4165-bfb7-ae304ad2e9ba} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.357794 [ 275 ] {602b6426-f075-4165-bfb7-ae304ad2e9ba} executeQuery: Read 110 rows, 9.18 KiB in 0.00154 sec., 71428.57142857143 rows/sec., 5.82 MiB/sec. 2025.08.11 21:33:56.357830 [ 275 ] {602b6426-f075-4165-bfb7-ae304ad2e9ba} TCPHandler: Processed in 0.001728169 sec. 2025.08.11 21:33:56.357939 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.358033 [ 275 ] {ee005f84-8918-4bb1-a99b-5a7d95e208a7} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:33:56.358075 [ 275 ] {ee005f84-8918-4bb1-a99b-5a7d95e208a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:33:56.358560 [ 275 ] {ee005f84-8918-4bb1-a99b-5a7d95e208a7} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.358594 [ 275 ] {ee005f84-8918-4bb1-a99b-5a7d95e208a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.361745 [ 275 ] {ee005f84-8918-4bb1-a99b-5a7d95e208a7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.362176 [ 275 ] {ee005f84-8918-4bb1-a99b-5a7d95e208a7} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.362303 [ 275 ] {ee005f84-8918-4bb1-a99b-5a7d95e208a7} executeQuery: Read 286 rows, 21.89 KiB in 0.004288 sec., 66697.76119402985 rows/sec., 4.98 MiB/sec. 2025.08.11 21:33:56.362340 [ 275 ] {ee005f84-8918-4bb1-a99b-5a7d95e208a7} TCPHandler: Processed in 0.004450324 sec. 2025.08.11 21:33:56.362453 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.362548 [ 275 ] {502613a2-2350-43d9-8cb6-09f6304ba954} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:33:56.362599 [ 275 ] {502613a2-2350-43d9-8cb6-09f6304ba954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:33:56.363345 [ 275 ] {502613a2-2350-43d9-8cb6-09f6304ba954} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.363381 [ 275 ] {502613a2-2350-43d9-8cb6-09f6304ba954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.366938 [ 275 ] {502613a2-2350-43d9-8cb6-09f6304ba954} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.367343 [ 275 ] {502613a2-2350-43d9-8cb6-09f6304ba954} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.367480 [ 275 ] {502613a2-2350-43d9-8cb6-09f6304ba954} executeQuery: Read 10 rows, 18.35 KiB in 0.00495 sec., 2020.20202020202 rows/sec., 3.62 MiB/sec. 2025.08.11 21:33:56.367535 [ 275 ] {502613a2-2350-43d9-8cb6-09f6304ba954} TCPHandler: Processed in 0.005130486 sec. 2025.08.11 21:33:56.367644 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:33:56.367749 [ 275 ] {33c3a2eb-85c4-4ff4-a039-b3b939f66e06} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:33:56.367792 [ 275 ] {33c3a2eb-85c4-4ff4-a039-b3b939f66e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:33:56.368126 [ 275 ] {33c3a2eb-85c4-4ff4-a039-b3b939f66e06} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.368163 [ 275 ] {33c3a2eb-85c4-4ff4-a039-b3b939f66e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.368638 [ 275 ] {33c3a2eb-85c4-4ff4-a039-b3b939f66e06} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:33:56.369156 [ 275 ] {33c3a2eb-85c4-4ff4-a039-b3b939f66e06} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.369284 [ 275 ] {33c3a2eb-85c4-4ff4-a039-b3b939f66e06} executeQuery: Read 50 rows, 3.51 KiB in 0.001555 sec., 32154.340836012863 rows/sec., 2.20 MiB/sec. 2025.08.11 21:33:56.369321 [ 275 ] {33c3a2eb-85c4-4ff4-a039-b3b939f66e06} TCPHandler: Processed in 0.001727779 sec. 2025.08.11 21:33:56.761039 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.08.11 21:33:56.761799 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.761850 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.762563 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:33:56.763019 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.763169 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.08.11 21:33:56.825577 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.08.11 21:33:56.842315 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:33:56.842376 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:33:56.848695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:33:56.849846 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:33:56.852945 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.08.11 21:33:57.001164 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 159.88 MiB, peak 163.88 MiB, free memory in arenas 0.00 B, will set to 161.00 MiB (RSS), difference: 1.12 MiB 2025.08.11 21:34:01.280809 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:01.281012 [ 275 ] {efa3e5de-c8b5-4cc4-aaf9-40827d141d9a} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:01.281070 [ 275 ] {efa3e5de-c8b5-4cc4-aaf9-40827d141d9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:01.281805 [ 275 ] {efa3e5de-c8b5-4cc4-aaf9-40827d141d9a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:01.281841 [ 275 ] {efa3e5de-c8b5-4cc4-aaf9-40827d141d9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:01.282332 [ 275 ] {efa3e5de-c8b5-4cc4-aaf9-40827d141d9a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:01.282842 [ 275 ] {efa3e5de-c8b5-4cc4-aaf9-40827d141d9a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:01.282987 [ 275 ] {efa3e5de-c8b5-4cc4-aaf9-40827d141d9a} executeQuery: Read 52 rows, 4.07 KiB in 0.002025 sec., 25679.012345679013 rows/sec., 1.96 MiB/sec. 2025.08.11 21:34:01.283025 [ 275 ] {efa3e5de-c8b5-4cc4-aaf9-40827d141d9a} TCPHandler: Processed in 0.002345739 sec. 2025.08.11 21:34:01.283148 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:01.283247 [ 275 ] {90a04f31-e9a4-401a-9ba6-a57a893db910} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:01.283286 [ 275 ] {90a04f31-e9a4-401a-9ba6-a57a893db910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:01.283760 [ 275 ] {90a04f31-e9a4-401a-9ba6-a57a893db910} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:01.283791 [ 275 ] {90a04f31-e9a4-401a-9ba6-a57a893db910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:01.284221 [ 275 ] {90a04f31-e9a4-401a-9ba6-a57a893db910} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:01.284722 [ 275 ] {90a04f31-e9a4-401a-9ba6-a57a893db910} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:01.284847 [ 275 ] {90a04f31-e9a4-401a-9ba6-a57a893db910} executeQuery: Read 56 rows, 4.47 KiB in 0.001617 sec., 34632.034632034636 rows/sec., 2.70 MiB/sec. 2025.08.11 21:34:01.284881 [ 275 ] {90a04f31-e9a4-401a-9ba6-a57a893db910} TCPHandler: Processed in 0.00177975 sec. 2025.08.11 21:34:01.284992 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:01.285085 [ 275 ] {f785da2a-91bc-48a6-a430-b1c9ae971260} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:01.285127 [ 275 ] {f785da2a-91bc-48a6-a430-b1c9ae971260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:01.285670 [ 275 ] {f785da2a-91bc-48a6-a430-b1c9ae971260} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:01.285703 [ 275 ] {f785da2a-91bc-48a6-a430-b1c9ae971260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:01.286161 [ 275 ] {f785da2a-91bc-48a6-a430-b1c9ae971260} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:01.286668 [ 275 ] {f785da2a-91bc-48a6-a430-b1c9ae971260} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:01.286790 [ 275 ] {f785da2a-91bc-48a6-a430-b1c9ae971260} executeQuery: Read 150 rows, 10.65 KiB in 0.001723 sec., 87057.45792222867 rows/sec., 6.04 MiB/sec. 2025.08.11 21:34:01.286824 [ 275 ] {f785da2a-91bc-48a6-a430-b1c9ae971260} TCPHandler: Processed in 0.001879061 sec. 2025.08.11 21:34:01.286944 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:01.287040 [ 275 ] {e93238c7-0df7-45ab-ab1f-a7e712a0e66a} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:01.287079 [ 275 ] {e93238c7-0df7-45ab-ab1f-a7e712a0e66a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:01.287429 [ 275 ] {e93238c7-0df7-45ab-ab1f-a7e712a0e66a} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:01.287463 [ 275 ] {e93238c7-0df7-45ab-ab1f-a7e712a0e66a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:01.287908 [ 275 ] {e93238c7-0df7-45ab-ab1f-a7e712a0e66a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:01.288435 [ 275 ] {e93238c7-0df7-45ab-ab1f-a7e712a0e66a} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:01.288563 [ 275 ] {e93238c7-0df7-45ab-ab1f-a7e712a0e66a} executeQuery: Read 50 rows, 3.51 KiB in 0.001541 sec., 32446.463335496428 rows/sec., 2.22 MiB/sec. 2025.08.11 21:34:01.288597 [ 275 ] {e93238c7-0df7-45ab-ab1f-a7e712a0e66a} TCPHandler: Processed in 0.001704119 sec. 2025.08.11 21:34:04.205636 [ 100 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:34:04.205703 [ 100 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:34:04.258916 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 162 2025.08.11 21:34:04.262315 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:04.262370 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:04.263368 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.08.11 21:34:04.263714 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:04.263885 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:04.263940 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:04.264207 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:04.264531 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 162 2025.08.11 21:34:04.264630 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:04.265235 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:04.265399 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.08.11 21:34:04.353127 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.08.11 21:34:04.369857 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:04.369907 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:04.376272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:04.377355 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:04.380549 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.08.11 21:34:06.281786 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:06.281974 [ 275 ] {aabb750e-0768-4f6d-abae-a788a7e2c7db} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:06.282042 [ 275 ] {aabb750e-0768-4f6d-abae-a788a7e2c7db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:06.282656 [ 275 ] {aabb750e-0768-4f6d-abae-a788a7e2c7db} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:06.282696 [ 275 ] {aabb750e-0768-4f6d-abae-a788a7e2c7db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:06.283198 [ 275 ] {aabb750e-0768-4f6d-abae-a788a7e2c7db} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:06.283612 [ 275 ] {aabb750e-0768-4f6d-abae-a788a7e2c7db} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:06.283758 [ 275 ] {aabb750e-0768-4f6d-abae-a788a7e2c7db} executeQuery: Read 72 rows, 6.08 KiB in 0.001835 sec., 39237.05722070845 rows/sec., 3.23 MiB/sec. 2025.08.11 21:34:06.283799 [ 275 ] {aabb750e-0768-4f6d-abae-a788a7e2c7db} TCPHandler: Processed in 0.002139306 sec. 2025.08.11 21:34:06.283915 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:06.284010 [ 275 ] {188f1c7b-b36f-41d3-ace9-e6b4a3b8efaf} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:06.284049 [ 275 ] {188f1c7b-b36f-41d3-ace9-e6b4a3b8efaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:06.284430 [ 275 ] {188f1c7b-b36f-41d3-ace9-e6b4a3b8efaf} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:06.284465 [ 275 ] {188f1c7b-b36f-41d3-ace9-e6b4a3b8efaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:06.284859 [ 275 ] {188f1c7b-b36f-41d3-ace9-e6b4a3b8efaf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:06.285276 [ 275 ] {188f1c7b-b36f-41d3-ace9-e6b4a3b8efaf} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:06.285402 [ 275 ] {188f1c7b-b36f-41d3-ace9-e6b4a3b8efaf} executeQuery: Read 10 rows, 770.00 B in 0.001411 sec., 7087.172218284904 rows/sec., 532.92 KiB/sec. 2025.08.11 21:34:06.285438 [ 275 ] {188f1c7b-b36f-41d3-ace9-e6b4a3b8efaf} TCPHandler: Processed in 0.001572027 sec. 2025.08.11 21:34:06.285543 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:06.285637 [ 275 ] {209f82ac-1fef-4106-8e3a-94e3d98d1ba5} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:06.285677 [ 275 ] {209f82ac-1fef-4106-8e3a-94e3d98d1ba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:06.286147 [ 275 ] {209f82ac-1fef-4106-8e3a-94e3d98d1ba5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:06.286192 [ 275 ] {209f82ac-1fef-4106-8e3a-94e3d98d1ba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:06.286703 [ 275 ] {209f82ac-1fef-4106-8e3a-94e3d98d1ba5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:06.287193 [ 275 ] {209f82ac-1fef-4106-8e3a-94e3d98d1ba5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:06.287320 [ 275 ] {209f82ac-1fef-4106-8e3a-94e3d98d1ba5} executeQuery: Read 66 rows, 5.27 KiB in 0.001701 sec., 38800.705467372136 rows/sec., 3.03 MiB/sec. 2025.08.11 21:34:06.287357 [ 275 ] {209f82ac-1fef-4106-8e3a-94e3d98d1ba5} TCPHandler: Processed in 0.001861921 sec. 2025.08.11 21:34:06.287466 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:06.287562 [ 275 ] {9f8efff2-77df-477f-9f05-ee01b4c869b1} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:06.287605 [ 275 ] {9f8efff2-77df-477f-9f05-ee01b4c869b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:06.287997 [ 275 ] {9f8efff2-77df-477f-9f05-ee01b4c869b1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:06.288032 [ 275 ] {9f8efff2-77df-477f-9f05-ee01b4c869b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:06.288452 [ 275 ] {9f8efff2-77df-477f-9f05-ee01b4c869b1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:06.288858 [ 275 ] {9f8efff2-77df-477f-9f05-ee01b4c869b1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:06.288985 [ 275 ] {9f8efff2-77df-477f-9f05-ee01b4c869b1} executeQuery: Read 150 rows, 10.65 KiB in 0.001442 sec., 104022.19140083218 rows/sec., 7.21 MiB/sec. 2025.08.11 21:34:06.289022 [ 275 ] {9f8efff2-77df-477f-9f05-ee01b4c869b1} TCPHandler: Processed in 0.001606737 sec. 2025.08.11 21:34:06.289121 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:06.289216 [ 275 ] {96c67a06-0e67-43f8-b802-074f84cae5bd} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:06.289269 [ 275 ] {96c67a06-0e67-43f8-b802-074f84cae5bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:34:06.290018 [ 275 ] {96c67a06-0e67-43f8-b802-074f84cae5bd} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:06.290054 [ 275 ] {96c67a06-0e67-43f8-b802-074f84cae5bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:06.290649 [ 275 ] {96c67a06-0e67-43f8-b802-074f84cae5bd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:06.291113 [ 275 ] {96c67a06-0e67-43f8-b802-074f84cae5bd} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:06.291252 [ 275 ] {96c67a06-0e67-43f8-b802-074f84cae5bd} executeQuery: Read 10 rows, 18.35 KiB in 0.002053 sec., 4870.920603994155 rows/sec., 8.73 MiB/sec. 2025.08.11 21:34:06.291303 [ 275 ] {96c67a06-0e67-43f8-b802-074f84cae5bd} TCPHandler: Processed in 0.002231957 sec. 2025.08.11 21:34:06.291409 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:06.291505 [ 275 ] {ee70a130-0b30-4df2-af7d-18a40e75ec14} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:06.291546 [ 275 ] {ee70a130-0b30-4df2-af7d-18a40e75ec14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:06.291890 [ 275 ] {ee70a130-0b30-4df2-af7d-18a40e75ec14} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:06.291927 [ 275 ] {ee70a130-0b30-4df2-af7d-18a40e75ec14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:06.292312 [ 275 ] {ee70a130-0b30-4df2-af7d-18a40e75ec14} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:06.292742 [ 275 ] {ee70a130-0b30-4df2-af7d-18a40e75ec14} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:06.292863 [ 275 ] {ee70a130-0b30-4df2-af7d-18a40e75ec14} executeQuery: Read 50 rows, 3.51 KiB in 0.00139 sec., 35971.22302158274 rows/sec., 2.47 MiB/sec. 2025.08.11 21:34:06.292896 [ 275 ] {ee70a130-0b30-4df2-af7d-18a40e75ec14} TCPHandler: Processed in 0.001551946 sec. 2025.08.11 21:34:11.275283 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.275534 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.08.11 21:34:11.279939 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:34:11.284183 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2025.08.11 21:34:11.284438 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:11.286601 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:34:11.290970 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.08.11 21:34:11.293663 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:34:11.295801 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.11 21:34:11.295826 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:34:11.297872 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2025.08.11 21:34:11.297904 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.11 21:34:11.320436 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} executeQuery: Read 22 rows, 983.00 B in 0.044996 sec., 488.9323495421815 rows/sec., 21.33 KiB/sec. 2025.08.11 21:34:11.320501 [ 275 ] {8ce0a0db-b64c-488f-9b2b-9fe5431d7c6b} TCPHandler: Processed in 0.04534689 sec. 2025.08.11 21:34:11.320827 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.320961 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.08.11 21:34:11.321162 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:34:11.321194 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2025.08.11 21:34:11.321366 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:11.321418 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:34:11.321515 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.08.11 21:34:11.321543 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:34:11.321562 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.11 21:34:11.321577 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:34:11.321609 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2025.08.11 21:34:11.321627 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.11 21:34:11.322024 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} executeQuery: Read 22 rows, 983.00 B in 0.001115 sec., 19730.94170403587 rows/sec., 860.95 KiB/sec. 2025.08.11 21:34:11.322078 [ 275 ] {2b514341-7299-46ef-ae2f-f55db00afa7a} TCPHandler: Processed in 0.001301562 sec. 2025.08.11 21:34:11.322273 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.322397 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.08.11 21:34:11.322608 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:34:11.322640 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2025.08.11 21:34:11.322809 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:11.322859 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:34:11.322953 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.08.11 21:34:11.322980 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:34:11.322998 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.11 21:34:11.323011 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:34:11.323042 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2025.08.11 21:34:11.323059 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.11 21:34:11.323472 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} executeQuery: Read 22 rows, 983.00 B in 0.001123 sec., 19590.382902938556 rows/sec., 854.82 KiB/sec. 2025.08.11 21:34:11.323526 [ 275 ] {282e41b8-6def-4240-8c44-6ce23dd118ad} TCPHandler: Processed in 0.001300682 sec. 2025.08.11 21:34:11.323711 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.323835 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} executeQuery: (from [fd00:1122:3344:101::d]:53582) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:34:11.324041 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:34:11.324073 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:34:11.324243 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:11.324294 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:34:11.324389 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.08.11 21:34:11.324416 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:34:11.324434 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.11 21:34:11.324448 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:34:11.324479 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:34:11.324496 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.11 21:34:11.324851 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} executeQuery: Read 22 rows, 983.00 B in 0.001064 sec., 20676.691729323305 rows/sec., 902.22 KiB/sec. 2025.08.11 21:34:11.324905 [ 275 ] {47dfc340-6fb1-4afe-86d7-1053b35acbd8} TCPHandler: Processed in 0.00124159 sec. 2025.08.11 21:34:11.330814 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.330964 [ 275 ] {8de76952-2806-4a86-b6fb-aaf03efbcb76} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.11 21:34:11.331023 [ 275 ] {8de76952-2806-4a86-b6fb-aaf03efbcb76} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:11.331626 [ 275 ] {8de76952-2806-4a86-b6fb-aaf03efbcb76} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.331663 [ 275 ] {8de76952-2806-4a86-b6fb-aaf03efbcb76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.332218 [ 275 ] {8de76952-2806-4a86-b6fb-aaf03efbcb76} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:11.332574 [ 275 ] {8de76952-2806-4a86-b6fb-aaf03efbcb76} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.332715 [ 275 ] {8de76952-2806-4a86-b6fb-aaf03efbcb76} executeQuery: Read 4 rows, 521.00 B in 0.001793 sec., 2230.897936419409 rows/sec., 283.76 KiB/sec. 2025.08.11 21:34:11.332751 [ 275 ] {8de76952-2806-4a86-b6fb-aaf03efbcb76} TCPHandler: Processed in 0.002009004 sec. 2025.08.11 21:34:11.332878 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.332990 [ 275 ] {4459325a-a87a-467d-b8f8-fe6c84a02628} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:34:11.333036 [ 275 ] {4459325a-a87a-467d-b8f8-fe6c84a02628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:34:11.333469 [ 275 ] {4459325a-a87a-467d-b8f8-fe6c84a02628} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.333503 [ 275 ] {4459325a-a87a-467d-b8f8-fe6c84a02628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.333956 [ 275 ] {4459325a-a87a-467d-b8f8-fe6c84a02628} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:11.334375 [ 275 ] {4459325a-a87a-467d-b8f8-fe6c84a02628} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.334502 [ 275 ] {4459325a-a87a-467d-b8f8-fe6c84a02628} executeQuery: Read 2 rows, 167.00 B in 0.001519 sec., 1316.6556945358789 rows/sec., 107.36 KiB/sec. 2025.08.11 21:34:11.334537 [ 275 ] {4459325a-a87a-467d-b8f8-fe6c84a02628} TCPHandler: Processed in 0.001708539 sec. 2025.08.11 21:34:11.334646 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.334736 [ 275 ] {3989c004-3af3-4ef9-aaf9-900c1e1b727d} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:11.334774 [ 275 ] {3989c004-3af3-4ef9-aaf9-900c1e1b727d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:11.335178 [ 275 ] {3989c004-3af3-4ef9-aaf9-900c1e1b727d} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.335212 [ 275 ] {3989c004-3af3-4ef9-aaf9-900c1e1b727d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.335605 [ 275 ] {3989c004-3af3-4ef9-aaf9-900c1e1b727d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:11.336061 [ 275 ] {3989c004-3af3-4ef9-aaf9-900c1e1b727d} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.336186 [ 275 ] {3989c004-3af3-4ef9-aaf9-900c1e1b727d} executeQuery: Read 57 rows, 4.48 KiB in 0.001467 sec., 38854.80572597137 rows/sec., 2.98 MiB/sec. 2025.08.11 21:34:11.336220 [ 275 ] {3989c004-3af3-4ef9-aaf9-900c1e1b727d} TCPHandler: Processed in 0.001621037 sec. 2025.08.11 21:34:11.336322 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.336412 [ 275 ] {f10cedc9-5a5e-4b53-b205-54a2bffc9431} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:11.336450 [ 275 ] {f10cedc9-5a5e-4b53-b205-54a2bffc9431} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:11.336821 [ 275 ] {f10cedc9-5a5e-4b53-b205-54a2bffc9431} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.336856 [ 275 ] {f10cedc9-5a5e-4b53-b205-54a2bffc9431} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.337297 [ 275 ] {f10cedc9-5a5e-4b53-b205-54a2bffc9431} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:11.337725 [ 275 ] {f10cedc9-5a5e-4b53-b205-54a2bffc9431} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.337862 [ 275 ] {f10cedc9-5a5e-4b53-b205-54a2bffc9431} executeQuery: Read 2 rows, 143.00 B in 0.001467 sec., 1363.3265167007498 rows/sec., 95.19 KiB/sec. 2025.08.11 21:34:11.337897 [ 275 ] {f10cedc9-5a5e-4b53-b205-54a2bffc9431} TCPHandler: Processed in 0.001622017 sec. 2025.08.11 21:34:11.337997 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.338087 [ 275 ] {cb2af3d1-d803-4537-a4f6-6c8d18e99e56} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:11.338123 [ 275 ] {cb2af3d1-d803-4537-a4f6-6c8d18e99e56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:11.338524 [ 275 ] {cb2af3d1-d803-4537-a4f6-6c8d18e99e56} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.338559 [ 275 ] {cb2af3d1-d803-4537-a4f6-6c8d18e99e56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.338970 [ 275 ] {cb2af3d1-d803-4537-a4f6-6c8d18e99e56} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:11.339378 [ 275 ] {cb2af3d1-d803-4537-a4f6-6c8d18e99e56} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.339507 [ 275 ] {cb2af3d1-d803-4537-a4f6-6c8d18e99e56} executeQuery: Read 66 rows, 5.28 KiB in 0.001438 sec., 45897.07927677329 rows/sec., 3.58 MiB/sec. 2025.08.11 21:34:11.339542 [ 275 ] {cb2af3d1-d803-4537-a4f6-6c8d18e99e56} TCPHandler: Processed in 0.001590857 sec. 2025.08.11 21:34:11.339643 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.339734 [ 275 ] {c0fe76f6-3c13-436f-8dfe-1613ce664a27} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:11.339774 [ 275 ] {c0fe76f6-3c13-436f-8dfe-1613ce664a27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:11.340163 [ 275 ] {c0fe76f6-3c13-436f-8dfe-1613ce664a27} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.340198 [ 275 ] {c0fe76f6-3c13-436f-8dfe-1613ce664a27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.340668 [ 275 ] {c0fe76f6-3c13-436f-8dfe-1613ce664a27} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:11.341112 [ 275 ] {c0fe76f6-3c13-436f-8dfe-1613ce664a27} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.341245 [ 275 ] {c0fe76f6-3c13-436f-8dfe-1613ce664a27} executeQuery: Read 161 rows, 11.48 KiB in 0.001528 sec., 105366.49214659685 rows/sec., 7.34 MiB/sec. 2025.08.11 21:34:11.341279 [ 275 ] {c0fe76f6-3c13-436f-8dfe-1613ce664a27} TCPHandler: Processed in 0.001682038 sec. 2025.08.11 21:34:11.341390 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:11.341480 [ 275 ] {f85f6bcb-9baf-400a-8061-46bb557ba31b} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:11.341518 [ 275 ] {f85f6bcb-9baf-400a-8061-46bb557ba31b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:11.341958 [ 275 ] {f85f6bcb-9baf-400a-8061-46bb557ba31b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.341991 [ 275 ] {f85f6bcb-9baf-400a-8061-46bb557ba31b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.342400 [ 275 ] {f85f6bcb-9baf-400a-8061-46bb557ba31b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:11.342820 [ 275 ] {f85f6bcb-9baf-400a-8061-46bb557ba31b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.342950 [ 275 ] {f85f6bcb-9baf-400a-8061-46bb557ba31b} executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. 2025.08.11 21:34:11.342984 [ 275 ] {f85f6bcb-9baf-400a-8061-46bb557ba31b} TCPHandler: Processed in 0.001651038 sec. 2025.08.11 21:34:11.765594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.08.11 21:34:11.766155 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.766204 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.766878 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:11.767311 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.767460 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.08.11 21:34:11.880730 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.08.11 21:34:11.897483 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:11.897523 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:11.903534 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:11.904683 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:11.907462 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.08.11 21:34:12.000211 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 163.64 MiB, peak 167.64 MiB, free memory in arenas 0.00 B, will set to 164.89 MiB (RSS), difference: 1.26 MiB 2025.08.11 21:34:14.264916 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 196 2025.08.11 21:34:14.267079 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:14.267125 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:14.268371 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:14.268975 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:14.269298 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 196 2025.08.11 21:34:16.281898 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:16.282087 [ 275 ] {d1655048-0ccc-4d9c-828f-1d6ce6ceb6f3} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:16.282156 [ 275 ] {d1655048-0ccc-4d9c-828f-1d6ce6ceb6f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:16.282817 [ 275 ] {d1655048-0ccc-4d9c-828f-1d6ce6ceb6f3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:16.282859 [ 275 ] {d1655048-0ccc-4d9c-828f-1d6ce6ceb6f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:16.283232 [ 275 ] {d1655048-0ccc-4d9c-828f-1d6ce6ceb6f3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:16.283458 [ 275 ] {d1655048-0ccc-4d9c-828f-1d6ce6ceb6f3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:16.283608 [ 275 ] {d1655048-0ccc-4d9c-828f-1d6ce6ceb6f3} executeQuery: Read 76 rows, 6.41 KiB in 0.001571 sec., 48376.83004455761 rows/sec., 3.99 MiB/sec. 2025.08.11 21:34:16.283649 [ 275 ] {d1655048-0ccc-4d9c-828f-1d6ce6ceb6f3} TCPHandler: Processed in 0.001880482 sec. 2025.08.11 21:34:16.283778 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:16.283877 [ 275 ] {17e98f97-1548-4748-8341-a6a0a1594c99} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:16.283918 [ 275 ] {17e98f97-1548-4748-8341-a6a0a1594c99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:16.284310 [ 275 ] {17e98f97-1548-4748-8341-a6a0a1594c99} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:16.284347 [ 275 ] {17e98f97-1548-4748-8341-a6a0a1594c99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:16.284638 [ 275 ] {17e98f97-1548-4748-8341-a6a0a1594c99} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:16.284840 [ 275 ] {17e98f97-1548-4748-8341-a6a0a1594c99} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:16.284965 [ 275 ] {17e98f97-1548-4748-8341-a6a0a1594c99} executeQuery: Read 10 rows, 770.00 B in 0.001106 sec., 9041.591320072333 rows/sec., 679.89 KiB/sec. 2025.08.11 21:34:16.285002 [ 275 ] {17e98f97-1548-4748-8341-a6a0a1594c99} TCPHandler: Processed in 0.001273421 sec. 2025.08.11 21:34:16.285103 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:16.285205 [ 275 ] {7962443d-1ec9-4127-9b0d-ddb979efd78a} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:16.285247 [ 275 ] {7962443d-1ec9-4127-9b0d-ddb979efd78a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:16.285666 [ 275 ] {7962443d-1ec9-4127-9b0d-ddb979efd78a} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:16.285704 [ 275 ] {7962443d-1ec9-4127-9b0d-ddb979efd78a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:16.286011 [ 275 ] {7962443d-1ec9-4127-9b0d-ddb979efd78a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:16.286222 [ 275 ] {7962443d-1ec9-4127-9b0d-ddb979efd78a} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:16.286353 [ 275 ] {7962443d-1ec9-4127-9b0d-ddb979efd78a} executeQuery: Read 74 rows, 5.92 KiB in 0.001166 sec., 63464.83704974272 rows/sec., 4.95 MiB/sec. 2025.08.11 21:34:16.286392 [ 275 ] {7962443d-1ec9-4127-9b0d-ddb979efd78a} TCPHandler: Processed in 0.001338672 sec. 2025.08.11 21:34:16.286501 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:16.286595 [ 275 ] {31bdce5b-3565-4e8d-b3c3-360db3b1a6a8} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:16.286640 [ 275 ] {31bdce5b-3565-4e8d-b3c3-360db3b1a6a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:16.287036 [ 275 ] {31bdce5b-3565-4e8d-b3c3-360db3b1a6a8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:16.287074 [ 275 ] {31bdce5b-3565-4e8d-b3c3-360db3b1a6a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:16.287396 [ 275 ] {31bdce5b-3565-4e8d-b3c3-360db3b1a6a8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:16.287600 [ 275 ] {31bdce5b-3565-4e8d-b3c3-360db3b1a6a8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:16.287732 [ 275 ] {31bdce5b-3565-4e8d-b3c3-360db3b1a6a8} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2025.08.11 21:34:16.287768 [ 275 ] {31bdce5b-3565-4e8d-b3c3-360db3b1a6a8} TCPHandler: Processed in 0.001315862 sec. 2025.08.11 21:34:16.287869 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:16.287963 [ 275 ] {d6f55b7c-6b92-4039-823c-a53d57532523} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:16.288019 [ 275 ] {d6f55b7c-6b92-4039-823c-a53d57532523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:34:16.288721 [ 275 ] {d6f55b7c-6b92-4039-823c-a53d57532523} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:16.288758 [ 275 ] {d6f55b7c-6b92-4039-823c-a53d57532523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:16.289257 [ 275 ] {d6f55b7c-6b92-4039-823c-a53d57532523} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:16.289470 [ 275 ] {d6f55b7c-6b92-4039-823c-a53d57532523} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:16.289605 [ 275 ] {d6f55b7c-6b92-4039-823c-a53d57532523} executeQuery: Read 10 rows, 18.35 KiB in 0.00166 sec., 6024.096385542169 rows/sec., 10.79 MiB/sec. 2025.08.11 21:34:16.289654 [ 275 ] {d6f55b7c-6b92-4039-823c-a53d57532523} TCPHandler: Processed in 0.0018349 sec. 2025.08.11 21:34:16.289759 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:16.289854 [ 275 ] {cea51e19-24c5-4ec3-9b2e-155d91299458} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:16.289896 [ 275 ] {cea51e19-24c5-4ec3-9b2e-155d91299458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:16.290257 [ 275 ] {cea51e19-24c5-4ec3-9b2e-155d91299458} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:16.290295 [ 275 ] {cea51e19-24c5-4ec3-9b2e-155d91299458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:16.290598 [ 275 ] {cea51e19-24c5-4ec3-9b2e-155d91299458} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:16.290798 [ 275 ] {cea51e19-24c5-4ec3-9b2e-155d91299458} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:16.290930 [ 275 ] {cea51e19-24c5-4ec3-9b2e-155d91299458} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2025.08.11 21:34:16.290966 [ 275 ] {cea51e19-24c5-4ec3-9b2e-155d91299458} TCPHandler: Processed in 0.001255871 sec. 2025.08.11 21:34:19.205746 [ 78 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:34:19.205802 [ 78 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:34:19.268381 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.08.11 21:34:19.268984 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:19.269045 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:19.269834 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:19.270432 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:19.270584 [ 77 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:19.270586 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.08.11 21:34:19.270633 [ 77 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:19.270655 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:19.272827 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:19.273022 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:19.273097 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.08.11 21:34:19.273219 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.08.11 21:34:19.273321 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2025.08.11 21:34:19.273370 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2025.08.11 21:34:19.273416 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2025.08.11 21:34:19.273462 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.08.11 21:34:19.300957 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.030174895 sec., 92991.21007711874 rows/sec., 1.33 MiB/sec. 2025.08.11 21:34:19.301833 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:19.302123 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:19.302190 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_6_1} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:19.302295 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.08.11 21:34:19.408365 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.08.11 21:34:19.428439 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:19.428500 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:19.434561 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:19.435342 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:19.435667 [ 77 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:19.435740 [ 77 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:19.435777 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:19.435920 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:19.439468 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.08.11 21:34:19.440507 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:19.442146 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.08.11 21:34:19.447088 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.08.11 21:34:19.451557 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.08.11 21:34:19.455759 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.08.11 21:34:19.464782 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.08.11 21:34:19.469108 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.08.11 21:34:19.534752 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.098896297 sec., 465.1336945406561 rows/sec., 2.41 MiB/sec. 2025.08.11 21:34:19.537241 [ 186 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:19.539380 [ 186 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:19.539487 [ 186 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_6_1} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:19.541309 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.08.11 21:34:20.001148 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 166.07 MiB, peak 175.61 MiB, free memory in arenas 0.00 B, will set to 176.46 MiB (RSS), difference: 10.39 MiB 2025.08.11 21:34:21.282299 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:21.282571 [ 275 ] {2276e23e-212e-42a8-974c-5591fe8e609d} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:21.282653 [ 275 ] {2276e23e-212e-42a8-974c-5591fe8e609d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:21.283390 [ 275 ] {2276e23e-212e-42a8-974c-5591fe8e609d} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:21.283431 [ 275 ] {2276e23e-212e-42a8-974c-5591fe8e609d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:21.283808 [ 275 ] {2276e23e-212e-42a8-974c-5591fe8e609d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:21.284040 [ 275 ] {2276e23e-212e-42a8-974c-5591fe8e609d} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:21.284169 [ 76 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:21.284191 [ 275 ] {2276e23e-212e-42a8-974c-5591fe8e609d} executeQuery: Read 56 rows, 4.41 KiB in 0.001693 sec., 33077.377436503244 rows/sec., 2.54 MiB/sec. 2025.08.11 21:34:21.284204 [ 76 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:21.284232 [ 275 ] {2276e23e-212e-42a8-974c-5591fe8e609d} TCPHandler: Processed in 0.002103736 sec. 2025.08.11 21:34:21.284252 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:21.284371 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:21.284453 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:21.284478 [ 275 ] {aa695c8f-989f-49ee-b40d-25a29df4d996} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:21.284571 [ 275 ] {aa695c8f-989f-49ee-b40d-25a29df4d996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:21.284691 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:21.284758 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 196 rows starting from the beginning of the part 2025.08.11 21:34:21.284935 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2025.08.11 21:34:21.285018 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part 2025.08.11 21:34:21.285044 [ 275 ] {aa695c8f-989f-49ee-b40d-25a29df4d996} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:21.285091 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2025.08.11 21:34:21.285092 [ 275 ] {aa695c8f-989f-49ee-b40d-25a29df4d996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:21.285167 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part 2025.08.11 21:34:21.285242 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.08.11 21:34:21.285423 [ 275 ] {aa695c8f-989f-49ee-b40d-25a29df4d996} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:21.285713 [ 275 ] {aa695c8f-989f-49ee-b40d-25a29df4d996} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:21.285842 [ 275 ] {aa695c8f-989f-49ee-b40d-25a29df4d996} executeQuery: Read 64 rows, 5.12 KiB in 0.001382 sec., 46309.69609261939 rows/sec., 3.61 MiB/sec. 2025.08.11 21:34:21.285884 [ 275 ] {aa695c8f-989f-49ee-b40d-25a29df4d996} TCPHandler: Processed in 0.001559566 sec. 2025.08.11 21:34:21.285881 [ 74 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:21.285958 [ 74 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:21.285994 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:21.286081 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:21.286084 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:21.286190 [ 275 ] {72a54060-b180-42f3-ac38-b4b505f6aa6c} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:21.286208 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:21.286233 [ 275 ] {72a54060-b180-42f3-ac38-b4b505f6aa6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:21.286246 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 110 rows starting from the beginning of the part 2025.08.11 21:34:21.286333 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.08.11 21:34:21.286381 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 66 rows starting from the beginning of the part 2025.08.11 21:34:21.286429 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2025.08.11 21:34:21.286484 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2025.08.11 21:34:21.286540 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.08.11 21:34:21.286562 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 509 rows, containing 5 columns (5 merged, 0 gathered) in 0.002199336 sec., 231433.4871979543 rows/sec., 20.10 MiB/sec. 2025.08.11 21:34:21.286719 [ 275 ] {72a54060-b180-42f3-ac38-b4b505f6aa6c} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:21.286721 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:21.286761 [ 275 ] {72a54060-b180-42f3-ac38-b4b505f6aa6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:21.287068 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:21.287146 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_6_1} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:21.287211 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.08.11 21:34:21.287250 [ 275 ] {72a54060-b180-42f3-ac38-b4b505f6aa6c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:21.287461 [ 275 ] {72a54060-b180-42f3-ac38-b4b505f6aa6c} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:21.287546 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 436 rows, containing 5 columns (5 merged, 0 gathered) in 0.001502895 sec., 290106.76061867265 rows/sec., 24.00 MiB/sec. 2025.08.11 21:34:21.287584 [ 275 ] {72a54060-b180-42f3-ac38-b4b505f6aa6c} executeQuery: Read 160 rows, 11.41 KiB in 0.001413 sec., 113234.2533616419 rows/sec., 7.89 MiB/sec. 2025.08.11 21:34:21.287587 [ 74 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:21.287627 [ 275 ] {72a54060-b180-42f3-ac38-b4b505f6aa6c} TCPHandler: Processed in 0.001592986 sec. 2025.08.11 21:34:21.287639 [ 74 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:21.287665 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:21.287748 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:21.287791 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:21.287799 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:21.287871 [ 275 ] {a61eec5f-b1b7-429b-a58d-0485e009e8cf} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:21.287917 [ 275 ] {a61eec5f-b1b7-429b-a58d-0485e009e8cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:21.287976 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:21.288033 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 286 rows starting from the beginning of the part 2025.08.11 21:34:21.288126 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:21.288152 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2025.08.11 21:34:21.288217 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_6_1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:21.288225 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2025.08.11 21:34:21.288288 [ 275 ] {a61eec5f-b1b7-429b-a58d-0485e009e8cf} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:21.288292 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part 2025.08.11 21:34:21.288331 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.11 21:34:21.288333 [ 275 ] {a61eec5f-b1b7-429b-a58d-0485e009e8cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:21.288384 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.08.11 21:34:21.288445 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.08.11 21:34:21.288665 [ 275 ] {a61eec5f-b1b7-429b-a58d-0485e009e8cf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:21.288895 [ 275 ] {a61eec5f-b1b7-429b-a58d-0485e009e8cf} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:21.289013 [ 74 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:21.289024 [ 275 ] {a61eec5f-b1b7-429b-a58d-0485e009e8cf} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2025.08.11 21:34:21.289053 [ 74 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:21.289074 [ 275 ] {a61eec5f-b1b7-429b-a58d-0485e009e8cf} TCPHandler: Processed in 0.001372603 sec. 2025.08.11 21:34:21.289078 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:21.289177 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:21.289277 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:21.289302 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part 2025.08.11 21:34:21.289365 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2025.08.11 21:34:21.289401 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2025.08.11 21:34:21.289433 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.08.11 21:34:21.289484 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.08.11 21:34:21.289522 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.08.11 21:34:21.289600 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001857692 sec., 574368.6251542236 rows/sec., 40.74 MiB/sec. 2025.08.11 21:34:21.289776 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:21.290026 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:21.290091 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_6_1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:21.290153 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.08.11 21:34:21.290308 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.00120533 sec., 273783.942986568 rows/sec., 18.60 MiB/sec. 2025.08.11 21:34:21.290479 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:21.290791 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:21.290854 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_6_1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:21.290923 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.11 21:34:24.269612 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 216 2025.08.11 21:34:24.271642 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:24.271699 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:24.272864 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:24.273138 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:24.273473 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 216 2025.08.11 21:34:26.284362 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.284573 [ 275 ] {86a7c0f0-e143-452b-879e-0a25a070a04f} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:34:26.284645 [ 275 ] {86a7c0f0-e143-452b-879e-0a25a070a04f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:34:26.285301 [ 275 ] {86a7c0f0-e143-452b-879e-0a25a070a04f} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.285347 [ 275 ] {86a7c0f0-e143-452b-879e-0a25a070a04f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.285731 [ 275 ] {86a7c0f0-e143-452b-879e-0a25a070a04f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:26.285952 [ 275 ] {86a7c0f0-e143-452b-879e-0a25a070a04f} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.286102 [ 275 ] {86a7c0f0-e143-452b-879e-0a25a070a04f} executeQuery: Read 24 rows, 2.04 KiB in 0.001581 sec., 15180.265654648956 rows/sec., 1.26 MiB/sec. 2025.08.11 21:34:26.286144 [ 275 ] {86a7c0f0-e143-452b-879e-0a25a070a04f} TCPHandler: Processed in 0.001915802 sec. 2025.08.11 21:34:26.286386 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.286567 [ 275 ] {8d38a3af-ac7f-4c11-bbb2-5427e48344d2} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:26.286638 [ 275 ] {8d38a3af-ac7f-4c11-bbb2-5427e48344d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:26.287334 [ 275 ] {8d38a3af-ac7f-4c11-bbb2-5427e48344d2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.287377 [ 275 ] {8d38a3af-ac7f-4c11-bbb2-5427e48344d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.287703 [ 275 ] {8d38a3af-ac7f-4c11-bbb2-5427e48344d2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:26.287913 [ 275 ] {8d38a3af-ac7f-4c11-bbb2-5427e48344d2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.288043 [ 275 ] {8d38a3af-ac7f-4c11-bbb2-5427e48344d2} executeQuery: Read 196 rows, 17.87 KiB in 0.001529 sec., 128188.35840418574 rows/sec., 11.42 MiB/sec. 2025.08.11 21:34:26.288095 [ 275 ] {8d38a3af-ac7f-4c11-bbb2-5427e48344d2} TCPHandler: Processed in 0.001840391 sec. 2025.08.11 21:34:26.288209 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.288307 [ 275 ] {b580bdaa-e9ec-45b5-a06c-e715b61fb6e7} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:26.288348 [ 275 ] {b580bdaa-e9ec-45b5-a06c-e715b61fb6e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:26.288776 [ 275 ] {b580bdaa-e9ec-45b5-a06c-e715b61fb6e7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.288812 [ 275 ] {b580bdaa-e9ec-45b5-a06c-e715b61fb6e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.289146 [ 275 ] {b580bdaa-e9ec-45b5-a06c-e715b61fb6e7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:26.289358 [ 275 ] {b580bdaa-e9ec-45b5-a06c-e715b61fb6e7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.289485 [ 275 ] {b580bdaa-e9ec-45b5-a06c-e715b61fb6e7} executeQuery: Read 22 rows, 1.71 KiB in 0.001197 sec., 18379.281537176274 rows/sec., 1.40 MiB/sec. 2025.08.11 21:34:26.289521 [ 275 ] {b580bdaa-e9ec-45b5-a06c-e715b61fb6e7} TCPHandler: Processed in 0.001363483 sec. 2025.08.11 21:34:26.289626 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.289720 [ 275 ] {5a4d6f85-b161-408f-8968-35f439ab8948} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:34:26.289759 [ 275 ] {5a4d6f85-b161-408f-8968-35f439ab8948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:34:26.290140 [ 275 ] {5a4d6f85-b161-408f-8968-35f439ab8948} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.290176 [ 275 ] {5a4d6f85-b161-408f-8968-35f439ab8948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.290469 [ 275 ] {5a4d6f85-b161-408f-8968-35f439ab8948} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:26.290701 [ 275 ] {5a4d6f85-b161-408f-8968-35f439ab8948} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.290823 [ 275 ] {5a4d6f85-b161-408f-8968-35f439ab8948} executeQuery: Read 24 rows, 2.04 KiB in 0.001121 sec., 21409.455842997322 rows/sec., 1.78 MiB/sec. 2025.08.11 21:34:26.290860 [ 275 ] {5a4d6f85-b161-408f-8968-35f439ab8948} TCPHandler: Processed in 0.001282491 sec. 2025.08.11 21:34:26.290964 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.291058 [ 275 ] {c9393c1d-1847-4c93-b166-add6448e09aa} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:34:26.291098 [ 275 ] {c9393c1d-1847-4c93-b166-add6448e09aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:34:26.291471 [ 275 ] {c9393c1d-1847-4c93-b166-add6448e09aa} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.291505 [ 275 ] {c9393c1d-1847-4c93-b166-add6448e09aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.291793 [ 275 ] {c9393c1d-1847-4c93-b166-add6448e09aa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:26.291996 [ 275 ] {c9393c1d-1847-4c93-b166-add6448e09aa} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.292118 [ 275 ] {c9393c1d-1847-4c93-b166-add6448e09aa} executeQuery: Read 12 rows, 960.00 B in 0.001077 sec., 11142.061281337046 rows/sec., 870.47 KiB/sec. 2025.08.11 21:34:26.292154 [ 275 ] {c9393c1d-1847-4c93-b166-add6448e09aa} TCPHandler: Processed in 0.001240481 sec. 2025.08.11 21:34:26.292258 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.292350 [ 275 ] {3deb282b-e99b-4216-8fcf-b827ac518dfc} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:26.292389 [ 275 ] {3deb282b-e99b-4216-8fcf-b827ac518dfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:26.292797 [ 275 ] {3deb282b-e99b-4216-8fcf-b827ac518dfc} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.292832 [ 275 ] {3deb282b-e99b-4216-8fcf-b827ac518dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.293122 [ 275 ] {3deb282b-e99b-4216-8fcf-b827ac518dfc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:26.293326 [ 275 ] {3deb282b-e99b-4216-8fcf-b827ac518dfc} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.293445 [ 275 ] {3deb282b-e99b-4216-8fcf-b827ac518dfc} executeQuery: Read 110 rows, 9.17 KiB in 0.001112 sec., 98920.86330935253 rows/sec., 8.06 MiB/sec. 2025.08.11 21:34:26.293481 [ 275 ] {3deb282b-e99b-4216-8fcf-b827ac518dfc} TCPHandler: Processed in 0.001272051 sec. 2025.08.11 21:34:26.293591 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.293685 [ 275 ] {f52bad13-c4f8-480f-be94-f217ee40988a} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:26.293727 [ 275 ] {f52bad13-c4f8-480f-be94-f217ee40988a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:26.294116 [ 275 ] {f52bad13-c4f8-480f-be94-f217ee40988a} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.294150 [ 275 ] {f52bad13-c4f8-480f-be94-f217ee40988a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.294464 [ 275 ] {f52bad13-c4f8-480f-be94-f217ee40988a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:26.294672 [ 275 ] {f52bad13-c4f8-480f-be94-f217ee40988a} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.294793 [ 275 ] {f52bad13-c4f8-480f-be94-f217ee40988a} executeQuery: Read 196 rows, 14.40 KiB in 0.001127 sec., 173913.04347826086 rows/sec., 12.48 MiB/sec. 2025.08.11 21:34:26.294827 [ 275 ] {f52bad13-c4f8-480f-be94-f217ee40988a} TCPHandler: Processed in 0.001285022 sec. 2025.08.11 21:34:26.294937 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.295030 [ 275 ] {2c88fdaf-f5d7-42a4-ac4b-08a9527f2229} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:26.295085 [ 275 ] {2c88fdaf-f5d7-42a4-ac4b-08a9527f2229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:34:26.295806 [ 275 ] {2c88fdaf-f5d7-42a4-ac4b-08a9527f2229} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.295840 [ 275 ] {2c88fdaf-f5d7-42a4-ac4b-08a9527f2229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.296330 [ 275 ] {2c88fdaf-f5d7-42a4-ac4b-08a9527f2229} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:26.296543 [ 275 ] {2c88fdaf-f5d7-42a4-ac4b-08a9527f2229} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.296674 [ 275 ] {2c88fdaf-f5d7-42a4-ac4b-08a9527f2229} executeQuery: Read 10 rows, 18.35 KiB in 0.001662 sec., 6016.847172081829 rows/sec., 10.78 MiB/sec. 2025.08.11 21:34:26.296721 [ 275 ] {2c88fdaf-f5d7-42a4-ac4b-08a9527f2229} TCPHandler: Processed in 0.00183374 sec. 2025.08.11 21:34:26.296828 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:26.296922 [ 275 ] {0ab4143a-a82a-4476-8d38-8eb486a89fb1} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:26.296962 [ 275 ] {0ab4143a-a82a-4476-8d38-8eb486a89fb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:26.297288 [ 275 ] {0ab4143a-a82a-4476-8d38-8eb486a89fb1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.297322 [ 275 ] {0ab4143a-a82a-4476-8d38-8eb486a89fb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.297611 [ 275 ] {0ab4143a-a82a-4476-8d38-8eb486a89fb1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:26.297812 [ 275 ] {0ab4143a-a82a-4476-8d38-8eb486a89fb1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.297933 [ 275 ] {0ab4143a-a82a-4476-8d38-8eb486a89fb1} executeQuery: Read 60 rows, 4.14 KiB in 0.00103 sec., 58252.42718446601 rows/sec., 3.93 MiB/sec. 2025.08.11 21:34:26.297967 [ 275 ] {0ab4143a-a82a-4476-8d38-8eb486a89fb1} TCPHandler: Processed in 0.00118786 sec. 2025.08.11 21:34:26.771085 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.08.11 21:34:26.771639 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.771686 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.772183 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:26.772421 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.772550 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.08.11 21:34:26.939917 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.08.11 21:34:26.958575 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:26.958655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:26.964329 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:26.965055 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:26.969112 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.08.11 21:34:31.281839 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:31.282028 [ 275 ] {67100cce-757d-498e-8b42-48e961dc50fd} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:31.282092 [ 275 ] {67100cce-757d-498e-8b42-48e961dc50fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:31.282724 [ 275 ] {67100cce-757d-498e-8b42-48e961dc50fd} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:31.282769 [ 275 ] {67100cce-757d-498e-8b42-48e961dc50fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:31.283156 [ 275 ] {67100cce-757d-498e-8b42-48e961dc50fd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:34:31.283392 [ 275 ] {67100cce-757d-498e-8b42-48e961dc50fd} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:31.283545 [ 275 ] {67100cce-757d-498e-8b42-48e961dc50fd} executeQuery: Read 56 rows, 4.41 KiB in 0.001563 sec., 35828.53486884197 rows/sec., 2.75 MiB/sec. 2025.08.11 21:34:31.283592 [ 275 ] {67100cce-757d-498e-8b42-48e961dc50fd} TCPHandler: Processed in 0.001873401 sec. 2025.08.11 21:34:31.283782 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:31.283890 [ 275 ] {f82578bb-04b9-4209-84ac-a129eedcb194} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:31.283934 [ 275 ] {f82578bb-04b9-4209-84ac-a129eedcb194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:31.284375 [ 275 ] {f82578bb-04b9-4209-84ac-a129eedcb194} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:31.284412 [ 275 ] {f82578bb-04b9-4209-84ac-a129eedcb194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:31.284729 [ 275 ] {f82578bb-04b9-4209-84ac-a129eedcb194} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:34:31.284938 [ 275 ] {f82578bb-04b9-4209-84ac-a129eedcb194} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:31.285065 [ 275 ] {f82578bb-04b9-4209-84ac-a129eedcb194} executeQuery: Read 64 rows, 5.12 KiB in 0.001198 sec., 53422.37061769616 rows/sec., 4.17 MiB/sec. 2025.08.11 21:34:31.285102 [ 275 ] {f82578bb-04b9-4209-84ac-a129eedcb194} TCPHandler: Processed in 0.001374232 sec. 2025.08.11 21:34:31.285218 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:31.285315 [ 275 ] {a4c10a21-ce48-47a1-97e3-7cc273b3e167} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:31.285360 [ 275 ] {a4c10a21-ce48-47a1-97e3-7cc273b3e167} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:31.285757 [ 275 ] {a4c10a21-ce48-47a1-97e3-7cc273b3e167} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:31.285792 [ 275 ] {a4c10a21-ce48-47a1-97e3-7cc273b3e167} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:31.286128 [ 275 ] {a4c10a21-ce48-47a1-97e3-7cc273b3e167} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:34:31.286335 [ 275 ] {a4c10a21-ce48-47a1-97e3-7cc273b3e167} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:31.286463 [ 275 ] {a4c10a21-ce48-47a1-97e3-7cc273b3e167} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.08.11 21:34:31.286499 [ 275 ] {a4c10a21-ce48-47a1-97e3-7cc273b3e167} TCPHandler: Processed in 0.001332292 sec. 2025.08.11 21:34:31.286614 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:31.286709 [ 275 ] {faa5cd2a-9923-4402-a839-cd477c2cf45c} executeQuery: (from [fd00:1122:3344:101::d]:53582) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:31.286752 [ 275 ] {faa5cd2a-9923-4402-a839-cd477c2cf45c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:31.287086 [ 275 ] {faa5cd2a-9923-4402-a839-cd477c2cf45c} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:31.287120 [ 275 ] {faa5cd2a-9923-4402-a839-cd477c2cf45c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:31.287425 [ 275 ] {faa5cd2a-9923-4402-a839-cd477c2cf45c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:34:31.287625 [ 275 ] {faa5cd2a-9923-4402-a839-cd477c2cf45c} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:31.287749 [ 275 ] {faa5cd2a-9923-4402-a839-cd477c2cf45c} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.08.11 21:34:31.287784 [ 275 ] {faa5cd2a-9923-4402-a839-cd477c2cf45c} TCPHandler: Processed in 0.0012199 sec. 2025.08.11 21:34:34.206052 [ 57 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:34:34.206104 [ 57 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:34:34.273595 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 242 2025.08.11 21:34:34.273607 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.08.11 21:34:34.274140 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:34.274194 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:34.274700 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:34:34.274951 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:34.275097 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.08.11 21:34:34.275773 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:34.275841 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:34.277071 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:34.277381 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:34.277802 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 242 2025.08.11 21:34:34.470157 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.08.11 21:34:34.488450 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:34.488517 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2025.08.11 21:34:34.494334 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:34:34.495091 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:34.499428 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.08.11 21:34:35.811845 [ 275 ] {} TCPHandler: Done processing connection. 2025.08.11 21:34:35.811941 [ 275 ] {} TCP-Session: 1e910ab0-8b87-4565-80e3-525fd98ee038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.11 21:34:36.000156 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 176.06 MiB, peak 183.30 MiB, free memory in arenas 0.00 B, will set to 178.12 MiB (RSS), difference: 2.06 MiB 2025.08.11 21:34:36.281876 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:36.282080 [ 277 ] {f66f859d-4df4-4a0e-9e28-7f911e74ecce} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:36.282154 [ 277 ] {f66f859d-4df4-4a0e-9e28-7f911e74ecce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:36.282850 [ 277 ] {f66f859d-4df4-4a0e-9e28-7f911e74ecce} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:36.282904 [ 277 ] {f66f859d-4df4-4a0e-9e28-7f911e74ecce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:36.283338 [ 277 ] {f66f859d-4df4-4a0e-9e28-7f911e74ecce} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:34:36.283595 [ 277 ] {f66f859d-4df4-4a0e-9e28-7f911e74ecce} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:36.283752 [ 277 ] {f66f859d-4df4-4a0e-9e28-7f911e74ecce} executeQuery: Read 76 rows, 6.41 KiB in 0.001726 sec., 44032.4449594438 rows/sec., 3.63 MiB/sec. 2025.08.11 21:34:36.283793 [ 277 ] {f66f859d-4df4-4a0e-9e28-7f911e74ecce} TCPHandler: Processed in 0.002063225 sec. 2025.08.11 21:34:36.283915 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:36.284012 [ 277 ] {da6b1976-887a-4ab2-800c-592a81258cb4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:36.284054 [ 277 ] {da6b1976-887a-4ab2-800c-592a81258cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:36.284446 [ 277 ] {da6b1976-887a-4ab2-800c-592a81258cb4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:36.284483 [ 277 ] {da6b1976-887a-4ab2-800c-592a81258cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:36.284785 [ 277 ] {da6b1976-887a-4ab2-800c-592a81258cb4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:36.285007 [ 277 ] {da6b1976-887a-4ab2-800c-592a81258cb4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:36.285113 [ 56 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:36.285135 [ 277 ] {da6b1976-887a-4ab2-800c-592a81258cb4} executeQuery: Read 10 rows, 770.00 B in 0.001143 sec., 8748.906386701663 rows/sec., 657.88 KiB/sec. 2025.08.11 21:34:36.285180 [ 56 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:36.285188 [ 277 ] {da6b1976-887a-4ab2-800c-592a81258cb4} TCPHandler: Processed in 0.001322722 sec. 2025.08.11 21:34:36.285209 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:36.285308 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:36.285333 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:36.285409 [ 277 ] {a84bacc5-3d54-467f-8cbe-06779699d818} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:36.285454 [ 277 ] {a84bacc5-3d54-467f-8cbe-06779699d818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:36.285485 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:36.285530 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.08.11 21:34:36.285605 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.08.11 21:34:36.285658 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.08.11 21:34:36.285706 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.08.11 21:34:36.285750 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2025.08.11 21:34:36.285795 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2025.08.11 21:34:36.285882 [ 277 ] {a84bacc5-3d54-467f-8cbe-06779699d818} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:36.285925 [ 277 ] {a84bacc5-3d54-467f-8cbe-06779699d818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:36.286302 [ 277 ] {a84bacc5-3d54-467f-8cbe-06779699d818} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:34:36.286565 [ 277 ] {a84bacc5-3d54-467f-8cbe-06779699d818} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:36.286721 [ 277 ] {a84bacc5-3d54-467f-8cbe-06779699d818} executeQuery: Read 74 rows, 5.92 KiB in 0.001326 sec., 55806.93815987934 rows/sec., 4.36 MiB/sec. 2025.08.11 21:34:36.286743 [ 196 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 5 columns (5 merged, 0 gathered) in 0.001455745 sec., 57702.41354083304 rows/sec., 4.50 MiB/sec. 2025.08.11 21:34:36.286774 [ 277 ] {a84bacc5-3d54-467f-8cbe-06779699d818} TCPHandler: Processed in 0.001514045 sec. 2025.08.11 21:34:36.286911 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:36.286963 [ 196 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:36.287028 [ 277 ] {2cef168f-1f52-4b8b-99bd-3bdd87daf12b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:36.287087 [ 277 ] {2cef168f-1f52-4b8b-99bd-3bdd87daf12b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:36.287317 [ 196 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:36.287398 [ 196 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_6_1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:36.287489 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.11 21:34:36.287542 [ 277 ] {2cef168f-1f52-4b8b-99bd-3bdd87daf12b} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:36.287586 [ 277 ] {2cef168f-1f52-4b8b-99bd-3bdd87daf12b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:36.287947 [ 277 ] {2cef168f-1f52-4b8b-99bd-3bdd87daf12b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:34:36.288184 [ 277 ] {2cef168f-1f52-4b8b-99bd-3bdd87daf12b} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:36.288319 [ 277 ] {2cef168f-1f52-4b8b-99bd-3bdd87daf12b} executeQuery: Read 160 rows, 11.41 KiB in 0.001317 sec., 121488.23082763857 rows/sec., 8.46 MiB/sec. 2025.08.11 21:34:36.288355 [ 277 ] {2cef168f-1f52-4b8b-99bd-3bdd87daf12b} TCPHandler: Processed in 0.001505515 sec. 2025.08.11 21:34:36.288455 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:36.288550 [ 277 ] {2263ddb4-aa27-407a-a49f-1974c12878de} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:36.288607 [ 277 ] {2263ddb4-aa27-407a-a49f-1974c12878de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:34:36.289369 [ 277 ] {2263ddb4-aa27-407a-a49f-1974c12878de} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:36.289406 [ 277 ] {2263ddb4-aa27-407a-a49f-1974c12878de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:36.289905 [ 277 ] {2263ddb4-aa27-407a-a49f-1974c12878de} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:34:36.290131 [ 277 ] {2263ddb4-aa27-407a-a49f-1974c12878de} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:36.290268 [ 277 ] {2263ddb4-aa27-407a-a49f-1974c12878de} executeQuery: Read 10 rows, 18.35 KiB in 0.001737 sec., 5757.052389176742 rows/sec., 10.32 MiB/sec. 2025.08.11 21:34:36.290318 [ 277 ] {2263ddb4-aa27-407a-a49f-1974c12878de} TCPHandler: Processed in 0.001912072 sec. 2025.08.11 21:34:36.290434 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:36.290532 [ 277 ] {34c0a8ae-2b1b-458b-bae3-d5f28a9c07fa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:36.290576 [ 277 ] {34c0a8ae-2b1b-458b-bae3-d5f28a9c07fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:36.290899 [ 277 ] {34c0a8ae-2b1b-458b-bae3-d5f28a9c07fa} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:36.290940 [ 277 ] {34c0a8ae-2b1b-458b-bae3-d5f28a9c07fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:36.291254 [ 277 ] {34c0a8ae-2b1b-458b-bae3-d5f28a9c07fa} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:34:36.291463 [ 277 ] {34c0a8ae-2b1b-458b-bae3-d5f28a9c07fa} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:36.291585 [ 277 ] {34c0a8ae-2b1b-458b-bae3-d5f28a9c07fa} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.08.11 21:34:36.291619 [ 277 ] {34c0a8ae-2b1b-458b-bae3-d5f28a9c07fa} TCPHandler: Processed in 0.001242341 sec. 2025.08.11 21:34:41.277300 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.277564 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:34:41.277905 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:34:41.277942 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:34:41.278191 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:41.278261 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:34:41.278403 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.08.11 21:34:41.278647 [ 288 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:34:41.278696 [ 289 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:34:41.278807 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.08.11 21:34:41.278837 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:34:41.282956 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:34:41.282984 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.08.11 21:34:41.283037 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:34:41.283076 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:34:41.283943 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} executeQuery: Read 26 rows, 1.13 KiB in 0.006476 sec., 4014.8239654107474 rows/sec., 173.72 KiB/sec. 2025.08.11 21:34:41.284046 [ 277 ] {b7fe1b25-e8c7-4bd8-a6ba-d0d05b9d24b2} TCPHandler: Processed in 0.006885156 sec. 2025.08.11 21:34:41.284299 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.284432 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:34:41.284639 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:34:41.284674 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:34:41.284860 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:41.284913 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:34:41.285013 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.08.11 21:34:41.285090 [ 288 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:34:41.285090 [ 290 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:34:41.285202 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.08.11 21:34:41.285228 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:34:41.285284 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:34:41.285302 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.08.11 21:34:41.285332 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:34:41.285363 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:34:41.286044 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} executeQuery: Read 26 rows, 1.13 KiB in 0.001664 sec., 15625.000000000002 rows/sec., 676.08 KiB/sec. 2025.08.11 21:34:41.286145 [ 277 ] {14b1f55e-2539-45ba-a74a-c79225dd8a4e} TCPHandler: Processed in 0.001898542 sec. 2025.08.11 21:34:41.286342 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.286474 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:34:41.286685 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:34:41.286720 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:34:41.286910 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:41.286964 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:34:41.287066 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.08.11 21:34:41.287131 [ 290 ] {71757eb9-a18f-41e9-9f14-a942b6124360} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:34:41.287131 [ 289 ] {71757eb9-a18f-41e9-9f14-a942b6124360} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:34:41.287241 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.08.11 21:34:41.287267 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:34:41.287322 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:34:41.287340 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.08.11 21:34:41.287370 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:34:41.287400 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:34:41.288068 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} executeQuery: Read 26 rows, 1.13 KiB in 0.001647 sec., 15786.278081360048 rows/sec., 683.06 KiB/sec. 2025.08.11 21:34:41.288152 [ 277 ] {71757eb9-a18f-41e9-9f14-a942b6124360} TCPHandler: Processed in 0.001859591 sec. 2025.08.11 21:34:41.294909 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.295037 [ 277 ] {33e08ca3-4592-478d-b041-0bed988a87d2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.11 21:34:41.295093 [ 277 ] {33e08ca3-4592-478d-b041-0bed988a87d2} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:34:41.295714 [ 277 ] {33e08ca3-4592-478d-b041-0bed988a87d2} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.295754 [ 277 ] {33e08ca3-4592-478d-b041-0bed988a87d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.296161 [ 277 ] {33e08ca3-4592-478d-b041-0bed988a87d2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:41.296362 [ 277 ] {33e08ca3-4592-478d-b041-0bed988a87d2} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.296503 [ 277 ] {33e08ca3-4592-478d-b041-0bed988a87d2} executeQuery: Read 3 rows, 280.00 B in 0.001505 sec., 1993.3554817275747 rows/sec., 181.69 KiB/sec. 2025.08.11 21:34:41.296541 [ 277 ] {33e08ca3-4592-478d-b041-0bed988a87d2} TCPHandler: Processed in 0.001692898 sec. 2025.08.11 21:34:41.296659 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.296754 [ 277 ] {d806c5d3-b7d1-457e-ac65-4ddd10208129} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:34:41.296795 [ 277 ] {d806c5d3-b7d1-457e-ac65-4ddd10208129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:34:41.297217 [ 277 ] {d806c5d3-b7d1-457e-ac65-4ddd10208129} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.297253 [ 277 ] {d806c5d3-b7d1-457e-ac65-4ddd10208129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.297540 [ 277 ] {d806c5d3-b7d1-457e-ac65-4ddd10208129} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:41.297749 [ 277 ] {d806c5d3-b7d1-457e-ac65-4ddd10208129} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.297873 [ 277 ] {d806c5d3-b7d1-457e-ac65-4ddd10208129} executeQuery: Read 2 rows, 167.00 B in 0.001137 sec., 1759.0149516270887 rows/sec., 143.44 KiB/sec. 2025.08.11 21:34:41.297909 [ 277 ] {d806c5d3-b7d1-457e-ac65-4ddd10208129} TCPHandler: Processed in 0.001298882 sec. 2025.08.11 21:34:41.298037 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.298132 [ 277 ] {a2ef0757-96ac-4e5d-869b-330bd299f0b1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:41.298171 [ 277 ] {a2ef0757-96ac-4e5d-869b-330bd299f0b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:41.298621 [ 277 ] {a2ef0757-96ac-4e5d-869b-330bd299f0b1} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.298659 [ 277 ] {a2ef0757-96ac-4e5d-869b-330bd299f0b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.298983 [ 277 ] {a2ef0757-96ac-4e5d-869b-330bd299f0b1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:34:41.299192 [ 277 ] {a2ef0757-96ac-4e5d-869b-330bd299f0b1} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.299309 [ 277 ] {a2ef0757-96ac-4e5d-869b-330bd299f0b1} executeQuery: Read 109 rows, 9.35 KiB in 0.001211 sec., 90008.25763831544 rows/sec., 7.54 MiB/sec. 2025.08.11 21:34:41.299343 [ 277 ] {a2ef0757-96ac-4e5d-869b-330bd299f0b1} TCPHandler: Processed in 0.001374274 sec. 2025.08.11 21:34:41.299456 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.299545 [ 277 ] {73652a1c-1c2c-41ba-b031-f95d5175ce04} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:41.299583 [ 277 ] {73652a1c-1c2c-41ba-b031-f95d5175ce04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:41.299961 [ 277 ] {73652a1c-1c2c-41ba-b031-f95d5175ce04} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.299996 [ 277 ] {73652a1c-1c2c-41ba-b031-f95d5175ce04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.300347 [ 277 ] {73652a1c-1c2c-41ba-b031-f95d5175ce04} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:41.300564 [ 277 ] {73652a1c-1c2c-41ba-b031-f95d5175ce04} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.300689 [ 277 ] {73652a1c-1c2c-41ba-b031-f95d5175ce04} executeQuery: Read 28 rows, 2.09 KiB in 0.00113 sec., 24778.761061946905 rows/sec., 1.81 MiB/sec. 2025.08.11 21:34:41.300725 [ 277 ] {73652a1c-1c2c-41ba-b031-f95d5175ce04} TCPHandler: Processed in 0.001291471 sec. 2025.08.11 21:34:41.300841 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.300935 [ 277 ] {46578ddc-e8d3-4c50-aff7-5820713293cf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:41.300974 [ 277 ] {46578ddc-e8d3-4c50-aff7-5820713293cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:41.301391 [ 277 ] {46578ddc-e8d3-4c50-aff7-5820713293cf} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.301427 [ 277 ] {46578ddc-e8d3-4c50-aff7-5820713293cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.301738 [ 277 ] {46578ddc-e8d3-4c50-aff7-5820713293cf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:34:41.301949 [ 277 ] {46578ddc-e8d3-4c50-aff7-5820713293cf} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.302078 [ 277 ] {46578ddc-e8d3-4c50-aff7-5820713293cf} executeQuery: Read 107 rows, 8.57 KiB in 0.001162 sec., 92082.61617900172 rows/sec., 7.20 MiB/sec. 2025.08.11 21:34:41.302116 [ 277 ] {46578ddc-e8d3-4c50-aff7-5820713293cf} TCPHandler: Processed in 0.001323183 sec. 2025.08.11 21:34:41.302227 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.302322 [ 277 ] {acae5e4e-8538-480a-b248-144d50d95caf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:41.302365 [ 277 ] {acae5e4e-8538-480a-b248-144d50d95caf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:41.302768 [ 277 ] {acae5e4e-8538-480a-b248-144d50d95caf} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.302805 [ 277 ] {acae5e4e-8538-480a-b248-144d50d95caf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.303148 [ 277 ] {acae5e4e-8538-480a-b248-144d50d95caf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:34:41.303361 [ 277 ] {acae5e4e-8538-480a-b248-144d50d95caf} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.303487 [ 277 ] {acae5e4e-8538-480a-b248-144d50d95caf} executeQuery: Read 161 rows, 11.48 KiB in 0.001184 sec., 135979.72972972973 rows/sec., 9.47 MiB/sec. 2025.08.11 21:34:41.303522 [ 277 ] {acae5e4e-8538-480a-b248-144d50d95caf} TCPHandler: Processed in 0.001344742 sec. 2025.08.11 21:34:41.303621 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.303714 [ 277 ] {ca0a670c-a121-4cf5-b949-8b9cbdc1a5b7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:41.303770 [ 277 ] {ca0a670c-a121-4cf5-b949-8b9cbdc1a5b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:34:41.304527 [ 277 ] {ca0a670c-a121-4cf5-b949-8b9cbdc1a5b7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.304564 [ 277 ] {ca0a670c-a121-4cf5-b949-8b9cbdc1a5b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.305083 [ 277 ] {ca0a670c-a121-4cf5-b949-8b9cbdc1a5b7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:41.305318 [ 277 ] {ca0a670c-a121-4cf5-b949-8b9cbdc1a5b7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.305421 [ 44 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:41.305449 [ 277 ] {ca0a670c-a121-4cf5-b949-8b9cbdc1a5b7} executeQuery: Read 26 rows, 47.71 KiB in 0.001753 sec., 14831.717056474616 rows/sec., 26.58 MiB/sec. 2025.08.11 21:34:41.305489 [ 44 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.305509 [ 277 ] {ca0a670c-a121-4cf5-b949-8b9cbdc1a5b7} TCPHandler: Processed in 0.001936842 sec. 2025.08.11 21:34:41.305513 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.305633 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:41.305635 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.305767 [ 277 ] {b4e5f88b-2980-4034-9116-f82823cd3be9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.11 21:34:41.305809 [ 277 ] {b4e5f88b-2980-4034-9116-f82823cd3be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.11 21:34:41.305873 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:41.305932 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.08.11 21:34:41.306050 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.08.11 21:34:41.306153 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.08.11 21:34:41.306153 [ 277 ] {b4e5f88b-2980-4034-9116-f82823cd3be9} oximeter.measurements_i64 (4b8bdd4d-cf19-4b7b-8bcf-48be67fc5f5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.306203 [ 277 ] {b4e5f88b-2980-4034-9116-f82823cd3be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.306254 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.08.11 21:34:41.306368 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.08.11 21:34:41.306477 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2025.08.11 21:34:41.306565 [ 277 ] {b4e5f88b-2980-4034-9116-f82823cd3be9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:34:41.306794 [ 277 ] {b4e5f88b-2980-4034-9116-f82823cd3be9} oximeter.measurements_i64 (4b8bdd4d-cf19-4b7b-8bcf-48be67fc5f5a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.306931 [ 277 ] {b4e5f88b-2980-4034-9116-f82823cd3be9} executeQuery: Read 24 rows, 1.78 KiB in 0.001183 sec., 20287.404902789516 rows/sec., 1.47 MiB/sec. 2025.08.11 21:34:41.306969 [ 277 ] {b4e5f88b-2980-4034-9116-f82823cd3be9} TCPHandler: Processed in 0.001383373 sec. 2025.08.11 21:34:41.307091 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:41.307187 [ 277 ] {357d54f1-1d17-4cac-a728-25579ecc01b8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:41.307228 [ 277 ] {357d54f1-1d17-4cac-a728-25579ecc01b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:41.307586 [ 277 ] {357d54f1-1d17-4cac-a728-25579ecc01b8} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.307623 [ 277 ] {357d54f1-1d17-4cac-a728-25579ecc01b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.307957 [ 277 ] {357d54f1-1d17-4cac-a728-25579ecc01b8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:34:41.308192 [ 277 ] {357d54f1-1d17-4cac-a728-25579ecc01b8} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.308278 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 76 rows, containing 19 columns (19 merged, 0 gathered) in 0.002685085 sec., 28304.504326678674 rows/sec., 50.72 MiB/sec. 2025.08.11 21:34:41.308333 [ 277 ] {357d54f1-1d17-4cac-a728-25579ecc01b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2025.08.11 21:34:41.308375 [ 277 ] {357d54f1-1d17-4cac-a728-25579ecc01b8} TCPHandler: Processed in 0.001337443 sec. 2025.08.11 21:34:41.308633 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:41.309016 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.309095 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_6_1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:41.309226 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.08.11 21:34:41.775262 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 2025.08.11 21:34:41.775823 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:41.775870 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:41.776462 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:34:41.776706 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:41.776832 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 2025.08.11 21:34:41.999598 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.08.11 21:34:42.015955 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:42.016001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:42.022113 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:34:42.022809 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:42.025496 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.08.11 21:34:43.000205 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 179.46 MiB, peak 183.46 MiB, free memory in arenas 0.00 B, will set to 181.09 MiB (RSS), difference: 1.62 MiB 2025.08.11 21:34:44.278070 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 278 2025.08.11 21:34:44.280964 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:44.281028 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:44.282374 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:34:44.282658 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:44.282782 [ 40 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.11 21:34:44.282817 [ 40 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:44.282834 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:44.282914 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 278 2025.08.11 21:34:44.282919 [ 195 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.11 21:34:44.283430 [ 195 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:44.283595 [ 195 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.08.11 21:34:44.284021 [ 195 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 74 rows starting from the beginning of the part 2025.08.11 21:34:44.284411 [ 195 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part 2025.08.11 21:34:44.284770 [ 195 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.08.11 21:34:44.285123 [ 195 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2025.08.11 21:34:44.285480 [ 195 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2025.08.11 21:34:44.291935 [ 200 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 72 columns (72 merged, 0 gathered) in 0.009049721 sec., 30719.17907745443 rows/sec., 29.78 MiB/sec. 2025.08.11 21:34:44.292859 [ 193 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.11 21:34:44.293546 [ 193 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:44.293640 [ 193 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_6_1} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.11 21:34:44.293896 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB. 2025.08.11 21:34:46.283272 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:46.283472 [ 277 ] {07cafe9a-8d8e-433e-a688-f3c4614b17af} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:46.283541 [ 277 ] {07cafe9a-8d8e-433e-a688-f3c4614b17af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:46.284197 [ 277 ] {07cafe9a-8d8e-433e-a688-f3c4614b17af} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.284245 [ 277 ] {07cafe9a-8d8e-433e-a688-f3c4614b17af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.284677 [ 277 ] {07cafe9a-8d8e-433e-a688-f3c4614b17af} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:34:46.284921 [ 277 ] {07cafe9a-8d8e-433e-a688-f3c4614b17af} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.285049 [ 38 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:34:46.285078 [ 277 ] {07cafe9a-8d8e-433e-a688-f3c4614b17af} executeQuery: Read 76 rows, 6.41 KiB in 0.001658 sec., 45838.35946924005 rows/sec., 3.78 MiB/sec. 2025.08.11 21:34:46.285087 [ 38 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.285111 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.285127 [ 277 ] {07cafe9a-8d8e-433e-a688-f3c4614b17af} TCPHandler: Processed in 0.001989874 sec. 2025.08.11 21:34:46.285233 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:34:46.285257 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:46.285372 [ 277 ] {5c6a67bc-db1c-431f-b208-e9dcd3a8f827} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:46.285375 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:46.285423 [ 277 ] {5c6a67bc-db1c-431f-b208-e9dcd3a8f827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:46.285426 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part 2025.08.11 21:34:46.285508 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 196 rows starting from the beginning of the part 2025.08.11 21:34:46.285555 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.08.11 21:34:46.285595 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part 2025.08.11 21:34:46.285641 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 109 rows starting from the beginning of the part 2025.08.11 21:34:46.285680 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part 2025.08.11 21:34:46.285868 [ 277 ] {5c6a67bc-db1c-431f-b208-e9dcd3a8f827} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.285911 [ 277 ] {5c6a67bc-db1c-431f-b208-e9dcd3a8f827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.286255 [ 277 ] {5c6a67bc-db1c-431f-b208-e9dcd3a8f827} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:34:46.286496 [ 277 ] {5c6a67bc-db1c-431f-b208-e9dcd3a8f827} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.286632 [ 277 ] {5c6a67bc-db1c-431f-b208-e9dcd3a8f827} executeQuery: Read 10 rows, 770.00 B in 0.001283 sec., 7794.232268121589 rows/sec., 586.09 KiB/sec. 2025.08.11 21:34:46.286670 [ 277 ] {5c6a67bc-db1c-431f-b208-e9dcd3a8f827} TCPHandler: Processed in 0.001467205 sec. 2025.08.11 21:34:46.286681 [ 193 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510866 sec., 472576.65471325716 rows/sec., 42.32 MiB/sec. 2025.08.11 21:34:46.286798 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:46.286839 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:34:46.286898 [ 277 ] {6e45b16c-0dff-4ab2-b90d-c8f8c6a08e50} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:46.286946 [ 277 ] {6e45b16c-0dff-4ab2-b90d-c8f8c6a08e50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:46.287096 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.287174 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_11_2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:34:46.287248 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.08.11 21:34:46.287390 [ 277 ] {6e45b16c-0dff-4ab2-b90d-c8f8c6a08e50} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.287433 [ 277 ] {6e45b16c-0dff-4ab2-b90d-c8f8c6a08e50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.287771 [ 277 ] {6e45b16c-0dff-4ab2-b90d-c8f8c6a08e50} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:34:46.287990 [ 277 ] {6e45b16c-0dff-4ab2-b90d-c8f8c6a08e50} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.288094 [ 38 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:34:46.288119 [ 277 ] {6e45b16c-0dff-4ab2-b90d-c8f8c6a08e50} executeQuery: Read 74 rows, 5.92 KiB in 0.001241 sec., 59629.33118452861 rows/sec., 4.66 MiB/sec. 2025.08.11 21:34:46.288125 [ 38 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.288151 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.288156 [ 277 ] {6e45b16c-0dff-4ab2-b90d-c8f8c6a08e50} TCPHandler: Processed in 0.001409914 sec. 2025.08.11 21:34:46.288275 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:46.288272 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:34:46.288373 [ 277 ] {42c24dc3-f87b-44fb-9d6f-bd4bdae33c8d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:46.288423 [ 277 ] {42c24dc3-f87b-44fb-9d6f-bd4bdae33c8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:46.288442 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:46.288487 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 120 rows starting from the beginning of the part 2025.08.11 21:34:46.288589 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:34:46.288652 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.08.11 21:34:46.288699 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part 2025.08.11 21:34:46.288740 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 107 rows starting from the beginning of the part 2025.08.11 21:34:46.288781 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 74 rows starting from the beginning of the part 2025.08.11 21:34:46.288836 [ 277 ] {42c24dc3-f87b-44fb-9d6f-bd4bdae33c8d} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.288877 [ 277 ] {42c24dc3-f87b-44fb-9d6f-bd4bdae33c8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.289280 [ 277 ] {42c24dc3-f87b-44fb-9d6f-bd4bdae33c8d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:34:46.289536 [ 277 ] {42c24dc3-f87b-44fb-9d6f-bd4bdae33c8d} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.289632 [ 38 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:34:46.289661 [ 38 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.289668 [ 277 ] {42c24dc3-f87b-44fb-9d6f-bd4bdae33c8d} executeQuery: Read 160 rows, 11.41 KiB in 0.001315 sec., 121673.00380228137 rows/sec., 8.47 MiB/sec. 2025.08.11 21:34:46.289678 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.289705 [ 277 ] {42c24dc3-f87b-44fb-9d6f-bd4bdae33c8d} TCPHandler: Processed in 0.001480225 sec. 2025.08.11 21:34:46.289750 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:34:46.289817 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:46.289863 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:46.289891 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 549 rows, containing 5 columns (5 merged, 0 gathered) in 0.001671358 sec., 328475.40742318524 rows/sec., 27.36 MiB/sec. 2025.08.11 21:34:46.289918 [ 277 ] {00597b55-ce7a-49f3-85ae-efdaa61fef22} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:46.289898 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1067 rows starting from the beginning of the part 2025.08.11 21:34:46.289990 [ 277 ] {00597b55-ce7a-49f3-85ae-efdaa61fef22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:34:46.290023 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 196 rows starting from the beginning of the part 2025.08.11 21:34:46.290063 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:34:46.290082 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:34:46.290131 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.08.11 21:34:46.290182 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 161 rows starting from the beginning of the part 2025.08.11 21:34:46.290228 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.08.11 21:34:46.290358 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.290442 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_11_2} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:34:46.290516 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.11 21:34:46.290771 [ 277 ] {00597b55-ce7a-49f3-85ae-efdaa61fef22} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.290810 [ 277 ] {00597b55-ce7a-49f3-85ae-efdaa61fef22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.291377 [ 277 ] {00597b55-ce7a-49f3-85ae-efdaa61fef22} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:46.291684 [ 277 ] {00597b55-ce7a-49f3-85ae-efdaa61fef22} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.291829 [ 277 ] {00597b55-ce7a-49f3-85ae-efdaa61fef22} executeQuery: Read 10 rows, 18.35 KiB in 0.001929 sec., 5184.033177812338 rows/sec., 9.29 MiB/sec. 2025.08.11 21:34:46.291859 [ 193 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1904 rows, containing 5 columns (5 merged, 0 gathered) in 0.002137996 sec., 890553.5838233561 rows/sec., 62.85 MiB/sec. 2025.08.11 21:34:46.291888 [ 277 ] {00597b55-ce7a-49f3-85ae-efdaa61fef22} TCPHandler: Processed in 0.002121086 sec. 2025.08.11 21:34:46.292003 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:46.292101 [ 277 ] {4a0d51ed-7245-4213-99d2-869250c27fd5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:46.292130 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:34:46.292146 [ 277 ] {4a0d51ed-7245-4213-99d2-869250c27fd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:46.292414 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.292494 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_11_2} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:34:46.292497 [ 277 ] {4a0d51ed-7245-4213-99d2-869250c27fd5} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.292543 [ 277 ] {4a0d51ed-7245-4213-99d2-869250c27fd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.292570 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.08.11 21:34:46.292861 [ 277 ] {4a0d51ed-7245-4213-99d2-869250c27fd5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:34:46.293083 [ 277 ] {4a0d51ed-7245-4213-99d2-869250c27fd5} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.293176 [ 38 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:34:46.293209 [ 38 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:46.293211 [ 277 ] {4a0d51ed-7245-4213-99d2-869250c27fd5} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2025.08.11 21:34:46.293227 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:46.293250 [ 277 ] {4a0d51ed-7245-4213-99d2-869250c27fd5} TCPHandler: Processed in 0.001296662 sec. 2025.08.11 21:34:46.293312 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:34:46.293437 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:46.293469 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 330 rows starting from the beginning of the part 2025.08.11 21:34:46.293552 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.08.11 21:34:46.293593 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:34:46.293627 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.08.11 21:34:46.293664 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.08.11 21:34:46.293698 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.08.11 21:34:46.294575 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 4 columns (4 merged, 0 gathered) in 0.001301462 sec., 484070.9909317368 rows/sec., 32.76 MiB/sec. 2025.08.11 21:34:46.294789 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:34:46.295052 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:46.295126 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_11_2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:34:46.295202 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.08.11 21:34:49.206150 [ 33 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:34:49.206200 [ 33 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:34:49.276912 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 2025.08.11 21:34:49.277416 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:49.277466 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:49.277993 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:34:49.278250 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:49.278400 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.08.11 21:34:49.525552 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.08.11 21:34:49.543387 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:49.543445 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:49.549302 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:34:49.549980 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:49.553345 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.08.11 21:34:51.283385 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:51.283581 [ 277 ] {137c4a8e-4f2d-46bd-b489-0fd28fa6d158} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:51.283648 [ 277 ] {137c4a8e-4f2d-46bd-b489-0fd28fa6d158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:51.284299 [ 277 ] {137c4a8e-4f2d-46bd-b489-0fd28fa6d158} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:51.284350 [ 277 ] {137c4a8e-4f2d-46bd-b489-0fd28fa6d158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:51.284773 [ 277 ] {137c4a8e-4f2d-46bd-b489-0fd28fa6d158} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:34:51.285006 [ 277 ] {137c4a8e-4f2d-46bd-b489-0fd28fa6d158} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:51.285166 [ 277 ] {137c4a8e-4f2d-46bd-b489-0fd28fa6d158} executeQuery: Read 110 rows, 9.47 KiB in 0.001637 sec., 67196.09040928527 rows/sec., 5.65 MiB/sec. 2025.08.11 21:34:51.285212 [ 277 ] {137c4a8e-4f2d-46bd-b489-0fd28fa6d158} TCPHandler: Processed in 0.001960973 sec. 2025.08.11 21:34:51.285337 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:51.285443 [ 277 ] {5710df1a-0f51-4139-addb-3cb10c524740} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:51.285487 [ 277 ] {5710df1a-0f51-4139-addb-3cb10c524740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:51.285918 [ 277 ] {5710df1a-0f51-4139-addb-3cb10c524740} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:51.285956 [ 277 ] {5710df1a-0f51-4139-addb-3cb10c524740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:51.286259 [ 277 ] {5710df1a-0f51-4139-addb-3cb10c524740} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:34:51.286494 [ 277 ] {5710df1a-0f51-4139-addb-3cb10c524740} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:51.286625 [ 277 ] {5710df1a-0f51-4139-addb-3cb10c524740} executeQuery: Read 27 rows, 2.03 KiB in 0.001207 sec., 22369.511184755593 rows/sec., 1.64 MiB/sec. 2025.08.11 21:34:51.286661 [ 277 ] {5710df1a-0f51-4139-addb-3cb10c524740} TCPHandler: Processed in 0.001377453 sec. 2025.08.11 21:34:51.286772 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:51.286869 [ 277 ] {c1cfceb1-03aa-4a5b-8904-93a4a0ee5569} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:51.286910 [ 277 ] {c1cfceb1-03aa-4a5b-8904-93a4a0ee5569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:51.287350 [ 277 ] {c1cfceb1-03aa-4a5b-8904-93a4a0ee5569} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:51.287387 [ 277 ] {c1cfceb1-03aa-4a5b-8904-93a4a0ee5569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:51.287698 [ 277 ] {c1cfceb1-03aa-4a5b-8904-93a4a0ee5569} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:34:51.287910 [ 277 ] {c1cfceb1-03aa-4a5b-8904-93a4a0ee5569} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:51.288039 [ 277 ] {c1cfceb1-03aa-4a5b-8904-93a4a0ee5569} executeQuery: Read 91 rows, 7.28 KiB in 0.00119 sec., 76470.58823529411 rows/sec., 5.97 MiB/sec. 2025.08.11 21:34:51.288077 [ 277 ] {c1cfceb1-03aa-4a5b-8904-93a4a0ee5569} TCPHandler: Processed in 0.001355543 sec. 2025.08.11 21:34:51.288200 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:51.288296 [ 277 ] {71aabea9-b17a-461c-b0da-4dbf3e2a327e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:51.288340 [ 277 ] {71aabea9-b17a-461c-b0da-4dbf3e2a327e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:51.288752 [ 277 ] {71aabea9-b17a-461c-b0da-4dbf3e2a327e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:51.288789 [ 277 ] {71aabea9-b17a-461c-b0da-4dbf3e2a327e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:51.289113 [ 277 ] {71aabea9-b17a-461c-b0da-4dbf3e2a327e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:34:51.289324 [ 277 ] {71aabea9-b17a-461c-b0da-4dbf3e2a327e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:51.289460 [ 277 ] {71aabea9-b17a-461c-b0da-4dbf3e2a327e} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.08.11 21:34:51.289506 [ 277 ] {71aabea9-b17a-461c-b0da-4dbf3e2a327e} TCPHandler: Processed in 0.001355983 sec. 2025.08.11 21:34:51.289621 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:51.289717 [ 277 ] {22b19237-0287-453f-826d-918ac80a0744} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:51.289777 [ 277 ] {22b19237-0287-453f-826d-918ac80a0744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:34:51.290561 [ 277 ] {22b19237-0287-453f-826d-918ac80a0744} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:51.290597 [ 277 ] {22b19237-0287-453f-826d-918ac80a0744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:51.291145 [ 277 ] {22b19237-0287-453f-826d-918ac80a0744} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:34:51.291390 [ 277 ] {22b19237-0287-453f-826d-918ac80a0744} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:51.291531 [ 277 ] {22b19237-0287-453f-826d-918ac80a0744} executeQuery: Read 27 rows, 49.54 KiB in 0.001832 sec., 14737.991266375546 rows/sec., 26.41 MiB/sec. 2025.08.11 21:34:51.291589 [ 277 ] {22b19237-0287-453f-826d-918ac80a0744} TCPHandler: Processed in 0.002017903 sec. 2025.08.11 21:34:51.291705 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:51.291801 [ 277 ] {653f645c-2f65-40d6-beab-8757f9c0c166} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:51.291844 [ 277 ] {653f645c-2f65-40d6-beab-8757f9c0c166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:51.292192 [ 277 ] {653f645c-2f65-40d6-beab-8757f9c0c166} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:51.292228 [ 277 ] {653f645c-2f65-40d6-beab-8757f9c0c166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:51.292532 [ 277 ] {653f645c-2f65-40d6-beab-8757f9c0c166} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:34:51.292741 [ 277 ] {653f645c-2f65-40d6-beab-8757f9c0c166} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:51.292869 [ 277 ] {653f645c-2f65-40d6-beab-8757f9c0c166} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.08.11 21:34:51.292904 [ 277 ] {653f645c-2f65-40d6-beab-8757f9c0c166} TCPHandler: Processed in 0.001248191 sec. 2025.08.11 21:34:54.284004 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 302 2025.08.11 21:34:54.286060 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:54.286125 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:54.287370 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:34:54.287668 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:54.288041 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 302 2025.08.11 21:34:56.284857 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.285124 [ 277 ] {9070042b-acac-4812-a3ac-fc4beba101f6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:34:56.285194 [ 277 ] {9070042b-acac-4812-a3ac-fc4beba101f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:34:56.285822 [ 277 ] {9070042b-acac-4812-a3ac-fc4beba101f6} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.285874 [ 277 ] {9070042b-acac-4812-a3ac-fc4beba101f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.286283 [ 277 ] {9070042b-acac-4812-a3ac-fc4beba101f6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:56.286517 [ 277 ] {9070042b-acac-4812-a3ac-fc4beba101f6} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.286680 [ 277 ] {9070042b-acac-4812-a3ac-fc4beba101f6} executeQuery: Read 24 rows, 2.04 KiB in 0.001602 sec., 14981.273408239702 rows/sec., 1.24 MiB/sec. 2025.08.11 21:34:56.286732 [ 277 ] {9070042b-acac-4812-a3ac-fc4beba101f6} TCPHandler: Processed in 0.002067794 sec. 2025.08.11 21:34:56.286859 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.286962 [ 277 ] {f1398785-f8b4-4ae5-b3cb-666c32925ace} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:34:56.287008 [ 277 ] {f1398785-f8b4-4ae5-b3cb-666c32925ace} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:34:56.287412 [ 277 ] {f1398785-f8b4-4ae5-b3cb-666c32925ace} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.287450 [ 277 ] {f1398785-f8b4-4ae5-b3cb-666c32925ace} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.287749 [ 277 ] {f1398785-f8b4-4ae5-b3cb-666c32925ace} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:34:56.287963 [ 277 ] {f1398785-f8b4-4ae5-b3cb-666c32925ace} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.288093 [ 277 ] {f1398785-f8b4-4ae5-b3cb-666c32925ace} executeQuery: Read 12 rows, 1002.00 B in 0.001153 sec., 10407.632263660018 rows/sec., 848.67 KiB/sec. 2025.08.11 21:34:56.288131 [ 277 ] {f1398785-f8b4-4ae5-b3cb-666c32925ace} TCPHandler: Processed in 0.001324502 sec. 2025.08.11 21:34:56.288244 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.288342 [ 277 ] {5bdeddab-05f8-4317-ae44-5e80002f48cb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:34:56.288383 [ 277 ] {5bdeddab-05f8-4317-ae44-5e80002f48cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:34:56.288883 [ 277 ] {5bdeddab-05f8-4317-ae44-5e80002f48cb} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.288922 [ 277 ] {5bdeddab-05f8-4317-ae44-5e80002f48cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.289254 [ 277 ] {5bdeddab-05f8-4317-ae44-5e80002f48cb} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:34:56.289486 [ 277 ] {5bdeddab-05f8-4317-ae44-5e80002f48cb} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.289618 [ 277 ] {5bdeddab-05f8-4317-ae44-5e80002f48cb} executeQuery: Read 210 rows, 19.09 KiB in 0.001294 sec., 162287.48068006182 rows/sec., 14.41 MiB/sec. 2025.08.11 21:34:56.289656 [ 277 ] {5bdeddab-05f8-4317-ae44-5e80002f48cb} TCPHandler: Processed in 0.001460834 sec. 2025.08.11 21:34:56.289765 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.289862 [ 277 ] {fe9a9f32-e13d-41b1-9c67-25d7d6b0b4db} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:34:56.289903 [ 277 ] {fe9a9f32-e13d-41b1-9c67-25d7d6b0b4db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:34:56.290299 [ 277 ] {fe9a9f32-e13d-41b1-9c67-25d7d6b0b4db} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.290335 [ 277 ] {fe9a9f32-e13d-41b1-9c67-25d7d6b0b4db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.290633 [ 277 ] {fe9a9f32-e13d-41b1-9c67-25d7d6b0b4db} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:34:56.290843 [ 277 ] {fe9a9f32-e13d-41b1-9c67-25d7d6b0b4db} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.290973 [ 277 ] {fe9a9f32-e13d-41b1-9c67-25d7d6b0b4db} executeQuery: Read 38 rows, 2.85 KiB in 0.001129 sec., 33658.104517271924 rows/sec., 2.47 MiB/sec. 2025.08.11 21:34:56.291010 [ 277 ] {fe9a9f32-e13d-41b1-9c67-25d7d6b0b4db} TCPHandler: Processed in 0.001293762 sec. 2025.08.11 21:34:56.291110 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.291205 [ 277 ] {2f213613-cd96-4f27-a8ee-67497760b3f8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:34:56.291245 [ 277 ] {2f213613-cd96-4f27-a8ee-67497760b3f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:34:56.291633 [ 277 ] {2f213613-cd96-4f27-a8ee-67497760b3f8} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.291669 [ 277 ] {2f213613-cd96-4f27-a8ee-67497760b3f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.291956 [ 277 ] {2f213613-cd96-4f27-a8ee-67497760b3f8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:56.292171 [ 277 ] {2f213613-cd96-4f27-a8ee-67497760b3f8} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.292299 [ 277 ] {2f213613-cd96-4f27-a8ee-67497760b3f8} executeQuery: Read 24 rows, 2.04 KiB in 0.00111 sec., 21621.62162162162 rows/sec., 1.79 MiB/sec. 2025.08.11 21:34:56.292337 [ 277 ] {2f213613-cd96-4f27-a8ee-67497760b3f8} TCPHandler: Processed in 0.001275241 sec. 2025.08.11 21:34:56.292438 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.292533 [ 277 ] {321c382c-cd8a-4fcf-b38f-6f0d326c0a2f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:34:56.292573 [ 277 ] {321c382c-cd8a-4fcf-b38f-6f0d326c0a2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:34:56.292950 [ 277 ] {321c382c-cd8a-4fcf-b38f-6f0d326c0a2f} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.292987 [ 277 ] {321c382c-cd8a-4fcf-b38f-6f0d326c0a2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.293278 [ 277 ] {321c382c-cd8a-4fcf-b38f-6f0d326c0a2f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.11 21:34:56.293502 [ 277 ] {321c382c-cd8a-4fcf-b38f-6f0d326c0a2f} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.293630 [ 277 ] {321c382c-cd8a-4fcf-b38f-6f0d326c0a2f} executeQuery: Read 12 rows, 960.00 B in 0.001114 sec., 10771.992818671455 rows/sec., 841.56 KiB/sec. 2025.08.11 21:34:56.293668 [ 277 ] {321c382c-cd8a-4fcf-b38f-6f0d326c0a2f} TCPHandler: Processed in 0.001277782 sec. 2025.08.11 21:34:56.293768 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.293862 [ 277 ] {270a0d2b-625c-4fb7-a899-4230805ff4e4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:34:56.293902 [ 277 ] {270a0d2b-625c-4fb7-a899-4230805ff4e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:34:56.294342 [ 277 ] {270a0d2b-625c-4fb7-a899-4230805ff4e4} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.294378 [ 277 ] {270a0d2b-625c-4fb7-a899-4230805ff4e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.294684 [ 277 ] {270a0d2b-625c-4fb7-a899-4230805ff4e4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:34:56.294896 [ 277 ] {270a0d2b-625c-4fb7-a899-4230805ff4e4} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.295025 [ 277 ] {270a0d2b-625c-4fb7-a899-4230805ff4e4} executeQuery: Read 129 rows, 10.71 KiB in 0.001179 sec., 109414.75826972011 rows/sec., 8.87 MiB/sec. 2025.08.11 21:34:56.295062 [ 277 ] {270a0d2b-625c-4fb7-a899-4230805ff4e4} TCPHandler: Processed in 0.001343002 sec. 2025.08.11 21:34:56.295162 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.295258 [ 277 ] {f46e3cb9-7291-48b9-a453-80ccdc07e846} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:56.295302 [ 277 ] {f46e3cb9-7291-48b9-a453-80ccdc07e846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:34:56.295704 [ 277 ] {f46e3cb9-7291-48b9-a453-80ccdc07e846} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.295739 [ 277 ] {f46e3cb9-7291-48b9-a453-80ccdc07e846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.296077 [ 277 ] {f46e3cb9-7291-48b9-a453-80ccdc07e846} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:34:56.296369 [ 277 ] {f46e3cb9-7291-48b9-a453-80ccdc07e846} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.296521 [ 277 ] {f46e3cb9-7291-48b9-a453-80ccdc07e846} executeQuery: Read 202 rows, 14.82 KiB in 0.001281 sec., 157689.30523028882 rows/sec., 11.30 MiB/sec. 2025.08.11 21:34:56.296561 [ 277 ] {f46e3cb9-7291-48b9-a453-80ccdc07e846} TCPHandler: Processed in 0.001448284 sec. 2025.08.11 21:34:56.296675 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.296771 [ 277 ] {d6981823-9c24-49bf-8456-d0201436a8a5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:34:56.296825 [ 277 ] {d6981823-9c24-49bf-8456-d0201436a8a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:34:56.297590 [ 277 ] {d6981823-9c24-49bf-8456-d0201436a8a5} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.297627 [ 277 ] {d6981823-9c24-49bf-8456-d0201436a8a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.298141 [ 277 ] {d6981823-9c24-49bf-8456-d0201436a8a5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:34:56.298367 [ 277 ] {d6981823-9c24-49bf-8456-d0201436a8a5} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.298505 [ 277 ] {d6981823-9c24-49bf-8456-d0201436a8a5} executeQuery: Read 14 rows, 25.69 KiB in 0.001751 sec., 7995.431182181611 rows/sec., 14.33 MiB/sec. 2025.08.11 21:34:56.298563 [ 277 ] {d6981823-9c24-49bf-8456-d0201436a8a5} TCPHandler: Processed in 0.001936463 sec. 2025.08.11 21:34:56.298674 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.298770 [ 277 ] {67b2fd3d-2342-4c84-af6e-1575eb14b229} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.11 21:34:56.298812 [ 277 ] {67b2fd3d-2342-4c84-af6e-1575eb14b229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.11 21:34:56.299111 [ 277 ] {67b2fd3d-2342-4c84-af6e-1575eb14b229} oximeter.measurements_i64 (4b8bdd4d-cf19-4b7b-8bcf-48be67fc5f5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.299147 [ 277 ] {67b2fd3d-2342-4c84-af6e-1575eb14b229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.299445 [ 277 ] {67b2fd3d-2342-4c84-af6e-1575eb14b229} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.11 21:34:56.299665 [ 277 ] {67b2fd3d-2342-4c84-af6e-1575eb14b229} oximeter.measurements_i64 (4b8bdd4d-cf19-4b7b-8bcf-48be67fc5f5a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.299792 [ 277 ] {67b2fd3d-2342-4c84-af6e-1575eb14b229} executeQuery: Read 3 rows, 217.00 B in 0.001039 sec., 2887.3917228103946 rows/sec., 203.96 KiB/sec. 2025.08.11 21:34:56.299829 [ 277 ] {67b2fd3d-2342-4c84-af6e-1575eb14b229} TCPHandler: Processed in 0.00120377 sec. 2025.08.11 21:34:56.299934 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:34:56.300028 [ 277 ] {191c3173-f21f-4d82-8b4e-64cb77fa0821} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:34:56.300069 [ 277 ] {191c3173-f21f-4d82-8b4e-64cb77fa0821} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:34:56.300394 [ 277 ] {191c3173-f21f-4d82-8b4e-64cb77fa0821} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.300430 [ 277 ] {191c3173-f21f-4d82-8b4e-64cb77fa0821} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.300732 [ 277 ] {191c3173-f21f-4d82-8b4e-64cb77fa0821} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:34:56.300941 [ 277 ] {191c3173-f21f-4d82-8b4e-64cb77fa0821} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.301069 [ 277 ] {191c3173-f21f-4d82-8b4e-64cb77fa0821} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.08.11 21:34:56.301103 [ 277 ] {191c3173-f21f-4d82-8b4e-64cb77fa0821} TCPHandler: Processed in 0.001219 sec. 2025.08.11 21:34:56.778525 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 2025.08.11 21:34:56.779062 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.779102 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.779673 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:34:56.779896 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.780014 [ 71 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:34:56.780021 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 2025.08.11 21:34:56.780097 [ 71 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:56.780126 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:56.780230 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:34:56.780336 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:56.780372 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2025.08.11 21:34:56.780459 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2025.08.11 21:34:56.780506 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part 2025.08.11 21:34:56.780549 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part 2025.08.11 21:34:56.780588 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part 2025.08.11 21:34:56.780627 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part 2025.08.11 21:34:56.782020 [ 191 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.001833301 sec., 2761685.069718502 rows/sec., 39.51 MiB/sec. 2025.08.11 21:34:56.783279 [ 191 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:34:56.783605 [ 191 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:56.783687 [ 191 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_11_2} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:34:56.783783 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.08.11 21:34:57.053473 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.08.11 21:34:57.070451 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:57.070500 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:57.076325 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:34:57.077056 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:57.077349 [ 71 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:34:57.077424 [ 71 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:34:57.077447 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:34:57.077553 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:34:57.079944 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.08.11 21:34:57.080340 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:34:57.081072 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.08.11 21:34:57.084526 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.08.11 21:34:57.087970 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.08.11 21:34:57.091725 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.08.11 21:34:57.096225 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.08.11 21:34:57.100302 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.08.11 21:34:57.151878 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.074364246 sec., 1116.1277692508306 rows/sec., 5.77 MiB/sec. 2025.08.11 21:34:57.154285 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:34:57.156411 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:34:57.156518 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_11_2} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:34:57.158510 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.08.11 21:34:58.000243 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 185.25 MiB, peak 195.13 MiB, free memory in arenas 0.00 B, will set to 194.84 MiB (RSS), difference: 9.59 MiB 2025.08.11 21:35:01.283228 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:01.283509 [ 277 ] {f16db315-5383-4cc3-abbf-0ad437803c70} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:01.283606 [ 277 ] {f16db315-5383-4cc3-abbf-0ad437803c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:01.284473 [ 277 ] {f16db315-5383-4cc3-abbf-0ad437803c70} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:01.284522 [ 277 ] {f16db315-5383-4cc3-abbf-0ad437803c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:01.284923 [ 277 ] {f16db315-5383-4cc3-abbf-0ad437803c70} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:35:01.285146 [ 277 ] {f16db315-5383-4cc3-abbf-0ad437803c70} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:01.285310 [ 277 ] {f16db315-5383-4cc3-abbf-0ad437803c70} executeQuery: Read 110 rows, 9.47 KiB in 0.001871 sec., 58792.089791555314 rows/sec., 4.94 MiB/sec. 2025.08.11 21:35:01.285360 [ 277 ] {f16db315-5383-4cc3-abbf-0ad437803c70} TCPHandler: Processed in 0.002277998 sec. 2025.08.11 21:35:01.285485 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:01.285588 [ 277 ] {79df7dd7-c871-4fff-8ad2-ac2f545efec6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:01.285630 [ 277 ] {79df7dd7-c871-4fff-8ad2-ac2f545efec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:01.286047 [ 277 ] {79df7dd7-c871-4fff-8ad2-ac2f545efec6} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:01.286083 [ 277 ] {79df7dd7-c871-4fff-8ad2-ac2f545efec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:01.286379 [ 277 ] {79df7dd7-c871-4fff-8ad2-ac2f545efec6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:35:01.286645 [ 277 ] {79df7dd7-c871-4fff-8ad2-ac2f545efec6} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:01.286755 [ 43 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:35:01.286781 [ 277 ] {79df7dd7-c871-4fff-8ad2-ac2f545efec6} executeQuery: Read 27 rows, 2.03 KiB in 0.001215 sec., 22222.222222222223 rows/sec., 1.63 MiB/sec. 2025.08.11 21:35:01.286827 [ 43 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:01.286835 [ 277 ] {79df7dd7-c871-4fff-8ad2-ac2f545efec6} TCPHandler: Processed in 0.001398464 sec. 2025.08.11 21:35:01.286857 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:01.286961 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:01.286963 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:35:01.287063 [ 277 ] {4c0ec71d-7dd9-4130-b9af-5ddc75581d29} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:01.287084 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:01.287103 [ 277 ] {4c0ec71d-7dd9-4130-b9af-5ddc75581d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:01.287118 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 32 rows starting from the beginning of the part 2025.08.11 21:35:01.287182 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part 2025.08.11 21:35:01.287227 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2025.08.11 21:35:01.287265 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:01.287304 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part 2025.08.11 21:35:01.287341 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:01.287533 [ 277 ] {4c0ec71d-7dd9-4130-b9af-5ddc75581d29} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:01.287568 [ 277 ] {4c0ec71d-7dd9-4130-b9af-5ddc75581d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:01.287950 [ 277 ] {4c0ec71d-7dd9-4130-b9af-5ddc75581d29} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:35:01.288056 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.001140659 sec., 142023.163802679 rows/sec., 10.96 MiB/sec. 2025.08.11 21:35:01.288183 [ 277 ] {4c0ec71d-7dd9-4130-b9af-5ddc75581d29} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:01.288266 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:35:01.288325 [ 277 ] {4c0ec71d-7dd9-4130-b9af-5ddc75581d29} executeQuery: Read 91 rows, 7.28 KiB in 0.00128 sec., 71093.75 rows/sec., 5.55 MiB/sec. 2025.08.11 21:35:01.288370 [ 277 ] {4c0ec71d-7dd9-4130-b9af-5ddc75581d29} TCPHandler: Processed in 0.001456464 sec. 2025.08.11 21:35:01.288486 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:01.288583 [ 277 ] {3e012a10-7a94-40ad-9be3-11e7a9cc677f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:01.288599 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:01.288627 [ 277 ] {3e012a10-7a94-40ad-9be3-11e7a9cc677f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:01.288693 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_11_2} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:35:01.288796 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:35:01.289044 [ 277 ] {3e012a10-7a94-40ad-9be3-11e7a9cc677f} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:01.289084 [ 277 ] {3e012a10-7a94-40ad-9be3-11e7a9cc677f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:01.289433 [ 277 ] {3e012a10-7a94-40ad-9be3-11e7a9cc677f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:35:01.289634 [ 277 ] {3e012a10-7a94-40ad-9be3-11e7a9cc677f} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:01.289763 [ 277 ] {3e012a10-7a94-40ad-9be3-11e7a9cc677f} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.08.11 21:35:01.289802 [ 277 ] {3e012a10-7a94-40ad-9be3-11e7a9cc677f} TCPHandler: Processed in 0.001363012 sec. 2025.08.11 21:35:01.289912 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:01.290004 [ 277 ] {3bab817f-5900-4aef-9811-8e9358372d16} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:01.290058 [ 277 ] {3bab817f-5900-4aef-9811-8e9358372d16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:01.290820 [ 277 ] {3bab817f-5900-4aef-9811-8e9358372d16} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:01.290855 [ 277 ] {3bab817f-5900-4aef-9811-8e9358372d16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:01.291378 [ 277 ] {3bab817f-5900-4aef-9811-8e9358372d16} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:35:01.291606 [ 277 ] {3bab817f-5900-4aef-9811-8e9358372d16} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:01.291743 [ 277 ] {3bab817f-5900-4aef-9811-8e9358372d16} executeQuery: Read 27 rows, 49.54 KiB in 0.001755 sec., 15384.615384615385 rows/sec., 27.57 MiB/sec. 2025.08.11 21:35:01.291801 [ 277 ] {3bab817f-5900-4aef-9811-8e9358372d16} TCPHandler: Processed in 0.001935732 sec. 2025.08.11 21:35:01.291914 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:01.292007 [ 277 ] {0081d5e1-eeb7-4fc2-987f-f6d99c12489b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:01.292049 [ 277 ] {0081d5e1-eeb7-4fc2-987f-f6d99c12489b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:01.292401 [ 277 ] {0081d5e1-eeb7-4fc2-987f-f6d99c12489b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:01.292437 [ 277 ] {0081d5e1-eeb7-4fc2-987f-f6d99c12489b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:01.292738 [ 277 ] {0081d5e1-eeb7-4fc2-987f-f6d99c12489b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:35:01.292939 [ 277 ] {0081d5e1-eeb7-4fc2-987f-f6d99c12489b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:01.293065 [ 277 ] {0081d5e1-eeb7-4fc2-987f-f6d99c12489b} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.08.11 21:35:01.293102 [ 277 ] {0081d5e1-eeb7-4fc2-987f-f6d99c12489b} TCPHandler: Processed in 0.001234621 sec. 2025.08.11 21:35:04.206440 [ 154 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:35:04.206490 [ 154 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:35:04.280265 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 2025.08.11 21:35:04.280817 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:04.280874 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:04.281441 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:35:04.281694 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:04.281840 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.08.11 21:35:04.288330 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 336 2025.08.11 21:35:04.290593 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:04.290641 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:04.291909 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:35:04.292178 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:04.292437 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 336 2025.08.11 21:35:04.580131 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.08.11 21:35:04.598660 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:04.598725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:04.604440 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:35:04.605150 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:04.608674 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.08.11 21:35:06.283272 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.283491 [ 277 ] {1655fc54-0d09-4917-befa-1698ec2336f1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:06.283561 [ 277 ] {1655fc54-0d09-4917-befa-1698ec2336f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:06.284224 [ 277 ] {1655fc54-0d09-4917-befa-1698ec2336f1} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.284275 [ 277 ] {1655fc54-0d09-4917-befa-1698ec2336f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.284688 [ 277 ] {1655fc54-0d09-4917-befa-1698ec2336f1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:35:06.284929 [ 277 ] {1655fc54-0d09-4917-befa-1698ec2336f1} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.285097 [ 277 ] {1655fc54-0d09-4917-befa-1698ec2336f1} executeQuery: Read 84 rows, 7.19 KiB in 0.001658 sec., 50663.44993968637 rows/sec., 4.23 MiB/sec. 2025.08.11 21:35:06.285148 [ 277 ] {1655fc54-0d09-4917-befa-1698ec2336f1} TCPHandler: Processed in 0.002018504 sec. 2025.08.11 21:35:06.285279 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.285382 [ 277 ] {a7679244-f952-4582-b6b4-cef5ab02d2a1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.285427 [ 277 ] {a7679244-f952-4582-b6b4-cef5ab02d2a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:06.285844 [ 277 ] {a7679244-f952-4582-b6b4-cef5ab02d2a1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.285883 [ 277 ] {a7679244-f952-4582-b6b4-cef5ab02d2a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.286185 [ 277 ] {a7679244-f952-4582-b6b4-cef5ab02d2a1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:35:06.286405 [ 277 ] {a7679244-f952-4582-b6b4-cef5ab02d2a1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.286538 [ 277 ] {a7679244-f952-4582-b6b4-cef5ab02d2a1} executeQuery: Read 14 rows, 1.05 KiB in 0.001179 sec., 11874.469889737065 rows/sec., 892.90 KiB/sec. 2025.08.11 21:35:06.286576 [ 277 ] {a7679244-f952-4582-b6b4-cef5ab02d2a1} TCPHandler: Processed in 0.001349073 sec. 2025.08.11 21:35:06.286691 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.286789 [ 277 ] {47f5d710-1928-4871-9d52-b43ad5d63dbe} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:06.286829 [ 277 ] {47f5d710-1928-4871-9d52-b43ad5d63dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:06.287253 [ 277 ] {47f5d710-1928-4871-9d52-b43ad5d63dbe} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.287290 [ 277 ] {47f5d710-1928-4871-9d52-b43ad5d63dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.287621 [ 277 ] {47f5d710-1928-4871-9d52-b43ad5d63dbe} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:35:06.287837 [ 277 ] {47f5d710-1928-4871-9d52-b43ad5d63dbe} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.287968 [ 277 ] {47f5d710-1928-4871-9d52-b43ad5d63dbe} executeQuery: Read 78 rows, 6.24 KiB in 0.001197 sec., 65162.90726817043 rows/sec., 5.09 MiB/sec. 2025.08.11 21:35:06.288006 [ 277 ] {47f5d710-1928-4871-9d52-b43ad5d63dbe} TCPHandler: Processed in 0.001365953 sec. 2025.08.11 21:35:06.288121 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.288216 [ 277 ] {99b0d35b-412d-4fca-b2b0-def3625da839} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.288260 [ 277 ] {99b0d35b-412d-4fca-b2b0-def3625da839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:06.288674 [ 277 ] {99b0d35b-412d-4fca-b2b0-def3625da839} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.288711 [ 277 ] {99b0d35b-412d-4fca-b2b0-def3625da839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.289046 [ 277 ] {99b0d35b-412d-4fca-b2b0-def3625da839} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:35:06.289264 [ 277 ] {99b0d35b-412d-4fca-b2b0-def3625da839} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.289395 [ 277 ] {99b0d35b-412d-4fca-b2b0-def3625da839} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.08.11 21:35:06.289433 [ 277 ] {99b0d35b-412d-4fca-b2b0-def3625da839} TCPHandler: Processed in 0.001360203 sec. 2025.08.11 21:35:06.289539 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.289634 [ 277 ] {21f4c7a3-9a31-4933-a8d7-a9534b44601a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.289690 [ 277 ] {21f4c7a3-9a31-4933-a8d7-a9534b44601a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:06.290429 [ 277 ] {21f4c7a3-9a31-4933-a8d7-a9534b44601a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.290465 [ 277 ] {21f4c7a3-9a31-4933-a8d7-a9534b44601a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.290987 [ 277 ] {21f4c7a3-9a31-4933-a8d7-a9534b44601a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:35:06.291209 [ 277 ] {21f4c7a3-9a31-4933-a8d7-a9534b44601a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.291323 [ 139 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:35:06.291348 [ 277 ] {21f4c7a3-9a31-4933-a8d7-a9534b44601a} executeQuery: Read 14 rows, 25.69 KiB in 0.001731 sec., 8087.810514153669 rows/sec., 14.49 MiB/sec. 2025.08.11 21:35:06.291393 [ 139 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.291418 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.291423 [ 277 ] {21f4c7a3-9a31-4933-a8d7-a9534b44601a} TCPHandler: Processed in 0.001933252 sec. 2025.08.11 21:35:06.291553 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:35:06.291565 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.291703 [ 277 ] {1490122a-2eff-45b5-92b0-d710ecf17477} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.291746 [ 277 ] {1490122a-2eff-45b5-92b0-d710ecf17477} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:06.291845 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:06.291915 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 76 rows starting from the beginning of the part 2025.08.11 21:35:06.292081 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.08.11 21:35:06.292099 [ 277 ] {1490122a-2eff-45b5-92b0-d710ecf17477} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.292140 [ 277 ] {1490122a-2eff-45b5-92b0-d710ecf17477} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.292199 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:06.292312 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:06.292426 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:06.292484 [ 277 ] {1490122a-2eff-45b5-92b0-d710ecf17477} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:35:06.292527 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:06.292705 [ 277 ] {1490122a-2eff-45b5-92b0-d710ecf17477} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.292839 [ 277 ] {1490122a-2eff-45b5-92b0-d710ecf17477} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2025.08.11 21:35:06.292878 [ 277 ] {1490122a-2eff-45b5-92b0-d710ecf17477} TCPHandler: Processed in 0.001362513 sec. 2025.08.11 21:35:06.300109 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 19 columns (19 merged, 0 gathered) in 0.008621705 sec., 19485.704973668202 rows/sec., 34.92 MiB/sec. 2025.08.11 21:35:06.300626 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:35:06.301006 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.301089 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_11_2} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:35:06.301221 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.08.11 21:35:06.776411 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.776755 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:35:06.777353 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:35:06.777422 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:35:06.777727 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:35:06.777800 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:35:06.777946 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.08.11 21:35:06.778089 [ 289 ] {115176f0-d361-412e-9282-70b8973fef62} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:35:06.778128 [ 290 ] {115176f0-d361-412e-9282-70b8973fef62} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:35:06.778154 [ 292 ] {115176f0-d361-412e-9282-70b8973fef62} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.11 21:35:06.778263 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.08.11 21:35:06.778294 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:35:06.778381 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:35:06.778404 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.08.11 21:35:06.778443 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.778493 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.778530 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.779548 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} executeQuery: Read 29 rows, 1.26 KiB in 0.002943 sec., 9853.890587835542 rows/sec., 429.38 KiB/sec. 2025.08.11 21:35:06.779697 [ 277 ] {115176f0-d361-412e-9282-70b8973fef62} TCPHandler: Processed in 0.003462838 sec. 2025.08.11 21:35:06.779972 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.780121 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:35:06.780352 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:35:06.780388 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:35:06.780585 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:35:06.780639 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:35:06.780745 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.08.11 21:35:06.780809 [ 293 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:35:06.780817 [ 289 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:35:06.780813 [ 292 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.11 21:35:06.780931 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.08.11 21:35:06.780957 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:35:06.781027 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:35:06.781045 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.08.11 21:35:06.781075 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.781107 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.781135 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.781778 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} executeQuery: Read 29 rows, 1.26 KiB in 0.001722 sec., 16840.88269454123 rows/sec., 733.84 KiB/sec. 2025.08.11 21:35:06.781908 [ 277 ] {db3a51c8-555b-4b10-99a9-a624fe18e780} TCPHandler: Processed in 0.001988393 sec. 2025.08.11 21:35:06.782277 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.782412 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:35:06.782626 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:35:06.782659 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:35:06.782851 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:35:06.782904 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:35:06.783003 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.08.11 21:35:06.783070 [ 289 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:35:06.783072 [ 292 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.11 21:35:06.783071 [ 293 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:35:06.783185 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.08.11 21:35:06.783210 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:35:06.783276 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:35:06.783294 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.08.11 21:35:06.783323 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.783355 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.783384 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.783960 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} executeQuery: Read 29 rows, 1.26 KiB in 0.001602 sec., 18102.372034956305 rows/sec., 788.81 KiB/sec. 2025.08.11 21:35:06.784086 [ 277 ] {c759dfa6-93fe-4458-ab64-605c282ae0f4} TCPHandler: Processed in 0.001860271 sec. 2025.08.11 21:35:06.784306 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.784440 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:35:06.784662 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:35:06.784696 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:35:06.784889 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:35:06.784941 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:35:06.785038 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.08.11 21:35:06.785098 [ 293 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:35:06.785103 [ 292 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.11 21:35:06.785103 [ 289 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:35:06.785206 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.08.11 21:35:06.785232 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:35:06.785297 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:35:06.785315 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.08.11 21:35:06.785343 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.785374 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.785404 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.785965 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} executeQuery: Read 29 rows, 1.26 KiB in 0.001579 sec., 18366.05446485117 rows/sec., 800.30 KiB/sec. 2025.08.11 21:35:06.786090 [ 277 ] {dcdb6cbb-0f34-4693-a7f2-cf41543e9b6c} TCPHandler: Processed in 0.001834121 sec. 2025.08.11 21:35:06.786314 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.786449 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:35:06.786662 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:35:06.786697 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:35:06.786890 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:35:06.786942 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:35:06.787038 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.08.11 21:35:06.787102 [ 289 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:35:06.787105 [ 292 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.11 21:35:06.787106 [ 293 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:35:06.787219 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.08.11 21:35:06.787245 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:35:06.787311 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:35:06.787328 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.08.11 21:35:06.787357 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.787393 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.787422 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.787979 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} executeQuery: Read 29 rows, 1.26 KiB in 0.001585 sec., 18296.52996845426 rows/sec., 797.27 KiB/sec. 2025.08.11 21:35:06.788103 [ 277 ] {5b97f559-9f82-4e95-8468-f1db6ebfa73c} TCPHandler: Processed in 0.001839011 sec. 2025.08.11 21:35:06.788304 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.788443 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:35:06.788659 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:35:06.788693 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:35:06.788893 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:35:06.788944 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:35:06.789041 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.08.11 21:35:06.789102 [ 293 ] {5c288c97-5418-46a5-85b5-d8868af50486} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:35:06.789108 [ 292 ] {5c288c97-5418-46a5-85b5-d8868af50486} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:35:06.789108 [ 289 ] {5c288c97-5418-46a5-85b5-d8868af50486} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.11 21:35:06.789213 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.08.11 21:35:06.789239 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:35:06.789305 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:35:06.789322 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.08.11 21:35:06.789351 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.789385 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.789443 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:35:06.790025 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} executeQuery: Read 29 rows, 1.26 KiB in 0.001642 sec., 17661.388550548112 rows/sec., 769.59 KiB/sec. 2025.08.11 21:35:06.790146 [ 277 ] {5c288c97-5418-46a5-85b5-d8868af50486} TCPHandler: Processed in 0.001890461 sec. 2025.08.11 21:35:06.915217 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.915351 [ 277 ] {6956314a-38ff-4ade-a014-5fb41a14df7b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.11 21:35:06.915403 [ 277 ] {6956314a-38ff-4ade-a014-5fb41a14df7b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:35:06.915957 [ 277 ] {6956314a-38ff-4ade-a014-5fb41a14df7b} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.915997 [ 277 ] {6956314a-38ff-4ade-a014-5fb41a14df7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.916409 [ 277 ] {6956314a-38ff-4ade-a014-5fb41a14df7b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:35:06.916601 [ 277 ] {6956314a-38ff-4ade-a014-5fb41a14df7b} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.916746 [ 277 ] {6956314a-38ff-4ade-a014-5fb41a14df7b} executeQuery: Read 6 rows, 1.34 KiB in 0.001434 sec., 4184.100418410042 rows/sec., 931.62 KiB/sec. 2025.08.11 21:35:06.916786 [ 277 ] {6956314a-38ff-4ade-a014-5fb41a14df7b} TCPHandler: Processed in 0.001630657 sec. 2025.08.11 21:35:06.916897 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.916995 [ 277 ] {d4266793-5dbd-400b-8e6d-0024f34cb297} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:35:06.917035 [ 277 ] {d4266793-5dbd-400b-8e6d-0024f34cb297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:35:06.917439 [ 277 ] {d4266793-5dbd-400b-8e6d-0024f34cb297} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.917476 [ 277 ] {d4266793-5dbd-400b-8e6d-0024f34cb297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.917763 [ 277 ] {d4266793-5dbd-400b-8e6d-0024f34cb297} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:35:06.917974 [ 277 ] {d4266793-5dbd-400b-8e6d-0024f34cb297} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.918103 [ 277 ] {d4266793-5dbd-400b-8e6d-0024f34cb297} executeQuery: Read 4 rows, 334.00 B in 0.00113 sec., 3539.823008849558 rows/sec., 288.65 KiB/sec. 2025.08.11 21:35:06.918139 [ 277 ] {d4266793-5dbd-400b-8e6d-0024f34cb297} TCPHandler: Processed in 0.001291742 sec. 2025.08.11 21:35:06.918270 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.918395 [ 277 ] {2fc8e2b2-cc0a-488f-a64b-70e6fe5eb239} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:06.918443 [ 277 ] {2fc8e2b2-cc0a-488f-a64b-70e6fe5eb239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:06.919449 [ 277 ] {2fc8e2b2-cc0a-488f-a64b-70e6fe5eb239} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.919485 [ 277 ] {2fc8e2b2-cc0a-488f-a64b-70e6fe5eb239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.919845 [ 277 ] {2fc8e2b2-cc0a-488f-a64b-70e6fe5eb239} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:35:06.920050 [ 277 ] {2fc8e2b2-cc0a-488f-a64b-70e6fe5eb239} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.920144 [ 148 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:35:06.920168 [ 277 ] {2fc8e2b2-cc0a-488f-a64b-70e6fe5eb239} executeQuery: Read 1252 rows, 106.17 KiB in 0.001854 sec., 675296.6558791802 rows/sec., 55.93 MiB/sec. 2025.08.11 21:35:06.920208 [ 148 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.920225 [ 277 ] {2fc8e2b2-cc0a-488f-a64b-70e6fe5eb239} TCPHandler: Processed in 0.002069314 sec. 2025.08.11 21:35:06.920234 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.920414 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:35:06.920430 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.920549 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:06.920579 [ 277 ] {97f52642-1500-4803-99d6-cc8d64a6ad42} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.920590 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 254 rows starting from the beginning of the part 2025.08.11 21:35:06.920634 [ 277 ] {97f52642-1500-4803-99d6-cc8d64a6ad42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:06.920670 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 110 rows starting from the beginning of the part 2025.08.11 21:35:06.920725 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 210 rows starting from the beginning of the part 2025.08.11 21:35:06.920771 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 110 rows starting from the beginning of the part 2025.08.11 21:35:06.920818 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 84 rows starting from the beginning of the part 2025.08.11 21:35:06.920864 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:35:06.921116 [ 277 ] {97f52642-1500-4803-99d6-cc8d64a6ad42} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.921165 [ 277 ] {97f52642-1500-4803-99d6-cc8d64a6ad42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.921530 [ 277 ] {97f52642-1500-4803-99d6-cc8d64a6ad42} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:35:06.921759 [ 277 ] {97f52642-1500-4803-99d6-cc8d64a6ad42} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.921888 [ 277 ] {97f52642-1500-4803-99d6-cc8d64a6ad42} executeQuery: Read 31 rows, 2.31 KiB in 0.001333 sec., 23255.813953488374 rows/sec., 1.69 MiB/sec. 2025.08.11 21:35:06.921924 [ 277 ] {97f52642-1500-4803-99d6-cc8d64a6ad42} TCPHandler: Processed in 0.001555266 sec. 2025.08.11 21:35:06.922032 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.922126 [ 277 ] {8037eaa2-1fe6-4db3-bed8-c238d24ea308} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.922165 [ 277 ] {8037eaa2-1fe6-4db3-bed8-c238d24ea308} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:35:06.922184 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2020 rows, containing 5 columns (5 merged, 0 gathered) in 0.00181059 sec., 1115658.4317819055 rows/sec., 98.41 MiB/sec. 2025.08.11 21:35:06.922511 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:35:06.922641 [ 277 ] {8037eaa2-1fe6-4db3-bed8-c238d24ea308} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.922686 [ 277 ] {8037eaa2-1fe6-4db3-bed8-c238d24ea308} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.922838 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.922934 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_16_3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:35:06.923025 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.08.11 21:35:06.923043 [ 277 ] {8037eaa2-1fe6-4db3-bed8-c238d24ea308} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:35:06.923271 [ 277 ] {8037eaa2-1fe6-4db3-bed8-c238d24ea308} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.923398 [ 277 ] {8037eaa2-1fe6-4db3-bed8-c238d24ea308} executeQuery: Read 228 rows, 15.81 KiB in 0.00129 sec., 176744.18604651163 rows/sec., 11.97 MiB/sec. 2025.08.11 21:35:06.923435 [ 277 ] {8037eaa2-1fe6-4db3-bed8-c238d24ea308} TCPHandler: Processed in 0.001452154 sec. 2025.08.11 21:35:06.923541 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.923635 [ 277 ] {fb35ca11-d5e3-463a-84e5-6a277a99c651} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:06.923674 [ 277 ] {fb35ca11-d5e3-463a-84e5-6a277a99c651} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:06.924224 [ 277 ] {fb35ca11-d5e3-463a-84e5-6a277a99c651} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.924260 [ 277 ] {fb35ca11-d5e3-463a-84e5-6a277a99c651} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.924582 [ 277 ] {fb35ca11-d5e3-463a-84e5-6a277a99c651} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:35:06.924808 [ 277 ] {fb35ca11-d5e3-463a-84e5-6a277a99c651} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.924906 [ 148 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:35:06.924936 [ 277 ] {fb35ca11-d5e3-463a-84e5-6a277a99c651} executeQuery: Read 551 rows, 41.89 KiB in 0.001318 sec., 418057.6631259484 rows/sec., 31.04 MiB/sec. 2025.08.11 21:35:06.924951 [ 148 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.924979 [ 277 ] {fb35ca11-d5e3-463a-84e5-6a277a99c651} TCPHandler: Processed in 0.001486765 sec. 2025.08.11 21:35:06.924981 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.925082 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:35:06.925107 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.925182 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:06.925208 [ 277 ] {23cc8a5f-289f-46eb-9ef5-baf04e5a9ba4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.925219 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 163 rows starting from the beginning of the part 2025.08.11 21:35:06.925258 [ 277 ] {23cc8a5f-289f-46eb-9ef5-baf04e5a9ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:06.925318 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 91 rows starting from the beginning of the part 2025.08.11 21:35:06.925383 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 129 rows starting from the beginning of the part 2025.08.11 21:35:06.925436 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 91 rows starting from the beginning of the part 2025.08.11 21:35:06.925487 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 78 rows starting from the beginning of the part 2025.08.11 21:35:06.925534 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 551 rows starting from the beginning of the part 2025.08.11 21:35:06.926457 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1103 rows, containing 5 columns (5 merged, 0 gathered) in 0.001412544 sec., 780860.6315980246 rows/sec., 63.01 MiB/sec. 2025.08.11 21:35:06.926494 [ 277 ] {23cc8a5f-289f-46eb-9ef5-baf04e5a9ba4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.926536 [ 277 ] {23cc8a5f-289f-46eb-9ef5-baf04e5a9ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.926639 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:35:06.926959 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.927031 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_16_3} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:35:06.927097 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.11 21:35:06.927355 [ 277 ] {23cc8a5f-289f-46eb-9ef5-baf04e5a9ba4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:35:06.927592 [ 277 ] {23cc8a5f-289f-46eb-9ef5-baf04e5a9ba4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.927713 [ 148 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:35:06.927726 [ 277 ] {23cc8a5f-289f-46eb-9ef5-baf04e5a9ba4} executeQuery: Read 3652 rows, 249.75 KiB in 0.002537 sec., 1439495.4670871107 rows/sec., 96.13 MiB/sec. 2025.08.11 21:35:06.927771 [ 148 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.927789 [ 277 ] {23cc8a5f-289f-46eb-9ef5-baf04e5a9ba4} TCPHandler: Processed in 0.002731476 sec. 2025.08.11 21:35:06.927812 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.927924 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.927958 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:35:06.928025 [ 277 ] {21ac65f3-2a36-4bf8-a9f2-4db87baed8db} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.928055 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:06.928081 [ 277 ] {21ac65f3-2a36-4bf8-a9f2-4db87baed8db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:06.928085 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1904 rows starting from the beginning of the part 2025.08.11 21:35:06.928167 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.08.11 21:35:06.928217 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 202 rows starting from the beginning of the part 2025.08.11 21:35:06.928268 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:35:06.928312 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.08.11 21:35:06.928359 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3652 rows starting from the beginning of the part 2025.08.11 21:35:06.928896 [ 277 ] {21ac65f3-2a36-4bf8-a9f2-4db87baed8db} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.928932 [ 277 ] {21ac65f3-2a36-4bf8-a9f2-4db87baed8db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.929459 [ 277 ] {21ac65f3-2a36-4bf8-a9f2-4db87baed8db} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:35:06.929730 [ 277 ] {21ac65f3-2a36-4bf8-a9f2-4db87baed8db} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.929874 [ 277 ] {21ac65f3-2a36-4bf8-a9f2-4db87baed8db} executeQuery: Read 27 rows, 49.54 KiB in 0.001867 sec., 14461.703267273702 rows/sec., 25.91 MiB/sec. 2025.08.11 21:35:06.929942 [ 277 ] {21ac65f3-2a36-4bf8-a9f2-4db87baed8db} TCPHandler: Processed in 0.002068294 sec. 2025.08.11 21:35:06.930058 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:06.930153 [ 277 ] {32ffd951-fe9b-4ad2-94c0-682bf3b22f6e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:06.930195 [ 277 ] {32ffd951-fe9b-4ad2-94c0-682bf3b22f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:06.930510 [ 277 ] {32ffd951-fe9b-4ad2-94c0-682bf3b22f6e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.930532 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6238 rows, containing 5 columns (5 merged, 0 gathered) in 0.002609633 sec., 2390374.431960356 rows/sec., 163.31 MiB/sec. 2025.08.11 21:35:06.930547 [ 277 ] {32ffd951-fe9b-4ad2-94c0-682bf3b22f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.930899 [ 277 ] {32ffd951-fe9b-4ad2-94c0-682bf3b22f6e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:35:06.931109 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:35:06.931147 [ 277 ] {32ffd951-fe9b-4ad2-94c0-682bf3b22f6e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.931272 [ 148 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:35:06.931304 [ 148 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:06.931309 [ 277 ] {32ffd951-fe9b-4ad2-94c0-682bf3b22f6e} executeQuery: Read 12 rows, 848.00 B in 0.001174 sec., 10221.465076660988 rows/sec., 705.39 KiB/sec. 2025.08.11 21:35:06.931327 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:06.931366 [ 277 ] {32ffd951-fe9b-4ad2-94c0-682bf3b22f6e} TCPHandler: Processed in 0.001357522 sec. 2025.08.11 21:35:06.931415 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:35:06.931480 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.931527 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:06.931556 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_16_3} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:35:06.931558 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 630 rows starting from the beginning of the part 2025.08.11 21:35:06.931614 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:06.931633 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2025.08.11 21:35:06.931655 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:06.931695 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:06.931730 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:06.931767 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.08.11 21:35:06.932561 [ 187 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 882 rows, containing 4 columns (4 merged, 0 gathered) in 0.00118335 sec., 745341.6149068323 rows/sec., 50.38 MiB/sec. 2025.08.11 21:35:06.932691 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:35:06.932913 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:06.932969 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_16_3} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:35:06.933019 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.08.11 21:35:11.281428 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:11.281649 [ 277 ] {ccd7a2a2-4bb9-44f6-8c89-d14823e4a9fe} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:11.281723 [ 277 ] {ccd7a2a2-4bb9-44f6-8c89-d14823e4a9fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:11.282371 [ 277 ] {ccd7a2a2-4bb9-44f6-8c89-d14823e4a9fe} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:11.282419 [ 277 ] {ccd7a2a2-4bb9-44f6-8c89-d14823e4a9fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:11.282803 [ 277 ] {ccd7a2a2-4bb9-44f6-8c89-d14823e4a9fe} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:35:11.283022 [ 277 ] {ccd7a2a2-4bb9-44f6-8c89-d14823e4a9fe} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:11.283172 [ 277 ] {ccd7a2a2-4bb9-44f6-8c89-d14823e4a9fe} executeQuery: Read 56 rows, 4.41 KiB in 0.001579 sec., 35465.48448385054 rows/sec., 2.72 MiB/sec. 2025.08.11 21:35:11.283223 [ 277 ] {ccd7a2a2-4bb9-44f6-8c89-d14823e4a9fe} TCPHandler: Processed in 0.001935573 sec. 2025.08.11 21:35:11.283351 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:11.283445 [ 277 ] {4cd1121d-d332-45df-9449-f03f6d8f4505} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:11.283484 [ 277 ] {4cd1121d-d332-45df-9449-f03f6d8f4505} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:11.283903 [ 277 ] {4cd1121d-d332-45df-9449-f03f6d8f4505} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:11.283938 [ 277 ] {4cd1121d-d332-45df-9449-f03f6d8f4505} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:11.284229 [ 277 ] {4cd1121d-d332-45df-9449-f03f6d8f4505} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:35:11.284434 [ 277 ] {4cd1121d-d332-45df-9449-f03f6d8f4505} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:11.284557 [ 277 ] {4cd1121d-d332-45df-9449-f03f6d8f4505} executeQuery: Read 64 rows, 5.12 KiB in 0.001131 sec., 56587.09106984969 rows/sec., 4.42 MiB/sec. 2025.08.11 21:35:11.284599 [ 277 ] {4cd1121d-d332-45df-9449-f03f6d8f4505} TCPHandler: Processed in 0.001306152 sec. 2025.08.11 21:35:11.284710 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:11.284802 [ 277 ] {055a5c58-5c48-4b0c-aea5-08123fd9668e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:11.284845 [ 277 ] {055a5c58-5c48-4b0c-aea5-08123fd9668e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:11.285234 [ 277 ] {055a5c58-5c48-4b0c-aea5-08123fd9668e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:11.285269 [ 277 ] {055a5c58-5c48-4b0c-aea5-08123fd9668e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:11.285592 [ 277 ] {055a5c58-5c48-4b0c-aea5-08123fd9668e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:35:11.285802 [ 277 ] {055a5c58-5c48-4b0c-aea5-08123fd9668e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:11.285924 [ 277 ] {055a5c58-5c48-4b0c-aea5-08123fd9668e} executeQuery: Read 128 rows, 9.13 KiB in 0.00114 sec., 112280.70175438597 rows/sec., 7.82 MiB/sec. 2025.08.11 21:35:11.285964 [ 277 ] {055a5c58-5c48-4b0c-aea5-08123fd9668e} TCPHandler: Processed in 0.001301012 sec. 2025.08.11 21:35:11.286070 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:11.286162 [ 277 ] {c2df7737-05b0-435b-a99e-9073a7f5bb12} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:11.286202 [ 277 ] {c2df7737-05b0-435b-a99e-9073a7f5bb12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:11.286516 [ 277 ] {c2df7737-05b0-435b-a99e-9073a7f5bb12} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:11.286549 [ 277 ] {c2df7737-05b0-435b-a99e-9073a7f5bb12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:11.286904 [ 277 ] {c2df7737-05b0-435b-a99e-9073a7f5bb12} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:35:11.287118 [ 277 ] {c2df7737-05b0-435b-a99e-9073a7f5bb12} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:11.287251 [ 277 ] {c2df7737-05b0-435b-a99e-9073a7f5bb12} executeQuery: Read 48 rows, 3.31 KiB in 0.001106 sec., 43399.6383363472 rows/sec., 2.92 MiB/sec. 2025.08.11 21:35:11.287295 [ 277 ] {c2df7737-05b0-435b-a99e-9073a7f5bb12} TCPHandler: Processed in 0.001271741 sec. 2025.08.11 21:35:11.782090 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 2025.08.11 21:35:11.782779 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:11.782814 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:11.783278 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:35:11.783513 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:11.783633 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 2025.08.11 21:35:12.108922 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.08.11 21:35:12.124565 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:12.124623 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:12.130758 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:35:12.131483 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:12.134217 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.08.11 21:35:13.000187 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 197.84 MiB, peak 201.84 MiB, free memory in arenas 0.00 B, will set to 199.56 MiB (RSS), difference: 1.72 MiB 2025.08.11 21:35:14.292770 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 386 2025.08.11 21:35:14.295514 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:14.295583 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:14.296851 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:35:14.297161 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:14.297592 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 386 2025.08.11 21:35:16.282717 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:16.282959 [ 277 ] {924e127f-637b-4de6-ba1c-1490fc7dec3b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:16.283065 [ 277 ] {924e127f-637b-4de6-ba1c-1490fc7dec3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:16.284030 [ 277 ] {924e127f-637b-4de6-ba1c-1490fc7dec3b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:16.284081 [ 277 ] {924e127f-637b-4de6-ba1c-1490fc7dec3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:16.284493 [ 277 ] {924e127f-637b-4de6-ba1c-1490fc7dec3b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:35:16.284739 [ 277 ] {924e127f-637b-4de6-ba1c-1490fc7dec3b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:16.284905 [ 277 ] {924e127f-637b-4de6-ba1c-1490fc7dec3b} executeQuery: Read 84 rows, 7.19 KiB in 0.00202 sec., 41584.15841584158 rows/sec., 3.48 MiB/sec. 2025.08.11 21:35:16.284957 [ 277 ] {924e127f-637b-4de6-ba1c-1490fc7dec3b} TCPHandler: Processed in 0.00238365 sec. 2025.08.11 21:35:16.285083 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:16.285187 [ 277 ] {2e4e9e1b-15f2-4052-9929-8e67a7c5d096} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:16.285230 [ 277 ] {2e4e9e1b-15f2-4052-9929-8e67a7c5d096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:16.285647 [ 277 ] {2e4e9e1b-15f2-4052-9929-8e67a7c5d096} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:16.285686 [ 277 ] {2e4e9e1b-15f2-4052-9929-8e67a7c5d096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:16.285989 [ 277 ] {2e4e9e1b-15f2-4052-9929-8e67a7c5d096} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:35:16.286221 [ 277 ] {2e4e9e1b-15f2-4052-9929-8e67a7c5d096} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:16.286354 [ 277 ] {2e4e9e1b-15f2-4052-9929-8e67a7c5d096} executeQuery: Read 14 rows, 1.05 KiB in 0.001189 sec., 11774.600504625736 rows/sec., 885.39 KiB/sec. 2025.08.11 21:35:16.286393 [ 277 ] {2e4e9e1b-15f2-4052-9929-8e67a7c5d096} TCPHandler: Processed in 0.001362293 sec. 2025.08.11 21:35:16.286503 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:16.286620 [ 277 ] {5a67ff77-2e34-4ff6-bed1-a6bb8409d89b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:16.286665 [ 277 ] {5a67ff77-2e34-4ff6-bed1-a6bb8409d89b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:16.287084 [ 277 ] {5a67ff77-2e34-4ff6-bed1-a6bb8409d89b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:16.287121 [ 277 ] {5a67ff77-2e34-4ff6-bed1-a6bb8409d89b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:16.287424 [ 277 ] {5a67ff77-2e34-4ff6-bed1-a6bb8409d89b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:35:16.287640 [ 277 ] {5a67ff77-2e34-4ff6-bed1-a6bb8409d89b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:16.287766 [ 277 ] {5a67ff77-2e34-4ff6-bed1-a6bb8409d89b} executeQuery: Read 78 rows, 6.24 KiB in 0.001198 sec., 65108.51419031719 rows/sec., 5.08 MiB/sec. 2025.08.11 21:35:16.287803 [ 277 ] {5a67ff77-2e34-4ff6-bed1-a6bb8409d89b} TCPHandler: Processed in 0.001367093 sec. 2025.08.11 21:35:16.287909 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:16.287998 [ 277 ] {cb284055-729e-432d-9ff0-2065a65ecd71} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:16.288038 [ 277 ] {cb284055-729e-432d-9ff0-2065a65ecd71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:16.288420 [ 277 ] {cb284055-729e-432d-9ff0-2065a65ecd71} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:16.288454 [ 277 ] {cb284055-729e-432d-9ff0-2065a65ecd71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:16.288848 [ 277 ] {cb284055-729e-432d-9ff0-2065a65ecd71} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:35:16.289061 [ 277 ] {cb284055-729e-432d-9ff0-2065a65ecd71} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:16.289195 [ 277 ] {cb284055-729e-432d-9ff0-2065a65ecd71} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.08.11 21:35:16.289233 [ 277 ] {cb284055-729e-432d-9ff0-2065a65ecd71} TCPHandler: Processed in 0.001346453 sec. 2025.08.11 21:35:16.289344 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:16.289439 [ 277 ] {966041ef-4f3a-4cd7-8560-d9f7149bb588} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:16.289494 [ 277 ] {966041ef-4f3a-4cd7-8560-d9f7149bb588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:16.290244 [ 277 ] {966041ef-4f3a-4cd7-8560-d9f7149bb588} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:16.290281 [ 277 ] {966041ef-4f3a-4cd7-8560-d9f7149bb588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:16.290780 [ 277 ] {966041ef-4f3a-4cd7-8560-d9f7149bb588} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:35:16.291011 [ 277 ] {966041ef-4f3a-4cd7-8560-d9f7149bb588} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:16.291148 [ 277 ] {966041ef-4f3a-4cd7-8560-d9f7149bb588} executeQuery: Read 14 rows, 25.69 KiB in 0.001726 sec., 8111.239860950173 rows/sec., 14.53 MiB/sec. 2025.08.11 21:35:16.291200 [ 277 ] {966041ef-4f3a-4cd7-8560-d9f7149bb588} TCPHandler: Processed in 0.001904362 sec. 2025.08.11 21:35:16.291313 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:16.291407 [ 277 ] {86500638-5f6b-4eab-8543-45466d48855e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:16.291449 [ 277 ] {86500638-5f6b-4eab-8543-45466d48855e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:16.291786 [ 277 ] {86500638-5f6b-4eab-8543-45466d48855e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:16.291822 [ 277 ] {86500638-5f6b-4eab-8543-45466d48855e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:16.292124 [ 277 ] {86500638-5f6b-4eab-8543-45466d48855e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:35:16.292339 [ 277 ] {86500638-5f6b-4eab-8543-45466d48855e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:16.292471 [ 277 ] {86500638-5f6b-4eab-8543-45466d48855e} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.08.11 21:35:16.292508 [ 277 ] {86500638-5f6b-4eab-8543-45466d48855e} TCPHandler: Processed in 0.001243831 sec. 2025.08.11 21:35:19.206545 [ 136 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:35:19.206596 [ 136 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:35:19.283746 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 2025.08.11 21:35:19.284244 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:19.284294 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:19.284836 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:35:19.285093 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:19.285225 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.08.11 21:35:19.369458 [ 135 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.11 21:35:19.369526 [ 135 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:19.369554 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:19.369660 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.08.11 21:35:19.369779 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:19.369814 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.08.11 21:35:19.369882 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.08.11 21:35:19.369926 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.08.11 21:35:19.369968 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.08.11 21:35:19.370009 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2025.08.11 21:35:19.370812 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.00119833 sec., 23365.850809042582 rows/sec., 1.95 MiB/sec. 2025.08.11 21:35:19.370952 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.11 21:35:19.371208 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:19.371294 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_5_1} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.11 21:35:19.371364 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.11 21:35:19.634318 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.08.11 21:35:19.651505 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:19.651569 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:19.656962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:35:19.657652 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:19.660874 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.08.11 21:35:21.283095 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:21.283315 [ 277 ] {71c3a5b9-20d5-4aa5-9919-c32e5a41ae12} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:21.283389 [ 277 ] {71c3a5b9-20d5-4aa5-9919-c32e5a41ae12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:21.284131 [ 277 ] {71c3a5b9-20d5-4aa5-9919-c32e5a41ae12} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:21.284177 [ 277 ] {71c3a5b9-20d5-4aa5-9919-c32e5a41ae12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:21.284580 [ 277 ] {71c3a5b9-20d5-4aa5-9919-c32e5a41ae12} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:35:21.284810 [ 277 ] {71c3a5b9-20d5-4aa5-9919-c32e5a41ae12} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:21.284960 [ 277 ] {71c3a5b9-20d5-4aa5-9919-c32e5a41ae12} executeQuery: Read 110 rows, 9.47 KiB in 0.001698 sec., 64782.09658421672 rows/sec., 5.44 MiB/sec. 2025.08.11 21:35:21.285003 [ 277 ] {71c3a5b9-20d5-4aa5-9919-c32e5a41ae12} TCPHandler: Processed in 0.002045975 sec. 2025.08.11 21:35:21.285131 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:21.285227 [ 277 ] {f741138b-4ba1-4d2d-b1b9-272159dcf6ce} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:21.285268 [ 277 ] {f741138b-4ba1-4d2d-b1b9-272159dcf6ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:21.285686 [ 277 ] {f741138b-4ba1-4d2d-b1b9-272159dcf6ce} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:21.285721 [ 277 ] {f741138b-4ba1-4d2d-b1b9-272159dcf6ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:21.286032 [ 277 ] {f741138b-4ba1-4d2d-b1b9-272159dcf6ce} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:35:21.286252 [ 277 ] {f741138b-4ba1-4d2d-b1b9-272159dcf6ce} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:21.286389 [ 277 ] {f741138b-4ba1-4d2d-b1b9-272159dcf6ce} executeQuery: Read 27 rows, 2.03 KiB in 0.001178 sec., 22920.20373514431 rows/sec., 1.68 MiB/sec. 2025.08.11 21:35:21.286426 [ 277 ] {f741138b-4ba1-4d2d-b1b9-272159dcf6ce} TCPHandler: Processed in 0.001343643 sec. 2025.08.11 21:35:21.286539 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:21.286717 [ 277 ] {51b29887-d6d9-4246-945b-bec7dfdf0950} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:21.286757 [ 277 ] {51b29887-d6d9-4246-945b-bec7dfdf0950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:21.287190 [ 277 ] {51b29887-d6d9-4246-945b-bec7dfdf0950} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:21.287225 [ 277 ] {51b29887-d6d9-4246-945b-bec7dfdf0950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:21.287535 [ 277 ] {51b29887-d6d9-4246-945b-bec7dfdf0950} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:35:21.287751 [ 277 ] {51b29887-d6d9-4246-945b-bec7dfdf0950} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:21.287877 [ 277 ] {51b29887-d6d9-4246-945b-bec7dfdf0950} executeQuery: Read 91 rows, 7.28 KiB in 0.001177 sec., 77315.20815632965 rows/sec., 6.04 MiB/sec. 2025.08.11 21:35:21.287915 [ 277 ] {51b29887-d6d9-4246-945b-bec7dfdf0950} TCPHandler: Processed in 0.001424623 sec. 2025.08.11 21:35:21.288033 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:21.288127 [ 277 ] {2106eb83-c7e1-4964-9895-8eb6ddfff24a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:21.288172 [ 277 ] {2106eb83-c7e1-4964-9895-8eb6ddfff24a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:21.288585 [ 277 ] {2106eb83-c7e1-4964-9895-8eb6ddfff24a} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:21.288620 [ 277 ] {2106eb83-c7e1-4964-9895-8eb6ddfff24a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:21.288954 [ 277 ] {2106eb83-c7e1-4964-9895-8eb6ddfff24a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:35:21.289167 [ 277 ] {2106eb83-c7e1-4964-9895-8eb6ddfff24a} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:21.289296 [ 277 ] {2106eb83-c7e1-4964-9895-8eb6ddfff24a} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.08.11 21:35:21.289332 [ 277 ] {2106eb83-c7e1-4964-9895-8eb6ddfff24a} TCPHandler: Processed in 0.001348772 sec. 2025.08.11 21:35:21.289444 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:21.289537 [ 277 ] {295de7e2-45d2-40c9-9508-5ac6369709b6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:21.289593 [ 277 ] {295de7e2-45d2-40c9-9508-5ac6369709b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:21.290376 [ 277 ] {295de7e2-45d2-40c9-9508-5ac6369709b6} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:21.290411 [ 277 ] {295de7e2-45d2-40c9-9508-5ac6369709b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:21.290931 [ 277 ] {295de7e2-45d2-40c9-9508-5ac6369709b6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:35:21.291159 [ 277 ] {295de7e2-45d2-40c9-9508-5ac6369709b6} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:21.291294 [ 277 ] {295de7e2-45d2-40c9-9508-5ac6369709b6} executeQuery: Read 27 rows, 49.54 KiB in 0.001772 sec., 15237.020316027088 rows/sec., 27.30 MiB/sec. 2025.08.11 21:35:21.291346 [ 277 ] {295de7e2-45d2-40c9-9508-5ac6369709b6} TCPHandler: Processed in 0.001951043 sec. 2025.08.11 21:35:21.291473 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:21.291573 [ 277 ] {3acba08e-ccff-4c0b-8c05-02583c644b76} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:21.291614 [ 277 ] {3acba08e-ccff-4c0b-8c05-02583c644b76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:21.291963 [ 277 ] {3acba08e-ccff-4c0b-8c05-02583c644b76} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:21.291998 [ 277 ] {3acba08e-ccff-4c0b-8c05-02583c644b76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:21.292325 [ 277 ] {3acba08e-ccff-4c0b-8c05-02583c644b76} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:35:21.292540 [ 277 ] {3acba08e-ccff-4c0b-8c05-02583c644b76} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:21.292671 [ 277 ] {3acba08e-ccff-4c0b-8c05-02583c644b76} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2025.08.11 21:35:21.292706 [ 277 ] {3acba08e-ccff-4c0b-8c05-02583c644b76} TCPHandler: Processed in 0.001283522 sec. 2025.08.11 21:35:24.297834 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 410 2025.08.11 21:35:24.299941 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:24.300000 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:24.301192 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:35:24.301487 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:24.301840 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 410 2025.08.11 21:35:26.285089 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.285276 [ 277 ] {b25d4a1d-6f7b-45b2-9504-3216146b448c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:35:26.285346 [ 277 ] {b25d4a1d-6f7b-45b2-9504-3216146b448c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:35:26.286137 [ 277 ] {b25d4a1d-6f7b-45b2-9504-3216146b448c} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.286186 [ 277 ] {b25d4a1d-6f7b-45b2-9504-3216146b448c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.286579 [ 277 ] {b25d4a1d-6f7b-45b2-9504-3216146b448c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:35:26.286805 [ 277 ] {b25d4a1d-6f7b-45b2-9504-3216146b448c} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.286969 [ 277 ] {b25d4a1d-6f7b-45b2-9504-3216146b448c} executeQuery: Read 24 rows, 2.04 KiB in 0.001701 sec., 14109.347442680775 rows/sec., 1.17 MiB/sec. 2025.08.11 21:35:26.287025 [ 277 ] {b25d4a1d-6f7b-45b2-9504-3216146b448c} TCPHandler: Processed in 0.002032774 sec. 2025.08.11 21:35:26.287157 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.287262 [ 277 ] {a6875972-3931-48d6-b7ca-6b4683045e16} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:26.287306 [ 277 ] {a6875972-3931-48d6-b7ca-6b4683045e16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:26.287798 [ 277 ] {a6875972-3931-48d6-b7ca-6b4683045e16} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.287834 [ 277 ] {a6875972-3931-48d6-b7ca-6b4683045e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.288163 [ 277 ] {a6875972-3931-48d6-b7ca-6b4683045e16} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:35:26.288377 [ 277 ] {a6875972-3931-48d6-b7ca-6b4683045e16} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.288507 [ 277 ] {a6875972-3931-48d6-b7ca-6b4683045e16} executeQuery: Read 204 rows, 18.65 KiB in 0.001269 sec., 160756.5011820331 rows/sec., 14.35 MiB/sec. 2025.08.11 21:35:26.288547 [ 277 ] {a6875972-3931-48d6-b7ca-6b4683045e16} TCPHandler: Processed in 0.001442114 sec. 2025.08.11 21:35:26.288667 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.288764 [ 277 ] {8617aa8e-4ac5-4cce-8c2c-51dae845924c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:26.288804 [ 277 ] {8617aa8e-4ac5-4cce-8c2c-51dae845924c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:26.289209 [ 277 ] {8617aa8e-4ac5-4cce-8c2c-51dae845924c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.289244 [ 277 ] {8617aa8e-4ac5-4cce-8c2c-51dae845924c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.289532 [ 277 ] {8617aa8e-4ac5-4cce-8c2c-51dae845924c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:35:26.289750 [ 277 ] {8617aa8e-4ac5-4cce-8c2c-51dae845924c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.289839 [ 89 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:35:26.289875 [ 277 ] {8617aa8e-4ac5-4cce-8c2c-51dae845924c} executeQuery: Read 26 rows, 2.01 KiB in 0.001131 sec., 22988.505747126437 rows/sec., 1.74 MiB/sec. 2025.08.11 21:35:26.289877 [ 89 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.289908 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.289913 [ 277 ] {8617aa8e-4ac5-4cce-8c2c-51dae845924c} TCPHandler: Processed in 0.001298052 sec. 2025.08.11 21:35:26.290042 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:35:26.290056 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.290175 [ 277 ] {53bde62b-ad30-4286-bdf1-0f83593c0117} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:35:26.290199 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:26.290215 [ 277 ] {53bde62b-ad30-4286-bdf1-0f83593c0117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:35:26.290238 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 69 rows starting from the beginning of the part 2025.08.11 21:35:26.290309 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:26.290353 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:35:26.290394 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:26.290462 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:26.290515 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2025.08.11 21:35:26.290640 [ 277 ] {53bde62b-ad30-4286-bdf1-0f83593c0117} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.290681 [ 277 ] {53bde62b-ad30-4286-bdf1-0f83593c0117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.291002 [ 277 ] {53bde62b-ad30-4286-bdf1-0f83593c0117} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:35:26.291228 [ 277 ] {53bde62b-ad30-4286-bdf1-0f83593c0117} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.291358 [ 277 ] {53bde62b-ad30-4286-bdf1-0f83593c0117} executeQuery: Read 24 rows, 2.04 KiB in 0.0012 sec., 20000 rows/sec., 1.66 MiB/sec. 2025.08.11 21:35:26.291397 [ 277 ] {53bde62b-ad30-4286-bdf1-0f83593c0117} TCPHandler: Processed in 0.001387803 sec. 2025.08.11 21:35:26.291437 [ 196 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.001460864 sec., 123899.28152107245 rows/sec., 9.58 MiB/sec. 2025.08.11 21:35:26.291511 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.291599 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:35:26.291608 [ 277 ] {1ae8be56-6c24-4136-86dd-bbc4137eb9a4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:35:26.291661 [ 277 ] {1ae8be56-6c24-4136-86dd-bbc4137eb9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:35:26.291866 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.291943 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_16_3} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:35:26.292019 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.08.11 21:35:26.292054 [ 277 ] {1ae8be56-6c24-4136-86dd-bbc4137eb9a4} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.292094 [ 277 ] {1ae8be56-6c24-4136-86dd-bbc4137eb9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.292381 [ 277 ] {1ae8be56-6c24-4136-86dd-bbc4137eb9a4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.11 21:35:26.292583 [ 277 ] {1ae8be56-6c24-4136-86dd-bbc4137eb9a4} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.292708 [ 277 ] {1ae8be56-6c24-4136-86dd-bbc4137eb9a4} executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. 2025.08.11 21:35:26.292745 [ 277 ] {1ae8be56-6c24-4136-86dd-bbc4137eb9a4} TCPHandler: Processed in 0.001280892 sec. 2025.08.11 21:35:26.292853 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.292944 [ 277 ] {ee8b5077-25d9-49a5-aa04-e10ee09bf313} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:26.292981 [ 277 ] {ee8b5077-25d9-49a5-aa04-e10ee09bf313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:26.293393 [ 277 ] {ee8b5077-25d9-49a5-aa04-e10ee09bf313} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.293426 [ 277 ] {ee8b5077-25d9-49a5-aa04-e10ee09bf313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.293726 [ 277 ] {ee8b5077-25d9-49a5-aa04-e10ee09bf313} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:35:26.293954 [ 277 ] {ee8b5077-25d9-49a5-aa04-e10ee09bf313} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.294076 [ 277 ] {ee8b5077-25d9-49a5-aa04-e10ee09bf313} executeQuery: Read 114 rows, 9.49 KiB in 0.001148 sec., 99303.13588850175 rows/sec., 8.08 MiB/sec. 2025.08.11 21:35:26.294113 [ 277 ] {ee8b5077-25d9-49a5-aa04-e10ee09bf313} TCPHandler: Processed in 0.001307171 sec. 2025.08.11 21:35:26.294224 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.294316 [ 277 ] {3fcb8016-aa2a-4c1c-b3d1-83df3e7fa2c8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:26.294358 [ 277 ] {3fcb8016-aa2a-4c1c-b3d1-83df3e7fa2c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:26.294747 [ 277 ] {3fcb8016-aa2a-4c1c-b3d1-83df3e7fa2c8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.294780 [ 277 ] {3fcb8016-aa2a-4c1c-b3d1-83df3e7fa2c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.295104 [ 277 ] {3fcb8016-aa2a-4c1c-b3d1-83df3e7fa2c8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:35:26.295308 [ 277 ] {3fcb8016-aa2a-4c1c-b3d1-83df3e7fa2c8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.295430 [ 277 ] {3fcb8016-aa2a-4c1c-b3d1-83df3e7fa2c8} executeQuery: Read 196 rows, 14.40 KiB in 0.001131 sec., 173297.96640141465 rows/sec., 12.43 MiB/sec. 2025.08.11 21:35:26.295468 [ 277 ] {3fcb8016-aa2a-4c1c-b3d1-83df3e7fa2c8} TCPHandler: Processed in 0.001290001 sec. 2025.08.11 21:35:26.295578 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.295676 [ 277 ] {2d97809f-5299-4b2c-bb86-d19ccb2797a3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:26.295729 [ 277 ] {2d97809f-5299-4b2c-bb86-d19ccb2797a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:26.296434 [ 277 ] {2d97809f-5299-4b2c-bb86-d19ccb2797a3} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.296467 [ 277 ] {2d97809f-5299-4b2c-bb86-d19ccb2797a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.296975 [ 277 ] {2d97809f-5299-4b2c-bb86-d19ccb2797a3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:35:26.297190 [ 277 ] {2d97809f-5299-4b2c-bb86-d19ccb2797a3} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.297322 [ 277 ] {2d97809f-5299-4b2c-bb86-d19ccb2797a3} executeQuery: Read 14 rows, 25.69 KiB in 0.001663 sec., 8418.52074564041 rows/sec., 15.09 MiB/sec. 2025.08.11 21:35:26.297373 [ 277 ] {2d97809f-5299-4b2c-bb86-d19ccb2797a3} TCPHandler: Processed in 0.001841231 sec. 2025.08.11 21:35:26.297486 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:26.297578 [ 277 ] {0863d7d9-381b-4e6e-aaa5-55b2848c9938} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:26.297619 [ 277 ] {0863d7d9-381b-4e6e-aaa5-55b2848c9938} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:26.297961 [ 277 ] {0863d7d9-381b-4e6e-aaa5-55b2848c9938} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.297994 [ 277 ] {0863d7d9-381b-4e6e-aaa5-55b2848c9938} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.298289 [ 277 ] {0863d7d9-381b-4e6e-aaa5-55b2848c9938} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:35:26.298511 [ 277 ] {0863d7d9-381b-4e6e-aaa5-55b2848c9938} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.298654 [ 277 ] {0863d7d9-381b-4e6e-aaa5-55b2848c9938} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.08.11 21:35:26.298692 [ 277 ] {0863d7d9-381b-4e6e-aaa5-55b2848c9938} TCPHandler: Processed in 0.001253451 sec. 2025.08.11 21:35:26.785376 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 2025.08.11 21:35:26.785929 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:26.785982 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:26.786497 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:35:26.786745 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:26.786879 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 2025.08.11 21:35:27.161021 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.08.11 21:35:27.176953 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:27.177001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:27.182400 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:35:27.183114 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:27.185760 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.08.11 21:35:31.284135 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:31.284432 [ 277 ] {aa146dbb-0cdd-446e-87d3-e913f667b2d2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:31.284527 [ 277 ] {aa146dbb-0cdd-446e-87d3-e913f667b2d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:31.285196 [ 277 ] {aa146dbb-0cdd-446e-87d3-e913f667b2d2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.285233 [ 277 ] {aa146dbb-0cdd-446e-87d3-e913f667b2d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:31.285621 [ 277 ] {aa146dbb-0cdd-446e-87d3-e913f667b2d2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:35:31.285845 [ 277 ] {aa146dbb-0cdd-446e-87d3-e913f667b2d2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.285963 [ 26 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:35:31.285995 [ 277 ] {aa146dbb-0cdd-446e-87d3-e913f667b2d2} executeQuery: Read 110 rows, 9.47 KiB in 0.001638 sec., 67155.06715506715 rows/sec., 5.64 MiB/sec. 2025.08.11 21:35:31.286007 [ 26 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.286032 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:31.286038 [ 277 ] {aa146dbb-0cdd-446e-87d3-e913f667b2d2} TCPHandler: Processed in 0.002084195 sec. 2025.08.11 21:35:31.286168 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:31.286208 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:35:31.286261 [ 277 ] {428c84da-06b2-46b4-8ef8-4ec203a7735f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:31.286309 [ 277 ] {428c84da-06b2-46b4-8ef8-4ec203a7735f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:31.286408 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:31.286470 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1407 rows starting from the beginning of the part 2025.08.11 21:35:31.286572 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2025.08.11 21:35:31.286620 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 84 rows starting from the beginning of the part 2025.08.11 21:35:31.286669 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 110 rows starting from the beginning of the part 2025.08.11 21:35:31.286712 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 204 rows starting from the beginning of the part 2025.08.11 21:35:31.286713 [ 277 ] {428c84da-06b2-46b4-8ef8-4ec203a7735f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.286760 [ 277 ] {428c84da-06b2-46b4-8ef8-4ec203a7735f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:31.286761 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 110 rows starting from the beginning of the part 2025.08.11 21:35:31.287110 [ 277 ] {428c84da-06b2-46b4-8ef8-4ec203a7735f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:35:31.287330 [ 277 ] {428c84da-06b2-46b4-8ef8-4ec203a7735f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.287460 [ 277 ] {428c84da-06b2-46b4-8ef8-4ec203a7735f} executeQuery: Read 27 rows, 2.03 KiB in 0.001216 sec., 22203.94736842105 rows/sec., 1.63 MiB/sec. 2025.08.11 21:35:31.287498 [ 277 ] {428c84da-06b2-46b4-8ef8-4ec203a7735f} TCPHandler: Processed in 0.001378393 sec. 2025.08.11 21:35:31.287608 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:31.287701 [ 277 ] {566a1deb-8c0a-4762-b793-3282902a4fc9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:31.287739 [ 277 ] {566a1deb-8c0a-4762-b793-3282902a4fc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:31.288075 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1971 rows, containing 5 columns (5 merged, 0 gathered) in 0.001962323 sec., 1004421.8000808224 rows/sec., 88.49 MiB/sec. 2025.08.11 21:35:31.288177 [ 277 ] {566a1deb-8c0a-4762-b793-3282902a4fc9} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.288215 [ 277 ] {566a1deb-8c0a-4762-b793-3282902a4fc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:31.288422 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:35:31.288557 [ 277 ] {566a1deb-8c0a-4762-b793-3282902a4fc9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:35:31.288838 [ 277 ] {566a1deb-8c0a-4762-b793-3282902a4fc9} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.288840 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.288932 [ 26 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:35:31.288939 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_21_4} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:35:31.288964 [ 26 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.288966 [ 277 ] {566a1deb-8c0a-4762-b793-3282902a4fc9} executeQuery: Read 91 rows, 7.28 KiB in 0.001282 sec., 70982.83931357255 rows/sec., 5.54 MiB/sec. 2025.08.11 21:35:31.288987 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:31.289012 [ 277 ] {566a1deb-8c0a-4762-b793-3282902a4fc9} TCPHandler: Processed in 0.001450935 sec. 2025.08.11 21:35:31.289055 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.11 21:35:31.289105 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:35:31.289123 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:31.289217 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:31.289222 [ 277 ] {0cf57c58-4558-4c49-a785-7af0ee13ebcd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:31.289256 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 633 rows starting from the beginning of the part 2025.08.11 21:35:31.289277 [ 277 ] {0cf57c58-4558-4c49-a785-7af0ee13ebcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:31.289344 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2025.08.11 21:35:31.289394 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part 2025.08.11 21:35:31.289444 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 91 rows starting from the beginning of the part 2025.08.11 21:35:31.289484 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 114 rows starting from the beginning of the part 2025.08.11 21:35:31.289524 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 91 rows starting from the beginning of the part 2025.08.11 21:35:31.289706 [ 277 ] {0cf57c58-4558-4c49-a785-7af0ee13ebcd} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.289756 [ 277 ] {0cf57c58-4558-4c49-a785-7af0ee13ebcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:31.290104 [ 277 ] {0cf57c58-4558-4c49-a785-7af0ee13ebcd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:35:31.290323 [ 277 ] {0cf57c58-4558-4c49-a785-7af0ee13ebcd} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.290451 [ 277 ] {0cf57c58-4558-4c49-a785-7af0ee13ebcd} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2025.08.11 21:35:31.290463 [ 28 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:35:31.290489 [ 277 ] {0cf57c58-4558-4c49-a785-7af0ee13ebcd} TCPHandler: Processed in 0.001412814 sec. 2025.08.11 21:35:31.290499 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 5 columns (5 merged, 0 gathered) in 0.001472125 sec., 727519.7418697461 rows/sec., 58.67 MiB/sec. 2025.08.11 21:35:31.290516 [ 28 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.290558 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:31.290618 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:31.290631 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:35:31.290687 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:35:31.290721 [ 277 ] {778c65ec-1531-4680-8a51-3f6b60f844b1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:31.290743 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:31.290775 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6238 rows starting from the beginning of the part 2025.08.11 21:35:31.290779 [ 277 ] {778c65ec-1531-4680-8a51-3f6b60f844b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:31.290823 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part 2025.08.11 21:35:31.290864 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.08.11 21:35:31.290898 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2025.08.11 21:35:31.290932 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part 2025.08.11 21:35:31.290969 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.08.11 21:35:31.290993 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.291072 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_21_4} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:35:31.291151 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.11 21:35:31.291622 [ 277 ] {778c65ec-1531-4680-8a51-3f6b60f844b1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.291663 [ 277 ] {778c65ec-1531-4680-8a51-3f6b60f844b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:31.292249 [ 277 ] {778c65ec-1531-4680-8a51-3f6b60f844b1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:35:31.292475 [ 277 ] {778c65ec-1531-4680-8a51-3f6b60f844b1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.292574 [ 26 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:35:31.292601 [ 26 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.292613 [ 277 ] {778c65ec-1531-4680-8a51-3f6b60f844b1} executeQuery: Read 27 rows, 49.54 KiB in 0.001908 sec., 14150.943396226416 rows/sec., 25.36 MiB/sec. 2025.08.11 21:35:31.292620 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:31.292667 [ 277 ] {778c65ec-1531-4680-8a51-3f6b60f844b1} TCPHandler: Processed in 0.002095965 sec. 2025.08.11 21:35:31.292706 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:35:31.292786 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:31.292884 [ 277 ] {07b1ae59-815d-48e0-8212-b57f560d5982} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:31.292908 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:31.292925 [ 277 ] {07b1ae59-815d-48e0-8212-b57f560d5982} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:31.292957 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 168 rows starting from the beginning of the part 2025.08.11 21:35:31.293067 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:31.293158 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:31.293246 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:31.293278 [ 277 ] {07b1ae59-815d-48e0-8212-b57f560d5982} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.293318 [ 277 ] {07b1ae59-815d-48e0-8212-b57f560d5982} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:31.293329 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:31.293355 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7042 rows, containing 5 columns (5 merged, 0 gathered) in 0.002754927 sec., 2556147.585761801 rows/sec., 175.17 MiB/sec. 2025.08.11 21:35:31.293415 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:31.293631 [ 277 ] {07b1ae59-815d-48e0-8212-b57f560d5982} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:35:31.293747 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:35:31.293906 [ 277 ] {07b1ae59-815d-48e0-8212-b57f560d5982} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.294015 [ 26 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:35:31.294037 [ 26 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:31.294044 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.294052 [ 277 ] {07b1ae59-815d-48e0-8212-b57f560d5982} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2025.08.11 21:35:31.294054 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:31.294102 [ 277 ] {07b1ae59-815d-48e0-8212-b57f560d5982} TCPHandler: Processed in 0.001363493 sec. 2025.08.11 21:35:31.294120 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_21_4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:35:31.294172 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:35:31.294191 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.08.11 21:35:31.294278 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:31.294314 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 882 rows starting from the beginning of the part 2025.08.11 21:35:31.294373 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part 2025.08.11 21:35:31.294413 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:31.294453 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:31.294492 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:31.294534 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:31.295499 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1170 rows, containing 4 columns (4 merged, 0 gathered) in 0.001362263 sec., 858864.9915618349 rows/sec., 58.01 MiB/sec. 2025.08.11 21:35:31.295688 [ 196 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:35:31.295915 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 19 columns (19 merged, 0 gathered) in 0.003242844 sec., 85418.84839357059 rows/sec., 153.07 MiB/sec. 2025.08.11 21:35:31.295942 [ 196 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.296012 [ 196 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_21_4} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:35:31.296077 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.08.11 21:35:31.296378 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:35:31.296663 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:31.296722 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_16_3} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:35:31.296791 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2025.08.11 21:35:32.000203 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 200.86 MiB, peak 208.63 MiB, free memory in arenas 0.00 B, will set to 202.34 MiB (RSS), difference: 1.47 MiB 2025.08.11 21:35:34.206838 [ 45 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:35:34.206892 [ 45 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:35:34.286999 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 2025.08.11 21:35:34.287517 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:34.287572 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:34.288095 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:35:34.288346 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:34.288491 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.08.11 21:35:34.288514 [ 45 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:35:34.288588 [ 45 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:34.288612 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:34.288739 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:35:34.288881 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:34.288920 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part 2025.08.11 21:35:34.288980 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part 2025.08.11 21:35:34.289023 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part 2025.08.11 21:35:34.289060 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part 2025.08.11 21:35:34.289098 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part 2025.08.11 21:35:34.289135 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part 2025.08.11 21:35:34.290513 [ 196 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001833791 sec., 4024995.214830916 rows/sec., 57.58 MiB/sec. 2025.08.11 21:35:34.291058 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:35:34.291359 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:34.291437 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_16_3} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:35:34.291522 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.08.11 21:35:34.302043 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 440 2025.08.11 21:35:34.304265 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:34.304321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:34.305549 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:35:34.305850 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:34.305988 [ 45 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.11 21:35:34.306031 [ 45 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:34.306048 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:34.306128 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.11 21:35:34.306207 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 440 2025.08.11 21:35:34.306664 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:34.306821 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 278 rows starting from the beginning of the part 2025.08.11 21:35:34.307192 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:34.307544 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part 2025.08.11 21:35:34.307879 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part 2025.08.11 21:35:34.308198 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:34.308523 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part 2025.08.11 21:35:34.314269 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 72 columns (72 merged, 0 gathered) in 0.008173537 sec., 53832.26380451939 rows/sec., 48.87 MiB/sec. 2025.08.11 21:35:34.315641 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.11 21:35:34.316222 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:34.316298 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_11_2} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.11 21:35:34.316510 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. 2025.08.11 21:35:34.685863 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.08.11 21:35:34.704593 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:34.704652 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:34.710463 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:35:34.711243 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:34.711522 [ 29 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:35:34.711554 [ 29 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:34.711572 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2025.08.11 21:35:34.711701 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:35:34.714665 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.08.11 21:35:34.715454 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:34.716896 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.08.11 21:35:34.721477 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.08.11 21:35:34.725747 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.08.11 21:35:34.729790 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.08.11 21:35:34.734123 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.08.11 21:35:34.738589 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.08.11 21:35:34.795691 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.084054298 sec., 1439.5456613057431 rows/sec., 7.44 MiB/sec. 2025.08.11 21:35:34.798066 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:35:34.799973 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:34.800055 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_16_3} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:35:34.802263 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.08.11 21:35:35.000157 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 203.54 MiB, peak 213.49 MiB, free memory in arenas 0.00 B, will set to 213.36 MiB (RSS), difference: 9.82 MiB 2025.08.11 21:35:35.001139 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000804024 sec. 2025.08.11 21:35:36.283680 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:36.283880 [ 277 ] {9d054a49-609b-48e2-9b5e-ab14c588af60} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:36.283947 [ 277 ] {9d054a49-609b-48e2-9b5e-ab14c588af60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:36.284602 [ 277 ] {9d054a49-609b-48e2-9b5e-ab14c588af60} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:36.284649 [ 277 ] {9d054a49-609b-48e2-9b5e-ab14c588af60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:36.285085 [ 277 ] {9d054a49-609b-48e2-9b5e-ab14c588af60} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:35:36.285316 [ 277 ] {9d054a49-609b-48e2-9b5e-ab14c588af60} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:36.285480 [ 277 ] {9d054a49-609b-48e2-9b5e-ab14c588af60} executeQuery: Read 84 rows, 7.19 KiB in 0.001649 sec., 50939.9636143117 rows/sec., 4.26 MiB/sec. 2025.08.11 21:35:36.285532 [ 277 ] {9d054a49-609b-48e2-9b5e-ab14c588af60} TCPHandler: Processed in 0.001986443 sec. 2025.08.11 21:35:36.285659 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:36.285765 [ 277 ] {920caed4-26b6-4c1b-b772-2b780b4ed209} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:36.285808 [ 277 ] {920caed4-26b6-4c1b-b772-2b780b4ed209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:36.286227 [ 277 ] {920caed4-26b6-4c1b-b772-2b780b4ed209} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:36.286353 [ 277 ] {920caed4-26b6-4c1b-b772-2b780b4ed209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:36.286658 [ 277 ] {920caed4-26b6-4c1b-b772-2b780b4ed209} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:35:36.286968 [ 277 ] {920caed4-26b6-4c1b-b772-2b780b4ed209} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:36.287151 [ 277 ] {920caed4-26b6-4c1b-b772-2b780b4ed209} executeQuery: Read 14 rows, 1.05 KiB in 0.001411 sec., 9922.041105598866 rows/sec., 746.09 KiB/sec. 2025.08.11 21:35:36.287200 [ 277 ] {920caed4-26b6-4c1b-b772-2b780b4ed209} TCPHandler: Processed in 0.001591167 sec. 2025.08.11 21:35:36.287323 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:36.287442 [ 277 ] {0e433e78-e42c-48f0-bd8f-e6618134c918} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:36.287492 [ 277 ] {0e433e78-e42c-48f0-bd8f-e6618134c918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:36.288000 [ 277 ] {0e433e78-e42c-48f0-bd8f-e6618134c918} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:36.288037 [ 277 ] {0e433e78-e42c-48f0-bd8f-e6618134c918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:36.288363 [ 277 ] {0e433e78-e42c-48f0-bd8f-e6618134c918} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:35:36.288593 [ 277 ] {0e433e78-e42c-48f0-bd8f-e6618134c918} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:36.288722 [ 277 ] {0e433e78-e42c-48f0-bd8f-e6618134c918} executeQuery: Read 78 rows, 6.24 KiB in 0.001306 sec., 59724.34915773354 rows/sec., 4.66 MiB/sec. 2025.08.11 21:35:36.288759 [ 277 ] {0e433e78-e42c-48f0-bd8f-e6618134c918} TCPHandler: Processed in 0.001496415 sec. 2025.08.11 21:35:36.288870 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:36.288966 [ 277 ] {b7bc8d00-869c-48be-a425-c2636ca39035} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:36.289012 [ 277 ] {b7bc8d00-869c-48be-a425-c2636ca39035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:36.289402 [ 277 ] {b7bc8d00-869c-48be-a425-c2636ca39035} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:36.289439 [ 277 ] {b7bc8d00-869c-48be-a425-c2636ca39035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:36.289782 [ 277 ] {b7bc8d00-869c-48be-a425-c2636ca39035} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:35:36.289990 [ 277 ] {b7bc8d00-869c-48be-a425-c2636ca39035} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:36.290122 [ 277 ] {b7bc8d00-869c-48be-a425-c2636ca39035} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2025.08.11 21:35:36.290157 [ 277 ] {b7bc8d00-869c-48be-a425-c2636ca39035} TCPHandler: Processed in 0.001337303 sec. 2025.08.11 21:35:36.290279 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:36.290402 [ 277 ] {2ee298b8-3d8c-476c-98d9-79c85636baf8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:36.290470 [ 277 ] {2ee298b8-3d8c-476c-98d9-79c85636baf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:36.291230 [ 277 ] {2ee298b8-3d8c-476c-98d9-79c85636baf8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:36.291267 [ 277 ] {2ee298b8-3d8c-476c-98d9-79c85636baf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:36.291809 [ 277 ] {2ee298b8-3d8c-476c-98d9-79c85636baf8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:35:36.292045 [ 277 ] {2ee298b8-3d8c-476c-98d9-79c85636baf8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:36.292185 [ 277 ] {2ee298b8-3d8c-476c-98d9-79c85636baf8} executeQuery: Read 14 rows, 25.69 KiB in 0.001809 sec., 7739.0823659480375 rows/sec., 13.87 MiB/sec. 2025.08.11 21:35:36.292245 [ 277 ] {2ee298b8-3d8c-476c-98d9-79c85636baf8} TCPHandler: Processed in 0.002028104 sec. 2025.08.11 21:35:36.292358 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:36.292454 [ 277 ] {5e1ff012-4d1f-47f1-9f2f-ac56c0eafa7d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:36.292496 [ 277 ] {5e1ff012-4d1f-47f1-9f2f-ac56c0eafa7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:36.292824 [ 277 ] {5e1ff012-4d1f-47f1-9f2f-ac56c0eafa7d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:36.292860 [ 277 ] {5e1ff012-4d1f-47f1-9f2f-ac56c0eafa7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:36.293170 [ 277 ] {5e1ff012-4d1f-47f1-9f2f-ac56c0eafa7d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:35:36.293388 [ 277 ] {5e1ff012-4d1f-47f1-9f2f-ac56c0eafa7d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:36.293515 [ 277 ] {5e1ff012-4d1f-47f1-9f2f-ac56c0eafa7d} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.08.11 21:35:36.293551 [ 277 ] {5e1ff012-4d1f-47f1-9f2f-ac56c0eafa7d} TCPHandler: Processed in 0.001243001 sec. 2025.08.11 21:35:38.427983 [ 49 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.11 21:35:38.428052 [ 49 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:38.428073 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:38.428179 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.08.11 21:35:38.428322 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:38.428362 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:38.428438 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:38.428495 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:38.428541 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2025.08.11 21:35:38.428581 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:38.429395 [ 188 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 5 columns (5 merged, 0 gathered) in 0.001259881 sec., 257167.14515101028 rows/sec., 19.56 MiB/sec. 2025.08.11 21:35:38.429558 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.11 21:35:38.429820 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:38.429889 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_5_1} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.11 21:35:38.429958 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.08.11 21:35:39.589903 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:39.590096 [ 277 ] {d5aac525-8e2a-40d4-8edd-e8d0a3a9370c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:35:39.590169 [ 277 ] {d5aac525-8e2a-40d4-8edd-e8d0a3a9370c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:35:39.590818 [ 277 ] {d5aac525-8e2a-40d4-8edd-e8d0a3a9370c} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:39.590873 [ 277 ] {d5aac525-8e2a-40d4-8edd-e8d0a3a9370c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:39.591292 [ 277 ] {d5aac525-8e2a-40d4-8edd-e8d0a3a9370c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:35:39.591576 [ 277 ] {d5aac525-8e2a-40d4-8edd-e8d0a3a9370c} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:39.591745 [ 277 ] {d5aac525-8e2a-40d4-8edd-e8d0a3a9370c} executeQuery: Read 2 rows, 167.00 B in 0.001701 sec., 1175.7789535567313 rows/sec., 95.88 KiB/sec. 2025.08.11 21:35:39.591795 [ 277 ] {d5aac525-8e2a-40d4-8edd-e8d0a3a9370c} TCPHandler: Processed in 0.002034174 sec. 2025.08.11 21:35:39.591921 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:39.592028 [ 277 ] {9d4639bf-78c3-4e74-a8be-f18e1982f1eb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:39.592073 [ 277 ] {9d4639bf-78c3-4e74-a8be-f18e1982f1eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:39.592997 [ 277 ] {9d4639bf-78c3-4e74-a8be-f18e1982f1eb} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:39.593038 [ 277 ] {9d4639bf-78c3-4e74-a8be-f18e1982f1eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:39.593466 [ 277 ] {9d4639bf-78c3-4e74-a8be-f18e1982f1eb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:35:39.593685 [ 277 ] {9d4639bf-78c3-4e74-a8be-f18e1982f1eb} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:39.593827 [ 277 ] {9d4639bf-78c3-4e74-a8be-f18e1982f1eb} executeQuery: Read 1251 rows, 106.10 KiB in 0.001822 sec., 686608.1229418222 rows/sec., 56.87 MiB/sec. 2025.08.11 21:35:39.593880 [ 277 ] {9d4639bf-78c3-4e74-a8be-f18e1982f1eb} TCPHandler: Processed in 0.002010033 sec. 2025.08.11 21:35:39.594036 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:39.594159 [ 277 ] {d2c07d67-3b07-4299-b338-195858953767} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:39.594206 [ 277 ] {d2c07d67-3b07-4299-b338-195858953767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:39.594628 [ 277 ] {d2c07d67-3b07-4299-b338-195858953767} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:39.594668 [ 277 ] {d2c07d67-3b07-4299-b338-195858953767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:39.594983 [ 277 ] {d2c07d67-3b07-4299-b338-195858953767} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:35:39.595198 [ 277 ] {d2c07d67-3b07-4299-b338-195858953767} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:39.595331 [ 277 ] {d2c07d67-3b07-4299-b338-195858953767} executeQuery: Read 29 rows, 2.17 KiB in 0.001195 sec., 24267.78242677824 rows/sec., 1.77 MiB/sec. 2025.08.11 21:35:39.595369 [ 277 ] {d2c07d67-3b07-4299-b338-195858953767} TCPHandler: Processed in 0.001398333 sec. 2025.08.11 21:35:39.595485 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:39.595584 [ 277 ] {83001ae5-9718-4a7c-9a29-0385216433ab} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:35:39.595625 [ 277 ] {83001ae5-9718-4a7c-9a29-0385216433ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:35:39.596112 [ 277 ] {83001ae5-9718-4a7c-9a29-0385216433ab} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:39.596150 [ 277 ] {83001ae5-9718-4a7c-9a29-0385216433ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:39.596469 [ 277 ] {83001ae5-9718-4a7c-9a29-0385216433ab} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:35:39.596685 [ 277 ] {83001ae5-9718-4a7c-9a29-0385216433ab} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:39.596825 [ 277 ] {83001ae5-9718-4a7c-9a29-0385216433ab} executeQuery: Read 228 rows, 15.81 KiB in 0.00126 sec., 180952.38095238095 rows/sec., 12.25 MiB/sec. 2025.08.11 21:35:39.596868 [ 277 ] {83001ae5-9718-4a7c-9a29-0385216433ab} TCPHandler: Processed in 0.001432953 sec. 2025.08.11 21:35:39.596983 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:39.597079 [ 277 ] {4e88da32-8f43-43c9-a079-52429777f5e5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:39.597120 [ 277 ] {4e88da32-8f43-43c9-a079-52429777f5e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:39.597806 [ 277 ] {4e88da32-8f43-43c9-a079-52429777f5e5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:39.597845 [ 277 ] {4e88da32-8f43-43c9-a079-52429777f5e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:39.598192 [ 277 ] {4e88da32-8f43-43c9-a079-52429777f5e5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:35:39.598415 [ 277 ] {4e88da32-8f43-43c9-a079-52429777f5e5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:39.598549 [ 277 ] {4e88da32-8f43-43c9-a079-52429777f5e5} executeQuery: Read 549 rows, 41.73 KiB in 0.001489 sec., 368703.8280725319 rows/sec., 27.37 MiB/sec. 2025.08.11 21:35:39.598588 [ 277 ] {4e88da32-8f43-43c9-a079-52429777f5e5} TCPHandler: Processed in 0.001654357 sec. 2025.08.11 21:35:39.598708 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:39.598804 [ 277 ] {32ac98f0-c6e8-4e85-99ab-ee57e4a87265} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:39.598850 [ 277 ] {32ac98f0-c6e8-4e85-99ab-ee57e4a87265} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:39.599439 [ 277 ] {32ac98f0-c6e8-4e85-99ab-ee57e4a87265} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:39.599476 [ 277 ] {32ac98f0-c6e8-4e85-99ab-ee57e4a87265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:39.599867 [ 277 ] {32ac98f0-c6e8-4e85-99ab-ee57e4a87265} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:35:39.600097 [ 277 ] {32ac98f0-c6e8-4e85-99ab-ee57e4a87265} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:39.600227 [ 277 ] {32ac98f0-c6e8-4e85-99ab-ee57e4a87265} executeQuery: Read 931 rows, 63.97 KiB in 0.001441 sec., 646079.1117279667 rows/sec., 43.35 MiB/sec. 2025.08.11 21:35:39.600264 [ 277 ] {32ac98f0-c6e8-4e85-99ab-ee57e4a87265} TCPHandler: Processed in 0.001605416 sec. 2025.08.11 21:35:39.600385 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:39.600483 [ 277 ] {bad6c3ea-30e2-43d4-aa82-32aaab15b2c1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:39.600541 [ 277 ] {bad6c3ea-30e2-43d4-aa82-32aaab15b2c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:39.601317 [ 277 ] {bad6c3ea-30e2-43d4-aa82-32aaab15b2c1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:39.601353 [ 277 ] {bad6c3ea-30e2-43d4-aa82-32aaab15b2c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:39.601961 [ 277 ] {bad6c3ea-30e2-43d4-aa82-32aaab15b2c1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:35:39.602210 [ 277 ] {bad6c3ea-30e2-43d4-aa82-32aaab15b2c1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:39.602363 [ 277 ] {bad6c3ea-30e2-43d4-aa82-32aaab15b2c1} executeQuery: Read 27 rows, 49.54 KiB in 0.001898 sec., 14225.50052687039 rows/sec., 25.49 MiB/sec. 2025.08.11 21:35:39.602435 [ 277 ] {bad6c3ea-30e2-43d4-aa82-32aaab15b2c1} TCPHandler: Processed in 0.002098285 sec. 2025.08.11 21:35:39.602554 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:39.602650 [ 277 ] {fcae9461-ba23-473d-a654-1f6229c3c362} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:39.602693 [ 277 ] {fcae9461-ba23-473d-a654-1f6229c3c362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:39.603022 [ 277 ] {fcae9461-ba23-473d-a654-1f6229c3c362} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:39.603060 [ 277 ] {fcae9461-ba23-473d-a654-1f6229c3c362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:39.603371 [ 277 ] {fcae9461-ba23-473d-a654-1f6229c3c362} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:35:39.603588 [ 277 ] {fcae9461-ba23-473d-a654-1f6229c3c362} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:39.603720 [ 277 ] {fcae9461-ba23-473d-a654-1f6229c3c362} executeQuery: Read 42 rows, 2.89 KiB in 0.001089 sec., 38567.49311294766 rows/sec., 2.59 MiB/sec. 2025.08.11 21:35:39.603758 [ 277 ] {fcae9461-ba23-473d-a654-1f6229c3c362} TCPHandler: Processed in 0.001252631 sec. 2025.08.11 21:35:41.277315 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:41.277622 [ 277 ] {5bfb017b-3a5b-482a-b6b6-6d4917e985c0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:41.277731 [ 277 ] {5bfb017b-3a5b-482a-b6b6-6d4917e985c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:41.278444 [ 277 ] {5bfb017b-3a5b-482a-b6b6-6d4917e985c0} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:41.278486 [ 277 ] {5bfb017b-3a5b-482a-b6b6-6d4917e985c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:41.278905 [ 277 ] {5bfb017b-3a5b-482a-b6b6-6d4917e985c0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:35:41.279165 [ 277 ] {5bfb017b-3a5b-482a-b6b6-6d4917e985c0} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:41.279328 [ 277 ] {5bfb017b-3a5b-482a-b6b6-6d4917e985c0} executeQuery: Read 56 rows, 4.41 KiB in 0.001784 sec., 31390.13452914798 rows/sec., 2.41 MiB/sec. 2025.08.11 21:35:41.279380 [ 277 ] {5bfb017b-3a5b-482a-b6b6-6d4917e985c0} TCPHandler: Processed in 0.002252007 sec. 2025.08.11 21:35:41.279505 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:41.279610 [ 277 ] {4b8d9168-1130-40b0-b813-b66c0e913763} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:41.279656 [ 277 ] {4b8d9168-1130-40b0-b813-b66c0e913763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:41.280107 [ 277 ] {4b8d9168-1130-40b0-b813-b66c0e913763} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:41.280144 [ 277 ] {4b8d9168-1130-40b0-b813-b66c0e913763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:41.280465 [ 277 ] {4b8d9168-1130-40b0-b813-b66c0e913763} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:35:41.280683 [ 277 ] {4b8d9168-1130-40b0-b813-b66c0e913763} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:41.280814 [ 277 ] {4b8d9168-1130-40b0-b813-b66c0e913763} executeQuery: Read 64 rows, 5.12 KiB in 0.00123 sec., 52032.52032520325 rows/sec., 4.06 MiB/sec. 2025.08.11 21:35:41.280853 [ 277 ] {4b8d9168-1130-40b0-b813-b66c0e913763} TCPHandler: Processed in 0.001399183 sec. 2025.08.11 21:35:41.280962 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:41.281061 [ 277 ] {c115ff8c-5f2d-4658-b247-ad46d6547a01} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:41.281106 [ 277 ] {c115ff8c-5f2d-4658-b247-ad46d6547a01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:41.281478 [ 277 ] {c115ff8c-5f2d-4658-b247-ad46d6547a01} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:41.281513 [ 277 ] {c115ff8c-5f2d-4658-b247-ad46d6547a01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:41.281845 [ 277 ] {c115ff8c-5f2d-4658-b247-ad46d6547a01} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:35:41.282062 [ 277 ] {c115ff8c-5f2d-4658-b247-ad46d6547a01} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:41.282193 [ 277 ] {c115ff8c-5f2d-4658-b247-ad46d6547a01} executeQuery: Read 52 rows, 3.70 KiB in 0.001155 sec., 45021.645021645025 rows/sec., 3.13 MiB/sec. 2025.08.11 21:35:41.282229 [ 277 ] {c115ff8c-5f2d-4658-b247-ad46d6547a01} TCPHandler: Processed in 0.001316552 sec. 2025.08.11 21:35:41.282339 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:41.282434 [ 277 ] {c64d6f44-6156-42e4-8ceb-886d4bc6efc5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:41.282478 [ 277 ] {c64d6f44-6156-42e4-8ceb-886d4bc6efc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:41.282800 [ 277 ] {c64d6f44-6156-42e4-8ceb-886d4bc6efc5} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:41.282835 [ 277 ] {c64d6f44-6156-42e4-8ceb-886d4bc6efc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:41.283148 [ 277 ] {c64d6f44-6156-42e4-8ceb-886d4bc6efc5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:35:41.283373 [ 277 ] {c64d6f44-6156-42e4-8ceb-886d4bc6efc5} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:41.283499 [ 277 ] {c64d6f44-6156-42e4-8ceb-886d4bc6efc5} executeQuery: Read 18 rows, 1.25 KiB in 0.001084 sec., 16605.16605166052 rows/sec., 1.13 MiB/sec. 2025.08.11 21:35:41.283534 [ 277 ] {c64d6f44-6156-42e4-8ceb-886d4bc6efc5} TCPHandler: Processed in 0.001243821 sec. 2025.08.11 21:35:41.788669 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 2025.08.11 21:35:41.789154 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:41.789194 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:41.789733 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:35:41.789966 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:41.790094 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 2025.08.11 21:35:42.214837 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.08.11 21:35:42.229349 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:42.229398 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:42.235145 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:35:42.235836 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:42.238403 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.08.11 21:35:44.306466 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 476 2025.08.11 21:35:44.308744 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:44.308798 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:44.309989 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:35:44.310265 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:44.310622 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 476 2025.08.11 21:35:46.284002 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:46.284215 [ 277 ] {48637cc2-3320-4fec-8365-330e60a18837} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:46.284288 [ 277 ] {48637cc2-3320-4fec-8365-330e60a18837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:46.285084 [ 277 ] {48637cc2-3320-4fec-8365-330e60a18837} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:46.285124 [ 277 ] {48637cc2-3320-4fec-8365-330e60a18837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:46.285523 [ 277 ] {48637cc2-3320-4fec-8365-330e60a18837} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:35:46.285738 [ 277 ] {48637cc2-3320-4fec-8365-330e60a18837} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:46.285890 [ 277 ] {48637cc2-3320-4fec-8365-330e60a18837} executeQuery: Read 84 rows, 7.19 KiB in 0.00173 sec., 48554.91329479769 rows/sec., 4.06 MiB/sec. 2025.08.11 21:35:46.285938 [ 277 ] {48637cc2-3320-4fec-8365-330e60a18837} TCPHandler: Processed in 0.002073304 sec. 2025.08.11 21:35:46.286067 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:46.286168 [ 277 ] {148d7620-786f-419a-9e04-050b00887089} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:46.286210 [ 277 ] {148d7620-786f-419a-9e04-050b00887089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:46.286618 [ 277 ] {148d7620-786f-419a-9e04-050b00887089} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:46.286652 [ 277 ] {148d7620-786f-419a-9e04-050b00887089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:46.286940 [ 277 ] {148d7620-786f-419a-9e04-050b00887089} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:35:46.287151 [ 277 ] {148d7620-786f-419a-9e04-050b00887089} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:46.287275 [ 277 ] {148d7620-786f-419a-9e04-050b00887089} executeQuery: Read 14 rows, 1.05 KiB in 0.001131 sec., 12378.42617152962 rows/sec., 930.80 KiB/sec. 2025.08.11 21:35:46.287311 [ 277 ] {148d7620-786f-419a-9e04-050b00887089} TCPHandler: Processed in 0.001294981 sec. 2025.08.11 21:35:46.287419 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:46.287512 [ 277 ] {dfea6fb9-70ec-4216-88b8-38e5ca0e276d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:46.287552 [ 277 ] {dfea6fb9-70ec-4216-88b8-38e5ca0e276d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:46.287965 [ 277 ] {dfea6fb9-70ec-4216-88b8-38e5ca0e276d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:46.287999 [ 277 ] {dfea6fb9-70ec-4216-88b8-38e5ca0e276d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:46.288290 [ 277 ] {dfea6fb9-70ec-4216-88b8-38e5ca0e276d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:35:46.288491 [ 277 ] {dfea6fb9-70ec-4216-88b8-38e5ca0e276d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:46.288613 [ 277 ] {dfea6fb9-70ec-4216-88b8-38e5ca0e276d} executeQuery: Read 78 rows, 6.24 KiB in 0.001119 sec., 69705.09383378016 rows/sec., 5.44 MiB/sec. 2025.08.11 21:35:46.288650 [ 277 ] {dfea6fb9-70ec-4216-88b8-38e5ca0e276d} TCPHandler: Processed in 0.001278392 sec. 2025.08.11 21:35:46.288760 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:46.288852 [ 277 ] {d9c7545d-e0dd-43b8-9146-1ffe26890713} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:46.288895 [ 277 ] {d9c7545d-e0dd-43b8-9146-1ffe26890713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:46.289322 [ 277 ] {d9c7545d-e0dd-43b8-9146-1ffe26890713} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:46.289359 [ 277 ] {d9c7545d-e0dd-43b8-9146-1ffe26890713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:46.289693 [ 277 ] {d9c7545d-e0dd-43b8-9146-1ffe26890713} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:35:46.289903 [ 277 ] {d9c7545d-e0dd-43b8-9146-1ffe26890713} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:46.290030 [ 277 ] {d9c7545d-e0dd-43b8-9146-1ffe26890713} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.08.11 21:35:46.290068 [ 277 ] {d9c7545d-e0dd-43b8-9146-1ffe26890713} TCPHandler: Processed in 0.001354983 sec. 2025.08.11 21:35:46.290194 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:46.290312 [ 277 ] {0bca3687-4547-4265-b019-af7ae4b3a0c1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:46.290377 [ 277 ] {0bca3687-4547-4265-b019-af7ae4b3a0c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:46.291217 [ 277 ] {0bca3687-4547-4265-b019-af7ae4b3a0c1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:46.291254 [ 277 ] {0bca3687-4547-4265-b019-af7ae4b3a0c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:46.291770 [ 277 ] {0bca3687-4547-4265-b019-af7ae4b3a0c1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:35:46.291988 [ 277 ] {0bca3687-4547-4265-b019-af7ae4b3a0c1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:46.292119 [ 277 ] {0bca3687-4547-4265-b019-af7ae4b3a0c1} executeQuery: Read 14 rows, 25.69 KiB in 0.001831 sec., 7646.095030038231 rows/sec., 13.70 MiB/sec. 2025.08.11 21:35:46.292169 [ 277 ] {0bca3687-4547-4265-b019-af7ae4b3a0c1} TCPHandler: Processed in 0.002042654 sec. 2025.08.11 21:35:46.292278 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:46.292372 [ 277 ] {f154c509-18b2-486f-b8bf-355452b10850} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:46.292413 [ 277 ] {f154c509-18b2-486f-b8bf-355452b10850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:46.292737 [ 277 ] {f154c509-18b2-486f-b8bf-355452b10850} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:46.292773 [ 277 ] {f154c509-18b2-486f-b8bf-355452b10850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:46.293076 [ 277 ] {f154c509-18b2-486f-b8bf-355452b10850} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:35:46.293276 [ 277 ] {f154c509-18b2-486f-b8bf-355452b10850} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:46.293403 [ 277 ] {f154c509-18b2-486f-b8bf-355452b10850} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.08.11 21:35:46.293438 [ 277 ] {f154c509-18b2-486f-b8bf-355452b10850} TCPHandler: Processed in 0.00120751 sec. 2025.08.11 21:35:49.206928 [ 105 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:35:49.206983 [ 105 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:35:49.290268 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 2025.08.11 21:35:49.291010 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:49.291073 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:49.291777 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:35:49.292043 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:49.292204 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.08.11 21:35:49.738550 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.08.11 21:35:49.754741 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:49.754801 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:49.760792 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:35:49.761494 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:49.764219 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.08.11 21:35:51.284626 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:51.284830 [ 277 ] {8fb44ceb-001a-4356-9ad0-f67dd0702209} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:51.284901 [ 277 ] {8fb44ceb-001a-4356-9ad0-f67dd0702209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:51.285621 [ 277 ] {8fb44ceb-001a-4356-9ad0-f67dd0702209} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.285675 [ 277 ] {8fb44ceb-001a-4356-9ad0-f67dd0702209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.286113 [ 277 ] {8fb44ceb-001a-4356-9ad0-f67dd0702209} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:35:51.286403 [ 277 ] {8fb44ceb-001a-4356-9ad0-f67dd0702209} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.286582 [ 126 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:35:51.286609 [ 277 ] {8fb44ceb-001a-4356-9ad0-f67dd0702209} executeQuery: Read 110 rows, 9.47 KiB in 0.001829 sec., 60142.154182613456 rows/sec., 5.05 MiB/sec. 2025.08.11 21:35:51.286653 [ 126 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.286678 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.286694 [ 277 ] {8fb44ceb-001a-4356-9ad0-f67dd0702209} TCPHandler: Processed in 0.002204147 sec. 2025.08.11 21:35:51.286812 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:35:51.286868 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:51.286991 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:51.287022 [ 277 ] {f186a877-4e44-4d6b-a7d0-63f057ee551b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:51.287045 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1407 rows starting from the beginning of the part 2025.08.11 21:35:51.287104 [ 277 ] {f186a877-4e44-4d6b-a7d0-63f057ee551b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:51.287163 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 84 rows starting from the beginning of the part 2025.08.11 21:35:51.287223 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:35:51.287268 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2025.08.11 21:35:51.287309 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 84 rows starting from the beginning of the part 2025.08.11 21:35:51.287354 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 110 rows starting from the beginning of the part 2025.08.11 21:35:51.287632 [ 277 ] {f186a877-4e44-4d6b-a7d0-63f057ee551b} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.287677 [ 277 ] {f186a877-4e44-4d6b-a7d0-63f057ee551b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.288130 [ 277 ] {f186a877-4e44-4d6b-a7d0-63f057ee551b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:35:51.288376 [ 277 ] {f186a877-4e44-4d6b-a7d0-63f057ee551b} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.288499 [ 126 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:35:51.288524 [ 277 ] {f186a877-4e44-4d6b-a7d0-63f057ee551b} executeQuery: Read 27 rows, 2.03 KiB in 0.001543 sec., 17498.379779650033 rows/sec., 1.28 MiB/sec. 2025.08.11 21:35:51.288537 [ 126 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.288565 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.288576 [ 277 ] {f186a877-4e44-4d6b-a7d0-63f057ee551b} TCPHandler: Processed in 0.0017802 sec. 2025.08.11 21:35:51.288649 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:35:51.288717 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:51.288755 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:51.288798 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 71 rows starting from the beginning of the part 2025.08.11 21:35:51.288824 [ 277 ] {d235256a-d94e-4d73-a381-aeaae7b06051} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:51.288854 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:51.288870 [ 277 ] {d235256a-d94e-4d73-a381-aeaae7b06051} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:51.288896 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:51.288917 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2992 rows, containing 5 columns (5 merged, 0 gathered) in 0.002163106 sec., 1383196.2002786733 rows/sec., 120.53 MiB/sec. 2025.08.11 21:35:51.288937 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 29 rows starting from the beginning of the part 2025.08.11 21:35:51.289030 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:51.289074 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:51.289259 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:35:51.289365 [ 277 ] {d235256a-d94e-4d73-a381-aeaae7b06051} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.289410 [ 277 ] {d235256a-d94e-4d73-a381-aeaae7b06051} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.289732 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.289855 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_26_5} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:35:51.289889 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278871 sec., 142313.02453492183 rows/sec., 10.96 MiB/sec. 2025.08.11 21:35:51.289957 [ 277 ] {d235256a-d94e-4d73-a381-aeaae7b06051} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:35:51.289970 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.11 21:35:51.290042 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:35:51.290258 [ 277 ] {d235256a-d94e-4d73-a381-aeaae7b06051} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.290366 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.290398 [ 126 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:35:51.290428 [ 277 ] {d235256a-d94e-4d73-a381-aeaae7b06051} executeQuery: Read 91 rows, 7.28 KiB in 0.001629 sec., 55862.49232658072 rows/sec., 4.36 MiB/sec. 2025.08.11 21:35:51.290434 [ 126 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.290449 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_21_4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:35:51.290477 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.290480 [ 277 ] {d235256a-d94e-4d73-a381-aeaae7b06051} TCPHandler: Processed in 0.00181631 sec. 2025.08.11 21:35:51.290576 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.08.11 21:35:51.290633 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:51.290639 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:35:51.290748 [ 277 ] {a883e16b-4f54-4551-9888-6873a4bd40f4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:51.290775 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:51.290800 [ 277 ] {a883e16b-4f54-4551-9888-6873a4bd40f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:51.290822 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 633 rows starting from the beginning of the part 2025.08.11 21:35:51.290904 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 78 rows starting from the beginning of the part 2025.08.11 21:35:51.290974 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 549 rows starting from the beginning of the part 2025.08.11 21:35:51.291044 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part 2025.08.11 21:35:51.291111 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 78 rows starting from the beginning of the part 2025.08.11 21:35:51.291177 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 91 rows starting from the beginning of the part 2025.08.11 21:35:51.291250 [ 277 ] {a883e16b-4f54-4551-9888-6873a4bd40f4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.291291 [ 277 ] {a883e16b-4f54-4551-9888-6873a4bd40f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.291673 [ 277 ] {a883e16b-4f54-4551-9888-6873a4bd40f4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:35:51.291915 [ 277 ] {a883e16b-4f54-4551-9888-6873a4bd40f4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.292051 [ 126 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:35:51.292068 [ 277 ] {a883e16b-4f54-4551-9888-6873a4bd40f4} executeQuery: Read 160 rows, 11.41 KiB in 0.001342 sec., 119225.03725782414 rows/sec., 8.30 MiB/sec. 2025.08.11 21:35:51.292091 [ 126 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.292118 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.292123 [ 277 ] {a883e16b-4f54-4551-9888-6873a4bd40f4} TCPHandler: Processed in 0.001546406 sec. 2025.08.11 21:35:51.292207 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:35:51.292262 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:51.292307 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:51.292343 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7042 rows starting from the beginning of the part 2025.08.11 21:35:51.292347 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001803521 sec., 827825.1265164088 rows/sec., 65.67 MiB/sec. 2025.08.11 21:35:51.292362 [ 277 ] {78b16468-d52e-421a-a8bc-f7fba799a8c6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:51.292395 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2025.08.11 21:35:51.292444 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 931 rows starting from the beginning of the part 2025.08.11 21:35:51.292444 [ 277 ] {78b16468-d52e-421a-a8bc-f7fba799a8c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:51.292485 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part 2025.08.11 21:35:51.292527 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2025.08.11 21:35:51.292528 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:35:51.292571 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:35:51.292825 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.292897 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_26_5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:35:51.292969 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.11 21:35:51.293365 [ 277 ] {78b16468-d52e-421a-a8bc-f7fba799a8c6} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.293407 [ 277 ] {78b16468-d52e-421a-a8bc-f7fba799a8c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.294009 [ 277 ] {78b16468-d52e-421a-a8bc-f7fba799a8c6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:35:51.294251 [ 277 ] {78b16468-d52e-421a-a8bc-f7fba799a8c6} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.294403 [ 277 ] {78b16468-d52e-421a-a8bc-f7fba799a8c6} executeQuery: Read 27 rows, 49.54 KiB in 0.002061 sec., 13100.436681222707 rows/sec., 23.48 MiB/sec. 2025.08.11 21:35:51.294488 [ 277 ] {78b16468-d52e-421a-a8bc-f7fba799a8c6} TCPHandler: Processed in 0.002276078 sec. 2025.08.11 21:35:51.294631 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:51.294742 [ 277 ] {03cc952f-1a0f-4c33-9112-c47905c06245} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:51.294795 [ 277 ] {03cc952f-1a0f-4c33-9112-c47905c06245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:51.295162 [ 277 ] {03cc952f-1a0f-4c33-9112-c47905c06245} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.295200 [ 277 ] {03cc952f-1a0f-4c33-9112-c47905c06245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.295604 [ 277 ] {03cc952f-1a0f-4c33-9112-c47905c06245} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:35:51.295917 [ 277 ] {03cc952f-1a0f-4c33-9112-c47905c06245} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.296043 [ 126 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:35:51.296071 [ 277 ] {03cc952f-1a0f-4c33-9112-c47905c06245} executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. 2025.08.11 21:35:51.296076 [ 126 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:51.296119 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:51.296125 [ 277 ] {03cc952f-1a0f-4c33-9112-c47905c06245} TCPHandler: Processed in 0.001556806 sec. 2025.08.11 21:35:51.296192 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:35:51.296229 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8505 rows, containing 5 columns (5 merged, 0 gathered) in 0.004064749 sec., 2092380.1199040825 rows/sec., 143.21 MiB/sec. 2025.08.11 21:35:51.296278 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:51.296304 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1170 rows starting from the beginning of the part 2025.08.11 21:35:51.296349 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:51.296368 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:35:51.296384 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part 2025.08.11 21:35:51.296418 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 18 rows starting from the beginning of the part 2025.08.11 21:35:51.296450 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:51.296497 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.08.11 21:35:51.296631 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.296695 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_26_5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:35:51.296758 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2025.08.11 21:35:51.297372 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 4 columns (4 merged, 0 gathered) in 0.001213981 sec., 1161467.9307172024 rows/sec., 78.42 MiB/sec. 2025.08.11 21:35:51.297543 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:35:51.297806 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:51.297863 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_26_5} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:35:51.297916 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.08.11 21:35:54.310921 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 500 2025.08.11 21:35:54.313143 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:54.313198 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:54.314405 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:35:54.314700 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:54.315061 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 500 2025.08.11 21:35:56.285738 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.285958 [ 277 ] {9151962e-5eaf-4d5f-a409-0a32bfbf3abd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:35:56.286042 [ 277 ] {9151962e-5eaf-4d5f-a409-0a32bfbf3abd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:35:56.286733 [ 277 ] {9151962e-5eaf-4d5f-a409-0a32bfbf3abd} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.286785 [ 277 ] {9151962e-5eaf-4d5f-a409-0a32bfbf3abd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.287188 [ 277 ] {9151962e-5eaf-4d5f-a409-0a32bfbf3abd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:35:56.287423 [ 277 ] {9151962e-5eaf-4d5f-a409-0a32bfbf3abd} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.287547 [ 124 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.11 21:35:56.287588 [ 277 ] {9151962e-5eaf-4d5f-a409-0a32bfbf3abd} executeQuery: Read 24 rows, 2.04 KiB in 0.001687 sec., 14226.437462951986 rows/sec., 1.18 MiB/sec. 2025.08.11 21:35:56.287611 [ 124 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.287637 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.287644 [ 277 ] {9151962e-5eaf-4d5f-a409-0a32bfbf3abd} TCPHandler: Processed in 0.002048225 sec. 2025.08.11 21:35:56.287741 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.08.11 21:35:56.287806 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.287844 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:56.287875 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:56.287911 [ 277 ] {65693419-07fc-4bfe-a964-f368373fb954} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:35:56.287934 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:56.287956 [ 277 ] {65693419-07fc-4bfe-a964-f368373fb954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:35:56.287977 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:56.288017 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:56.288053 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.08.11 21:35:56.288390 [ 277 ] {65693419-07fc-4bfe-a964-f368373fb954} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.288429 [ 277 ] {65693419-07fc-4bfe-a964-f368373fb954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.288735 [ 277 ] {65693419-07fc-4bfe-a964-f368373fb954} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:35:56.288736 [ 197 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001034937 sec., 115949.08675600543 rows/sec., 10.06 MiB/sec. 2025.08.11 21:35:56.288954 [ 187 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.11 21:35:56.288979 [ 277 ] {65693419-07fc-4bfe-a964-f368373fb954} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.289124 [ 277 ] {65693419-07fc-4bfe-a964-f368373fb954} executeQuery: Read 12 rows, 1002.00 B in 0.001237 sec., 9700.889248181084 rows/sec., 791.04 KiB/sec. 2025.08.11 21:35:56.289166 [ 277 ] {65693419-07fc-4bfe-a964-f368373fb954} TCPHandler: Processed in 0.001412023 sec. 2025.08.11 21:35:56.289287 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.289315 [ 187 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.289386 [ 277 ] {b24bfbb8-422b-437c-846d-ad9ef130a61a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:35:56.289403 [ 187 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_5_1} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.11 21:35:56.289436 [ 277 ] {b24bfbb8-422b-437c-846d-ad9ef130a61a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:35:56.289502 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:35:56.289964 [ 277 ] {b24bfbb8-422b-437c-846d-ad9ef130a61a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.290006 [ 277 ] {b24bfbb8-422b-437c-846d-ad9ef130a61a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.290348 [ 277 ] {b24bfbb8-422b-437c-846d-ad9ef130a61a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:35:56.290561 [ 277 ] {b24bfbb8-422b-437c-846d-ad9ef130a61a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.290689 [ 277 ] {b24bfbb8-422b-437c-846d-ad9ef130a61a} executeQuery: Read 210 rows, 19.09 KiB in 0.001323 sec., 158730.15873015873 rows/sec., 14.09 MiB/sec. 2025.08.11 21:35:56.290726 [ 277 ] {b24bfbb8-422b-437c-846d-ad9ef130a61a} TCPHandler: Processed in 0.001490385 sec. 2025.08.11 21:35:56.290836 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.290930 [ 277 ] {a6f7e1d0-9c19-4d7b-ae0a-e143dc5b6b0c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:35:56.290971 [ 277 ] {a6f7e1d0-9c19-4d7b-ae0a-e143dc5b6b0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:35:56.291377 [ 277 ] {a6f7e1d0-9c19-4d7b-ae0a-e143dc5b6b0c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.291413 [ 277 ] {a6f7e1d0-9c19-4d7b-ae0a-e143dc5b6b0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.291715 [ 277 ] {a6f7e1d0-9c19-4d7b-ae0a-e143dc5b6b0c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:35:56.291930 [ 277 ] {a6f7e1d0-9c19-4d7b-ae0a-e143dc5b6b0c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.292062 [ 277 ] {a6f7e1d0-9c19-4d7b-ae0a-e143dc5b6b0c} executeQuery: Read 38 rows, 2.85 KiB in 0.001149 sec., 33072.2367275892 rows/sec., 2.42 MiB/sec. 2025.08.11 21:35:56.292100 [ 277 ] {a6f7e1d0-9c19-4d7b-ae0a-e143dc5b6b0c} TCPHandler: Processed in 0.001312931 sec. 2025.08.11 21:35:56.292199 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.292293 [ 277 ] {86d294b4-cf59-477d-aa1b-1c516cbf9a55} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:35:56.292333 [ 277 ] {86d294b4-cf59-477d-aa1b-1c516cbf9a55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:35:56.292723 [ 277 ] {86d294b4-cf59-477d-aa1b-1c516cbf9a55} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.292760 [ 277 ] {86d294b4-cf59-477d-aa1b-1c516cbf9a55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.293060 [ 277 ] {86d294b4-cf59-477d-aa1b-1c516cbf9a55} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:35:56.293271 [ 277 ] {86d294b4-cf59-477d-aa1b-1c516cbf9a55} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.293398 [ 277 ] {86d294b4-cf59-477d-aa1b-1c516cbf9a55} executeQuery: Read 24 rows, 2.04 KiB in 0.001122 sec., 21390.374331550804 rows/sec., 1.77 MiB/sec. 2025.08.11 21:35:56.293435 [ 277 ] {86d294b4-cf59-477d-aa1b-1c516cbf9a55} TCPHandler: Processed in 0.001284082 sec. 2025.08.11 21:35:56.293538 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.293631 [ 277 ] {5708034b-d2d6-4866-bbc2-3ce55c085fa7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:35:56.293671 [ 277 ] {5708034b-d2d6-4866-bbc2-3ce55c085fa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:35:56.294054 [ 277 ] {5708034b-d2d6-4866-bbc2-3ce55c085fa7} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.294091 [ 277 ] {5708034b-d2d6-4866-bbc2-3ce55c085fa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.294384 [ 277 ] {5708034b-d2d6-4866-bbc2-3ce55c085fa7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:35:56.294599 [ 277 ] {5708034b-d2d6-4866-bbc2-3ce55c085fa7} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.294724 [ 123 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.11 21:35:56.294729 [ 277 ] {5708034b-d2d6-4866-bbc2-3ce55c085fa7} executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. 2025.08.11 21:35:56.294783 [ 123 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.294806 [ 277 ] {5708034b-d2d6-4866-bbc2-3ce55c085fa7} TCPHandler: Processed in 0.001316272 sec. 2025.08.11 21:35:56.294814 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.294908 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.08.11 21:35:56.294915 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.295008 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:56.295024 [ 277 ] {5d849bdf-6667-43df-8783-69798f402cbd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:35:56.295046 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.08.11 21:35:56.295070 [ 277 ] {5d849bdf-6667-43df-8783-69798f402cbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:35:56.295121 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.08.11 21:35:56.295178 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::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.08.11 21:35:56.295224 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.08.11 21:35:56.295271 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.08.11 21:35:56.295539 [ 277 ] {5d849bdf-6667-43df-8783-69798f402cbd} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.295581 [ 277 ] {5d849bdf-6667-43df-8783-69798f402cbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.295904 [ 277 ] {5d849bdf-6667-43df-8783-69798f402cbd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:35:56.296003 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001127149 sec., 53231.649054384114 rows/sec., 4.26 MiB/sec. 2025.08.11 21:35:56.296124 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.11 21:35:56.296138 [ 277 ] {5d849bdf-6667-43df-8783-69798f402cbd} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.296282 [ 277 ] {5d849bdf-6667-43df-8783-69798f402cbd} executeQuery: Read 126 rows, 10.47 KiB in 0.001276 sec., 98746.08150470219 rows/sec., 8.02 MiB/sec. 2025.08.11 21:35:56.296324 [ 277 ] {5d849bdf-6667-43df-8783-69798f402cbd} TCPHandler: Processed in 0.001456944 sec. 2025.08.11 21:35:56.296381 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.296435 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.296444 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_5_1} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.11 21:35:56.296514 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.11 21:35:56.296537 [ 277 ] {1c4f4b3d-1aaa-4c91-a109-0d21a21e04aa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:56.296586 [ 277 ] {1c4f4b3d-1aaa-4c91-a109-0d21a21e04aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:35:56.297014 [ 277 ] {1c4f4b3d-1aaa-4c91-a109-0d21a21e04aa} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.297051 [ 277 ] {1c4f4b3d-1aaa-4c91-a109-0d21a21e04aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.297396 [ 277 ] {1c4f4b3d-1aaa-4c91-a109-0d21a21e04aa} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:35:56.297609 [ 277 ] {1c4f4b3d-1aaa-4c91-a109-0d21a21e04aa} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.297736 [ 277 ] {1c4f4b3d-1aaa-4c91-a109-0d21a21e04aa} executeQuery: Read 202 rows, 14.82 KiB in 0.001216 sec., 166118.42105263157 rows/sec., 11.90 MiB/sec. 2025.08.11 21:35:56.297772 [ 277 ] {1c4f4b3d-1aaa-4c91-a109-0d21a21e04aa} TCPHandler: Processed in 0.001385953 sec. 2025.08.11 21:35:56.297879 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.297974 [ 277 ] {b54a5ac6-8828-4697-a587-bb9e9b944b86} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:35:56.298029 [ 277 ] {b54a5ac6-8828-4697-a587-bb9e9b944b86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:35:56.298806 [ 277 ] {b54a5ac6-8828-4697-a587-bb9e9b944b86} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.298842 [ 277 ] {b54a5ac6-8828-4697-a587-bb9e9b944b86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.299354 [ 277 ] {b54a5ac6-8828-4697-a587-bb9e9b944b86} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:35:56.299588 [ 277 ] {b54a5ac6-8828-4697-a587-bb9e9b944b86} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.299693 [ 123 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:35:56.299723 [ 277 ] {b54a5ac6-8828-4697-a587-bb9e9b944b86} executeQuery: Read 14 rows, 25.69 KiB in 0.001767 sec., 7923.03338992643 rows/sec., 14.20 MiB/sec. 2025.08.11 21:35:56.299727 [ 123 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.299764 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.299783 [ 277 ] {b54a5ac6-8828-4697-a587-bb9e9b944b86} TCPHandler: Processed in 0.001951723 sec. 2025.08.11 21:35:56.299833 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:35:56.299906 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:35:56.300000 [ 277 ] {26106998-07a6-4bbc-b728-0b6746617d09} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:35:56.300012 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:35:56.300043 [ 277 ] {26106998-07a6-4bbc-b728-0b6746617d09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:35:56.300064 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 277 rows starting from the beginning of the part 2025.08.11 21:35:56.300177 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:56.300275 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:56.300379 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:56.300417 [ 277 ] {26106998-07a6-4bbc-b728-0b6746617d09} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.300457 [ 277 ] {26106998-07a6-4bbc-b728-0b6746617d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.300477 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part 2025.08.11 21:35:56.300578 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part 2025.08.11 21:35:56.300775 [ 277 ] {26106998-07a6-4bbc-b728-0b6746617d09} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:35:56.300991 [ 277 ] {26106998-07a6-4bbc-b728-0b6746617d09} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.301121 [ 277 ] {26106998-07a6-4bbc-b728-0b6746617d09} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.08.11 21:35:56.301159 [ 277 ] {26106998-07a6-4bbc-b728-0b6746617d09} TCPHandler: Processed in 0.001302282 sec. 2025.08.11 21:35:56.303423 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 19 columns (19 merged, 0 gathered) in 0.003620311 sec., 103029.82257601626 rows/sec., 184.62 MiB/sec. 2025.08.11 21:35:56.303939 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:35:56.304284 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.304352 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_21_4} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:35:56.304465 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. 2025.08.11 21:35:56.792354 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 2025.08.11 21:35:56.792857 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:56.792907 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:56.793407 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:35:56.793659 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:56.793811 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 2025.08.11 21:35:57.264340 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.08.11 21:35:57.282242 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:35:57.282305 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:35:57.288233 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:35:57.288955 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:35:57.292041 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.08.11 21:36:01.284176 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:01.284393 [ 277 ] {1106b3cf-6497-4c5f-98ae-4c0161a9cf63} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:01.284466 [ 277 ] {1106b3cf-6497-4c5f-98ae-4c0161a9cf63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:01.285118 [ 277 ] {1106b3cf-6497-4c5f-98ae-4c0161a9cf63} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:01.285161 [ 277 ] {1106b3cf-6497-4c5f-98ae-4c0161a9cf63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:01.285577 [ 277 ] {1106b3cf-6497-4c5f-98ae-4c0161a9cf63} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:36:01.285807 [ 277 ] {1106b3cf-6497-4c5f-98ae-4c0161a9cf63} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:01.285960 [ 277 ] {1106b3cf-6497-4c5f-98ae-4c0161a9cf63} executeQuery: Read 110 rows, 9.47 KiB in 0.001623 sec., 67775.72396796057 rows/sec., 5.70 MiB/sec. 2025.08.11 21:36:01.286001 [ 277 ] {1106b3cf-6497-4c5f-98ae-4c0161a9cf63} TCPHandler: Processed in 0.001965533 sec. 2025.08.11 21:36:01.286124 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:01.286220 [ 277 ] {42d0ec1f-eefa-4a22-bdd6-0511ef334f1d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:01.286260 [ 277 ] {42d0ec1f-eefa-4a22-bdd6-0511ef334f1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:01.286660 [ 277 ] {42d0ec1f-eefa-4a22-bdd6-0511ef334f1d} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:01.286696 [ 277 ] {42d0ec1f-eefa-4a22-bdd6-0511ef334f1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:01.286993 [ 277 ] {42d0ec1f-eefa-4a22-bdd6-0511ef334f1d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:36:01.287224 [ 277 ] {42d0ec1f-eefa-4a22-bdd6-0511ef334f1d} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:01.287352 [ 277 ] {42d0ec1f-eefa-4a22-bdd6-0511ef334f1d} executeQuery: Read 27 rows, 2.03 KiB in 0.001152 sec., 23437.5 rows/sec., 1.72 MiB/sec. 2025.08.11 21:36:01.287389 [ 277 ] {42d0ec1f-eefa-4a22-bdd6-0511ef334f1d} TCPHandler: Processed in 0.001313962 sec. 2025.08.11 21:36:01.287503 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:01.287598 [ 277 ] {18ac2e35-78d5-45f4-a2bb-842aa567d8e5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:01.287637 [ 277 ] {18ac2e35-78d5-45f4-a2bb-842aa567d8e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:01.288059 [ 277 ] {18ac2e35-78d5-45f4-a2bb-842aa567d8e5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:01.288096 [ 277 ] {18ac2e35-78d5-45f4-a2bb-842aa567d8e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:01.288414 [ 277 ] {18ac2e35-78d5-45f4-a2bb-842aa567d8e5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:36:01.288629 [ 277 ] {18ac2e35-78d5-45f4-a2bb-842aa567d8e5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:01.288755 [ 277 ] {18ac2e35-78d5-45f4-a2bb-842aa567d8e5} executeQuery: Read 91 rows, 7.28 KiB in 0.001175 sec., 77446.8085106383 rows/sec., 6.05 MiB/sec. 2025.08.11 21:36:01.288792 [ 277 ] {18ac2e35-78d5-45f4-a2bb-842aa567d8e5} TCPHandler: Processed in 0.001337713 sec. 2025.08.11 21:36:01.288906 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:01.289001 [ 277 ] {971e659f-b99d-4e14-b23c-7b96344f77b5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:01.289044 [ 277 ] {971e659f-b99d-4e14-b23c-7b96344f77b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:01.289436 [ 277 ] {971e659f-b99d-4e14-b23c-7b96344f77b5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:01.289472 [ 277 ] {971e659f-b99d-4e14-b23c-7b96344f77b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:01.289812 [ 277 ] {971e659f-b99d-4e14-b23c-7b96344f77b5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:36:01.290024 [ 277 ] {971e659f-b99d-4e14-b23c-7b96344f77b5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:01.290153 [ 277 ] {971e659f-b99d-4e14-b23c-7b96344f77b5} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.08.11 21:36:01.290189 [ 277 ] {971e659f-b99d-4e14-b23c-7b96344f77b5} TCPHandler: Processed in 0.001331612 sec. 2025.08.11 21:36:01.290299 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:01.290393 [ 277 ] {fad22fdf-fd03-4e96-aa4f-cf5ea52ce9d8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:01.290447 [ 277 ] {fad22fdf-fd03-4e96-aa4f-cf5ea52ce9d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:01.291207 [ 277 ] {fad22fdf-fd03-4e96-aa4f-cf5ea52ce9d8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:01.291243 [ 277 ] {fad22fdf-fd03-4e96-aa4f-cf5ea52ce9d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:01.291786 [ 277 ] {fad22fdf-fd03-4e96-aa4f-cf5ea52ce9d8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:36:01.292009 [ 277 ] {fad22fdf-fd03-4e96-aa4f-cf5ea52ce9d8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:01.292142 [ 277 ] {fad22fdf-fd03-4e96-aa4f-cf5ea52ce9d8} executeQuery: Read 27 rows, 49.54 KiB in 0.001767 sec., 15280.135823429542 rows/sec., 27.38 MiB/sec. 2025.08.11 21:36:01.292193 [ 277 ] {fad22fdf-fd03-4e96-aa4f-cf5ea52ce9d8} TCPHandler: Processed in 0.001942843 sec. 2025.08.11 21:36:01.292311 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:01.292406 [ 277 ] {9c00d5d0-ba8f-4a83-830e-3638b635b9f2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:01.292448 [ 277 ] {9c00d5d0-ba8f-4a83-830e-3638b635b9f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:01.292773 [ 277 ] {9c00d5d0-ba8f-4a83-830e-3638b635b9f2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:01.292811 [ 277 ] {9c00d5d0-ba8f-4a83-830e-3638b635b9f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:01.293114 [ 277 ] {9c00d5d0-ba8f-4a83-830e-3638b635b9f2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:36:01.293323 [ 277 ] {9c00d5d0-ba8f-4a83-830e-3638b635b9f2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:01.293449 [ 277 ] {9c00d5d0-ba8f-4a83-830e-3638b635b9f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2025.08.11 21:36:01.293484 [ 277 ] {9c00d5d0-ba8f-4a83-830e-3638b635b9f2} TCPHandler: Processed in 0.00122177 sec. 2025.08.11 21:36:04.207241 [ 115 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:36:04.207294 [ 115 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:36:04.293912 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 2025.08.11 21:36:04.294428 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:04.294480 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:04.295036 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:36:04.295281 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:04.295428 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 2025.08.11 21:36:04.315225 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 532 2025.08.11 21:36:04.317565 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:04.317607 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:04.318895 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:36:04.319172 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:04.319411 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 532 2025.08.11 21:36:04.792142 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.08.11 21:36:04.810086 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:04.810153 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:04.816592 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:36:04.817373 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:04.820801 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.08.11 21:36:06.284048 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:06.284253 [ 277 ] {9e072063-1c48-4f1b-98f5-1b8406a11c4b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:06.284322 [ 277 ] {9e072063-1c48-4f1b-98f5-1b8406a11c4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:06.284975 [ 277 ] {9e072063-1c48-4f1b-98f5-1b8406a11c4b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:06.285023 [ 277 ] {9e072063-1c48-4f1b-98f5-1b8406a11c4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:06.285419 [ 277 ] {9e072063-1c48-4f1b-98f5-1b8406a11c4b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:36:06.285657 [ 277 ] {9e072063-1c48-4f1b-98f5-1b8406a11c4b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:06.285813 [ 277 ] {9e072063-1c48-4f1b-98f5-1b8406a11c4b} executeQuery: Read 84 rows, 7.19 KiB in 0.001615 sec., 52012.3839009288 rows/sec., 4.35 MiB/sec. 2025.08.11 21:36:06.285855 [ 277 ] {9e072063-1c48-4f1b-98f5-1b8406a11c4b} TCPHandler: Processed in 0.001938833 sec. 2025.08.11 21:36:06.285979 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:06.286074 [ 277 ] {d6d693e9-6e13-4980-b238-ef57cc157e88} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:06.286113 [ 277 ] {d6d693e9-6e13-4980-b238-ef57cc157e88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:06.286484 [ 277 ] {d6d693e9-6e13-4980-b238-ef57cc157e88} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:06.286518 [ 277 ] {d6d693e9-6e13-4980-b238-ef57cc157e88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:06.286814 [ 277 ] {d6d693e9-6e13-4980-b238-ef57cc157e88} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:36:06.287076 [ 277 ] {d6d693e9-6e13-4980-b238-ef57cc157e88} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:06.287202 [ 277 ] {d6d693e9-6e13-4980-b238-ef57cc157e88} executeQuery: Read 14 rows, 1.05 KiB in 0.001145 sec., 12227.07423580786 rows/sec., 919.42 KiB/sec. 2025.08.11 21:36:06.287239 [ 277 ] {d6d693e9-6e13-4980-b238-ef57cc157e88} TCPHandler: Processed in 0.001308102 sec. 2025.08.11 21:36:06.287340 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:06.287435 [ 277 ] {08ed6197-602f-4e59-adac-613891ab8068} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:06.287475 [ 277 ] {08ed6197-602f-4e59-adac-613891ab8068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:06.287886 [ 277 ] {08ed6197-602f-4e59-adac-613891ab8068} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:06.287922 [ 277 ] {08ed6197-602f-4e59-adac-613891ab8068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:06.288225 [ 277 ] {08ed6197-602f-4e59-adac-613891ab8068} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:36:06.288457 [ 277 ] {08ed6197-602f-4e59-adac-613891ab8068} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:06.288584 [ 277 ] {08ed6197-602f-4e59-adac-613891ab8068} executeQuery: Read 78 rows, 6.24 KiB in 0.001166 sec., 66895.36878216124 rows/sec., 5.22 MiB/sec. 2025.08.11 21:36:06.288620 [ 277 ] {08ed6197-602f-4e59-adac-613891ab8068} TCPHandler: Processed in 0.001331712 sec. 2025.08.11 21:36:06.288730 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:06.288826 [ 277 ] {ec2129c2-b33f-4249-8bb8-d07510d2bfc5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:06.288869 [ 277 ] {ec2129c2-b33f-4249-8bb8-d07510d2bfc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:06.289272 [ 277 ] {ec2129c2-b33f-4249-8bb8-d07510d2bfc5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:06.289308 [ 277 ] {ec2129c2-b33f-4249-8bb8-d07510d2bfc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:06.289668 [ 277 ] {ec2129c2-b33f-4249-8bb8-d07510d2bfc5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:36:06.289884 [ 277 ] {ec2129c2-b33f-4249-8bb8-d07510d2bfc5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:06.290010 [ 277 ] {ec2129c2-b33f-4249-8bb8-d07510d2bfc5} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.08.11 21:36:06.290045 [ 277 ] {ec2129c2-b33f-4249-8bb8-d07510d2bfc5} TCPHandler: Processed in 0.001363833 sec. 2025.08.11 21:36:06.290162 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:06.290257 [ 277 ] {d218e775-2e79-4078-8be6-23bcba7aaa9d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:06.290312 [ 277 ] {d218e775-2e79-4078-8be6-23bcba7aaa9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:06.291055 [ 277 ] {d218e775-2e79-4078-8be6-23bcba7aaa9d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:06.291092 [ 277 ] {d218e775-2e79-4078-8be6-23bcba7aaa9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:06.291612 [ 277 ] {d218e775-2e79-4078-8be6-23bcba7aaa9d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:36:06.291835 [ 277 ] {d218e775-2e79-4078-8be6-23bcba7aaa9d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:06.291970 [ 277 ] {d218e775-2e79-4078-8be6-23bcba7aaa9d} executeQuery: Read 14 rows, 25.69 KiB in 0.001731 sec., 8087.810514153669 rows/sec., 14.49 MiB/sec. 2025.08.11 21:36:06.292021 [ 277 ] {d218e775-2e79-4078-8be6-23bcba7aaa9d} TCPHandler: Processed in 0.001907042 sec. 2025.08.11 21:36:06.292132 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:06.292227 [ 277 ] {3138362f-32a4-4aa9-8693-7ec2219b07b2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:06.292268 [ 277 ] {3138362f-32a4-4aa9-8693-7ec2219b07b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:06.292597 [ 277 ] {3138362f-32a4-4aa9-8693-7ec2219b07b2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:06.292634 [ 277 ] {3138362f-32a4-4aa9-8693-7ec2219b07b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:06.292949 [ 277 ] {3138362f-32a4-4aa9-8693-7ec2219b07b2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:36:06.293165 [ 277 ] {3138362f-32a4-4aa9-8693-7ec2219b07b2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:06.293290 [ 277 ] {3138362f-32a4-4aa9-8693-7ec2219b07b2} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.08.11 21:36:06.293326 [ 277 ] {3138362f-32a4-4aa9-8693-7ec2219b07b2} TCPHandler: Processed in 0.001242761 sec. 2025.08.11 21:36:08.593688 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:08.593858 [ 277 ] {ad3cde4b-f371-4bb5-a006-d905d70a99d7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:36:08.593923 [ 277 ] {ad3cde4b-f371-4bb5-a006-d905d70a99d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:36:08.594601 [ 277 ] {ad3cde4b-f371-4bb5-a006-d905d70a99d7} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:08.594649 [ 277 ] {ad3cde4b-f371-4bb5-a006-d905d70a99d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:08.595043 [ 277 ] {ad3cde4b-f371-4bb5-a006-d905d70a99d7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:36:08.595275 [ 277 ] {ad3cde4b-f371-4bb5-a006-d905d70a99d7} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:08.595423 [ 277 ] {ad3cde4b-f371-4bb5-a006-d905d70a99d7} executeQuery: Read 4 rows, 334.00 B in 0.001567 sec., 2552.6483726866622 rows/sec., 208.15 KiB/sec. 2025.08.11 21:36:08.595464 [ 277 ] {ad3cde4b-f371-4bb5-a006-d905d70a99d7} TCPHandler: Processed in 0.001874442 sec. 2025.08.11 21:36:08.595584 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:08.595688 [ 277 ] {a18492ae-c05a-40a3-bf88-2c87a4713490} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:08.595729 [ 277 ] {a18492ae-c05a-40a3-bf88-2c87a4713490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:08.596824 [ 277 ] {a18492ae-c05a-40a3-bf88-2c87a4713490} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:08.596889 [ 277 ] {a18492ae-c05a-40a3-bf88-2c87a4713490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:08.597307 [ 277 ] {a18492ae-c05a-40a3-bf88-2c87a4713490} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:36:08.597538 [ 277 ] {a18492ae-c05a-40a3-bf88-2c87a4713490} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:08.597673 [ 277 ] {a18492ae-c05a-40a3-bf88-2c87a4713490} executeQuery: Read 1252 rows, 106.17 KiB in 0.002003 sec., 625062.4063904143 rows/sec., 51.77 MiB/sec. 2025.08.11 21:36:08.597714 [ 277 ] {a18492ae-c05a-40a3-bf88-2c87a4713490} TCPHandler: Processed in 0.002179796 sec. 2025.08.11 21:36:08.597828 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:08.597923 [ 277 ] {68f3d82b-ec61-41b5-b85a-bc5caf2d45cd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:08.597965 [ 277 ] {68f3d82b-ec61-41b5-b85a-bc5caf2d45cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:08.598407 [ 277 ] {68f3d82b-ec61-41b5-b85a-bc5caf2d45cd} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:08.598445 [ 277 ] {68f3d82b-ec61-41b5-b85a-bc5caf2d45cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:08.598756 [ 277 ] {68f3d82b-ec61-41b5-b85a-bc5caf2d45cd} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:36:08.598975 [ 277 ] {68f3d82b-ec61-41b5-b85a-bc5caf2d45cd} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:08.599111 [ 277 ] {68f3d82b-ec61-41b5-b85a-bc5caf2d45cd} executeQuery: Read 31 rows, 2.31 KiB in 0.001204 sec., 25747.50830564784 rows/sec., 1.87 MiB/sec. 2025.08.11 21:36:08.599150 [ 277 ] {68f3d82b-ec61-41b5-b85a-bc5caf2d45cd} TCPHandler: Processed in 0.001372553 sec. 2025.08.11 21:36:08.599260 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:08.599356 [ 277 ] {1c57eda3-6134-471a-ae62-2c1161da6184} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:36:08.599396 [ 277 ] {1c57eda3-6134-471a-ae62-2c1161da6184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:36:08.599876 [ 277 ] {1c57eda3-6134-471a-ae62-2c1161da6184} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:08.599914 [ 277 ] {1c57eda3-6134-471a-ae62-2c1161da6184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:08.600251 [ 277 ] {1c57eda3-6134-471a-ae62-2c1161da6184} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:36:08.600466 [ 277 ] {1c57eda3-6134-471a-ae62-2c1161da6184} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:08.600598 [ 277 ] {1c57eda3-6134-471a-ae62-2c1161da6184} executeQuery: Read 228 rows, 15.81 KiB in 0.001259 sec., 181096.10802223987 rows/sec., 12.26 MiB/sec. 2025.08.11 21:36:08.600637 [ 277 ] {1c57eda3-6134-471a-ae62-2c1161da6184} TCPHandler: Processed in 0.001425184 sec. 2025.08.11 21:36:08.600745 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:08.600839 [ 277 ] {aa84e264-4004-4825-95b3-acc3d30ea9df} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:08.600877 [ 277 ] {aa84e264-4004-4825-95b3-acc3d30ea9df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:08.601466 [ 277 ] {aa84e264-4004-4825-95b3-acc3d30ea9df} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:08.601502 [ 277 ] {aa84e264-4004-4825-95b3-acc3d30ea9df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:08.601835 [ 277 ] {aa84e264-4004-4825-95b3-acc3d30ea9df} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:36:08.602059 [ 277 ] {aa84e264-4004-4825-95b3-acc3d30ea9df} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:08.602189 [ 277 ] {aa84e264-4004-4825-95b3-acc3d30ea9df} executeQuery: Read 551 rows, 41.89 KiB in 0.001366 sec., 403367.4963396779 rows/sec., 29.95 MiB/sec. 2025.08.11 21:36:08.602229 [ 277 ] {aa84e264-4004-4825-95b3-acc3d30ea9df} TCPHandler: Processed in 0.001532466 sec. 2025.08.11 21:36:08.602340 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:08.602436 [ 277 ] {e4d57bc9-905c-4a99-af99-78d572a8c2a1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:08.602480 [ 277 ] {e4d57bc9-905c-4a99-af99-78d572a8c2a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:08.603070 [ 277 ] {e4d57bc9-905c-4a99-af99-78d572a8c2a1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:08.603107 [ 277 ] {e4d57bc9-905c-4a99-af99-78d572a8c2a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:08.603498 [ 277 ] {e4d57bc9-905c-4a99-af99-78d572a8c2a1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:36:08.603716 [ 277 ] {e4d57bc9-905c-4a99-af99-78d572a8c2a1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:08.603848 [ 277 ] {e4d57bc9-905c-4a99-af99-78d572a8c2a1} executeQuery: Read 944 rows, 64.82 KiB in 0.001428 sec., 661064.4257703081 rows/sec., 44.33 MiB/sec. 2025.08.11 21:36:08.603887 [ 277 ] {e4d57bc9-905c-4a99-af99-78d572a8c2a1} TCPHandler: Processed in 0.001594717 sec. 2025.08.11 21:36:08.603997 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:08.604093 [ 277 ] {e19b3aea-d0b0-476c-a65d-b2caffc44d6c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:08.604154 [ 277 ] {e19b3aea-d0b0-476c-a65d-b2caffc44d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:08.605012 [ 277 ] {e19b3aea-d0b0-476c-a65d-b2caffc44d6c} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:08.605050 [ 277 ] {e19b3aea-d0b0-476c-a65d-b2caffc44d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:08.605597 [ 277 ] {e19b3aea-d0b0-476c-a65d-b2caffc44d6c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:36:08.605831 [ 277 ] {e19b3aea-d0b0-476c-a65d-b2caffc44d6c} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:08.605974 [ 277 ] {e19b3aea-d0b0-476c-a65d-b2caffc44d6c} executeQuery: Read 27 rows, 49.54 KiB in 0.001898 sec., 14225.50052687039 rows/sec., 25.49 MiB/sec. 2025.08.11 21:36:08.606045 [ 277 ] {e19b3aea-d0b0-476c-a65d-b2caffc44d6c} TCPHandler: Processed in 0.002097185 sec. 2025.08.11 21:36:08.606164 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:08.606259 [ 277 ] {e246328c-359d-403a-9219-05a177105659} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:08.606301 [ 277 ] {e246328c-359d-403a-9219-05a177105659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:08.606678 [ 277 ] {e246328c-359d-403a-9219-05a177105659} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:08.606719 [ 277 ] {e246328c-359d-403a-9219-05a177105659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:08.607063 [ 277 ] {e246328c-359d-403a-9219-05a177105659} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:36:08.607279 [ 277 ] {e246328c-359d-403a-9219-05a177105659} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:08.607412 [ 277 ] {e246328c-359d-403a-9219-05a177105659} executeQuery: Read 36 rows, 2.48 KiB in 0.001171 sec., 30742.954739538858 rows/sec., 2.07 MiB/sec. 2025.08.11 21:36:08.607449 [ 277 ] {e246328c-359d-403a-9219-05a177105659} TCPHandler: Processed in 0.001334562 sec. 2025.08.11 21:36:11.279062 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:11.279284 [ 277 ] {df6fd114-08c7-49b3-b126-f512ece96151} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:11.279361 [ 277 ] {df6fd114-08c7-49b3-b126-f512ece96151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:11.280159 [ 277 ] {df6fd114-08c7-49b3-b126-f512ece96151} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.280216 [ 277 ] {df6fd114-08c7-49b3-b126-f512ece96151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.280657 [ 277 ] {df6fd114-08c7-49b3-b126-f512ece96151} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:36:11.280893 [ 277 ] {df6fd114-08c7-49b3-b126-f512ece96151} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.281061 [ 277 ] {df6fd114-08c7-49b3-b126-f512ece96151} executeQuery: Read 56 rows, 4.41 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.35 MiB/sec. 2025.08.11 21:36:11.281067 [ 98 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:36:11.281111 [ 277 ] {df6fd114-08c7-49b3-b126-f512ece96151} TCPHandler: Processed in 0.002195577 sec. 2025.08.11 21:36:11.281136 [ 98 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.281161 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.281251 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:11.281293 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:36:11.281358 [ 277 ] {51f0739b-46d8-4b70-a8ab-44c3cb74f883} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:11.281407 [ 277 ] {51f0739b-46d8-4b70-a8ab-44c3cb74f883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:11.281474 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:11.281519 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1407 rows starting from the beginning of the part 2025.08.11 21:36:11.281593 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 210 rows starting from the beginning of the part 2025.08.11 21:36:11.281644 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 110 rows starting from the beginning of the part 2025.08.11 21:36:11.281704 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 84 rows starting from the beginning of the part 2025.08.11 21:36:11.281754 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:36:11.281799 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2025.08.11 21:36:11.281865 [ 277 ] {51f0739b-46d8-4b70-a8ab-44c3cb74f883} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.281908 [ 277 ] {51f0739b-46d8-4b70-a8ab-44c3cb74f883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.282267 [ 277 ] {51f0739b-46d8-4b70-a8ab-44c3cb74f883} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:36:11.282499 [ 277 ] {51f0739b-46d8-4b70-a8ab-44c3cb74f883} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.282636 [ 98 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:36:11.282641 [ 277 ] {51f0739b-46d8-4b70-a8ab-44c3cb74f883} executeQuery: Read 64 rows, 5.12 KiB in 0.001307 sec., 48967.10022953328 rows/sec., 3.82 MiB/sec. 2025.08.11 21:36:11.282677 [ 98 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.282701 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.282701 [ 277 ] {51f0739b-46d8-4b70-a8ab-44c3cb74f883} TCPHandler: Processed in 0.001504696 sec. 2025.08.11 21:36:11.282800 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:36:11.282842 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:11.282908 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:11.282939 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 633 rows starting from the beginning of the part 2025.08.11 21:36:11.282946 [ 277 ] {e9114d53-abdb-4eaf-97d2-b9485ec649ed} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:11.282991 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 126 rows starting from the beginning of the part 2025.08.11 21:36:11.282997 [ 277 ] {e9114d53-abdb-4eaf-97d2-b9485ec649ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:11.283042 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 91 rows starting from the beginning of the part 2025.08.11 21:36:11.283087 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 78 rows starting from the beginning of the part 2025.08.11 21:36:11.283125 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 551 rows starting from the beginning of the part 2025.08.11 21:36:11.283162 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2025.08.11 21:36:11.283362 [ 195 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.002134826 sec., 1461009.000265127 rows/sec., 127.83 MiB/sec. 2025.08.11 21:36:11.283390 [ 277 ] {e9114d53-abdb-4eaf-97d2-b9485ec649ed} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.283432 [ 277 ] {e9114d53-abdb-4eaf-97d2-b9485ec649ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.283656 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:36:11.283966 [ 277 ] {e9114d53-abdb-4eaf-97d2-b9485ec649ed} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:36:11.284008 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.284102 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_31_6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:36:11.284158 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 5 columns (5 merged, 0 gathered) in 0.001398923 sec., 1102991.3726488163 rows/sec., 87.88 MiB/sec. 2025.08.11 21:36:11.284182 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.08.11 21:36:11.284213 [ 277 ] {e9114d53-abdb-4eaf-97d2-b9485ec649ed} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.284329 [ 98 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:36:11.284348 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:36:11.284361 [ 98 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.284355 [ 277 ] {e9114d53-abdb-4eaf-97d2-b9485ec649ed} executeQuery: Read 64 rows, 4.56 KiB in 0.001429 sec., 44786.56403079077 rows/sec., 3.12 MiB/sec. 2025.08.11 21:36:11.284396 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.284446 [ 277 ] {e9114d53-abdb-4eaf-97d2-b9485ec649ed} TCPHandler: Processed in 0.001654768 sec. 2025.08.11 21:36:11.284501 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:36:11.284576 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:11.284625 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.284660 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:11.284682 [ 277 ] {85977191-62b8-4016-9322-d4fedfa53f4e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:11.284701 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_31_6} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:36:11.284703 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8505 rows starting from the beginning of the part 2025.08.11 21:36:11.284734 [ 277 ] {85977191-62b8-4016-9322-d4fedfa53f4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:11.284781 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.11 21:36:11.284782 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 202 rows starting from the beginning of the part 2025.08.11 21:36:11.284846 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2025.08.11 21:36:11.284886 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2025.08.11 21:36:11.284924 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 944 rows starting from the beginning of the part 2025.08.11 21:36:11.284967 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2025.08.11 21:36:11.285118 [ 277 ] {85977191-62b8-4016-9322-d4fedfa53f4e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.285162 [ 277 ] {85977191-62b8-4016-9322-d4fedfa53f4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.285525 [ 277 ] {85977191-62b8-4016-9322-d4fedfa53f4e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:36:11.285745 [ 277 ] {85977191-62b8-4016-9322-d4fedfa53f4e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.285854 [ 98 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:36:11.285883 [ 98 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.285883 [ 277 ] {85977191-62b8-4016-9322-d4fedfa53f4e} executeQuery: Read 24 rows, 1.66 KiB in 0.00122 sec., 19672.131147540986 rows/sec., 1.33 MiB/sec. 2025.08.11 21:36:11.285900 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.285934 [ 277 ] {85977191-62b8-4016-9322-d4fedfa53f4e} TCPHandler: Processed in 0.001407764 sec. 2025.08.11 21:36:11.285985 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:36:11.286083 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:11.286109 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1410 rows starting from the beginning of the part 2025.08.11 21:36:11.286159 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:11.286200 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:11.286239 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:11.286274 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2025.08.11 21:36:11.286309 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2025.08.11 21:36:11.287166 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1650 rows, containing 4 columns (4 merged, 0 gathered) in 0.0012137 sec., 1359479.278240092 rows/sec., 91.76 MiB/sec. 2025.08.11 21:36:11.287394 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:36:11.287622 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.287688 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_31_6} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:36:11.287744 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.11 21:36:11.288474 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10035 rows, containing 5 columns (5 merged, 0 gathered) in 0.004012467 sec., 2500955.1480423394 rows/sec., 171.12 MiB/sec. 2025.08.11 21:36:11.288682 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:36:11.288929 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.289000 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_31_6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:36:11.289064 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. 2025.08.11 21:36:11.795684 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 2025.08.11 21:36:11.796173 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.796219 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.796694 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:36:11.796936 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.797089 [ 100 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:36:11.797098 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 2025.08.11 21:36:11.797145 [ 100 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:11.797172 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:11.797340 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:36:11.797552 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:11.797628 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part 2025.08.11 21:36:11.797745 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part 2025.08.11 21:36:11.797816 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part 2025.08.11 21:36:11.797869 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part 2025.08.11 21:36:11.797921 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:36:11.797975 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:36:11.799801 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002541053 sec., 3792915.77153251 rows/sec., 54.26 MiB/sec. 2025.08.11 21:36:11.800013 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:36:11.800285 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:11.800356 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_21_4} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:36:11.800440 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.08.11 21:36:12.321058 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.08.11 21:36:12.337653 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:12.337706 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:12.343157 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:36:12.343828 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:12.344119 [ 98 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:36:12.344192 [ 98 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:12.344217 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:12.344346 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:36:12.346788 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.08.11 21:36:12.347966 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:12.349343 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2025.08.11 21:36:12.354065 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.08.11 21:36:12.358568 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.08.11 21:36:12.363121 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.08.11 21:36:12.367293 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2025.08.11 21:36:12.371182 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.08.11 21:36:12.424126 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079838718 sec., 1991.5149439148058 rows/sec., 10.30 MiB/sec. 2025.08.11 21:36:12.425887 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:36:12.427559 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:12.427640 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_21_4} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:36:12.428735 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.08.11 21:36:13.000271 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 221.71 MiB, peak 232.27 MiB, free memory in arenas 0.00 B, will set to 225.30 MiB (RSS), difference: 3.59 MiB 2025.08.11 21:36:14.319789 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 568 2025.08.11 21:36:14.322177 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:14.322237 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:14.323450 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:36:14.323733 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:14.324098 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 568 2025.08.11 21:36:16.283926 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:16.284143 [ 277 ] {f50aba3e-9ba3-4680-9165-0299bb46e845} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:16.284218 [ 277 ] {f50aba3e-9ba3-4680-9165-0299bb46e845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:16.284888 [ 277 ] {f50aba3e-9ba3-4680-9165-0299bb46e845} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:16.284937 [ 277 ] {f50aba3e-9ba3-4680-9165-0299bb46e845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:16.285375 [ 277 ] {f50aba3e-9ba3-4680-9165-0299bb46e845} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:36:16.285604 [ 277 ] {f50aba3e-9ba3-4680-9165-0299bb46e845} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:16.285760 [ 277 ] {f50aba3e-9ba3-4680-9165-0299bb46e845} executeQuery: Read 84 rows, 7.19 KiB in 0.001674 sec., 50179.21146953405 rows/sec., 4.19 MiB/sec. 2025.08.11 21:36:16.285803 [ 277 ] {f50aba3e-9ba3-4680-9165-0299bb46e845} TCPHandler: Processed in 0.002022544 sec. 2025.08.11 21:36:16.285929 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:16.286026 [ 277 ] {08cbbe22-0f0b-40fa-997b-aff08a495ef4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:16.286067 [ 277 ] {08cbbe22-0f0b-40fa-997b-aff08a495ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:16.286476 [ 277 ] {08cbbe22-0f0b-40fa-997b-aff08a495ef4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:16.286514 [ 277 ] {08cbbe22-0f0b-40fa-997b-aff08a495ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:16.286817 [ 277 ] {08cbbe22-0f0b-40fa-997b-aff08a495ef4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:36:16.287030 [ 277 ] {08cbbe22-0f0b-40fa-997b-aff08a495ef4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:16.287141 [ 94 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:36:16.287161 [ 277 ] {08cbbe22-0f0b-40fa-997b-aff08a495ef4} executeQuery: Read 14 rows, 1.05 KiB in 0.001153 sec., 12142.237640936688 rows/sec., 913.04 KiB/sec. 2025.08.11 21:36:16.287210 [ 94 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:16.287219 [ 277 ] {08cbbe22-0f0b-40fa-997b-aff08a495ef4} TCPHandler: Processed in 0.001339192 sec. 2025.08.11 21:36:16.287266 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:16.287352 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:16.287395 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:36:16.287453 [ 277 ] {02d938d9-0091-47a6-a2e4-8860cbd02e71} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:16.287498 [ 277 ] {02d938d9-0091-47a6-a2e4-8860cbd02e71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:16.287519 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:16.287558 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 71 rows starting from the beginning of the part 2025.08.11 21:36:16.287625 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 38 rows starting from the beginning of the part 2025.08.11 21:36:16.287671 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 27 rows starting from the beginning of the part 2025.08.11 21:36:16.287714 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part 2025.08.11 21:36:16.287755 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2025.08.11 21:36:16.287797 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part 2025.08.11 21:36:16.287925 [ 277 ] {02d938d9-0091-47a6-a2e4-8860cbd02e71} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:16.287969 [ 277 ] {02d938d9-0091-47a6-a2e4-8860cbd02e71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:16.288413 [ 277 ] {02d938d9-0091-47a6-a2e4-8860cbd02e71} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:36:16.288635 [ 277 ] {02d938d9-0091-47a6-a2e4-8860cbd02e71} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:16.288674 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317722 sec., 147982.65491507316 rows/sec., 11.38 MiB/sec. 2025.08.11 21:36:16.288768 [ 277 ] {02d938d9-0091-47a6-a2e4-8860cbd02e71} executeQuery: Read 78 rows, 6.24 KiB in 0.001333 sec., 58514.62865716429 rows/sec., 4.57 MiB/sec. 2025.08.11 21:36:16.288811 [ 277 ] {02d938d9-0091-47a6-a2e4-8860cbd02e71} TCPHandler: Processed in 0.001510606 sec. 2025.08.11 21:36:16.288840 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:36:16.288930 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:16.289033 [ 277 ] {1e7b4a7a-c46a-454d-ae5a-6e11722a91b4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:16.289082 [ 277 ] {1e7b4a7a-c46a-454d-ae5a-6e11722a91b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:16.289109 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:16.289183 [ 194 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_26_5} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:36:16.289259 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:36:16.289499 [ 277 ] {1e7b4a7a-c46a-454d-ae5a-6e11722a91b4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:16.289540 [ 277 ] {1e7b4a7a-c46a-454d-ae5a-6e11722a91b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:16.289897 [ 277 ] {1e7b4a7a-c46a-454d-ae5a-6e11722a91b4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:36:16.290135 [ 277 ] {1e7b4a7a-c46a-454d-ae5a-6e11722a91b4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:16.290269 [ 277 ] {1e7b4a7a-c46a-454d-ae5a-6e11722a91b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2025.08.11 21:36:16.290306 [ 277 ] {1e7b4a7a-c46a-454d-ae5a-6e11722a91b4} TCPHandler: Processed in 0.001425414 sec. 2025.08.11 21:36:16.290407 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:16.290502 [ 277 ] {be9b7ffe-b554-4b7c-a6bb-8c5d8e2511cc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:16.290558 [ 277 ] {be9b7ffe-b554-4b7c-a6bb-8c5d8e2511cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:16.291335 [ 277 ] {be9b7ffe-b554-4b7c-a6bb-8c5d8e2511cc} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:16.291370 [ 277 ] {be9b7ffe-b554-4b7c-a6bb-8c5d8e2511cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:16.291898 [ 277 ] {be9b7ffe-b554-4b7c-a6bb-8c5d8e2511cc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:36:16.292119 [ 277 ] {be9b7ffe-b554-4b7c-a6bb-8c5d8e2511cc} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:16.292267 [ 277 ] {be9b7ffe-b554-4b7c-a6bb-8c5d8e2511cc} executeQuery: Read 14 rows, 25.69 KiB in 0.001783 sec., 7851.934941110488 rows/sec., 14.07 MiB/sec. 2025.08.11 21:36:16.292321 [ 277 ] {be9b7ffe-b554-4b7c-a6bb-8c5d8e2511cc} TCPHandler: Processed in 0.001961783 sec. 2025.08.11 21:36:16.292437 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:16.292533 [ 277 ] {4af7263c-ab3f-491c-982e-7cd699fa3344} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:16.292576 [ 277 ] {4af7263c-ab3f-491c-982e-7cd699fa3344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:16.292914 [ 277 ] {4af7263c-ab3f-491c-982e-7cd699fa3344} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:16.292950 [ 277 ] {4af7263c-ab3f-491c-982e-7cd699fa3344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:16.293268 [ 277 ] {4af7263c-ab3f-491c-982e-7cd699fa3344} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:36:16.293484 [ 277 ] {4af7263c-ab3f-491c-982e-7cd699fa3344} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:16.293610 [ 277 ] {4af7263c-ab3f-491c-982e-7cd699fa3344} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.08.11 21:36:16.293646 [ 277 ] {4af7263c-ab3f-491c-982e-7cd699fa3344} TCPHandler: Processed in 0.001258901 sec. 2025.08.11 21:36:19.207350 [ 92 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:36:19.207410 [ 92 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:36:19.297276 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 2025.08.11 21:36:19.298100 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:19.298180 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:19.298916 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:36:19.299147 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:19.299283 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 2025.08.11 21:36:19.846897 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.08.11 21:36:19.862898 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:19.862964 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:19.869454 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:36:19.870181 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:19.873114 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.08.11 21:36:21.284222 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:21.284420 [ 277 ] {da8b62f1-45d3-4f2e-a164-99627103075a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:21.284492 [ 277 ] {da8b62f1-45d3-4f2e-a164-99627103075a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:21.285243 [ 277 ] {da8b62f1-45d3-4f2e-a164-99627103075a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:21.285284 [ 277 ] {da8b62f1-45d3-4f2e-a164-99627103075a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:21.285699 [ 277 ] {da8b62f1-45d3-4f2e-a164-99627103075a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:36:21.285927 [ 277 ] {da8b62f1-45d3-4f2e-a164-99627103075a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:21.286075 [ 277 ] {da8b62f1-45d3-4f2e-a164-99627103075a} executeQuery: Read 110 rows, 9.47 KiB in 0.001712 sec., 64252.33644859813 rows/sec., 5.40 MiB/sec. 2025.08.11 21:36:21.286115 [ 277 ] {da8b62f1-45d3-4f2e-a164-99627103075a} TCPHandler: Processed in 0.002020533 sec. 2025.08.11 21:36:21.286287 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:21.286381 [ 277 ] {29563ef9-e9e6-44da-9cee-1acfc511eefd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:21.286420 [ 277 ] {29563ef9-e9e6-44da-9cee-1acfc511eefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:21.286819 [ 277 ] {29563ef9-e9e6-44da-9cee-1acfc511eefd} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:21.286854 [ 277 ] {29563ef9-e9e6-44da-9cee-1acfc511eefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:21.287145 [ 277 ] {29563ef9-e9e6-44da-9cee-1acfc511eefd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:36:21.287346 [ 277 ] {29563ef9-e9e6-44da-9cee-1acfc511eefd} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:21.287467 [ 277 ] {29563ef9-e9e6-44da-9cee-1acfc511eefd} executeQuery: Read 27 rows, 2.03 KiB in 0.001105 sec., 24434.38914027149 rows/sec., 1.79 MiB/sec. 2025.08.11 21:36:21.287503 [ 277 ] {29563ef9-e9e6-44da-9cee-1acfc511eefd} TCPHandler: Processed in 0.001263802 sec. 2025.08.11 21:36:21.287613 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:21.287705 [ 277 ] {e1a9c0d3-1647-4404-a336-e486d612a0eb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:21.287743 [ 277 ] {e1a9c0d3-1647-4404-a336-e486d612a0eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:21.288160 [ 277 ] {e1a9c0d3-1647-4404-a336-e486d612a0eb} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:21.288195 [ 277 ] {e1a9c0d3-1647-4404-a336-e486d612a0eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:21.288489 [ 277 ] {e1a9c0d3-1647-4404-a336-e486d612a0eb} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:36:21.288687 [ 277 ] {e1a9c0d3-1647-4404-a336-e486d612a0eb} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:21.288807 [ 277 ] {e1a9c0d3-1647-4404-a336-e486d612a0eb} executeQuery: Read 91 rows, 7.28 KiB in 0.00112 sec., 81250 rows/sec., 6.35 MiB/sec. 2025.08.11 21:36:21.288842 [ 277 ] {e1a9c0d3-1647-4404-a336-e486d612a0eb} TCPHandler: Processed in 0.001275201 sec. 2025.08.11 21:36:21.288952 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:21.289051 [ 277 ] {d321047e-da49-43b1-badc-32ef59abc87f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:21.289094 [ 277 ] {d321047e-da49-43b1-badc-32ef59abc87f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:21.289507 [ 277 ] {d321047e-da49-43b1-badc-32ef59abc87f} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:21.289541 [ 277 ] {d321047e-da49-43b1-badc-32ef59abc87f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:21.289865 [ 277 ] {d321047e-da49-43b1-badc-32ef59abc87f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:36:21.290071 [ 277 ] {d321047e-da49-43b1-badc-32ef59abc87f} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:21.290194 [ 277 ] {d321047e-da49-43b1-badc-32ef59abc87f} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.08.11 21:36:21.290229 [ 277 ] {d321047e-da49-43b1-badc-32ef59abc87f} TCPHandler: Processed in 0.001323092 sec. 2025.08.11 21:36:21.290339 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:21.290433 [ 277 ] {e7d3c15f-93d6-4eb3-95f7-fa7fb0000c65} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:21.290486 [ 277 ] {e7d3c15f-93d6-4eb3-95f7-fa7fb0000c65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:21.291291 [ 277 ] {e7d3c15f-93d6-4eb3-95f7-fa7fb0000c65} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:21.291325 [ 277 ] {e7d3c15f-93d6-4eb3-95f7-fa7fb0000c65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:21.291838 [ 277 ] {e7d3c15f-93d6-4eb3-95f7-fa7fb0000c65} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:36:21.292043 [ 277 ] {e7d3c15f-93d6-4eb3-95f7-fa7fb0000c65} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:21.292171 [ 277 ] {e7d3c15f-93d6-4eb3-95f7-fa7fb0000c65} executeQuery: Read 27 rows, 49.54 KiB in 0.001755 sec., 15384.615384615385 rows/sec., 27.57 MiB/sec. 2025.08.11 21:36:21.292174 [ 66 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:36:21.292222 [ 277 ] {e7d3c15f-93d6-4eb3-95f7-fa7fb0000c65} TCPHandler: Processed in 0.001929022 sec. 2025.08.11 21:36:21.292245 [ 66 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:21.292270 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:21.292340 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:21.292400 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:36:21.292436 [ 277 ] {291d5d1d-8c66-4246-8bcd-a4385817d40d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:21.292485 [ 277 ] {291d5d1d-8c66-4246-8bcd-a4385817d40d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:21.292684 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:21.292758 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 373 rows starting from the beginning of the part 2025.08.11 21:36:21.292830 [ 277 ] {291d5d1d-8c66-4246-8bcd-a4385817d40d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:21.292869 [ 277 ] {291d5d1d-8c66-4246-8bcd-a4385817d40d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:21.292903 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part 2025.08.11 21:36:21.293027 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2025.08.11 21:36:21.293147 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part 2025.08.11 21:36:21.293187 [ 277 ] {291d5d1d-8c66-4246-8bcd-a4385817d40d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:36:21.293258 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2025.08.11 21:36:21.293376 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part 2025.08.11 21:36:21.293403 [ 277 ] {291d5d1d-8c66-4246-8bcd-a4385817d40d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:21.293535 [ 277 ] {291d5d1d-8c66-4246-8bcd-a4385817d40d} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2025.08.11 21:36:21.293570 [ 277 ] {291d5d1d-8c66-4246-8bcd-a4385817d40d} TCPHandler: Processed in 0.001277471 sec. 2025.08.11 21:36:21.296998 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 19 columns (19 merged, 0 gathered) in 0.004654378 sec., 103558.41317572402 rows/sec., 185.57 MiB/sec. 2025.08.11 21:36:21.297945 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:36:21.298332 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:21.298414 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_26_5} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:36:21.298550 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2025.08.11 21:36:22.000232 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 227.09 MiB, peak 232.37 MiB, free memory in arenas 0.00 B, will set to 228.53 MiB (RSS), difference: 1.44 MiB 2025.08.11 21:36:24.324373 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 592 2025.08.11 21:36:24.327014 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:24.327073 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:24.328274 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:36:24.328564 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:24.328752 [ 84 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.11 21:36:24.328848 [ 84 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:24.328886 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:24.328931 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 592 2025.08.11 21:36:24.329019 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.11 21:36:24.329525 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:24.329654 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 440 rows starting from the beginning of the part 2025.08.11 21:36:24.330011 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:36:24.330314 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.08.11 21:36:24.330611 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2025.08.11 21:36:24.330907 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2025.08.11 21:36:24.331202 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.08.11 21:36:24.337746 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 72 columns (72 merged, 0 gathered) in 0.008779247 sec., 67431.7512652281 rows/sec., 57.75 MiB/sec. 2025.08.11 21:36:24.338846 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.11 21:36:24.339467 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:24.339559 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_16_3} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.11 21:36:24.339914 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2025.08.11 21:36:26.285458 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.285767 [ 277 ] {a8c21398-0d1c-4776-be6b-8b88e39d03bc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:36:26.285874 [ 277 ] {a8c21398-0d1c-4776-be6b-8b88e39d03bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:36:26.286759 [ 277 ] {a8c21398-0d1c-4776-be6b-8b88e39d03bc} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.286812 [ 277 ] {a8c21398-0d1c-4776-be6b-8b88e39d03bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.287200 [ 277 ] {a8c21398-0d1c-4776-be6b-8b88e39d03bc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:36:26.287437 [ 277 ] {a8c21398-0d1c-4776-be6b-8b88e39d03bc} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.287587 [ 277 ] {a8c21398-0d1c-4776-be6b-8b88e39d03bc} executeQuery: Read 24 rows, 2.04 KiB in 0.001916 sec., 12526.096033402922 rows/sec., 1.04 MiB/sec. 2025.08.11 21:36:26.287627 [ 277 ] {a8c21398-0d1c-4776-be6b-8b88e39d03bc} TCPHandler: Processed in 0.0023911 sec. 2025.08.11 21:36:26.287741 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.287831 [ 277 ] {bd9a0459-a020-4eb2-bdae-0af736721af3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:26.287870 [ 277 ] {bd9a0459-a020-4eb2-bdae-0af736721af3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:26.288412 [ 277 ] {bd9a0459-a020-4eb2-bdae-0af736721af3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.288451 [ 277 ] {bd9a0459-a020-4eb2-bdae-0af736721af3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.288801 [ 277 ] {bd9a0459-a020-4eb2-bdae-0af736721af3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:36:26.289013 [ 277 ] {bd9a0459-a020-4eb2-bdae-0af736721af3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.289145 [ 277 ] {bd9a0459-a020-4eb2-bdae-0af736721af3} executeQuery: Read 204 rows, 18.65 KiB in 0.001297 sec., 157286.04471858134 rows/sec., 14.04 MiB/sec. 2025.08.11 21:36:26.289192 [ 277 ] {bd9a0459-a020-4eb2-bdae-0af736721af3} TCPHandler: Processed in 0.001471515 sec. 2025.08.11 21:36:26.289322 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.289422 [ 277 ] {8a116ee5-f9a7-4774-b5fe-b8c22fe57c50} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:26.289462 [ 277 ] {8a116ee5-f9a7-4774-b5fe-b8c22fe57c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:26.289859 [ 277 ] {8a116ee5-f9a7-4774-b5fe-b8c22fe57c50} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.289896 [ 277 ] {8a116ee5-f9a7-4774-b5fe-b8c22fe57c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.290207 [ 277 ] {8a116ee5-f9a7-4774-b5fe-b8c22fe57c50} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:36:26.290416 [ 277 ] {8a116ee5-f9a7-4774-b5fe-b8c22fe57c50} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.290544 [ 277 ] {8a116ee5-f9a7-4774-b5fe-b8c22fe57c50} executeQuery: Read 26 rows, 2.01 KiB in 0.00114 sec., 22807.01754385965 rows/sec., 1.72 MiB/sec. 2025.08.11 21:36:26.290582 [ 277 ] {8a116ee5-f9a7-4774-b5fe-b8c22fe57c50} TCPHandler: Processed in 0.001319532 sec. 2025.08.11 21:36:26.290681 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.290776 [ 277 ] {69d7f3b6-c6bc-4703-8cab-455e8caba383} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:36:26.290816 [ 277 ] {69d7f3b6-c6bc-4703-8cab-455e8caba383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:36:26.291203 [ 277 ] {69d7f3b6-c6bc-4703-8cab-455e8caba383} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.291241 [ 277 ] {69d7f3b6-c6bc-4703-8cab-455e8caba383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.291541 [ 277 ] {69d7f3b6-c6bc-4703-8cab-455e8caba383} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:36:26.291755 [ 277 ] {69d7f3b6-c6bc-4703-8cab-455e8caba383} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.291883 [ 277 ] {69d7f3b6-c6bc-4703-8cab-455e8caba383} executeQuery: Read 24 rows, 2.04 KiB in 0.001125 sec., 21333.333333333336 rows/sec., 1.77 MiB/sec. 2025.08.11 21:36:26.291922 [ 277 ] {69d7f3b6-c6bc-4703-8cab-455e8caba383} TCPHandler: Processed in 0.001289082 sec. 2025.08.11 21:36:26.292027 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.292120 [ 277 ] {ace8f5ef-dd9f-42c4-a360-fafbca822fa8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:36:26.292160 [ 277 ] {ace8f5ef-dd9f-42c4-a360-fafbca822fa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:36:26.292546 [ 277 ] {ace8f5ef-dd9f-42c4-a360-fafbca822fa8} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.292583 [ 277 ] {ace8f5ef-dd9f-42c4-a360-fafbca822fa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.292883 [ 277 ] {ace8f5ef-dd9f-42c4-a360-fafbca822fa8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.11 21:36:26.293103 [ 277 ] {ace8f5ef-dd9f-42c4-a360-fafbca822fa8} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.293229 [ 277 ] {ace8f5ef-dd9f-42c4-a360-fafbca822fa8} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2025.08.11 21:36:26.293268 [ 277 ] {ace8f5ef-dd9f-42c4-a360-fafbca822fa8} TCPHandler: Processed in 0.001290142 sec. 2025.08.11 21:36:26.293367 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.293461 [ 277 ] {292dc963-1c59-4793-a3a9-0e94953b2479} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:26.293502 [ 277 ] {292dc963-1c59-4793-a3a9-0e94953b2479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:26.293918 [ 277 ] {292dc963-1c59-4793-a3a9-0e94953b2479} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.293955 [ 277 ] {292dc963-1c59-4793-a3a9-0e94953b2479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.294265 [ 277 ] {292dc963-1c59-4793-a3a9-0e94953b2479} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:36:26.294479 [ 277 ] {292dc963-1c59-4793-a3a9-0e94953b2479} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.294606 [ 277 ] {292dc963-1c59-4793-a3a9-0e94953b2479} executeQuery: Read 114 rows, 9.49 KiB in 0.001162 sec., 98106.71256454388 rows/sec., 7.98 MiB/sec. 2025.08.11 21:36:26.294643 [ 277 ] {292dc963-1c59-4793-a3a9-0e94953b2479} TCPHandler: Processed in 0.001324622 sec. 2025.08.11 21:36:26.294752 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.294847 [ 277 ] {e799464e-47bc-4f05-a8ec-f5c86c5f2cbf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:26.294891 [ 277 ] {e799464e-47bc-4f05-a8ec-f5c86c5f2cbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:26.295280 [ 277 ] {e799464e-47bc-4f05-a8ec-f5c86c5f2cbf} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.295317 [ 277 ] {e799464e-47bc-4f05-a8ec-f5c86c5f2cbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.295655 [ 277 ] {e799464e-47bc-4f05-a8ec-f5c86c5f2cbf} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:36:26.295866 [ 277 ] {e799464e-47bc-4f05-a8ec-f5c86c5f2cbf} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.295989 [ 277 ] {e799464e-47bc-4f05-a8ec-f5c86c5f2cbf} executeQuery: Read 196 rows, 14.40 KiB in 0.00116 sec., 168965.5172413793 rows/sec., 12.12 MiB/sec. 2025.08.11 21:36:26.296026 [ 277 ] {e799464e-47bc-4f05-a8ec-f5c86c5f2cbf} TCPHandler: Processed in 0.001323182 sec. 2025.08.11 21:36:26.296133 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.296227 [ 277 ] {efb1385f-0187-4867-b088-a3bd30e35212} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:26.296282 [ 277 ] {efb1385f-0187-4867-b088-a3bd30e35212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:26.297030 [ 277 ] {efb1385f-0187-4867-b088-a3bd30e35212} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.297067 [ 277 ] {efb1385f-0187-4867-b088-a3bd30e35212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.297587 [ 277 ] {efb1385f-0187-4867-b088-a3bd30e35212} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:36:26.297818 [ 277 ] {efb1385f-0187-4867-b088-a3bd30e35212} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.297957 [ 277 ] {efb1385f-0187-4867-b088-a3bd30e35212} executeQuery: Read 14 rows, 25.69 KiB in 0.001747 sec., 8013.737836290784 rows/sec., 14.36 MiB/sec. 2025.08.11 21:36:26.298011 [ 277 ] {efb1385f-0187-4867-b088-a3bd30e35212} TCPHandler: Processed in 0.001926413 sec. 2025.08.11 21:36:26.298122 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:26.298219 [ 277 ] {248454d0-e80f-4eca-8123-061ac1f1c7b1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:26.298262 [ 277 ] {248454d0-e80f-4eca-8123-061ac1f1c7b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:26.298596 [ 277 ] {248454d0-e80f-4eca-8123-061ac1f1c7b1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.298633 [ 277 ] {248454d0-e80f-4eca-8123-061ac1f1c7b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.298943 [ 277 ] {248454d0-e80f-4eca-8123-061ac1f1c7b1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:36:26.299155 [ 277 ] {248454d0-e80f-4eca-8123-061ac1f1c7b1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.299285 [ 277 ] {248454d0-e80f-4eca-8123-061ac1f1c7b1} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.08.11 21:36:26.299322 [ 277 ] {248454d0-e80f-4eca-8123-061ac1f1c7b1} TCPHandler: Processed in 0.00124952 sec. 2025.08.11 21:36:26.799431 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 2025.08.11 21:36:26.799925 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:26.799966 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:26.800520 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:36:26.800739 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:26.800868 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 2025.08.11 21:36:27.373254 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.08.11 21:36:27.390073 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:27.390145 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:27.396499 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:36:27.397234 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:27.400017 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.08.11 21:36:31.285556 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:31.285835 [ 277 ] {e6871455-f243-453e-ae55-91fe436bdcb2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:31.285904 [ 277 ] {e6871455-f243-453e-ae55-91fe436bdcb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:31.286599 [ 277 ] {e6871455-f243-453e-ae55-91fe436bdcb2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:31.286646 [ 277 ] {e6871455-f243-453e-ae55-91fe436bdcb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:31.287059 [ 277 ] {e6871455-f243-453e-ae55-91fe436bdcb2} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:36:31.287290 [ 277 ] {e6871455-f243-453e-ae55-91fe436bdcb2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:31.287447 [ 277 ] {e6871455-f243-453e-ae55-91fe436bdcb2} executeQuery: Read 110 rows, 9.47 KiB in 0.001667 sec., 65986.80263947211 rows/sec., 5.55 MiB/sec. 2025.08.11 21:36:31.287498 [ 277 ] {e6871455-f243-453e-ae55-91fe436bdcb2} TCPHandler: Processed in 0.002129026 sec. 2025.08.11 21:36:31.287633 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:31.287746 [ 277 ] {28aaa9ac-bd2c-4a7d-83cb-143ff0b14a53} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:31.287798 [ 277 ] {28aaa9ac-bd2c-4a7d-83cb-143ff0b14a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:31.288233 [ 277 ] {28aaa9ac-bd2c-4a7d-83cb-143ff0b14a53} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:31.288273 [ 277 ] {28aaa9ac-bd2c-4a7d-83cb-143ff0b14a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:31.288606 [ 277 ] {28aaa9ac-bd2c-4a7d-83cb-143ff0b14a53} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:36:31.288834 [ 277 ] {28aaa9ac-bd2c-4a7d-83cb-143ff0b14a53} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:31.288968 [ 277 ] {28aaa9ac-bd2c-4a7d-83cb-143ff0b14a53} executeQuery: Read 27 rows, 2.03 KiB in 0.001244 sec., 21704.18006430868 rows/sec., 1.59 MiB/sec. 2025.08.11 21:36:31.289007 [ 277 ] {28aaa9ac-bd2c-4a7d-83cb-143ff0b14a53} TCPHandler: Processed in 0.001429904 sec. 2025.08.11 21:36:31.289124 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:31.289220 [ 277 ] {00b77dcd-d19f-4c1e-9ffa-35de0f950874} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:31.289261 [ 277 ] {00b77dcd-d19f-4c1e-9ffa-35de0f950874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:31.289683 [ 277 ] {00b77dcd-d19f-4c1e-9ffa-35de0f950874} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:31.289720 [ 277 ] {00b77dcd-d19f-4c1e-9ffa-35de0f950874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:31.290035 [ 277 ] {00b77dcd-d19f-4c1e-9ffa-35de0f950874} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:36:31.290247 [ 277 ] {00b77dcd-d19f-4c1e-9ffa-35de0f950874} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:31.290375 [ 277 ] {00b77dcd-d19f-4c1e-9ffa-35de0f950874} executeQuery: Read 91 rows, 7.28 KiB in 0.001174 sec., 77512.77683134584 rows/sec., 6.05 MiB/sec. 2025.08.11 21:36:31.290414 [ 277 ] {00b77dcd-d19f-4c1e-9ffa-35de0f950874} TCPHandler: Processed in 0.001340463 sec. 2025.08.11 21:36:31.290528 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:31.290625 [ 277 ] {e27e0bba-1a26-46b8-8f92-607effbaacac} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:31.290669 [ 277 ] {e27e0bba-1a26-46b8-8f92-607effbaacac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:31.291078 [ 277 ] {e27e0bba-1a26-46b8-8f92-607effbaacac} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:31.291116 [ 277 ] {e27e0bba-1a26-46b8-8f92-607effbaacac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:31.291472 [ 277 ] {e27e0bba-1a26-46b8-8f92-607effbaacac} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:36:31.291687 [ 277 ] {e27e0bba-1a26-46b8-8f92-607effbaacac} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:31.291818 [ 277 ] {e27e0bba-1a26-46b8-8f92-607effbaacac} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.08.11 21:36:31.291856 [ 277 ] {e27e0bba-1a26-46b8-8f92-607effbaacac} TCPHandler: Processed in 0.001377383 sec. 2025.08.11 21:36:31.291965 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:31.292060 [ 277 ] {d864a790-ea9c-4b3e-bdda-ff1ad459b852} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:31.292116 [ 277 ] {d864a790-ea9c-4b3e-bdda-ff1ad459b852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:31.292927 [ 277 ] {d864a790-ea9c-4b3e-bdda-ff1ad459b852} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:31.292965 [ 277 ] {d864a790-ea9c-4b3e-bdda-ff1ad459b852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:31.293514 [ 277 ] {d864a790-ea9c-4b3e-bdda-ff1ad459b852} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:36:31.293755 [ 277 ] {d864a790-ea9c-4b3e-bdda-ff1ad459b852} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:31.293900 [ 277 ] {d864a790-ea9c-4b3e-bdda-ff1ad459b852} executeQuery: Read 27 rows, 49.54 KiB in 0.001857 sec., 14539.579967689822 rows/sec., 26.05 MiB/sec. 2025.08.11 21:36:31.293979 [ 277 ] {d864a790-ea9c-4b3e-bdda-ff1ad459b852} TCPHandler: Processed in 0.002061624 sec. 2025.08.11 21:36:31.294114 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:31.294231 [ 277 ] {a4714349-205c-445e-84dc-6ec55d036d39} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:31.294290 [ 277 ] {a4714349-205c-445e-84dc-6ec55d036d39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:31.294720 [ 277 ] {a4714349-205c-445e-84dc-6ec55d036d39} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:31.294759 [ 277 ] {a4714349-205c-445e-84dc-6ec55d036d39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:31.295085 [ 277 ] {a4714349-205c-445e-84dc-6ec55d036d39} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:36:31.295299 [ 277 ] {a4714349-205c-445e-84dc-6ec55d036d39} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:31.295435 [ 277 ] {a4714349-205c-445e-84dc-6ec55d036d39} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2025.08.11 21:36:31.295471 [ 277 ] {a4714349-205c-445e-84dc-6ec55d036d39} TCPHandler: Processed in 0.001413773 sec. 2025.08.11 21:36:34.207633 [ 75 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:36:34.207684 [ 75 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:36:34.301020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 2025.08.11 21:36:34.301532 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:34.301582 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:34.302244 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:36:34.302504 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:34.302659 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 2025.08.11 21:36:34.329166 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 622 2025.08.11 21:36:34.331534 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:34.331591 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:34.332830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:36:34.333109 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:34.333472 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 622 2025.08.11 21:36:34.900147 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.08.11 21:36:34.917982 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:34.918040 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:34.923933 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:36:34.924626 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:34.927753 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.08.11 21:36:36.284329 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:36.284549 [ 277 ] {7baf857f-f6a5-40e7-bc65-5e088ad658aa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:36.284624 [ 277 ] {7baf857f-f6a5-40e7-bc65-5e088ad658aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:36.285314 [ 277 ] {7baf857f-f6a5-40e7-bc65-5e088ad658aa} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.285367 [ 277 ] {7baf857f-f6a5-40e7-bc65-5e088ad658aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:36.285781 [ 277 ] {7baf857f-f6a5-40e7-bc65-5e088ad658aa} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:36:36.286012 [ 277 ] {7baf857f-f6a5-40e7-bc65-5e088ad658aa} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.286166 [ 76 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:36:36.286176 [ 277 ] {7baf857f-f6a5-40e7-bc65-5e088ad658aa} executeQuery: Read 84 rows, 7.19 KiB in 0.001681 sec., 49970.255800118975 rows/sec., 4.18 MiB/sec. 2025.08.11 21:36:36.286242 [ 76 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.286269 [ 277 ] {7baf857f-f6a5-40e7-bc65-5e088ad658aa} TCPHandler: Processed in 0.002082855 sec. 2025.08.11 21:36:36.286270 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:36.286406 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:36.286454 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:36:36.286514 [ 277 ] {93dbaf79-b5bf-4b17-8eac-aa0cbe755f38} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:36.286567 [ 277 ] {93dbaf79-b5bf-4b17-8eac-aa0cbe755f38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:36.286658 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:36.286719 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1407 rows starting from the beginning of the part 2025.08.11 21:36:36.286837 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 84 rows starting from the beginning of the part 2025.08.11 21:36:36.286914 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 110 rows starting from the beginning of the part 2025.08.11 21:36:36.286982 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 204 rows starting from the beginning of the part 2025.08.11 21:36:36.286985 [ 277 ] {93dbaf79-b5bf-4b17-8eac-aa0cbe755f38} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.287023 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 110 rows starting from the beginning of the part 2025.08.11 21:36:36.287035 [ 277 ] {93dbaf79-b5bf-4b17-8eac-aa0cbe755f38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:36.287070 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 84 rows starting from the beginning of the part 2025.08.11 21:36:36.287408 [ 277 ] {93dbaf79-b5bf-4b17-8eac-aa0cbe755f38} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:36:36.287650 [ 277 ] {93dbaf79-b5bf-4b17-8eac-aa0cbe755f38} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.287789 [ 277 ] {93dbaf79-b5bf-4b17-8eac-aa0cbe755f38} executeQuery: Read 14 rows, 1.05 KiB in 0.001299 sec., 10777.521170130869 rows/sec., 810.42 KiB/sec. 2025.08.11 21:36:36.287830 [ 277 ] {93dbaf79-b5bf-4b17-8eac-aa0cbe755f38} TCPHandler: Processed in 0.001476525 sec. 2025.08.11 21:36:36.287938 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:36.288035 [ 277 ] {22b12013-8d13-422d-85b8-a36a03fb987e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:36.288077 [ 277 ] {22b12013-8d13-422d-85b8-a36a03fb987e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:36.288446 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1999 rows, containing 5 columns (5 merged, 0 gathered) in 0.002077045 sec., 962424.9835704089 rows/sec., 84.96 MiB/sec. 2025.08.11 21:36:36.288492 [ 277 ] {22b12013-8d13-422d-85b8-a36a03fb987e} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.288536 [ 277 ] {22b12013-8d13-422d-85b8-a36a03fb987e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:36.288664 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:36:36.288894 [ 277 ] {22b12013-8d13-422d-85b8-a36a03fb987e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:36:36.288958 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.289039 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_36_7} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:36:36.289109 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.11 21:36:36.289138 [ 277 ] {22b12013-8d13-422d-85b8-a36a03fb987e} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.289257 [ 74 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:36:36.289277 [ 277 ] {22b12013-8d13-422d-85b8-a36a03fb987e} executeQuery: Read 78 rows, 6.24 KiB in 0.001262 sec., 61806.656101426306 rows/sec., 4.83 MiB/sec. 2025.08.11 21:36:36.289307 [ 74 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.289324 [ 277 ] {22b12013-8d13-422d-85b8-a36a03fb987e} TCPHandler: Processed in 0.001435935 sec. 2025.08.11 21:36:36.289332 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:36.289423 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:36:36.289449 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:36.289504 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:36.289533 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 633 rows starting from the beginning of the part 2025.08.11 21:36:36.289549 [ 277 ] {f2491678-a551-4fa0-94d1-91144bdcf218} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:36.289578 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 78 rows starting from the beginning of the part 2025.08.11 21:36:36.289600 [ 277 ] {f2491678-a551-4fa0-94d1-91144bdcf218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:36.289619 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 91 rows starting from the beginning of the part 2025.08.11 21:36:36.289657 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 114 rows starting from the beginning of the part 2025.08.11 21:36:36.289691 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 91 rows starting from the beginning of the part 2025.08.11 21:36:36.289725 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 78 rows starting from the beginning of the part 2025.08.11 21:36:36.290019 [ 277 ] {f2491678-a551-4fa0-94d1-91144bdcf218} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.290064 [ 277 ] {f2491678-a551-4fa0-94d1-91144bdcf218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:36.290422 [ 277 ] {f2491678-a551-4fa0-94d1-91144bdcf218} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:36:36.290510 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1085 rows, containing 5 columns (5 merged, 0 gathered) in 0.001116659 sec., 971648.4620640678 rows/sec., 78.38 MiB/sec. 2025.08.11 21:36:36.290643 [ 277 ] {f2491678-a551-4fa0-94d1-91144bdcf218} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.290669 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:36:36.290771 [ 74 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:36:36.290786 [ 277 ] {f2491678-a551-4fa0-94d1-91144bdcf218} executeQuery: Read 160 rows, 11.41 KiB in 0.001254 sec., 127591.70653907496 rows/sec., 8.89 MiB/sec. 2025.08.11 21:36:36.290816 [ 74 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.290838 [ 277 ] {f2491678-a551-4fa0-94d1-91144bdcf218} TCPHandler: Processed in 0.001439664 sec. 2025.08.11 21:36:36.290844 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:36.290926 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.290945 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:36:36.290962 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:36.290997 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_36_7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:36:36.291060 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.11 21:36:36.291064 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:36.291069 [ 277 ] {748a123f-635b-478c-b29f-d5c5ca8c975c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:36.291112 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10035 rows starting from the beginning of the part 2025.08.11 21:36:36.291146 [ 277 ] {748a123f-635b-478c-b29f-d5c5ca8c975c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:36.291182 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2025.08.11 21:36:36.291234 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.08.11 21:36:36.291274 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 196 rows starting from the beginning of the part 2025.08.11 21:36:36.291313 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2025.08.11 21:36:36.291355 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.08.11 21:36:36.291965 [ 277 ] {748a123f-635b-478c-b29f-d5c5ca8c975c} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.292007 [ 277 ] {748a123f-635b-478c-b29f-d5c5ca8c975c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:36.292561 [ 277 ] {748a123f-635b-478c-b29f-d5c5ca8c975c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:36:36.292798 [ 277 ] {748a123f-635b-478c-b29f-d5c5ca8c975c} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.292941 [ 277 ] {748a123f-635b-478c-b29f-d5c5ca8c975c} executeQuery: Read 14 rows, 25.69 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 13.27 MiB/sec. 2025.08.11 21:36:36.293006 [ 277 ] {748a123f-635b-478c-b29f-d5c5ca8c975c} TCPHandler: Processed in 0.002095445 sec. 2025.08.11 21:36:36.293126 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:36.293221 [ 277 ] {08fcba68-ca5a-45d1-b23f-c68821c70b68} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:36.293263 [ 277 ] {08fcba68-ca5a-45d1-b23f-c68821c70b68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:36.293600 [ 277 ] {08fcba68-ca5a-45d1-b23f-c68821c70b68} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.293636 [ 277 ] {08fcba68-ca5a-45d1-b23f-c68821c70b68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:36.294056 [ 277 ] {08fcba68-ca5a-45d1-b23f-c68821c70b68} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:36:36.294289 [ 277 ] {08fcba68-ca5a-45d1-b23f-c68821c70b68} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.294398 [ 74 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:36:36.294420 [ 277 ] {08fcba68-ca5a-45d1-b23f-c68821c70b68} executeQuery: Read 60 rows, 4.14 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.32 MiB/sec. 2025.08.11 21:36:36.294439 [ 74 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:36.294462 [ 277 ] {08fcba68-ca5a-45d1-b23f-c68821c70b68} TCPHandler: Processed in 0.001384804 sec. 2025.08.11 21:36:36.294465 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:36.294555 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:36:36.294644 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:36.294671 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1650 rows starting from the beginning of the part 2025.08.11 21:36:36.294719 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:36.294725 [ 189 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10871 rows, containing 5 columns (5 merged, 0 gathered) in 0.003817134 sec., 2847948.225029564 rows/sec., 195.24 MiB/sec. 2025.08.11 21:36:36.294760 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:36.294803 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:36.294839 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:36.294875 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:36.295066 [ 189 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:36:36.295392 [ 189 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.295478 [ 189 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_36_7} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:36:36.295581 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. 2025.08.11 21:36:36.295788 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 4 columns (4 merged, 0 gathered) in 0.001267321 sec., 1538678.835117543 rows/sec., 103.84 MiB/sec. 2025.08.11 21:36:36.295977 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:36:36.296221 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:36.296286 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_36_7} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:36:36.296353 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.08.11 21:36:37.318489 [ 73 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.11 21:36:37.318552 [ 73 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:37.318574 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:37.318685 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.08.11 21:36:37.318821 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:37.318855 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 252 rows starting from the beginning of the part 2025.08.11 21:36:37.318919 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2025.08.11 21:36:37.318995 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.08.11 21:36:37.319039 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2025.08.11 21:36:37.319076 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.08.11 21:36:37.319966 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001331782 sec., 567660.4729602892 rows/sec., 41.43 MiB/sec. 2025.08.11 21:36:37.320096 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.11 21:36:37.320343 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:37.320412 [ 198 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_9_2} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.11 21:36:37.320512 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.11 21:36:38.597283 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:38.597468 [ 277 ] {191b70d4-b2b8-41ab-8dd9-661c5498a8aa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:36:38.597537 [ 277 ] {191b70d4-b2b8-41ab-8dd9-661c5498a8aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:36:38.598164 [ 277 ] {191b70d4-b2b8-41ab-8dd9-661c5498a8aa} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.598216 [ 277 ] {191b70d4-b2b8-41ab-8dd9-661c5498a8aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:38.598608 [ 277 ] {191b70d4-b2b8-41ab-8dd9-661c5498a8aa} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:36:38.598868 [ 277 ] {191b70d4-b2b8-41ab-8dd9-661c5498a8aa} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.599038 [ 277 ] {191b70d4-b2b8-41ab-8dd9-661c5498a8aa} executeQuery: Read 2 rows, 167.00 B in 0.001623 sec., 1232.2858903265558 rows/sec., 100.48 KiB/sec. 2025.08.11 21:36:38.599089 [ 277 ] {191b70d4-b2b8-41ab-8dd9-661c5498a8aa} TCPHandler: Processed in 0.001951633 sec. 2025.08.11 21:36:38.599214 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:38.599318 [ 277 ] {82128b78-f2b6-49ac-882f-35fd4f79ab1f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:38.599362 [ 277 ] {82128b78-f2b6-49ac-882f-35fd4f79ab1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:38.600414 [ 277 ] {82128b78-f2b6-49ac-882f-35fd4f79ab1f} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.600453 [ 277 ] {82128b78-f2b6-49ac-882f-35fd4f79ab1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:38.600865 [ 277 ] {82128b78-f2b6-49ac-882f-35fd4f79ab1f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:36:38.601087 [ 277 ] {82128b78-f2b6-49ac-882f-35fd4f79ab1f} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.601225 [ 277 ] {82128b78-f2b6-49ac-882f-35fd4f79ab1f} executeQuery: Read 1251 rows, 106.10 KiB in 0.001931 sec., 647850.8544795443 rows/sec., 53.66 MiB/sec. 2025.08.11 21:36:38.601263 [ 277 ] {82128b78-f2b6-49ac-882f-35fd4f79ab1f} TCPHandler: Processed in 0.002102686 sec. 2025.08.11 21:36:38.601380 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:38.601481 [ 277 ] {b575d6e8-900e-4351-806d-9ec4d035520b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:38.601523 [ 277 ] {b575d6e8-900e-4351-806d-9ec4d035520b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:38.601932 [ 277 ] {b575d6e8-900e-4351-806d-9ec4d035520b} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.601969 [ 277 ] {b575d6e8-900e-4351-806d-9ec4d035520b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:38.602273 [ 277 ] {b575d6e8-900e-4351-806d-9ec4d035520b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:36:38.602498 [ 277 ] {b575d6e8-900e-4351-806d-9ec4d035520b} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.602618 [ 72 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:36:38.602634 [ 277 ] {b575d6e8-900e-4351-806d-9ec4d035520b} executeQuery: Read 29 rows, 2.17 KiB in 0.001173 sec., 24722.932651321396 rows/sec., 1.81 MiB/sec. 2025.08.11 21:36:38.602689 [ 72 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.602697 [ 277 ] {b575d6e8-900e-4351-806d-9ec4d035520b} TCPHandler: Processed in 0.001367333 sec. 2025.08.11 21:36:38.602719 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:38.602821 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:38.602850 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:36:38.602921 [ 277 ] {519c9342-64ee-429d-a378-bcd78e0eb610} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:36:38.602967 [ 277 ] {519c9342-64ee-429d-a378-bcd78e0eb610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:36:38.603002 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:38.603045 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 71 rows starting from the beginning of the part 2025.08.11 21:36:38.603114 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 27 rows starting from the beginning of the part 2025.08.11 21:36:38.603161 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2025.08.11 21:36:38.603204 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 27 rows starting from the beginning of the part 2025.08.11 21:36:38.603247 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part 2025.08.11 21:36:38.603283 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 29 rows starting from the beginning of the part 2025.08.11 21:36:38.603480 [ 277 ] {519c9342-64ee-429d-a378-bcd78e0eb610} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.603523 [ 277 ] {519c9342-64ee-429d-a378-bcd78e0eb610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:38.603878 [ 277 ] {519c9342-64ee-429d-a378-bcd78e0eb610} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:36:38.604108 [ 277 ] {519c9342-64ee-429d-a378-bcd78e0eb610} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.604121 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.001333002 sec., 145536.16573718569 rows/sec., 11.25 MiB/sec. 2025.08.11 21:36:38.604244 [ 277 ] {519c9342-64ee-429d-a378-bcd78e0eb610} executeQuery: Read 228 rows, 15.81 KiB in 0.001342 sec., 169895.67809239938 rows/sec., 11.50 MiB/sec. 2025.08.11 21:36:38.604276 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:36:38.604283 [ 277 ] {519c9342-64ee-429d-a378-bcd78e0eb610} TCPHandler: Processed in 0.001512075 sec. 2025.08.11 21:36:38.604391 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:38.604487 [ 277 ] {8b3b2f2d-da93-4240-82e9-03742a4d8623} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:38.604528 [ 277 ] {8b3b2f2d-da93-4240-82e9-03742a4d8623} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:38.604539 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.604610 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_31_6} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:36:38.604690 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:36:38.605135 [ 277 ] {8b3b2f2d-da93-4240-82e9-03742a4d8623} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.605171 [ 277 ] {8b3b2f2d-da93-4240-82e9-03742a4d8623} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:38.605504 [ 277 ] {8b3b2f2d-da93-4240-82e9-03742a4d8623} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:36:38.605791 [ 277 ] {8b3b2f2d-da93-4240-82e9-03742a4d8623} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.605943 [ 277 ] {8b3b2f2d-da93-4240-82e9-03742a4d8623} executeQuery: Read 549 rows, 41.73 KiB in 0.001475 sec., 372203.3898305085 rows/sec., 27.63 MiB/sec. 2025.08.11 21:36:38.605981 [ 277 ] {8b3b2f2d-da93-4240-82e9-03742a4d8623} TCPHandler: Processed in 0.001640128 sec. 2025.08.11 21:36:38.606093 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:38.606189 [ 277 ] {972d12c9-acd1-4100-8d39-a93736f449c7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:38.606233 [ 277 ] {972d12c9-acd1-4100-8d39-a93736f449c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:38.606810 [ 277 ] {972d12c9-acd1-4100-8d39-a93736f449c7} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.606846 [ 277 ] {972d12c9-acd1-4100-8d39-a93736f449c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:38.607228 [ 277 ] {972d12c9-acd1-4100-8d39-a93736f449c7} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:36:38.607457 [ 277 ] {972d12c9-acd1-4100-8d39-a93736f449c7} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.607596 [ 277 ] {972d12c9-acd1-4100-8d39-a93736f449c7} executeQuery: Read 943 rows, 64.75 KiB in 0.001425 sec., 661754.3859649122 rows/sec., 44.37 MiB/sec. 2025.08.11 21:36:38.607634 [ 277 ] {972d12c9-acd1-4100-8d39-a93736f449c7} TCPHandler: Processed in 0.001589536 sec. 2025.08.11 21:36:38.607754 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:38.607850 [ 277 ] {30f70907-c629-4e99-8311-a5e4de42aa91} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:38.607907 [ 277 ] {30f70907-c629-4e99-8311-a5e4de42aa91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:38.608740 [ 277 ] {30f70907-c629-4e99-8311-a5e4de42aa91} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.608777 [ 277 ] {30f70907-c629-4e99-8311-a5e4de42aa91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:38.609327 [ 277 ] {30f70907-c629-4e99-8311-a5e4de42aa91} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:36:38.609555 [ 277 ] {30f70907-c629-4e99-8311-a5e4de42aa91} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.609693 [ 277 ] {30f70907-c629-4e99-8311-a5e4de42aa91} executeQuery: Read 27 rows, 49.54 KiB in 0.001861 sec., 14508.328855454056 rows/sec., 26.00 MiB/sec. 2025.08.11 21:36:38.609746 [ 277 ] {30f70907-c629-4e99-8311-a5e4de42aa91} TCPHandler: Processed in 0.002041495 sec. 2025.08.11 21:36:38.609863 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:38.609958 [ 277 ] {a94c3d20-081f-4b1a-95af-9120e187dff6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:38.610000 [ 277 ] {a94c3d20-081f-4b1a-95af-9120e187dff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:38.610327 [ 277 ] {a94c3d20-081f-4b1a-95af-9120e187dff6} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:38.610363 [ 277 ] {a94c3d20-081f-4b1a-95af-9120e187dff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2025.08.11 21:36:38.610676 [ 277 ] {a94c3d20-081f-4b1a-95af-9120e187dff6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:36:38.610904 [ 277 ] {a94c3d20-081f-4b1a-95af-9120e187dff6} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:38.611033 [ 277 ] {a94c3d20-081f-4b1a-95af-9120e187dff6} executeQuery: Read 36 rows, 2.48 KiB in 0.001094 sec., 32906.76416819013 rows/sec., 2.22 MiB/sec. 2025.08.11 21:36:38.611075 [ 277 ] {a94c3d20-081f-4b1a-95af-9120e187dff6} TCPHandler: Processed in 0.001261321 sec. 2025.08.11 21:36:41.278429 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:41.278652 [ 277 ] {03003dd3-d249-4cec-b06e-bc45fbdf4034} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:41.278730 [ 277 ] {03003dd3-d249-4cec-b06e-bc45fbdf4034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:41.279442 [ 277 ] {03003dd3-d249-4cec-b06e-bc45fbdf4034} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:41.279495 [ 277 ] {03003dd3-d249-4cec-b06e-bc45fbdf4034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:41.279913 [ 277 ] {03003dd3-d249-4cec-b06e-bc45fbdf4034} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:36:41.280153 [ 277 ] {03003dd3-d249-4cec-b06e-bc45fbdf4034} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:41.280324 [ 277 ] {03003dd3-d249-4cec-b06e-bc45fbdf4034} executeQuery: Read 56 rows, 4.41 KiB in 0.001728 sec., 32407.40740740741 rows/sec., 2.49 MiB/sec. 2025.08.11 21:36:41.280374 [ 277 ] {03003dd3-d249-4cec-b06e-bc45fbdf4034} TCPHandler: Processed in 0.002089586 sec. 2025.08.11 21:36:41.280495 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:41.280599 [ 277 ] {562c0a9f-21c2-4236-b8f3-e5f496025060} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:41.280642 [ 277 ] {562c0a9f-21c2-4236-b8f3-e5f496025060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:41.281097 [ 277 ] {562c0a9f-21c2-4236-b8f3-e5f496025060} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:41.281137 [ 277 ] {562c0a9f-21c2-4236-b8f3-e5f496025060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:41.281451 [ 277 ] {562c0a9f-21c2-4236-b8f3-e5f496025060} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:36:41.281688 [ 277 ] {562c0a9f-21c2-4236-b8f3-e5f496025060} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:41.281822 [ 277 ] {562c0a9f-21c2-4236-b8f3-e5f496025060} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2025.08.11 21:36:41.281860 [ 277 ] {562c0a9f-21c2-4236-b8f3-e5f496025060} TCPHandler: Processed in 0.001417573 sec. 2025.08.11 21:36:41.281971 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:41.282068 [ 277 ] {cb2f3324-8429-4bc5-a8a5-2a75bab84e86} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:41.282112 [ 277 ] {cb2f3324-8429-4bc5-a8a5-2a75bab84e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:41.282481 [ 277 ] {cb2f3324-8429-4bc5-a8a5-2a75bab84e86} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:41.282518 [ 277 ] {cb2f3324-8429-4bc5-a8a5-2a75bab84e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:41.282851 [ 277 ] {cb2f3324-8429-4bc5-a8a5-2a75bab84e86} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:36:41.283067 [ 277 ] {cb2f3324-8429-4bc5-a8a5-2a75bab84e86} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:41.283201 [ 277 ] {cb2f3324-8429-4bc5-a8a5-2a75bab84e86} executeQuery: Read 64 rows, 4.56 KiB in 0.001153 sec., 55507.37207285343 rows/sec., 3.87 MiB/sec. 2025.08.11 21:36:41.283238 [ 277 ] {cb2f3324-8429-4bc5-a8a5-2a75bab84e86} TCPHandler: Processed in 0.001316863 sec. 2025.08.11 21:36:41.283347 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:41.283442 [ 277 ] {6fb4a217-060e-43ce-ac12-e57636cf3521} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:41.283484 [ 277 ] {6fb4a217-060e-43ce-ac12-e57636cf3521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:41.283802 [ 277 ] {6fb4a217-060e-43ce-ac12-e57636cf3521} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:41.283838 [ 277 ] {6fb4a217-060e-43ce-ac12-e57636cf3521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:41.284148 [ 277 ] {6fb4a217-060e-43ce-ac12-e57636cf3521} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:36:41.284364 [ 277 ] {6fb4a217-060e-43ce-ac12-e57636cf3521} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:41.284501 [ 277 ] {6fb4a217-060e-43ce-ac12-e57636cf3521} executeQuery: Read 24 rows, 1.66 KiB in 0.001078 sec., 22263.450834879408 rows/sec., 1.50 MiB/sec. 2025.08.11 21:36:41.284537 [ 277 ] {6fb4a217-060e-43ce-ac12-e57636cf3521} TCPHandler: Processed in 0.00123961 sec. 2025.08.11 21:36:41.802818 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 2025.08.11 21:36:41.803348 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:41.803399 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:41.803886 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:36:41.804123 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:41.804271 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 2025.08.11 21:36:42.427899 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.08.11 21:36:42.445165 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:42.445219 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:42.450994 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:36:42.451717 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:42.454572 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.08.11 21:36:44.333737 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 658 2025.08.11 21:36:44.336164 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:44.336220 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:44.337438 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:36:44.337713 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:44.338080 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 658 2025.08.11 21:36:46.283738 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:46.283934 [ 277 ] {302023f3-6b2a-4fcf-bea3-8441cb6ca6ba} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:46.284001 [ 277 ] {302023f3-6b2a-4fcf-bea3-8441cb6ca6ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:46.284669 [ 277 ] {302023f3-6b2a-4fcf-bea3-8441cb6ca6ba} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:46.284717 [ 277 ] {302023f3-6b2a-4fcf-bea3-8441cb6ca6ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:46.285128 [ 277 ] {302023f3-6b2a-4fcf-bea3-8441cb6ca6ba} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:36:46.285370 [ 277 ] {302023f3-6b2a-4fcf-bea3-8441cb6ca6ba} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:46.285522 [ 277 ] {302023f3-6b2a-4fcf-bea3-8441cb6ca6ba} executeQuery: Read 84 rows, 7.19 KiB in 0.001639 sec., 51250.76266015863 rows/sec., 4.28 MiB/sec. 2025.08.11 21:36:46.285564 [ 277 ] {302023f3-6b2a-4fcf-bea3-8441cb6ca6ba} TCPHandler: Processed in 0.001960873 sec. 2025.08.11 21:36:46.285688 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:46.285782 [ 277 ] {a41da88f-c573-44da-b3d7-31a8b07fa391} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:46.285823 [ 277 ] {a41da88f-c573-44da-b3d7-31a8b07fa391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:46.286218 [ 277 ] {a41da88f-c573-44da-b3d7-31a8b07fa391} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:46.286254 [ 277 ] {a41da88f-c573-44da-b3d7-31a8b07fa391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:46.286562 [ 277 ] {a41da88f-c573-44da-b3d7-31a8b07fa391} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:36:46.286776 [ 277 ] {a41da88f-c573-44da-b3d7-31a8b07fa391} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:46.286908 [ 277 ] {a41da88f-c573-44da-b3d7-31a8b07fa391} executeQuery: Read 14 rows, 1.05 KiB in 0.001145 sec., 12227.07423580786 rows/sec., 919.42 KiB/sec. 2025.08.11 21:36:46.286945 [ 277 ] {a41da88f-c573-44da-b3d7-31a8b07fa391} TCPHandler: Processed in 0.001307531 sec. 2025.08.11 21:36:46.287044 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:46.287138 [ 277 ] {3e6378d6-c798-43ef-88f7-c85e902d9e05} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:46.287179 [ 277 ] {3e6378d6-c798-43ef-88f7-c85e902d9e05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:46.287591 [ 277 ] {3e6378d6-c798-43ef-88f7-c85e902d9e05} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:46.287626 [ 277 ] {3e6378d6-c798-43ef-88f7-c85e902d9e05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:46.287930 [ 277 ] {3e6378d6-c798-43ef-88f7-c85e902d9e05} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:36:46.288140 [ 277 ] {3e6378d6-c798-43ef-88f7-c85e902d9e05} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:46.288265 [ 277 ] {3e6378d6-c798-43ef-88f7-c85e902d9e05} executeQuery: Read 78 rows, 6.24 KiB in 0.001145 sec., 68122.27074235809 rows/sec., 5.32 MiB/sec. 2025.08.11 21:36:46.288302 [ 277 ] {3e6378d6-c798-43ef-88f7-c85e902d9e05} TCPHandler: Processed in 0.001305912 sec. 2025.08.11 21:36:46.288412 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:46.288506 [ 277 ] {983538e0-83ee-460f-ae7b-d0c045c30bd8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:46.288550 [ 277 ] {983538e0-83ee-460f-ae7b-d0c045c30bd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:46.288948 [ 277 ] {983538e0-83ee-460f-ae7b-d0c045c30bd8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:46.288984 [ 277 ] {983538e0-83ee-460f-ae7b-d0c045c30bd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:46.289311 [ 277 ] {983538e0-83ee-460f-ae7b-d0c045c30bd8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:36:46.289530 [ 277 ] {983538e0-83ee-460f-ae7b-d0c045c30bd8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:46.289658 [ 277 ] {983538e0-83ee-460f-ae7b-d0c045c30bd8} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.08.11 21:36:46.289695 [ 277 ] {983538e0-83ee-460f-ae7b-d0c045c30bd8} TCPHandler: Processed in 0.001332012 sec. 2025.08.11 21:36:46.289793 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:46.289888 [ 277 ] {e431c54a-afb4-437b-8686-735975bf2b63} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:46.289943 [ 277 ] {e431c54a-afb4-437b-8686-735975bf2b63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:46.290701 [ 277 ] {e431c54a-afb4-437b-8686-735975bf2b63} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:46.290737 [ 277 ] {e431c54a-afb4-437b-8686-735975bf2b63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:46.291242 [ 277 ] {e431c54a-afb4-437b-8686-735975bf2b63} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:36:46.291467 [ 277 ] {e431c54a-afb4-437b-8686-735975bf2b63} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:46.291572 [ 60 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:36:46.291605 [ 277 ] {e431c54a-afb4-437b-8686-735975bf2b63} executeQuery: Read 14 rows, 25.69 KiB in 0.001736 sec., 8064.5161290322585 rows/sec., 14.45 MiB/sec. 2025.08.11 21:36:46.291646 [ 60 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:46.291671 [ 277 ] {e431c54a-afb4-437b-8686-735975bf2b63} TCPHandler: Processed in 0.001925783 sec. 2025.08.11 21:36:46.291672 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:46.291792 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:46.291812 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:36:46.291892 [ 277 ] {7a926de7-7e42-4e85-81c7-a96673fb71b4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:46.291938 [ 277 ] {7a926de7-7e42-4e85-81c7-a96673fb71b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:46.292086 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:46.292156 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 482 rows starting from the beginning of the part 2025.08.11 21:36:46.292269 [ 277 ] {7a926de7-7e42-4e85-81c7-a96673fb71b4} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:46.292297 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part 2025.08.11 21:36:46.292310 [ 277 ] {7a926de7-7e42-4e85-81c7-a96673fb71b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:46.292412 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part 2025.08.11 21:36:46.292510 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part 2025.08.11 21:36:46.292602 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part 2025.08.11 21:36:46.292644 [ 277 ] {7a926de7-7e42-4e85-81c7-a96673fb71b4} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:36:46.292694 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2025.08.11 21:36:46.292875 [ 277 ] {7a926de7-7e42-4e85-81c7-a96673fb71b4} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:46.293013 [ 277 ] {7a926de7-7e42-4e85-81c7-a96673fb71b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.08.11 21:36:46.293049 [ 277 ] {7a926de7-7e42-4e85-81c7-a96673fb71b4} TCPHandler: Processed in 0.001306352 sec. 2025.08.11 21:36:46.315294 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 19 columns (19 merged, 0 gathered) in 0.023541474 sec., 24552.413328069433 rows/sec., 44.00 MiB/sec. 2025.08.11 21:36:46.316675 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:36:46.317079 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:46.317166 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_31_6} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:36:46.317304 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2025.08.11 21:36:49.207719 [ 59 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:36:49.207773 [ 59 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:36:49.304449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 2025.08.11 21:36:49.305257 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:49.305325 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:49.305863 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:36:49.306084 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:49.306191 [ 57 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:36:49.306208 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 2025.08.11 21:36:49.306228 [ 57 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:49.306246 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:49.306353 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:36:49.306504 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:49.306546 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part 2025.08.11 21:36:49.306617 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:36:49.306667 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:36:49.306713 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:36:49.306756 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:36:49.306800 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:36:49.311029 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.004724289 sec., 2530751.188168209 rows/sec., 36.20 MiB/sec. 2025.08.11 21:36:49.311491 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:36:49.311832 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_26_5} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:49.311920 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_26_5} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:36:49.312029 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.08.11 21:36:49.478109 [ 57 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.11 21:36:49.478147 [ 57 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:49.478172 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:49.478246 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.08.11 21:36:49.478358 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:49.478382 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2025.08.11 21:36:49.478429 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.08.11 21:36:49.478471 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.08.11 21:36:49.478514 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.08.11 21:36:49.478558 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2025.08.11 21:36:49.479316 [ 186 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001098028 sec., 34607.496347998414 rows/sec., 2.89 MiB/sec. 2025.08.11 21:36:49.479441 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.11 21:36:49.479688 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:49.479756 [ 203 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_9_2} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.11 21:36:49.479818 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.11 21:36:49.954739 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.08.11 21:36:49.973733 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:49.973796 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:49.979711 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:36:49.980444 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:49.980747 [ 55 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:36:49.980821 [ 55 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:49.980846 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:49.980940 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:36:49.983777 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:49.984049 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.08.11 21:36:49.984500 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2025.08.11 21:36:49.987857 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2025.08.11 21:36:49.991345 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.08.11 21:36:49.995344 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2025.08.11 21:36:49.999681 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.08.11 21:36:50.000174 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 237.57 MiB, peak 239.48 MiB, free memory in arenas 0.00 B, will set to 234.14 MiB (RSS), difference: -3.44 MiB 2025.08.11 21:36:50.003962 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2025.08.11 21:36:50.055169 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.074262654 sec., 2639.2808422925473 rows/sec., 13.65 MiB/sec. 2025.08.11 21:36:50.057786 [ 186 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:36:50.060627 [ 186 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:50.060756 [ 186 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_26_5} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:36:50.063511 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2025.08.11 21:36:51.000224 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 230.67 MiB, peak 241.23 MiB, free memory in arenas 0.00 B, will set to 239.43 MiB (RSS), difference: 8.76 MiB 2025.08.11 21:36:51.285621 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:51.285821 [ 277 ] {6691f97a-6f94-4b83-b19b-a565cf470133} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:51.285892 [ 277 ] {6691f97a-6f94-4b83-b19b-a565cf470133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:51.286727 [ 277 ] {6691f97a-6f94-4b83-b19b-a565cf470133} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:51.286764 [ 277 ] {6691f97a-6f94-4b83-b19b-a565cf470133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:51.287172 [ 277 ] {6691f97a-6f94-4b83-b19b-a565cf470133} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:36:51.287388 [ 277 ] {6691f97a-6f94-4b83-b19b-a565cf470133} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:51.287534 [ 277 ] {6691f97a-6f94-4b83-b19b-a565cf470133} executeQuery: Read 110 rows, 9.47 KiB in 0.001769 sec., 62182.02374222725 rows/sec., 5.23 MiB/sec. 2025.08.11 21:36:51.287574 [ 277 ] {6691f97a-6f94-4b83-b19b-a565cf470133} TCPHandler: Processed in 0.002130696 sec. 2025.08.11 21:36:51.287712 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:51.287806 [ 277 ] {ed27edc1-0a09-4e79-b9cf-52b4ab0d4f72} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:51.287845 [ 277 ] {ed27edc1-0a09-4e79-b9cf-52b4ab0d4f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:51.288308 [ 277 ] {ed27edc1-0a09-4e79-b9cf-52b4ab0d4f72} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:51.288341 [ 277 ] {ed27edc1-0a09-4e79-b9cf-52b4ab0d4f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:51.288639 [ 277 ] {ed27edc1-0a09-4e79-b9cf-52b4ab0d4f72} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:36:51.288840 [ 277 ] {ed27edc1-0a09-4e79-b9cf-52b4ab0d4f72} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:51.288963 [ 277 ] {ed27edc1-0a09-4e79-b9cf-52b4ab0d4f72} executeQuery: Read 27 rows, 2.03 KiB in 0.001175 sec., 22978.723404255317 rows/sec., 1.69 MiB/sec. 2025.08.11 21:36:51.288998 [ 277 ] {ed27edc1-0a09-4e79-b9cf-52b4ab0d4f72} TCPHandler: Processed in 0.001345203 sec. 2025.08.11 21:36:51.289113 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:51.289205 [ 277 ] {56c16baa-ca36-46e6-9d68-f2ff530b4910} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:51.289243 [ 277 ] {56c16baa-ca36-46e6-9d68-f2ff530b4910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:51.289684 [ 277 ] {56c16baa-ca36-46e6-9d68-f2ff530b4910} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:51.289720 [ 277 ] {56c16baa-ca36-46e6-9d68-f2ff530b4910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:51.290017 [ 277 ] {56c16baa-ca36-46e6-9d68-f2ff530b4910} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:36:51.290217 [ 277 ] {56c16baa-ca36-46e6-9d68-f2ff530b4910} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:51.290337 [ 277 ] {56c16baa-ca36-46e6-9d68-f2ff530b4910} executeQuery: Read 91 rows, 7.28 KiB in 0.00115 sec., 79130.4347826087 rows/sec., 6.18 MiB/sec. 2025.08.11 21:36:51.290374 [ 277 ] {56c16baa-ca36-46e6-9d68-f2ff530b4910} TCPHandler: Processed in 0.001311632 sec. 2025.08.11 21:36:51.290485 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:51.290576 [ 277 ] {be22ebd7-7940-43ef-a300-ae78aed3a5c6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:51.290618 [ 277 ] {be22ebd7-7940-43ef-a300-ae78aed3a5c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:51.291019 [ 277 ] {be22ebd7-7940-43ef-a300-ae78aed3a5c6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:51.291055 [ 277 ] {be22ebd7-7940-43ef-a300-ae78aed3a5c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:51.291368 [ 277 ] {be22ebd7-7940-43ef-a300-ae78aed3a5c6} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:36:51.291568 [ 277 ] {be22ebd7-7940-43ef-a300-ae78aed3a5c6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:51.291692 [ 277 ] {be22ebd7-7940-43ef-a300-ae78aed3a5c6} executeQuery: Read 160 rows, 11.41 KiB in 0.001134 sec., 141093.47442680775 rows/sec., 9.83 MiB/sec. 2025.08.11 21:36:51.291728 [ 277 ] {be22ebd7-7940-43ef-a300-ae78aed3a5c6} TCPHandler: Processed in 0.001289831 sec. 2025.08.11 21:36:51.291824 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:51.291916 [ 277 ] {85e0661e-1a27-4a3b-b768-fa7e0fc42c16} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:51.291969 [ 277 ] {85e0661e-1a27-4a3b-b768-fa7e0fc42c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:51.292753 [ 277 ] {85e0661e-1a27-4a3b-b768-fa7e0fc42c16} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:51.292788 [ 277 ] {85e0661e-1a27-4a3b-b768-fa7e0fc42c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:51.293306 [ 277 ] {85e0661e-1a27-4a3b-b768-fa7e0fc42c16} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:36:51.293515 [ 277 ] {85e0661e-1a27-4a3b-b768-fa7e0fc42c16} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:51.293647 [ 277 ] {85e0661e-1a27-4a3b-b768-fa7e0fc42c16} executeQuery: Read 27 rows, 49.54 KiB in 0.001749 sec., 15437.392795883363 rows/sec., 27.66 MiB/sec. 2025.08.11 21:36:51.293698 [ 277 ] {85e0661e-1a27-4a3b-b768-fa7e0fc42c16} TCPHandler: Processed in 0.001919583 sec. 2025.08.11 21:36:51.293808 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:51.293900 [ 277 ] {91c7e9bc-ff57-4ee2-920f-20c21f9b8e90} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:51.293940 [ 277 ] {91c7e9bc-ff57-4ee2-920f-20c21f9b8e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:51.294271 [ 277 ] {91c7e9bc-ff57-4ee2-920f-20c21f9b8e90} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:51.294306 [ 277 ] {91c7e9bc-ff57-4ee2-920f-20c21f9b8e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:51.294601 [ 277 ] {91c7e9bc-ff57-4ee2-920f-20c21f9b8e90} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:36:51.294813 [ 277 ] {91c7e9bc-ff57-4ee2-920f-20c21f9b8e90} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:51.294936 [ 277 ] {91c7e9bc-ff57-4ee2-920f-20c21f9b8e90} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.08.11 21:36:51.294969 [ 277 ] {91c7e9bc-ff57-4ee2-920f-20c21f9b8e90} TCPHandler: Processed in 0.001208251 sec. 2025.08.11 21:36:54.338412 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 682 2025.08.11 21:36:54.340546 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:54.340599 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:54.341775 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:36:54.342051 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:54.342380 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 682 2025.08.11 21:36:56.286648 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.286855 [ 277 ] {87076588-5e03-4fd5-bfc2-3063f6a9dc1a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:36:56.286925 [ 277 ] {87076588-5e03-4fd5-bfc2-3063f6a9dc1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:36:56.287551 [ 277 ] {87076588-5e03-4fd5-bfc2-3063f6a9dc1a} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.287597 [ 277 ] {87076588-5e03-4fd5-bfc2-3063f6a9dc1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.287989 [ 277 ] {87076588-5e03-4fd5-bfc2-3063f6a9dc1a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:36:56.288212 [ 277 ] {87076588-5e03-4fd5-bfc2-3063f6a9dc1a} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.288367 [ 277 ] {87076588-5e03-4fd5-bfc2-3063f6a9dc1a} executeQuery: Read 24 rows, 2.04 KiB in 0.001564 sec., 15345.268542199488 rows/sec., 1.27 MiB/sec. 2025.08.11 21:36:56.288418 [ 277 ] {87076588-5e03-4fd5-bfc2-3063f6a9dc1a} TCPHandler: Processed in 0.001908661 sec. 2025.08.11 21:36:56.288538 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.288638 [ 277 ] {51ebaddd-c9e7-4612-8830-c0a3dd19e809} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:36:56.288681 [ 277 ] {51ebaddd-c9e7-4612-8830-c0a3dd19e809} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:36:56.289081 [ 277 ] {51ebaddd-c9e7-4612-8830-c0a3dd19e809} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.289118 [ 277 ] {51ebaddd-c9e7-4612-8830-c0a3dd19e809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.289404 [ 277 ] {51ebaddd-c9e7-4612-8830-c0a3dd19e809} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:36:56.289615 [ 277 ] {51ebaddd-c9e7-4612-8830-c0a3dd19e809} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.289741 [ 277 ] {51ebaddd-c9e7-4612-8830-c0a3dd19e809} executeQuery: Read 12 rows, 1002.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 869.79 KiB/sec. 2025.08.11 21:36:56.289777 [ 277 ] {51ebaddd-c9e7-4612-8830-c0a3dd19e809} TCPHandler: Processed in 0.001288351 sec. 2025.08.11 21:36:56.289886 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.289979 [ 277 ] {1e7eaebe-b989-40fd-a305-4b0e65c1e39a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:36:56.290017 [ 277 ] {1e7eaebe-b989-40fd-a305-4b0e65c1e39a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:36:56.290460 [ 277 ] {1e7eaebe-b989-40fd-a305-4b0e65c1e39a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.290495 [ 277 ] {1e7eaebe-b989-40fd-a305-4b0e65c1e39a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.290804 [ 277 ] {1e7eaebe-b989-40fd-a305-4b0e65c1e39a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:36:56.291003 [ 277 ] {1e7eaebe-b989-40fd-a305-4b0e65c1e39a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.291123 [ 277 ] {1e7eaebe-b989-40fd-a305-4b0e65c1e39a} executeQuery: Read 210 rows, 19.09 KiB in 0.001163 sec., 180567.49785038692 rows/sec., 16.03 MiB/sec. 2025.08.11 21:36:56.291137 [ 48 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:36:56.291159 [ 277 ] {1e7eaebe-b989-40fd-a305-4b0e65c1e39a} TCPHandler: Processed in 0.001320403 sec. 2025.08.11 21:36:56.291207 [ 48 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.291233 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.291294 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.291350 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:36:56.291391 [ 277 ] {9af8fb93-22c9-404a-be05-57f31a6321d8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:36:56.291435 [ 277 ] {9af8fb93-22c9-404a-be05-57f31a6321d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:36:56.291487 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:56.291530 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1407 rows starting from the beginning of the part 2025.08.11 21:36:56.291596 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:36:56.291643 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part 2025.08.11 21:36:56.291688 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 84 rows starting from the beginning of the part 2025.08.11 21:36:56.291726 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 110 rows starting from the beginning of the part 2025.08.11 21:36:56.291767 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 210 rows starting from the beginning of the part 2025.08.11 21:36:56.291880 [ 277 ] {9af8fb93-22c9-404a-be05-57f31a6321d8} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.291925 [ 277 ] {9af8fb93-22c9-404a-be05-57f31a6321d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.292415 [ 277 ] {9af8fb93-22c9-404a-be05-57f31a6321d8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:36:56.292662 [ 277 ] {9af8fb93-22c9-404a-be05-57f31a6321d8} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.292822 [ 277 ] {9af8fb93-22c9-404a-be05-57f31a6321d8} executeQuery: Read 38 rows, 2.85 KiB in 0.001447 sec., 26261.23013130615 rows/sec., 1.92 MiB/sec. 2025.08.11 21:36:56.292865 [ 277 ] {9af8fb93-22c9-404a-be05-57f31a6321d8} TCPHandler: Processed in 0.001617477 sec. 2025.08.11 21:36:56.292977 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.293071 [ 277 ] {694fef06-9d90-4c1f-867d-6ea2ff531b38} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:36:56.293110 [ 277 ] {694fef06-9d90-4c1f-867d-6ea2ff531b38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:36:56.293343 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.002049614 sec., 1521262.0522693542 rows/sec., 133.10 MiB/sec. 2025.08.11 21:36:56.293516 [ 277 ] {694fef06-9d90-4c1f-867d-6ea2ff531b38} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.293561 [ 277 ] {694fef06-9d90-4c1f-867d-6ea2ff531b38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.293624 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:36:56.293924 [ 277 ] {694fef06-9d90-4c1f-867d-6ea2ff531b38} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:36:56.293974 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.294068 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_41_8} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:36:56.294160 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.11 21:36:56.294182 [ 277 ] {694fef06-9d90-4c1f-867d-6ea2ff531b38} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.294328 [ 277 ] {694fef06-9d90-4c1f-867d-6ea2ff531b38} executeQuery: Read 24 rows, 2.04 KiB in 0.001274 sec., 18838.304552590267 rows/sec., 1.56 MiB/sec. 2025.08.11 21:36:56.294368 [ 277 ] {694fef06-9d90-4c1f-867d-6ea2ff531b38} TCPHandler: Processed in 0.001438424 sec. 2025.08.11 21:36:56.294483 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.294576 [ 277 ] {f5b3f2c3-b0cf-457a-8560-e72d1fdc5f89} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:36:56.294614 [ 277 ] {f5b3f2c3-b0cf-457a-8560-e72d1fdc5f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:36:56.295018 [ 277 ] {f5b3f2c3-b0cf-457a-8560-e72d1fdc5f89} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.295054 [ 277 ] {f5b3f2c3-b0cf-457a-8560-e72d1fdc5f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.295352 [ 277 ] {f5b3f2c3-b0cf-457a-8560-e72d1fdc5f89} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.11 21:36:56.295553 [ 277 ] {f5b3f2c3-b0cf-457a-8560-e72d1fdc5f89} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.295680 [ 277 ] {f5b3f2c3-b0cf-457a-8560-e72d1fdc5f89} executeQuery: Read 12 rows, 960.00 B in 0.001121 sec., 10704.727921498661 rows/sec., 836.31 KiB/sec. 2025.08.11 21:36:56.295719 [ 277 ] {f5b3f2c3-b0cf-457a-8560-e72d1fdc5f89} TCPHandler: Processed in 0.001283262 sec. 2025.08.11 21:36:56.295835 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.295928 [ 277 ] {a9a73bb7-28a9-4ce7-a12e-fea355e698fe} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:36:56.295966 [ 277 ] {a9a73bb7-28a9-4ce7-a12e-fea355e698fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:36:56.296397 [ 277 ] {a9a73bb7-28a9-4ce7-a12e-fea355e698fe} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.296433 [ 277 ] {a9a73bb7-28a9-4ce7-a12e-fea355e698fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.296750 [ 277 ] {a9a73bb7-28a9-4ce7-a12e-fea355e698fe} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:36:56.296953 [ 277 ] {a9a73bb7-28a9-4ce7-a12e-fea355e698fe} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.297078 [ 277 ] {a9a73bb7-28a9-4ce7-a12e-fea355e698fe} executeQuery: Read 126 rows, 10.47 KiB in 0.001167 sec., 107969.15167095115 rows/sec., 8.76 MiB/sec. 2025.08.11 21:36:56.297080 [ 48 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:36:56.297119 [ 277 ] {a9a73bb7-28a9-4ce7-a12e-fea355e698fe} TCPHandler: Processed in 0.001335722 sec. 2025.08.11 21:36:56.297132 [ 48 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.297158 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.297231 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:36:56.297238 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.297341 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:56.297351 [ 277 ] {aeb38c8b-34e4-4d90-a8da-2c3bac347337} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:56.297375 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 633 rows starting from the beginning of the part 2025.08.11 21:36:56.297405 [ 277 ] {aeb38c8b-34e4-4d90-a8da-2c3bac347337} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:36:56.297429 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 549 rows starting from the beginning of the part 2025.08.11 21:36:56.297472 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part 2025.08.11 21:36:56.297508 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 78 rows starting from the beginning of the part 2025.08.11 21:36:56.297544 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 91 rows starting from the beginning of the part 2025.08.11 21:36:56.297579 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 126 rows starting from the beginning of the part 2025.08.11 21:36:56.297817 [ 277 ] {aeb38c8b-34e4-4d90-a8da-2c3bac347337} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.297859 [ 277 ] {aeb38c8b-34e4-4d90-a8da-2c3bac347337} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.298229 [ 277 ] {aeb38c8b-34e4-4d90-a8da-2c3bac347337} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:36:56.298435 [ 277 ] {aeb38c8b-34e4-4d90-a8da-2c3bac347337} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.298558 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1541 rows, containing 5 columns (5 merged, 0 gathered) in 0.001359232 sec., 1133728.4584235805 rows/sec., 90.32 MiB/sec. 2025.08.11 21:36:56.298563 [ 48 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:36:56.298564 [ 277 ] {aeb38c8b-34e4-4d90-a8da-2c3bac347337} executeQuery: Read 202 rows, 14.82 KiB in 0.00123 sec., 164227.64227642276 rows/sec., 11.77 MiB/sec. 2025.08.11 21:36:56.298621 [ 48 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.298650 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.298654 [ 277 ] {aeb38c8b-34e4-4d90-a8da-2c3bac347337} TCPHandler: Processed in 0.001462545 sec. 2025.08.11 21:36:56.298731 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:36:56.298772 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:36:56.298793 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.298831 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:56.298867 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10871 rows starting from the beginning of the part 2025.08.11 21:36:56.298891 [ 277 ] {beb35c39-645f-4ea7-a29b-13fb754a19ad} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:36:56.298935 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 943 rows starting from the beginning of the part 2025.08.11 21:36:56.298952 [ 277 ] {beb35c39-645f-4ea7-a29b-13fb754a19ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:36:56.298987 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part 2025.08.11 21:36:56.299040 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.08.11 21:36:56.299051 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.299080 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.08.11 21:36:56.299126 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 202 rows starting from the beginning of the part 2025.08.11 21:36:56.299132 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_41_8} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:36:56.299213 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.11 21:36:56.299713 [ 277 ] {beb35c39-645f-4ea7-a29b-13fb754a19ad} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.299754 [ 277 ] {beb35c39-645f-4ea7-a29b-13fb754a19ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.300368 [ 277 ] {beb35c39-645f-4ea7-a29b-13fb754a19ad} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:36:56.300587 [ 277 ] {beb35c39-645f-4ea7-a29b-13fb754a19ad} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.300730 [ 277 ] {beb35c39-645f-4ea7-a29b-13fb754a19ad} executeQuery: Read 14 rows, 25.69 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 13.52 MiB/sec. 2025.08.11 21:36:56.300798 [ 277 ] {beb35c39-645f-4ea7-a29b-13fb754a19ad} TCPHandler: Processed in 0.002051624 sec. 2025.08.11 21:36:56.300928 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:36:56.301021 [ 277 ] {56e7d022-c756-47f1-bc41-45b1692fc1f7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:36:56.301062 [ 277 ] {56e7d022-c756-47f1-bc41-45b1692fc1f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:36:56.301420 [ 277 ] {56e7d022-c756-47f1-bc41-45b1692fc1f7} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.301456 [ 277 ] {56e7d022-c756-47f1-bc41-45b1692fc1f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.301808 [ 277 ] {56e7d022-c756-47f1-bc41-45b1692fc1f7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:36:56.302019 [ 277 ] {56e7d022-c756-47f1-bc41-45b1692fc1f7} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.302124 [ 48 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:36:56.302148 [ 277 ] {56e7d022-c756-47f1-bc41-45b1692fc1f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2025.08.11 21:36:56.302157 [ 48 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.302190 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.302193 [ 277 ] {56e7d022-c756-47f1-bc41-45b1692fc1f7} TCPHandler: Processed in 0.001322532 sec. 2025.08.11 21:36:56.302264 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:36:56.302378 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:36:56.302410 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1950 rows starting from the beginning of the part 2025.08.11 21:36:56.302468 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part 2025.08.11 21:36:56.302514 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2025.08.11 21:36:56.302558 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:56.302600 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:56.302642 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.08.11 21:36:56.303454 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12400 rows, containing 5 columns (5 merged, 0 gathered) in 0.004751659 sec., 2609614.8734578807 rows/sec., 178.82 MiB/sec. 2025.08.11 21:36:56.303624 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2190 rows, containing 4 columns (4 merged, 0 gathered) in 0.001395093 sec., 1569787.8205969064 rows/sec., 105.92 MiB/sec. 2025.08.11 21:36:56.303906 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:36:56.303917 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:36:56.304283 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.304315 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.304374 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_41_8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:36:56.304409 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_41_8} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:36:56.304466 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2025.08.11 21:36:56.304510 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.08.11 21:36:56.806385 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 2025.08.11 21:36:56.806880 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:56.806929 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:56.807469 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:36:56.807751 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:56.807905 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 2025.08.11 21:36:57.000167 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 240.30 MiB, peak 248.80 MiB, free memory in arenas 0.00 B, will set to 241.61 MiB (RSS), difference: 1.31 MiB 2025.08.11 21:36:57.484225 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.08.11 21:36:57.499765 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:36:57.499820 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:36:57.505907 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:36:57.506629 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:36:57.509243 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.08.11 21:37:01.284781 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:01.285048 [ 277 ] {21bdfedc-1e7a-44dc-a64e-c8a6571caada} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:01.285114 [ 277 ] {21bdfedc-1e7a-44dc-a64e-c8a6571caada} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:01.285859 [ 277 ] {21bdfedc-1e7a-44dc-a64e-c8a6571caada} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:01.285907 [ 277 ] {21bdfedc-1e7a-44dc-a64e-c8a6571caada} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:01.286304 [ 277 ] {21bdfedc-1e7a-44dc-a64e-c8a6571caada} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:37:01.286530 [ 277 ] {21bdfedc-1e7a-44dc-a64e-c8a6571caada} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:01.286693 [ 277 ] {21bdfedc-1e7a-44dc-a64e-c8a6571caada} executeQuery: Read 110 rows, 9.47 KiB in 0.001692 sec., 65011.82033096927 rows/sec., 5.46 MiB/sec. 2025.08.11 21:37:01.286737 [ 277 ] {21bdfedc-1e7a-44dc-a64e-c8a6571caada} TCPHandler: Processed in 0.002138256 sec. 2025.08.11 21:37:01.286879 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:01.286972 [ 277 ] {1777df12-4366-492d-9eb3-bfed34a67d25} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:01.287012 [ 277 ] {1777df12-4366-492d-9eb3-bfed34a67d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:01.287441 [ 277 ] {1777df12-4366-492d-9eb3-bfed34a67d25} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:01.287477 [ 277 ] {1777df12-4366-492d-9eb3-bfed34a67d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:01.287779 [ 277 ] {1777df12-4366-492d-9eb3-bfed34a67d25} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:37:01.287984 [ 277 ] {1777df12-4366-492d-9eb3-bfed34a67d25} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:01.288121 [ 277 ] {1777df12-4366-492d-9eb3-bfed34a67d25} executeQuery: Read 27 rows, 2.03 KiB in 0.001166 sec., 23156.089193825042 rows/sec., 1.70 MiB/sec. 2025.08.11 21:37:01.288160 [ 277 ] {1777df12-4366-492d-9eb3-bfed34a67d25} TCPHandler: Processed in 0.001329252 sec. 2025.08.11 21:37:01.288273 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:01.288365 [ 277 ] {a9b72d63-bb22-4960-9f06-f01e92d857ad} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:01.288404 [ 277 ] {a9b72d63-bb22-4960-9f06-f01e92d857ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:01.288903 [ 277 ] {a9b72d63-bb22-4960-9f06-f01e92d857ad} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:01.288949 [ 277 ] {a9b72d63-bb22-4960-9f06-f01e92d857ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:01.289314 [ 277 ] {a9b72d63-bb22-4960-9f06-f01e92d857ad} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:37:01.289565 [ 277 ] {a9b72d63-bb22-4960-9f06-f01e92d857ad} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:01.289713 [ 277 ] {a9b72d63-bb22-4960-9f06-f01e92d857ad} executeQuery: Read 91 rows, 7.28 KiB in 0.001365 sec., 66666.66666666667 rows/sec., 5.21 MiB/sec. 2025.08.11 21:37:01.289757 [ 277 ] {a9b72d63-bb22-4960-9f06-f01e92d857ad} TCPHandler: Processed in 0.001530966 sec. 2025.08.11 21:37:01.290065 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:01.290184 [ 277 ] {086192fd-f8c2-40e4-a65f-f66bf8bdebd6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:01.290237 [ 277 ] {086192fd-f8c2-40e4-a65f-f66bf8bdebd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:01.290761 [ 277 ] {086192fd-f8c2-40e4-a65f-f66bf8bdebd6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:01.290807 [ 277 ] {086192fd-f8c2-40e4-a65f-f66bf8bdebd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:01.291171 [ 277 ] {086192fd-f8c2-40e4-a65f-f66bf8bdebd6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:37:01.291378 [ 277 ] {086192fd-f8c2-40e4-a65f-f66bf8bdebd6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:01.291506 [ 277 ] {086192fd-f8c2-40e4-a65f-f66bf8bdebd6} executeQuery: Read 160 rows, 11.41 KiB in 0.001346 sec., 118870.72808320951 rows/sec., 8.28 MiB/sec. 2025.08.11 21:37:01.291543 [ 277 ] {086192fd-f8c2-40e4-a65f-f66bf8bdebd6} TCPHandler: Processed in 0.001537246 sec. 2025.08.11 21:37:01.291654 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:01.291748 [ 277 ] {1a7d2615-6073-438a-8ac0-7adf55b3a0e4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:01.291803 [ 277 ] {1a7d2615-6073-438a-8ac0-7adf55b3a0e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:01.292639 [ 277 ] {1a7d2615-6073-438a-8ac0-7adf55b3a0e4} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:01.292679 [ 277 ] {1a7d2615-6073-438a-8ac0-7adf55b3a0e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:01.293208 [ 277 ] {1a7d2615-6073-438a-8ac0-7adf55b3a0e4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:37:01.293431 [ 277 ] {1a7d2615-6073-438a-8ac0-7adf55b3a0e4} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:01.293565 [ 277 ] {1a7d2615-6073-438a-8ac0-7adf55b3a0e4} executeQuery: Read 27 rows, 49.54 KiB in 0.001836 sec., 14705.882352941177 rows/sec., 26.35 MiB/sec. 2025.08.11 21:37:01.293617 [ 277 ] {1a7d2615-6073-438a-8ac0-7adf55b3a0e4} TCPHandler: Processed in 0.002011174 sec. 2025.08.11 21:37:01.293740 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:01.293838 [ 277 ] {94976b26-0e1e-4216-8db5-857be0982742} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:01.293880 [ 277 ] {94976b26-0e1e-4216-8db5-857be0982742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:01.294218 [ 277 ] {94976b26-0e1e-4216-8db5-857be0982742} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:01.294254 [ 277 ] {94976b26-0e1e-4216-8db5-857be0982742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:01.294545 [ 277 ] {94976b26-0e1e-4216-8db5-857be0982742} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:37:01.294746 [ 277 ] {94976b26-0e1e-4216-8db5-857be0982742} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:01.294878 [ 277 ] {94976b26-0e1e-4216-8db5-857be0982742} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.08.11 21:37:01.294913 [ 277 ] {94976b26-0e1e-4216-8db5-857be0982742} TCPHandler: Processed in 0.00122178 sec. 2025.08.11 21:37:04.208021 [ 36 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:37:04.208078 [ 36 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:37:04.308962 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 2025.08.11 21:37:04.309471 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:04.309520 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:04.310049 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:37:04.310289 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:04.310438 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 2025.08.11 21:37:04.342522 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 714 2025.08.11 21:37:04.344800 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:04.344844 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:04.346044 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:37:04.346323 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:04.346574 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 714 2025.08.11 21:37:05.010279 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.08.11 21:37:05.026292 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:05.026341 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:05.032426 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:37:05.033188 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:05.036182 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.08.11 21:37:06.284633 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:06.284831 [ 277 ] {fb9c6aa8-de95-47f1-90d8-7e1c981e284e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:06.284900 [ 277 ] {fb9c6aa8-de95-47f1-90d8-7e1c981e284e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:06.285554 [ 277 ] {fb9c6aa8-de95-47f1-90d8-7e1c981e284e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:06.285600 [ 277 ] {fb9c6aa8-de95-47f1-90d8-7e1c981e284e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:06.285995 [ 277 ] {fb9c6aa8-de95-47f1-90d8-7e1c981e284e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:37:06.286225 [ 277 ] {fb9c6aa8-de95-47f1-90d8-7e1c981e284e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:06.286389 [ 277 ] {fb9c6aa8-de95-47f1-90d8-7e1c981e284e} executeQuery: Read 84 rows, 7.19 KiB in 0.001607 sec., 52271.3130056005 rows/sec., 4.37 MiB/sec. 2025.08.11 21:37:06.286438 [ 277 ] {fb9c6aa8-de95-47f1-90d8-7e1c981e284e} TCPHandler: Processed in 0.001937082 sec. 2025.08.11 21:37:06.286562 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:06.286667 [ 277 ] {51fa1225-7d75-4798-bd5f-40439956bc0a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:06.286710 [ 277 ] {51fa1225-7d75-4798-bd5f-40439956bc0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:06.287124 [ 277 ] {51fa1225-7d75-4798-bd5f-40439956bc0a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:06.287161 [ 277 ] {51fa1225-7d75-4798-bd5f-40439956bc0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:06.287473 [ 277 ] {51fa1225-7d75-4798-bd5f-40439956bc0a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:37:06.287692 [ 277 ] {51fa1225-7d75-4798-bd5f-40439956bc0a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:06.287806 [ 33 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:37:06.287825 [ 277 ] {51fa1225-7d75-4798-bd5f-40439956bc0a} executeQuery: Read 14 rows, 1.05 KiB in 0.001182 sec., 11844.331641285955 rows/sec., 890.64 KiB/sec. 2025.08.11 21:37:06.287872 [ 33 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:06.287882 [ 277 ] {51fa1225-7d75-4798-bd5f-40439956bc0a} TCPHandler: Processed in 0.001371492 sec. 2025.08.11 21:37:06.287902 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:06.287995 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:06.288037 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:37:06.288097 [ 277 ] {e9e44c88-b536-4971-94c2-f8922c2a8f30} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:06.288144 [ 277 ] {e9e44c88-b536-4971-94c2-f8922c2a8f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:06.288194 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:06.288237 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 71 rows starting from the beginning of the part 2025.08.11 21:37:06.288310 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:06.288367 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:06.288416 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 38 rows starting from the beginning of the part 2025.08.11 21:37:06.288464 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:06.288511 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:06.288559 [ 277 ] {e9e44c88-b536-4971-94c2-f8922c2a8f30} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:06.288602 [ 277 ] {e9e44c88-b536-4971-94c2-f8922c2a8f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:06.288933 [ 277 ] {e9e44c88-b536-4971-94c2-f8922c2a8f30} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:37:06.289162 [ 277 ] {e9e44c88-b536-4971-94c2-f8922c2a8f30} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:06.289299 [ 277 ] {e9e44c88-b536-4971-94c2-f8922c2a8f30} executeQuery: Read 78 rows, 6.24 KiB in 0.001222 sec., 63829.78723404255 rows/sec., 4.98 MiB/sec. 2025.08.11 21:37:06.289337 [ 277 ] {e9e44c88-b536-4971-94c2-f8922c2a8f30} TCPHandler: Processed in 0.001391963 sec. 2025.08.11 21:37:06.289451 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:06.289453 [ 196 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.001481285 sec., 128942.10094613799 rows/sec., 9.93 MiB/sec. 2025.08.11 21:37:06.289547 [ 277 ] {04b2d7de-8c33-4346-8756-2acc655b6c88} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:06.289598 [ 277 ] {04b2d7de-8c33-4346-8756-2acc655b6c88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:06.289626 [ 199 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:37:06.289900 [ 199 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:06.289972 [ 199 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_36_7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:37:06.289994 [ 277 ] {04b2d7de-8c33-4346-8756-2acc655b6c88} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:06.290037 [ 277 ] {04b2d7de-8c33-4346-8756-2acc655b6c88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:06.290050 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:37:06.290376 [ 277 ] {04b2d7de-8c33-4346-8756-2acc655b6c88} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:37:06.290589 [ 277 ] {04b2d7de-8c33-4346-8756-2acc655b6c88} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:06.290721 [ 277 ] {04b2d7de-8c33-4346-8756-2acc655b6c88} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2025.08.11 21:37:06.290763 [ 277 ] {04b2d7de-8c33-4346-8756-2acc655b6c88} TCPHandler: Processed in 0.001361923 sec. 2025.08.11 21:37:06.290869 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:06.290972 [ 277 ] {49af23e3-69ce-4e30-a90a-3fccb5491a78} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:06.291031 [ 277 ] {49af23e3-69ce-4e30-a90a-3fccb5491a78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:06.291797 [ 277 ] {49af23e3-69ce-4e30-a90a-3fccb5491a78} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:06.291836 [ 277 ] {49af23e3-69ce-4e30-a90a-3fccb5491a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:06.292383 [ 277 ] {49af23e3-69ce-4e30-a90a-3fccb5491a78} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:37:06.292619 [ 277 ] {49af23e3-69ce-4e30-a90a-3fccb5491a78} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:06.292768 [ 277 ] {49af23e3-69ce-4e30-a90a-3fccb5491a78} executeQuery: Read 14 rows, 25.69 KiB in 0.001814 sec., 7717.750826901874 rows/sec., 13.83 MiB/sec. 2025.08.11 21:37:06.292834 [ 277 ] {49af23e3-69ce-4e30-a90a-3fccb5491a78} TCPHandler: Processed in 0.002015303 sec. 2025.08.11 21:37:06.292949 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:06.293046 [ 277 ] {a2d6ed67-fc02-44cc-bc63-82a30ccc6f9f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:06.293088 [ 277 ] {a2d6ed67-fc02-44cc-bc63-82a30ccc6f9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:06.293428 [ 277 ] {a2d6ed67-fc02-44cc-bc63-82a30ccc6f9f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:06.293465 [ 277 ] {a2d6ed67-fc02-44cc-bc63-82a30ccc6f9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:06.293776 [ 277 ] {a2d6ed67-fc02-44cc-bc63-82a30ccc6f9f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:37:06.293991 [ 277 ] {a2d6ed67-fc02-44cc-bc63-82a30ccc6f9f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:06.294124 [ 277 ] {a2d6ed67-fc02-44cc-bc63-82a30ccc6f9f} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.08.11 21:37:06.294162 [ 277 ] {a2d6ed67-fc02-44cc-bc63-82a30ccc6f9f} TCPHandler: Processed in 0.001262452 sec. 2025.08.11 21:37:08.594897 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:08.595086 [ 277 ] {be1a6111-76f0-4b4f-a063-e9308118be7a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:37:08.595155 [ 277 ] {be1a6111-76f0-4b4f-a063-e9308118be7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:37:08.595819 [ 277 ] {be1a6111-76f0-4b4f-a063-e9308118be7a} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.595877 [ 277 ] {be1a6111-76f0-4b4f-a063-e9308118be7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.596275 [ 277 ] {be1a6111-76f0-4b4f-a063-e9308118be7a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:37:08.596524 [ 277 ] {be1a6111-76f0-4b4f-a063-e9308118be7a} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.596695 [ 277 ] {be1a6111-76f0-4b4f-a063-e9308118be7a} executeQuery: Read 4 rows, 334.00 B in 0.001659 sec., 2411.091018685955 rows/sec., 196.61 KiB/sec. 2025.08.11 21:37:08.596750 [ 277 ] {be1a6111-76f0-4b4f-a063-e9308118be7a} TCPHandler: Processed in 0.001989024 sec. 2025.08.11 21:37:08.596878 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:08.596999 [ 277 ] {f3cdec7a-80e7-436d-8865-e209da1c95aa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:08.597050 [ 277 ] {f3cdec7a-80e7-436d-8865-e209da1c95aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:08.598258 [ 277 ] {f3cdec7a-80e7-436d-8865-e209da1c95aa} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.598300 [ 277 ] {f3cdec7a-80e7-436d-8865-e209da1c95aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.598740 [ 277 ] {f3cdec7a-80e7-436d-8865-e209da1c95aa} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:37:08.598988 [ 277 ] {f3cdec7a-80e7-436d-8865-e209da1c95aa} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.599137 [ 277 ] {f3cdec7a-80e7-436d-8865-e209da1c95aa} executeQuery: Read 1252 rows, 106.17 KiB in 0.002177 sec., 575103.3532384015 rows/sec., 47.63 MiB/sec. 2025.08.11 21:37:08.599180 [ 277 ] {f3cdec7a-80e7-436d-8865-e209da1c95aa} TCPHandler: Processed in 0.002353889 sec. 2025.08.11 21:37:08.599307 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:08.599411 [ 277 ] {2c2740c7-0654-41b6-8eb8-1f5b5e3401ed} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:08.599456 [ 277 ] {2c2740c7-0654-41b6-8eb8-1f5b5e3401ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:08.599891 [ 277 ] {2c2740c7-0654-41b6-8eb8-1f5b5e3401ed} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.599931 [ 277 ] {2c2740c7-0654-41b6-8eb8-1f5b5e3401ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.600249 [ 277 ] {2c2740c7-0654-41b6-8eb8-1f5b5e3401ed} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:37:08.600459 [ 277 ] {2c2740c7-0654-41b6-8eb8-1f5b5e3401ed} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.600615 [ 277 ] {2c2740c7-0654-41b6-8eb8-1f5b5e3401ed} executeQuery: Read 31 rows, 2.31 KiB in 0.001227 sec., 25264.87367563162 rows/sec., 1.84 MiB/sec. 2025.08.11 21:37:08.600655 [ 277 ] {2c2740c7-0654-41b6-8eb8-1f5b5e3401ed} TCPHandler: Processed in 0.001399674 sec. 2025.08.11 21:37:08.600764 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:08.600865 [ 277 ] {b9f84189-7516-4f42-8a3f-8e82f8c1221b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:37:08.600907 [ 277 ] {b9f84189-7516-4f42-8a3f-8e82f8c1221b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:37:08.601397 [ 277 ] {b9f84189-7516-4f42-8a3f-8e82f8c1221b} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.601435 [ 277 ] {b9f84189-7516-4f42-8a3f-8e82f8c1221b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.601766 [ 277 ] {b9f84189-7516-4f42-8a3f-8e82f8c1221b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:37:08.602014 [ 277 ] {b9f84189-7516-4f42-8a3f-8e82f8c1221b} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.602149 [ 277 ] {b9f84189-7516-4f42-8a3f-8e82f8c1221b} executeQuery: Read 228 rows, 15.81 KiB in 0.001304 sec., 174846.62576687115 rows/sec., 11.84 MiB/sec. 2025.08.11 21:37:08.602200 [ 277 ] {b9f84189-7516-4f42-8a3f-8e82f8c1221b} TCPHandler: Processed in 0.001485645 sec. 2025.08.11 21:37:08.602333 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:08.602438 [ 277 ] {0c7e64db-e586-4984-9871-e260e4a166b1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:08.602488 [ 277 ] {0c7e64db-e586-4984-9871-e260e4a166b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:08.603144 [ 277 ] {0c7e64db-e586-4984-9871-e260e4a166b1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.603183 [ 277 ] {0c7e64db-e586-4984-9871-e260e4a166b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.603526 [ 277 ] {0c7e64db-e586-4984-9871-e260e4a166b1} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:37:08.603742 [ 277 ] {0c7e64db-e586-4984-9871-e260e4a166b1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.603913 [ 277 ] {0c7e64db-e586-4984-9871-e260e4a166b1} executeQuery: Read 551 rows, 41.89 KiB in 0.00148 sec., 372297.2972972973 rows/sec., 27.64 MiB/sec. 2025.08.11 21:37:08.604027 [ 277 ] {0c7e64db-e586-4984-9871-e260e4a166b1} TCPHandler: Processed in 0.0017551 sec. 2025.08.11 21:37:08.604201 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:08.604336 [ 277 ] {cbeed105-6fd1-4637-af0a-2acc96099b1f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:08.604392 [ 277 ] {cbeed105-6fd1-4637-af0a-2acc96099b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:08.605117 [ 277 ] {cbeed105-6fd1-4637-af0a-2acc96099b1f} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.605155 [ 277 ] {cbeed105-6fd1-4637-af0a-2acc96099b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.605548 [ 277 ] {cbeed105-6fd1-4637-af0a-2acc96099b1f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:37:08.605775 [ 277 ] {cbeed105-6fd1-4637-af0a-2acc96099b1f} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.605908 [ 277 ] {cbeed105-6fd1-4637-af0a-2acc96099b1f} executeQuery: Read 944 rows, 64.82 KiB in 0.001599 sec., 590368.9806128831 rows/sec., 39.59 MiB/sec. 2025.08.11 21:37:08.605947 [ 277 ] {cbeed105-6fd1-4637-af0a-2acc96099b1f} TCPHandler: Processed in 0.001813571 sec. 2025.08.11 21:37:08.606059 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:08.606156 [ 277 ] {72c81da6-3d5b-471a-9449-e27e1e10f084} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:08.606213 [ 277 ] {72c81da6-3d5b-471a-9449-e27e1e10f084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:08.607053 [ 277 ] {72c81da6-3d5b-471a-9449-e27e1e10f084} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.607091 [ 277 ] {72c81da6-3d5b-471a-9449-e27e1e10f084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.607648 [ 277 ] {72c81da6-3d5b-471a-9449-e27e1e10f084} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:37:08.607887 [ 277 ] {72c81da6-3d5b-471a-9449-e27e1e10f084} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.608004 [ 27 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:37:08.608028 [ 277 ] {72c81da6-3d5b-471a-9449-e27e1e10f084} executeQuery: Read 27 rows, 49.54 KiB in 0.00189 sec., 14285.714285714286 rows/sec., 25.60 MiB/sec. 2025.08.11 21:37:08.608050 [ 27 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.608075 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.608087 [ 277 ] {72c81da6-3d5b-471a-9449-e27e1e10f084} TCPHandler: Processed in 0.002077384 sec. 2025.08.11 21:37:08.608207 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:37:08.608213 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:08.608359 [ 277 ] {fa36f174-e22b-41c0-ae87-ad7909063c23} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:08.608403 [ 277 ] {fa36f174-e22b-41c0-ae87-ad7909063c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:08.608493 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:08.608565 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 578 rows starting from the beginning of the part 2025.08.11 21:37:08.608713 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:08.608742 [ 277 ] {fa36f174-e22b-41c0-ae87-ad7909063c23} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:08.608786 [ 277 ] {fa36f174-e22b-41c0-ae87-ad7909063c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:08.608837 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:08.608963 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:08.609077 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:08.609117 [ 277 ] {fa36f174-e22b-41c0-ae87-ad7909063c23} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:37:08.609181 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:08.609368 [ 277 ] {fa36f174-e22b-41c0-ae87-ad7909063c23} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.609510 [ 277 ] {fa36f174-e22b-41c0-ae87-ad7909063c23} executeQuery: Read 36 rows, 2.48 KiB in 0.00117 sec., 30769.23076923077 rows/sec., 2.07 MiB/sec. 2025.08.11 21:37:08.609550 [ 277 ] {fa36f174-e22b-41c0-ae87-ad7909063c23} TCPHandler: Processed in 0.001387373 sec. 2025.08.11 21:37:08.613336 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 687 rows, containing 19 columns (19 merged, 0 gathered) in 0.005191667 sec., 132327.43933692205 rows/sec., 237.12 MiB/sec. 2025.08.11 21:37:08.614301 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:37:08.614648 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:08.614723 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_36_7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:37:08.614821 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. 2025.08.11 21:37:11.279762 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:11.279972 [ 277 ] {60488342-befb-40cc-9815-f79329611ad2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:11.280045 [ 277 ] {60488342-befb-40cc-9815-f79329611ad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:11.280710 [ 277 ] {60488342-befb-40cc-9815-f79329611ad2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:11.280752 [ 277 ] {60488342-befb-40cc-9815-f79329611ad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:11.281150 [ 277 ] {60488342-befb-40cc-9815-f79329611ad2} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:37:11.281370 [ 277 ] {60488342-befb-40cc-9815-f79329611ad2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:11.281524 [ 277 ] {60488342-befb-40cc-9815-f79329611ad2} executeQuery: Read 56 rows, 4.41 KiB in 0.001606 sec., 34869.2403486924 rows/sec., 2.68 MiB/sec. 2025.08.11 21:37:11.281566 [ 277 ] {60488342-befb-40cc-9815-f79329611ad2} TCPHandler: Processed in 0.001943933 sec. 2025.08.11 21:37:11.281688 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:11.281783 [ 277 ] {e2585f36-087a-4309-bd49-3fb10d35ae5d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:11.281825 [ 277 ] {e2585f36-087a-4309-bd49-3fb10d35ae5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:11.282250 [ 277 ] {e2585f36-087a-4309-bd49-3fb10d35ae5d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:11.282287 [ 277 ] {e2585f36-087a-4309-bd49-3fb10d35ae5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:11.282588 [ 277 ] {e2585f36-087a-4309-bd49-3fb10d35ae5d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:37:11.282804 [ 277 ] {e2585f36-087a-4309-bd49-3fb10d35ae5d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:11.282939 [ 277 ] {e2585f36-087a-4309-bd49-3fb10d35ae5d} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2025.08.11 21:37:11.282976 [ 277 ] {e2585f36-087a-4309-bd49-3fb10d35ae5d} TCPHandler: Processed in 0.001337832 sec. 2025.08.11 21:37:11.283090 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:11.283185 [ 277 ] {2ebe10b2-3f72-4795-8fdd-48348db14218} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:11.283229 [ 277 ] {2ebe10b2-3f72-4795-8fdd-48348db14218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:11.283600 [ 277 ] {2ebe10b2-3f72-4795-8fdd-48348db14218} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:11.283637 [ 277 ] {2ebe10b2-3f72-4795-8fdd-48348db14218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:11.283964 [ 277 ] {2ebe10b2-3f72-4795-8fdd-48348db14218} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:37:11.284172 [ 277 ] {2ebe10b2-3f72-4795-8fdd-48348db14218} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:11.284303 [ 277 ] {2ebe10b2-3f72-4795-8fdd-48348db14218} executeQuery: Read 64 rows, 4.56 KiB in 0.001137 sec., 56288.47845206684 rows/sec., 3.92 MiB/sec. 2025.08.11 21:37:11.284340 [ 277 ] {2ebe10b2-3f72-4795-8fdd-48348db14218} TCPHandler: Processed in 0.001298672 sec. 2025.08.11 21:37:11.284451 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:11.284546 [ 277 ] {ba2c9c8f-a0ca-4805-8e7e-370d59424aca} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:11.284587 [ 277 ] {ba2c9c8f-a0ca-4805-8e7e-370d59424aca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:11.284906 [ 277 ] {ba2c9c8f-a0ca-4805-8e7e-370d59424aca} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:11.284942 [ 277 ] {ba2c9c8f-a0ca-4805-8e7e-370d59424aca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:11.285250 [ 277 ] {ba2c9c8f-a0ca-4805-8e7e-370d59424aca} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:37:11.285451 [ 277 ] {ba2c9c8f-a0ca-4805-8e7e-370d59424aca} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:11.285580 [ 277 ] {ba2c9c8f-a0ca-4805-8e7e-370d59424aca} executeQuery: Read 24 rows, 1.66 KiB in 0.001052 sec., 22813.68821292776 rows/sec., 1.54 MiB/sec. 2025.08.11 21:37:11.285616 [ 277 ] {ba2c9c8f-a0ca-4805-8e7e-370d59424aca} TCPHandler: Processed in 0.001214 sec. 2025.08.11 21:37:11.810616 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 2025.08.11 21:37:11.811349 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:11.811387 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:11.811864 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:37:11.812100 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:11.812226 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 2025.08.11 21:37:12.536335 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.08.11 21:37:12.553372 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:12.553435 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:12.558990 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:37:12.559694 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:12.562590 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.08.11 21:37:14.346883 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 750 2025.08.11 21:37:14.349345 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:14.349403 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:14.350611 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:37:14.350896 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:14.351083 [ 50 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.11 21:37:14.351158 [ 50 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:14.351185 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:14.351267 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 750 2025.08.11 21:37:14.351321 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.11 21:37:14.351866 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:14.352008 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 592 rows starting from the beginning of the part 2025.08.11 21:37:14.352348 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part 2025.08.11 21:37:14.352679 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part 2025.08.11 21:37:14.353006 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.08.11 21:37:14.353333 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:37:14.353658 [ 188 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2025.08.11 21:37:14.359756 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 72 columns (72 merged, 0 gathered) in 0.008501132 sec., 88223.54481732551 rows/sec., 72.78 MiB/sec. 2025.08.11 21:37:14.360872 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.11 21:37:14.361426 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:14.361495 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_21_4} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.11 21:37:14.361783 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2025.08.11 21:37:16.284586 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:16.284784 [ 277 ] {be16e548-7855-4947-b081-92b809aa4b07} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:16.284852 [ 277 ] {be16e548-7855-4947-b081-92b809aa4b07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:16.285496 [ 277 ] {be16e548-7855-4947-b081-92b809aa4b07} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.285545 [ 277 ] {be16e548-7855-4947-b081-92b809aa4b07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.285952 [ 277 ] {be16e548-7855-4947-b081-92b809aa4b07} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:37:16.286190 [ 277 ] {be16e548-7855-4947-b081-92b809aa4b07} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.286341 [ 277 ] {be16e548-7855-4947-b081-92b809aa4b07} executeQuery: Read 84 rows, 7.19 KiB in 0.001608 sec., 52238.80597014925 rows/sec., 4.37 MiB/sec. 2025.08.11 21:37:16.286360 [ 87 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:37:16.286383 [ 277 ] {be16e548-7855-4947-b081-92b809aa4b07} TCPHandler: Processed in 0.001933503 sec. 2025.08.11 21:37:16.286438 [ 87 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.286469 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.286534 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:16.286574 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:37:16.286635 [ 277 ] {82155c9f-7ad3-448d-a247-a0f56db0bd31} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:16.286681 [ 277 ] {82155c9f-7ad3-448d-a247-a0f56db0bd31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:16.286695 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:16.286733 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1407 rows starting from the beginning of the part 2025.08.11 21:37:16.286803 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 110 rows starting from the beginning of the part 2025.08.11 21:37:16.286847 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 84 rows starting from the beginning of the part 2025.08.11 21:37:16.286891 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:37:16.286930 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part 2025.08.11 21:37:16.286971 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 84 rows starting from the beginning of the part 2025.08.11 21:37:16.287111 [ 277 ] {82155c9f-7ad3-448d-a247-a0f56db0bd31} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.287154 [ 277 ] {82155c9f-7ad3-448d-a247-a0f56db0bd31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.287485 [ 277 ] {82155c9f-7ad3-448d-a247-a0f56db0bd31} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:37:16.287718 [ 277 ] {82155c9f-7ad3-448d-a247-a0f56db0bd31} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.287863 [ 277 ] {82155c9f-7ad3-448d-a247-a0f56db0bd31} executeQuery: Read 14 rows, 1.05 KiB in 0.001245 sec., 11244.979919678715 rows/sec., 845.57 KiB/sec. 2025.08.11 21:37:16.287908 [ 277 ] {82155c9f-7ad3-448d-a247-a0f56db0bd31} TCPHandler: Processed in 0.001424904 sec. 2025.08.11 21:37:16.288023 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:16.288118 [ 277 ] {0853f30d-b680-4fb9-ae83-6a2de11eaaaf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:16.288162 [ 277 ] {0853f30d-b680-4fb9-ae83-6a2de11eaaaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:16.288352 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2993 rows, containing 5 columns (5 merged, 0 gathered) in 0.001823631 sec., 1641231.148187325 rows/sec., 143.00 MiB/sec. 2025.08.11 21:37:16.288546 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:37:16.288588 [ 277 ] {0853f30d-b680-4fb9-ae83-6a2de11eaaaf} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.288634 [ 277 ] {0853f30d-b680-4fb9-ae83-6a2de11eaaaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.288812 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.288891 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_46_9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:37:16.288957 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.11 21:37:16.288974 [ 277 ] {0853f30d-b680-4fb9-ae83-6a2de11eaaaf} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:37:16.289197 [ 277 ] {0853f30d-b680-4fb9-ae83-6a2de11eaaaf} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.289305 [ 87 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:37:16.289328 [ 277 ] {0853f30d-b680-4fb9-ae83-6a2de11eaaaf} executeQuery: Read 78 rows, 6.24 KiB in 0.001228 sec., 63517.91530944626 rows/sec., 4.96 MiB/sec. 2025.08.11 21:37:16.289337 [ 87 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.289369 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.289374 [ 277 ] {0853f30d-b680-4fb9-ae83-6a2de11eaaaf} TCPHandler: Processed in 0.001400773 sec. 2025.08.11 21:37:16.289436 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:37:16.289498 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:16.289536 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:16.289567 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 633 rows starting from the beginning of the part 2025.08.11 21:37:16.289600 [ 277 ] {42fedf59-9296-4a43-9e69-18b8ae3b141d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:16.289621 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 91 rows starting from the beginning of the part 2025.08.11 21:37:16.289650 [ 277 ] {42fedf59-9296-4a43-9e69-18b8ae3b141d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:16.289672 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 78 rows starting from the beginning of the part 2025.08.11 21:37:16.289718 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 551 rows starting from the beginning of the part 2025.08.11 21:37:16.289756 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2025.08.11 21:37:16.289795 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 78 rows starting from the beginning of the part 2025.08.11 21:37:16.290063 [ 277 ] {42fedf59-9296-4a43-9e69-18b8ae3b141d} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.290106 [ 277 ] {42fedf59-9296-4a43-9e69-18b8ae3b141d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.290467 [ 277 ] {42fedf59-9296-4a43-9e69-18b8ae3b141d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:37:16.290695 [ 277 ] {42fedf59-9296-4a43-9e69-18b8ae3b141d} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.290736 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1495 rows, containing 5 columns (5 merged, 0 gathered) in 0.001332923 sec., 1121595.1709138488 rows/sec., 88.99 MiB/sec. 2025.08.11 21:37:16.290802 [ 87 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:37:16.290825 [ 277 ] {42fedf59-9296-4a43-9e69-18b8ae3b141d} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2025.08.11 21:37:16.290833 [ 87 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.290869 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.290875 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:37:16.290877 [ 277 ] {42fedf59-9296-4a43-9e69-18b8ae3b141d} TCPHandler: Processed in 0.001428284 sec. 2025.08.11 21:37:16.290989 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:37:16.291008 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:16.291128 [ 277 ] {12168b91-5eb8-4a17-a524-4116e8929bcf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:16.291138 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.291151 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:16.291190 [ 277 ] {12168b91-5eb8-4a17-a524-4116e8929bcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:16.291202 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12400 rows starting from the beginning of the part 2025.08.11 21:37:16.291217 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_46_9} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:37:16.291283 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.11 21:37:16.291284 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2025.08.11 21:37:16.291346 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.08.11 21:37:16.291390 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 944 rows starting from the beginning of the part 2025.08.11 21:37:16.291441 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2025.08.11 21:37:16.291494 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.08.11 21:37:16.291985 [ 277 ] {12168b91-5eb8-4a17-a524-4116e8929bcf} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.292028 [ 277 ] {12168b91-5eb8-4a17-a524-4116e8929bcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.292592 [ 277 ] {12168b91-5eb8-4a17-a524-4116e8929bcf} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:37:16.292833 [ 277 ] {12168b91-5eb8-4a17-a524-4116e8929bcf} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.292976 [ 277 ] {12168b91-5eb8-4a17-a524-4116e8929bcf} executeQuery: Read 14 rows, 25.69 KiB in 0.001866 sec., 7502.679528403001 rows/sec., 13.44 MiB/sec. 2025.08.11 21:37:16.293031 [ 277 ] {12168b91-5eb8-4a17-a524-4116e8929bcf} TCPHandler: Processed in 0.002072155 sec. 2025.08.11 21:37:16.293147 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:16.293242 [ 277 ] {56986929-1b2c-43ee-926e-6a19dc63d6d2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:16.293285 [ 277 ] {56986929-1b2c-43ee-926e-6a19dc63d6d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:16.293620 [ 277 ] {56986929-1b2c-43ee-926e-6a19dc63d6d2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.293657 [ 277 ] {56986929-1b2c-43ee-926e-6a19dc63d6d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.294030 [ 277 ] {56986929-1b2c-43ee-926e-6a19dc63d6d2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:37:16.294251 [ 277 ] {56986929-1b2c-43ee-926e-6a19dc63d6d2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.294360 [ 87 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:37:16.294383 [ 277 ] {56986929-1b2c-43ee-926e-6a19dc63d6d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.08.11 21:37:16.294391 [ 87 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:16.294423 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:16.294426 [ 277 ] {56986929-1b2c-43ee-926e-6a19dc63d6d2} TCPHandler: Processed in 0.001328153 sec. 2025.08.11 21:37:16.294515 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:37:16.294619 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:16.294652 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2190 rows starting from the beginning of the part 2025.08.11 21:37:16.294714 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.08.11 21:37:16.294761 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.08.11 21:37:16.294806 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:37:16.294846 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part 2025.08.11 21:37:16.294890 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.08.11 21:37:16.295272 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13888 rows, containing 5 columns (5 merged, 0 gathered) in 0.004343773 sec., 3197220.4809045037 rows/sec., 218.91 MiB/sec. 2025.08.11 21:37:16.295749 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:37:16.296012 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 4 columns (4 merged, 0 gathered) in 0.001537496 sec., 1580491.916726938 rows/sec., 106.63 MiB/sec. 2025.08.11 21:37:16.296034 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.296109 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_46_9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:37:16.296188 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. 2025.08.11 21:37:16.296250 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:37:16.296532 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:16.296596 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_46_9} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:37:16.296666 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.08.11 21:37:19.208316 [ 43 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:37:19.208369 [ 43 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:37:19.312410 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 2025.08.11 21:37:19.312937 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:19.312981 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:19.313451 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:37:19.313680 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:19.313809 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 2025.08.11 21:37:20.062744 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.08.11 21:37:20.079968 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:20.080027 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:20.085504 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:37:20.086202 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:20.088826 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.08.11 21:37:21.285240 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:21.285540 [ 277 ] {415e02bc-0c41-4008-b8cf-0b165e6cd8a6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:21.285643 [ 277 ] {415e02bc-0c41-4008-b8cf-0b165e6cd8a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:21.286352 [ 277 ] {415e02bc-0c41-4008-b8cf-0b165e6cd8a6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:21.286395 [ 277 ] {415e02bc-0c41-4008-b8cf-0b165e6cd8a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:21.286780 [ 277 ] {415e02bc-0c41-4008-b8cf-0b165e6cd8a6} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:37:21.287004 [ 277 ] {415e02bc-0c41-4008-b8cf-0b165e6cd8a6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:21.287148 [ 277 ] {415e02bc-0c41-4008-b8cf-0b165e6cd8a6} executeQuery: Read 110 rows, 9.47 KiB in 0.001685 sec., 65281.899109792284 rows/sec., 5.49 MiB/sec. 2025.08.11 21:37:21.287187 [ 277 ] {415e02bc-0c41-4008-b8cf-0b165e6cd8a6} TCPHandler: Processed in 0.002126865 sec. 2025.08.11 21:37:21.287480 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:21.287573 [ 277 ] {51ffa79f-b4dc-4d6b-810a-d6c39fcc20cb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:21.287616 [ 277 ] {51ffa79f-b4dc-4d6b-810a-d6c39fcc20cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:21.288045 [ 277 ] {51ffa79f-b4dc-4d6b-810a-d6c39fcc20cb} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:21.288080 [ 277 ] {51ffa79f-b4dc-4d6b-810a-d6c39fcc20cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:21.288373 [ 277 ] {51ffa79f-b4dc-4d6b-810a-d6c39fcc20cb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:37:21.288573 [ 277 ] {51ffa79f-b4dc-4d6b-810a-d6c39fcc20cb} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:21.288697 [ 277 ] {51ffa79f-b4dc-4d6b-810a-d6c39fcc20cb} executeQuery: Read 27 rows, 2.03 KiB in 0.001142 sec., 23642.73204903678 rows/sec., 1.74 MiB/sec. 2025.08.11 21:37:21.288733 [ 277 ] {51ffa79f-b4dc-4d6b-810a-d6c39fcc20cb} TCPHandler: Processed in 0.001300482 sec. 2025.08.11 21:37:21.288844 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:21.288935 [ 277 ] {3617e14c-5ee1-4418-b407-efe307472553} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:21.288973 [ 277 ] {3617e14c-5ee1-4418-b407-efe307472553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:21.289372 [ 277 ] {3617e14c-5ee1-4418-b407-efe307472553} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:21.289408 [ 277 ] {3617e14c-5ee1-4418-b407-efe307472553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:21.289707 [ 277 ] {3617e14c-5ee1-4418-b407-efe307472553} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:37:21.289920 [ 277 ] {3617e14c-5ee1-4418-b407-efe307472553} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:21.290040 [ 277 ] {3617e14c-5ee1-4418-b407-efe307472553} executeQuery: Read 91 rows, 7.28 KiB in 0.001122 sec., 81105.16934046346 rows/sec., 6.33 MiB/sec. 2025.08.11 21:37:21.290075 [ 277 ] {3617e14c-5ee1-4418-b407-efe307472553} TCPHandler: Processed in 0.001277272 sec. 2025.08.11 21:37:21.290203 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:21.290293 [ 277 ] {fb023435-87b1-42b7-bb07-bc7c58950355} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:21.290336 [ 277 ] {fb023435-87b1-42b7-bb07-bc7c58950355} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:21.290750 [ 277 ] {fb023435-87b1-42b7-bb07-bc7c58950355} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:21.290784 [ 277 ] {fb023435-87b1-42b7-bb07-bc7c58950355} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:21.291105 [ 277 ] {fb023435-87b1-42b7-bb07-bc7c58950355} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:37:21.291319 [ 277 ] {fb023435-87b1-42b7-bb07-bc7c58950355} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:21.291443 [ 277 ] {fb023435-87b1-42b7-bb07-bc7c58950355} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.08.11 21:37:21.291479 [ 277 ] {fb023435-87b1-42b7-bb07-bc7c58950355} TCPHandler: Processed in 0.001322452 sec. 2025.08.11 21:37:21.291588 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:21.291678 [ 277 ] {71600263-af5c-4104-8723-11216171a607} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:21.291731 [ 277 ] {71600263-af5c-4104-8723-11216171a607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:21.292506 [ 277 ] {71600263-af5c-4104-8723-11216171a607} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:21.292542 [ 277 ] {71600263-af5c-4104-8723-11216171a607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:21.293067 [ 277 ] {71600263-af5c-4104-8723-11216171a607} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:37:21.293279 [ 277 ] {71600263-af5c-4104-8723-11216171a607} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:21.293418 [ 277 ] {71600263-af5c-4104-8723-11216171a607} executeQuery: Read 27 rows, 49.54 KiB in 0.001757 sec., 15367.103016505405 rows/sec., 27.54 MiB/sec. 2025.08.11 21:37:21.293468 [ 277 ] {71600263-af5c-4104-8723-11216171a607} TCPHandler: Processed in 0.001927332 sec. 2025.08.11 21:37:21.293582 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:21.293674 [ 277 ] {23186206-773b-4e60-bd79-82c033e3b559} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:21.293715 [ 277 ] {23186206-773b-4e60-bd79-82c033e3b559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:21.294049 [ 277 ] {23186206-773b-4e60-bd79-82c033e3b559} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:21.294084 [ 277 ] {23186206-773b-4e60-bd79-82c033e3b559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:21.294379 [ 277 ] {23186206-773b-4e60-bd79-82c033e3b559} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:37:21.294577 [ 277 ] {23186206-773b-4e60-bd79-82c033e3b559} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:21.294699 [ 277 ] {23186206-773b-4e60-bd79-82c033e3b559} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2025.08.11 21:37:21.294733 [ 277 ] {23186206-773b-4e60-bd79-82c033e3b559} TCPHandler: Processed in 0.001198571 sec. 2025.08.11 21:37:24.351614 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 774 2025.08.11 21:37:24.353868 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:24.353929 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:24.355141 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:37:24.355420 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:24.355792 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 774 2025.08.11 21:37:26.285831 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.286061 [ 277 ] {ce6f38fd-3dea-45d5-9a3d-138ff74f18d9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:37:26.286139 [ 277 ] {ce6f38fd-3dea-45d5-9a3d-138ff74f18d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:37:26.286855 [ 277 ] {ce6f38fd-3dea-45d5-9a3d-138ff74f18d9} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.286906 [ 277 ] {ce6f38fd-3dea-45d5-9a3d-138ff74f18d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.287310 [ 277 ] {ce6f38fd-3dea-45d5-9a3d-138ff74f18d9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:37:26.287551 [ 277 ] {ce6f38fd-3dea-45d5-9a3d-138ff74f18d9} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.287715 [ 277 ] {ce6f38fd-3dea-45d5-9a3d-138ff74f18d9} executeQuery: Read 24 rows, 2.04 KiB in 0.00171 sec., 14035.087719298246 rows/sec., 1.16 MiB/sec. 2025.08.11 21:37:26.287768 [ 277 ] {ce6f38fd-3dea-45d5-9a3d-138ff74f18d9} TCPHandler: Processed in 0.002130466 sec. 2025.08.11 21:37:26.287890 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.288010 [ 277 ] {647e93da-5132-41be-bd8e-d5e00c459e24} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:26.288059 [ 277 ] {647e93da-5132-41be-bd8e-d5e00c459e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:26.288595 [ 277 ] {647e93da-5132-41be-bd8e-d5e00c459e24} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.288634 [ 277 ] {647e93da-5132-41be-bd8e-d5e00c459e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.288981 [ 277 ] {647e93da-5132-41be-bd8e-d5e00c459e24} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:37:26.289204 [ 277 ] {647e93da-5132-41be-bd8e-d5e00c459e24} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.289340 [ 277 ] {647e93da-5132-41be-bd8e-d5e00c459e24} executeQuery: Read 204 rows, 18.65 KiB in 0.00137 sec., 148905.1094890511 rows/sec., 13.29 MiB/sec. 2025.08.11 21:37:26.289379 [ 277 ] {647e93da-5132-41be-bd8e-d5e00c459e24} TCPHandler: Processed in 0.001541236 sec. 2025.08.11 21:37:26.289494 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.289591 [ 277 ] {9fe1353f-89d4-4ff5-9e43-a9843bffa740} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:26.289633 [ 277 ] {9fe1353f-89d4-4ff5-9e43-a9843bffa740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:26.290039 [ 277 ] {9fe1353f-89d4-4ff5-9e43-a9843bffa740} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.290078 [ 277 ] {9fe1353f-89d4-4ff5-9e43-a9843bffa740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.290380 [ 277 ] {9fe1353f-89d4-4ff5-9e43-a9843bffa740} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:37:26.290591 [ 277 ] {9fe1353f-89d4-4ff5-9e43-a9843bffa740} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.290721 [ 277 ] {9fe1353f-89d4-4ff5-9e43-a9843bffa740} executeQuery: Read 26 rows, 2.01 KiB in 0.001149 sec., 22628.372497824195 rows/sec., 1.71 MiB/sec. 2025.08.11 21:37:26.290759 [ 277 ] {9fe1353f-89d4-4ff5-9e43-a9843bffa740} TCPHandler: Processed in 0.001314642 sec. 2025.08.11 21:37:26.290859 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.290953 [ 277 ] {69a0aec9-bb0e-4051-b656-85437b287410} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:37:26.290995 [ 277 ] {69a0aec9-bb0e-4051-b656-85437b287410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:37:26.291386 [ 277 ] {69a0aec9-bb0e-4051-b656-85437b287410} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.291423 [ 277 ] {69a0aec9-bb0e-4051-b656-85437b287410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.291711 [ 277 ] {69a0aec9-bb0e-4051-b656-85437b287410} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:37:26.291932 [ 277 ] {69a0aec9-bb0e-4051-b656-85437b287410} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.292059 [ 277 ] {69a0aec9-bb0e-4051-b656-85437b287410} executeQuery: Read 24 rows, 2.04 KiB in 0.001123 sec., 21371.3268032057 rows/sec., 1.77 MiB/sec. 2025.08.11 21:37:26.292097 [ 277 ] {69a0aec9-bb0e-4051-b656-85437b287410} TCPHandler: Processed in 0.001286322 sec. 2025.08.11 21:37:26.292215 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.292332 [ 277 ] {9c4ac13c-a266-4242-963d-def1c7f0f4e2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:37:26.292379 [ 277 ] {9c4ac13c-a266-4242-963d-def1c7f0f4e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:37:26.292848 [ 277 ] {9c4ac13c-a266-4242-963d-def1c7f0f4e2} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.292885 [ 277 ] {9c4ac13c-a266-4242-963d-def1c7f0f4e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.293182 [ 277 ] {9c4ac13c-a266-4242-963d-def1c7f0f4e2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.11 21:37:26.293402 [ 277 ] {9c4ac13c-a266-4242-963d-def1c7f0f4e2} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.293528 [ 277 ] {9c4ac13c-a266-4242-963d-def1c7f0f4e2} executeQuery: Read 12 rows, 960.00 B in 0.001221 sec., 9828.009828009828 rows/sec., 767.81 KiB/sec. 2025.08.11 21:37:26.293566 [ 277 ] {9c4ac13c-a266-4242-963d-def1c7f0f4e2} TCPHandler: Processed in 0.001410273 sec. 2025.08.11 21:37:26.293665 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.293762 [ 277 ] {6687adf6-fd89-4728-ad52-b05f28751298} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:26.293802 [ 277 ] {6687adf6-fd89-4728-ad52-b05f28751298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:26.294320 [ 277 ] {6687adf6-fd89-4728-ad52-b05f28751298} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.294363 [ 277 ] {6687adf6-fd89-4728-ad52-b05f28751298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.294734 [ 277 ] {6687adf6-fd89-4728-ad52-b05f28751298} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:37:26.294961 [ 277 ] {6687adf6-fd89-4728-ad52-b05f28751298} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.295092 [ 277 ] {6687adf6-fd89-4728-ad52-b05f28751298} executeQuery: Read 114 rows, 9.49 KiB in 0.001348 sec., 84569.73293768546 rows/sec., 6.88 MiB/sec. 2025.08.11 21:37:26.295130 [ 277 ] {6687adf6-fd89-4728-ad52-b05f28751298} TCPHandler: Processed in 0.001512496 sec. 2025.08.11 21:37:26.295242 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.295338 [ 277 ] {da4d5b05-4fef-49b1-b442-7886f23f88f1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:26.295382 [ 277 ] {da4d5b05-4fef-49b1-b442-7886f23f88f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:26.295788 [ 277 ] {da4d5b05-4fef-49b1-b442-7886f23f88f1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.295825 [ 277 ] {da4d5b05-4fef-49b1-b442-7886f23f88f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.296172 [ 277 ] {da4d5b05-4fef-49b1-b442-7886f23f88f1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:37:26.296392 [ 277 ] {da4d5b05-4fef-49b1-b442-7886f23f88f1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.296519 [ 277 ] {da4d5b05-4fef-49b1-b442-7886f23f88f1} executeQuery: Read 196 rows, 14.40 KiB in 0.001199 sec., 163469.55796497082 rows/sec., 11.73 MiB/sec. 2025.08.11 21:37:26.296557 [ 277 ] {da4d5b05-4fef-49b1-b442-7886f23f88f1} TCPHandler: Processed in 0.001364123 sec. 2025.08.11 21:37:26.296665 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.296759 [ 277 ] {aea60847-4f6a-4895-b990-2e5e35c6d4de} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:26.296814 [ 277 ] {aea60847-4f6a-4895-b990-2e5e35c6d4de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:26.297582 [ 277 ] {aea60847-4f6a-4895-b990-2e5e35c6d4de} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.297619 [ 277 ] {aea60847-4f6a-4895-b990-2e5e35c6d4de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.298141 [ 277 ] {aea60847-4f6a-4895-b990-2e5e35c6d4de} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:37:26.298388 [ 277 ] {aea60847-4f6a-4895-b990-2e5e35c6d4de} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.298531 [ 277 ] {aea60847-4f6a-4895-b990-2e5e35c6d4de} executeQuery: Read 14 rows, 25.69 KiB in 0.001789 sec., 7825.6008943543875 rows/sec., 14.02 MiB/sec. 2025.08.11 21:37:26.298584 [ 277 ] {aea60847-4f6a-4895-b990-2e5e35c6d4de} TCPHandler: Processed in 0.001967693 sec. 2025.08.11 21:37:26.298698 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:26.298794 [ 277 ] {b9c49fe0-feb3-4010-ab3d-35459254ee9b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:26.298836 [ 277 ] {b9c49fe0-feb3-4010-ab3d-35459254ee9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:26.299201 [ 277 ] {b9c49fe0-feb3-4010-ab3d-35459254ee9b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.299237 [ 277 ] {b9c49fe0-feb3-4010-ab3d-35459254ee9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.299617 [ 277 ] {b9c49fe0-feb3-4010-ab3d-35459254ee9b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:37:26.299830 [ 277 ] {b9c49fe0-feb3-4010-ab3d-35459254ee9b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.299982 [ 277 ] {b9c49fe0-feb3-4010-ab3d-35459254ee9b} executeQuery: Read 60 rows, 4.14 KiB in 0.001206 sec., 49751.24378109453 rows/sec., 3.35 MiB/sec. 2025.08.11 21:37:26.300024 [ 277 ] {b9c49fe0-feb3-4010-ab3d-35459254ee9b} TCPHandler: Processed in 0.001373843 sec. 2025.08.11 21:37:26.813972 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 2025.08.11 21:37:26.814790 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.814877 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.815425 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:37:26.815686 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.815841 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 2025.08.11 21:37:26.815851 [ 139 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:37:26.815917 [ 139 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:26.815937 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:26.816035 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:37:26.816155 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:26.816192 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part 2025.08.11 21:37:26.816256 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:37:26.816301 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:37:26.816340 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:37:26.816380 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:37:26.816421 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:37:26.818063 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.002071595 sec., 6860897.038272442 rows/sec., 98.15 MiB/sec. 2025.08.11 21:37:26.818412 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:37:26.818677 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_31_6} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:26.818749 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_31_6} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:37:26.818859 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2025.08.11 21:37:27.588962 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.08.11 21:37:27.607163 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:27.607237 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:27.612910 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:37:27.613669 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:27.613950 [ 148 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:37:27.613987 [ 148 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:27.614006 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:27.614145 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:37:27.618189 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.08.11 21:37:27.618473 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:27.620115 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2025.08.11 21:37:27.625022 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2025.08.11 21:37:27.629515 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2025.08.11 21:37:27.633706 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2025.08.11 21:37:27.638078 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2025.08.11 21:37:27.642017 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2025.08.11 21:37:27.695782 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.081703049 sec., 2864.0302028385745 rows/sec., 14.81 MiB/sec. 2025.08.11 21:37:27.697737 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:37:27.699622 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:27.699721 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_31_6} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:37:27.701240 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2025.08.11 21:37:28.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 245.54 MiB, peak 256.08 MiB, free memory in arenas 0.00 B, will set to 250.20 MiB (RSS), difference: 4.66 MiB 2025.08.11 21:37:31.285882 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:31.286080 [ 277 ] {82b88c57-aa9c-4d4c-b38f-871d615d71d4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:31.286146 [ 277 ] {82b88c57-aa9c-4d4c-b38f-871d615d71d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:31.286908 [ 277 ] {82b88c57-aa9c-4d4c-b38f-871d615d71d4} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:31.286956 [ 277 ] {82b88c57-aa9c-4d4c-b38f-871d615d71d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:31.287354 [ 277 ] {82b88c57-aa9c-4d4c-b38f-871d615d71d4} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:37:31.287580 [ 277 ] {82b88c57-aa9c-4d4c-b38f-871d615d71d4} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:31.287737 [ 277 ] {82b88c57-aa9c-4d4c-b38f-871d615d71d4} executeQuery: Read 110 rows, 9.47 KiB in 0.001706 sec., 64478.31184056272 rows/sec., 5.42 MiB/sec. 2025.08.11 21:37:31.287780 [ 277 ] {82b88c57-aa9c-4d4c-b38f-871d615d71d4} TCPHandler: Processed in 0.002028864 sec. 2025.08.11 21:37:31.287936 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:31.288031 [ 277 ] {e9780bf3-da52-459c-ad40-3d400e80ebc4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:31.288103 [ 277 ] {e9780bf3-da52-459c-ad40-3d400e80ebc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:31.288548 [ 277 ] {e9780bf3-da52-459c-ad40-3d400e80ebc4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:31.288584 [ 277 ] {e9780bf3-da52-459c-ad40-3d400e80ebc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:31.288870 [ 277 ] {e9780bf3-da52-459c-ad40-3d400e80ebc4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:37:31.289076 [ 277 ] {e9780bf3-da52-459c-ad40-3d400e80ebc4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:31.289187 [ 146 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:37:31.289204 [ 277 ] {e9780bf3-da52-459c-ad40-3d400e80ebc4} executeQuery: Read 27 rows, 2.03 KiB in 0.00119 sec., 22689.0756302521 rows/sec., 1.67 MiB/sec. 2025.08.11 21:37:31.289256 [ 146 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:31.289262 [ 277 ] {e9780bf3-da52-459c-ad40-3d400e80ebc4} TCPHandler: Processed in 0.001373803 sec. 2025.08.11 21:37:31.289285 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:31.289407 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:37:31.289413 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:31.289535 [ 277 ] {56d64251-523d-421f-a6be-0340d1a1054c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:31.289545 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:31.289578 [ 277 ] {56d64251-523d-421f-a6be-0340d1a1054c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:31.289590 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 71 rows starting from the beginning of the part 2025.08.11 21:37:31.289669 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part 2025.08.11 21:37:31.289722 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:31.289771 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:31.289817 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2025.08.11 21:37:31.289861 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:31.290059 [ 277 ] {56d64251-523d-421f-a6be-0340d1a1054c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:31.290106 [ 277 ] {56d64251-523d-421f-a6be-0340d1a1054c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:31.290536 [ 277 ] {56d64251-523d-421f-a6be-0340d1a1054c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:37:31.290682 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.001319643 sec., 148525.017751013 rows/sec., 11.47 MiB/sec. 2025.08.11 21:37:31.290769 [ 277 ] {56d64251-523d-421f-a6be-0340d1a1054c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:31.290870 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:37:31.290906 [ 277 ] {56d64251-523d-421f-a6be-0340d1a1054c} executeQuery: Read 91 rows, 7.28 KiB in 0.001388 sec., 65561.95965417867 rows/sec., 5.12 MiB/sec. 2025.08.11 21:37:31.290951 [ 277 ] {56d64251-523d-421f-a6be-0340d1a1054c} TCPHandler: Processed in 0.001585146 sec. 2025.08.11 21:37:31.291079 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:31.291174 [ 277 ] {46196b2b-5d9e-43d8-8c7d-386094aa9709} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:31.291217 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:31.291219 [ 277 ] {46196b2b-5d9e-43d8-8c7d-386094aa9709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:31.291305 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_41_8} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:37:31.291430 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:37:31.291684 [ 277 ] {46196b2b-5d9e-43d8-8c7d-386094aa9709} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:31.291724 [ 277 ] {46196b2b-5d9e-43d8-8c7d-386094aa9709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:31.292072 [ 277 ] {46196b2b-5d9e-43d8-8c7d-386094aa9709} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:37:31.292277 [ 277 ] {46196b2b-5d9e-43d8-8c7d-386094aa9709} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:31.292405 [ 277 ] {46196b2b-5d9e-43d8-8c7d-386094aa9709} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2025.08.11 21:37:31.292442 [ 277 ] {46196b2b-5d9e-43d8-8c7d-386094aa9709} TCPHandler: Processed in 0.001410583 sec. 2025.08.11 21:37:31.292559 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:31.292651 [ 277 ] {9adc9154-87a2-4480-98ef-ae735bb3d06f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:31.292705 [ 277 ] {9adc9154-87a2-4480-98ef-ae735bb3d06f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:31.293518 [ 277 ] {9adc9154-87a2-4480-98ef-ae735bb3d06f} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:31.293554 [ 277 ] {9adc9154-87a2-4480-98ef-ae735bb3d06f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:31.294099 [ 277 ] {9adc9154-87a2-4480-98ef-ae735bb3d06f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:37:31.294314 [ 277 ] {9adc9154-87a2-4480-98ef-ae735bb3d06f} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:31.294448 [ 277 ] {9adc9154-87a2-4480-98ef-ae735bb3d06f} executeQuery: Read 27 rows, 49.54 KiB in 0.001813 sec., 14892.443463872036 rows/sec., 26.69 MiB/sec. 2025.08.11 21:37:31.294501 [ 277 ] {9adc9154-87a2-4480-98ef-ae735bb3d06f} TCPHandler: Processed in 0.001988683 sec. 2025.08.11 21:37:31.294617 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:31.294710 [ 277 ] {81e73695-a09f-4fd4-b713-6e8ea4fa12f3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:31.294751 [ 277 ] {81e73695-a09f-4fd4-b713-6e8ea4fa12f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:31.295094 [ 277 ] {81e73695-a09f-4fd4-b713-6e8ea4fa12f3} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:31.295130 [ 277 ] {81e73695-a09f-4fd4-b713-6e8ea4fa12f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:31.295437 [ 277 ] {81e73695-a09f-4fd4-b713-6e8ea4fa12f3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:37:31.295645 [ 277 ] {81e73695-a09f-4fd4-b713-6e8ea4fa12f3} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:31.295770 [ 277 ] {81e73695-a09f-4fd4-b713-6e8ea4fa12f3} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.08.11 21:37:31.295807 [ 277 ] {81e73695-a09f-4fd4-b713-6e8ea4fa12f3} TCPHandler: Processed in 0.001236781 sec. 2025.08.11 21:37:34.208417 [ 141 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:37:34.208497 [ 141 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:37:34.316008 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 2025.08.11 21:37:34.316625 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:34.316690 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:34.317384 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:37:34.317628 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:34.317775 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 2025.08.11 21:37:34.356059 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 804 2025.08.11 21:37:34.358513 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:34.358579 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:34.359836 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:37:34.360118 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:34.360485 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 804 2025.08.11 21:37:35.001579 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001111168 sec. 2025.08.11 21:37:35.118343 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.08.11 21:37:35.134180 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:35.134242 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:35.140306 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:37:35.141016 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:35.143763 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.08.11 21:37:36.285401 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:36.285613 [ 277 ] {b9b3e039-104e-43c5-93d9-f8e8b8bc1368} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:36.285687 [ 277 ] {b9b3e039-104e-43c5-93d9-f8e8b8bc1368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:36.286443 [ 277 ] {b9b3e039-104e-43c5-93d9-f8e8b8bc1368} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:36.286493 [ 277 ] {b9b3e039-104e-43c5-93d9-f8e8b8bc1368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:36.286932 [ 277 ] {b9b3e039-104e-43c5-93d9-f8e8b8bc1368} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:37:36.287166 [ 277 ] {b9b3e039-104e-43c5-93d9-f8e8b8bc1368} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:36.287332 [ 277 ] {b9b3e039-104e-43c5-93d9-f8e8b8bc1368} executeQuery: Read 84 rows, 7.19 KiB in 0.001772 sec., 47404.06320541761 rows/sec., 3.96 MiB/sec. 2025.08.11 21:37:36.287384 [ 277 ] {b9b3e039-104e-43c5-93d9-f8e8b8bc1368} TCPHandler: Processed in 0.002122965 sec. 2025.08.11 21:37:36.287513 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:36.287615 [ 277 ] {924cd058-1faa-47b3-8d31-17c290283531} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:36.287657 [ 277 ] {924cd058-1faa-47b3-8d31-17c290283531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:36.288077 [ 277 ] {924cd058-1faa-47b3-8d31-17c290283531} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:36.288136 [ 277 ] {924cd058-1faa-47b3-8d31-17c290283531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:36.288547 [ 277 ] {924cd058-1faa-47b3-8d31-17c290283531} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:37:36.288793 [ 277 ] {924cd058-1faa-47b3-8d31-17c290283531} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:36.288949 [ 277 ] {924cd058-1faa-47b3-8d31-17c290283531} executeQuery: Read 14 rows, 1.05 KiB in 0.001357 sec., 10316.875460574798 rows/sec., 775.78 KiB/sec. 2025.08.11 21:37:36.288994 [ 277 ] {924cd058-1faa-47b3-8d31-17c290283531} TCPHandler: Processed in 0.001531165 sec. 2025.08.11 21:37:36.289123 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:36.289237 [ 277 ] {56d82e54-7c47-4a5a-ba63-fa31fab8a2b2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:36.289278 [ 277 ] {56d82e54-7c47-4a5a-ba63-fa31fab8a2b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:36.289704 [ 277 ] {56d82e54-7c47-4a5a-ba63-fa31fab8a2b2} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:36.289740 [ 277 ] {56d82e54-7c47-4a5a-ba63-fa31fab8a2b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:36.290051 [ 277 ] {56d82e54-7c47-4a5a-ba63-fa31fab8a2b2} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:37:36.290267 [ 277 ] {56d82e54-7c47-4a5a-ba63-fa31fab8a2b2} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:36.290391 [ 277 ] {56d82e54-7c47-4a5a-ba63-fa31fab8a2b2} executeQuery: Read 78 rows, 6.24 KiB in 0.001181 sec., 66045.72396274343 rows/sec., 5.16 MiB/sec. 2025.08.11 21:37:36.290427 [ 277 ] {56d82e54-7c47-4a5a-ba63-fa31fab8a2b2} TCPHandler: Processed in 0.001362323 sec. 2025.08.11 21:37:36.290535 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:36.290627 [ 277 ] {bdba423e-aefc-47a8-b85f-91517da12853} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:36.290670 [ 277 ] {bdba423e-aefc-47a8-b85f-91517da12853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:36.291068 [ 277 ] {bdba423e-aefc-47a8-b85f-91517da12853} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:36.291104 [ 277 ] {bdba423e-aefc-47a8-b85f-91517da12853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:36.291433 [ 277 ] {bdba423e-aefc-47a8-b85f-91517da12853} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:37:36.291639 [ 277 ] {bdba423e-aefc-47a8-b85f-91517da12853} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:36.291765 [ 277 ] {bdba423e-aefc-47a8-b85f-91517da12853} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2025.08.11 21:37:36.291801 [ 277 ] {bdba423e-aefc-47a8-b85f-91517da12853} TCPHandler: Processed in 0.001312952 sec. 2025.08.11 21:37:36.291899 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:36.291990 [ 277 ] {6cf70909-0fc4-4840-8015-169d8918f98e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:36.292044 [ 277 ] {6cf70909-0fc4-4840-8015-169d8918f98e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:36.292805 [ 277 ] {6cf70909-0fc4-4840-8015-169d8918f98e} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:36.292841 [ 277 ] {6cf70909-0fc4-4840-8015-169d8918f98e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:36.293374 [ 277 ] {6cf70909-0fc4-4840-8015-169d8918f98e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:37:36.293589 [ 277 ] {6cf70909-0fc4-4840-8015-169d8918f98e} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:36.293707 [ 140 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:37:36.293724 [ 277 ] {6cf70909-0fc4-4840-8015-169d8918f98e} executeQuery: Read 14 rows, 25.69 KiB in 0.001752 sec., 7990.867579908675 rows/sec., 14.32 MiB/sec. 2025.08.11 21:37:36.293782 [ 140 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:36.293811 [ 277 ] {6cf70909-0fc4-4840-8015-169d8918f98e} TCPHandler: Processed in 0.001958313 sec. 2025.08.11 21:37:36.293811 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:36.293932 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:36.293986 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:37:36.294028 [ 277 ] {c480391e-8601-4a03-b9e2-f777888535d1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:36.294085 [ 277 ] {c480391e-8601-4a03-b9e2-f777888535d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:36.294338 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:36.294401 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 687 rows starting from the beginning of the part 2025.08.11 21:37:36.294426 [ 277 ] {c480391e-8601-4a03-b9e2-f777888535d1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:36.294466 [ 277 ] {c480391e-8601-4a03-b9e2-f777888535d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:36.294531 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:36.294651 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:36.294760 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:36.294774 [ 277 ] {c480391e-8601-4a03-b9e2-f777888535d1} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:37:36.294880 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:36.294994 [ 277 ] {c480391e-8601-4a03-b9e2-f777888535d1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:36.294995 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:36.295140 [ 277 ] {c480391e-8601-4a03-b9e2-f777888535d1} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.08.11 21:37:36.295179 [ 277 ] {c480391e-8601-4a03-b9e2-f777888535d1} TCPHandler: Processed in 0.001294622 sec. 2025.08.11 21:37:36.299749 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 783 rows, containing 19 columns (19 merged, 0 gathered) in 0.005844007 sec., 133983.41240864358 rows/sec., 240.09 MiB/sec. 2025.08.11 21:37:36.300940 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:37:36.301325 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:36.301405 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_41_8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:37:36.301534 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.67 MiB. 2025.08.11 21:37:37.001181 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 251.95 MiB, peak 259.59 MiB, free memory in arenas 0.00 B, will set to 254.79 MiB (RSS), difference: 2.83 MiB 2025.08.11 21:37:38.465365 [ 137 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.11 21:37:38.465440 [ 137 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.465467 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:38.465604 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.08.11 21:37:38.465764 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:38.465804 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 252 rows starting from the beginning of the part 2025.08.11 21:37:38.465883 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part 2025.08.11 21:37:38.465936 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.08.11 21:37:38.465990 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part 2025.08.11 21:37:38.466038 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.08.11 21:37:38.466949 [ 200 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001407284 sec., 537204.9991330819 rows/sec., 39.20 MiB/sec. 2025.08.11 21:37:38.467127 [ 194 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.11 21:37:38.467408 [ 194 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.467482 [ 194 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_13_3} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.11 21:37:38.467555 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.11 21:37:38.592754 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:38.592925 [ 277 ] {c2b35a86-c897-47aa-b5fa-f3b999eeef25} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:37:38.592989 [ 277 ] {c2b35a86-c897-47aa-b5fa-f3b999eeef25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:37:38.593596 [ 277 ] {c2b35a86-c897-47aa-b5fa-f3b999eeef25} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.593636 [ 277 ] {c2b35a86-c897-47aa-b5fa-f3b999eeef25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:38.594017 [ 277 ] {c2b35a86-c897-47aa-b5fa-f3b999eeef25} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:37:38.594251 [ 277 ] {c2b35a86-c897-47aa-b5fa-f3b999eeef25} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.594401 [ 277 ] {c2b35a86-c897-47aa-b5fa-f3b999eeef25} executeQuery: Read 2 rows, 167.00 B in 0.001526 sec., 1310.615989515072 rows/sec., 106.87 KiB/sec. 2025.08.11 21:37:38.594443 [ 277 ] {c2b35a86-c897-47aa-b5fa-f3b999eeef25} TCPHandler: Processed in 0.001818391 sec. 2025.08.11 21:37:38.594558 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:38.594655 [ 277 ] {485de037-4c90-4d08-b739-908edb429eff} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:38.594695 [ 277 ] {485de037-4c90-4d08-b739-908edb429eff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:38.595546 [ 277 ] {485de037-4c90-4d08-b739-908edb429eff} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.595583 [ 277 ] {485de037-4c90-4d08-b739-908edb429eff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:38.595962 [ 277 ] {485de037-4c90-4d08-b739-908edb429eff} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:37:38.596180 [ 277 ] {485de037-4c90-4d08-b739-908edb429eff} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.596284 [ 137 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:37:38.596310 [ 277 ] {485de037-4c90-4d08-b739-908edb429eff} executeQuery: Read 1251 rows, 106.10 KiB in 0.001673 sec., 747758.5176329946 rows/sec., 61.93 MiB/sec. 2025.08.11 21:37:38.596320 [ 137 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.596341 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:38.596348 [ 277 ] {485de037-4c90-4d08-b739-908edb429eff} TCPHandler: Processed in 0.001838961 sec. 2025.08.11 21:37:38.596433 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:37:38.596462 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:38.596548 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:38.596562 [ 277 ] {dc467db3-2352-4032-b936-dcc4aa51b8f7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:38.596587 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1407 rows starting from the beginning of the part 2025.08.11 21:37:38.596610 [ 277 ] {dc467db3-2352-4032-b936-dcc4aa51b8f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:38.596650 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 110 rows starting from the beginning of the part 2025.08.11 21:37:38.596701 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 204 rows starting from the beginning of the part 2025.08.11 21:37:38.596744 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 110 rows starting from the beginning of the part 2025.08.11 21:37:38.596788 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 84 rows starting from the beginning of the part 2025.08.11 21:37:38.596829 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:37:38.597021 [ 277 ] {dc467db3-2352-4032-b936-dcc4aa51b8f7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.597064 [ 277 ] {dc467db3-2352-4032-b936-dcc4aa51b8f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:38.597485 [ 277 ] {dc467db3-2352-4032-b936-dcc4aa51b8f7} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:37:38.597721 [ 277 ] {dc467db3-2352-4032-b936-dcc4aa51b8f7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.597854 [ 277 ] {dc467db3-2352-4032-b936-dcc4aa51b8f7} executeQuery: Read 29 rows, 2.17 KiB in 0.001311 sec., 22120.518688024407 rows/sec., 1.62 MiB/sec. 2025.08.11 21:37:38.597892 [ 277 ] {dc467db3-2352-4032-b936-dcc4aa51b8f7} TCPHandler: Processed in 0.001479245 sec. 2025.08.11 21:37:38.597999 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:38.598093 [ 277 ] {f2047b4f-6a40-4c60-ab9d-604bb28c4832} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:37:38.598134 [ 277 ] {f2047b4f-6a40-4c60-ab9d-604bb28c4832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:37:38.598339 [ 200 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3166 rows, containing 5 columns (5 merged, 0 gathered) in 0.001949783 sec., 1623770.4400951285 rows/sec., 142.33 MiB/sec. 2025.08.11 21:37:38.598575 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:37:38.598597 [ 277 ] {f2047b4f-6a40-4c60-ab9d-604bb28c4832} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.598637 [ 277 ] {f2047b4f-6a40-4c60-ab9d-604bb28c4832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:38.598885 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.598970 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_51_10} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:37:38.598993 [ 277 ] {f2047b4f-6a40-4c60-ab9d-604bb28c4832} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:37:38.599041 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.11 21:37:38.599223 [ 277 ] {f2047b4f-6a40-4c60-ab9d-604bb28c4832} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.599385 [ 277 ] {f2047b4f-6a40-4c60-ab9d-604bb28c4832} executeQuery: Read 228 rows, 15.81 KiB in 0.00131 sec., 174045.80152671755 rows/sec., 11.78 MiB/sec. 2025.08.11 21:37:38.599423 [ 277 ] {f2047b4f-6a40-4c60-ab9d-604bb28c4832} TCPHandler: Processed in 0.001473195 sec. 2025.08.11 21:37:38.599524 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:38.599619 [ 277 ] {54f1ffc7-98ff-4575-9238-12d651e2c4d8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:38.599659 [ 277 ] {54f1ffc7-98ff-4575-9238-12d651e2c4d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:38.600215 [ 277 ] {54f1ffc7-98ff-4575-9238-12d651e2c4d8} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.600250 [ 277 ] {54f1ffc7-98ff-4575-9238-12d651e2c4d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:38.600584 [ 277 ] {54f1ffc7-98ff-4575-9238-12d651e2c4d8} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:37:38.600802 [ 277 ] {54f1ffc7-98ff-4575-9238-12d651e2c4d8} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.600955 [ 277 ] {54f1ffc7-98ff-4575-9238-12d651e2c4d8} executeQuery: Read 549 rows, 41.73 KiB in 0.001354 sec., 405465.2880354505 rows/sec., 30.10 MiB/sec. 2025.08.11 21:37:38.600964 [ 136 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:37:38.600995 [ 277 ] {54f1ffc7-98ff-4575-9238-12d651e2c4d8} TCPHandler: Processed in 0.001518266 sec. 2025.08.11 21:37:38.601018 [ 136 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.601046 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2025.08.11 21:37:38.601116 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:38.601167 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:37:38.601216 [ 277 ] {27494104-b2c8-4101-b7db-3b87f6902de8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:38.601265 [ 277 ] {27494104-b2c8-4101-b7db-3b87f6902de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:38.601304 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:38.601342 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 633 rows starting from the beginning of the part 2025.08.11 21:37:38.601409 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 91 rows starting from the beginning of the part 2025.08.11 21:37:38.601456 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 114 rows starting from the beginning of the part 2025.08.11 21:37:38.601501 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 91 rows starting from the beginning of the part 2025.08.11 21:37:38.601541 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 78 rows starting from the beginning of the part 2025.08.11 21:37:38.601584 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 549 rows starting from the beginning of the part 2025.08.11 21:37:38.601812 [ 277 ] {27494104-b2c8-4101-b7db-3b87f6902de8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.601857 [ 277 ] {27494104-b2c8-4101-b7db-3b87f6902de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:38.602262 [ 277 ] {27494104-b2c8-4101-b7db-3b87f6902de8} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:37:38.602479 [ 277 ] {27494104-b2c8-4101-b7db-3b87f6902de8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.602593 [ 136 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:37:38.602608 [ 277 ] {27494104-b2c8-4101-b7db-3b87f6902de8} executeQuery: Read 943 rows, 64.75 KiB in 0.001411 sec., 668320.3401842666 rows/sec., 44.81 MiB/sec. 2025.08.11 21:37:38.602628 [ 136 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.602651 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:38.602653 [ 277 ] {27494104-b2c8-4101-b7db-3b87f6902de8} TCPHandler: Processed in 0.001587456 sec. 2025.08.11 21:37:38.602691 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587507 sec., 980153.1583797741 rows/sec., 78.10 MiB/sec. 2025.08.11 21:37:38.602744 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:37:38.602786 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:38.602867 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:37:38.602871 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:38.602888 [ 277 ] {895681bf-9ec5-4573-9251-7c1ea5a8a0d4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:38.602939 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13888 rows starting from the beginning of the part 2025.08.11 21:37:38.602968 [ 277 ] {895681bf-9ec5-4573-9251-7c1ea5a8a0d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:38.603012 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:37:38.603065 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 196 rows starting from the beginning of the part 2025.08.11 21:37:38.603114 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2025.08.11 21:37:38.603156 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2025.08.11 21:37:38.603159 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.603199 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 943 rows starting from the beginning of the part 2025.08.11 21:37:38.603252 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_51_10} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:37:38.603335 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.11 21:37:38.603760 [ 277 ] {895681bf-9ec5-4573-9251-7c1ea5a8a0d4} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.603802 [ 277 ] {895681bf-9ec5-4573-9251-7c1ea5a8a0d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:38.604428 [ 277 ] {895681bf-9ec5-4573-9251-7c1ea5a8a0d4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:37:38.604679 [ 277 ] {895681bf-9ec5-4573-9251-7c1ea5a8a0d4} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.604820 [ 277 ] {895681bf-9ec5-4573-9251-7c1ea5a8a0d4} executeQuery: Read 27 rows, 49.54 KiB in 0.001949 sec., 13853.258081067213 rows/sec., 24.82 MiB/sec. 2025.08.11 21:37:38.604876 [ 277 ] {895681bf-9ec5-4573-9251-7c1ea5a8a0d4} TCPHandler: Processed in 0.002138196 sec. 2025.08.11 21:37:38.604997 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:38.605093 [ 277 ] {46b43a5c-ab6a-4ab1-a8ca-000a0d18a5eb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:38.605136 [ 277 ] {46b43a5c-ab6a-4ab1-a8ca-000a0d18a5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:38.605476 [ 277 ] {46b43a5c-ab6a-4ab1-a8ca-000a0d18a5eb} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.605512 [ 277 ] {46b43a5c-ab6a-4ab1-a8ca-000a0d18a5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:38.605883 [ 277 ] {46b43a5c-ab6a-4ab1-a8ca-000a0d18a5eb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:37:38.606102 [ 277 ] {46b43a5c-ab6a-4ab1-a8ca-000a0d18a5eb} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.606217 [ 136 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:37:38.606232 [ 277 ] {46b43a5c-ab6a-4ab1-a8ca-000a0d18a5eb} executeQuery: Read 36 rows, 2.48 KiB in 0.001157 sec., 31114.95246326707 rows/sec., 2.10 MiB/sec. 2025.08.11 21:37:38.606253 [ 136 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:38.606276 [ 277 ] {46b43a5c-ab6a-4ab1-a8ca-000a0d18a5eb} TCPHandler: Processed in 0.001328062 sec. 2025.08.11 21:37:38.606277 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:38.606363 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:37:38.606465 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:38.606494 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2430 rows starting from the beginning of the part 2025.08.11 21:37:38.606547 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2025.08.11 21:37:38.606593 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.08.11 21:37:38.606632 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2025.08.11 21:37:38.606669 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.08.11 21:37:38.606705 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part 2025.08.11 21:37:38.607661 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15507 rows, containing 5 columns (5 merged, 0 gathered) in 0.004970403 sec., 3119867.7451305254 rows/sec., 213.59 MiB/sec. 2025.08.11 21:37:38.607844 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2706 rows, containing 4 columns (4 merged, 0 gathered) in 0.001512965 sec., 1788541.0435799903 rows/sec., 120.65 MiB/sec. 2025.08.11 21:37:38.608059 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:37:38.608141 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:37:38.608394 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.608466 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:38.608481 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_51_10} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:37:38.608547 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_51_10} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:37:38.608571 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. 2025.08.11 21:37:38.608626 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2025.08.11 21:37:41.280085 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:41.280295 [ 277 ] {e6e5489a-bf81-43fd-92b0-40431a4efaaf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:41.280366 [ 277 ] {e6e5489a-bf81-43fd-92b0-40431a4efaaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:41.281071 [ 277 ] {e6e5489a-bf81-43fd-92b0-40431a4efaaf} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:41.281128 [ 277 ] {e6e5489a-bf81-43fd-92b0-40431a4efaaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:41.281556 [ 277 ] {e6e5489a-bf81-43fd-92b0-40431a4efaaf} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:37:41.281807 [ 277 ] {e6e5489a-bf81-43fd-92b0-40431a4efaaf} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:41.281979 [ 277 ] {e6e5489a-bf81-43fd-92b0-40431a4efaaf} executeQuery: Read 56 rows, 4.41 KiB in 0.001733 sec., 32313.90652048471 rows/sec., 2.48 MiB/sec. 2025.08.11 21:37:41.282035 [ 277 ] {e6e5489a-bf81-43fd-92b0-40431a4efaaf} TCPHandler: Processed in 0.002101275 sec. 2025.08.11 21:37:41.282170 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:41.282276 [ 277 ] {4f14a381-6219-4a28-879a-34d3f48322d7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:41.282322 [ 277 ] {4f14a381-6219-4a28-879a-34d3f48322d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:41.282786 [ 277 ] {4f14a381-6219-4a28-879a-34d3f48322d7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:41.282830 [ 277 ] {4f14a381-6219-4a28-879a-34d3f48322d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:41.283153 [ 277 ] {4f14a381-6219-4a28-879a-34d3f48322d7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:37:41.283379 [ 277 ] {4f14a381-6219-4a28-879a-34d3f48322d7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:41.283513 [ 277 ] {4f14a381-6219-4a28-879a-34d3f48322d7} executeQuery: Read 64 rows, 5.12 KiB in 0.001263 sec., 50673.00079176564 rows/sec., 3.96 MiB/sec. 2025.08.11 21:37:41.283553 [ 277 ] {4f14a381-6219-4a28-879a-34d3f48322d7} TCPHandler: Processed in 0.001436814 sec. 2025.08.11 21:37:41.283677 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:41.283774 [ 277 ] {3789df28-73e8-4c17-b391-d0ba8687a51e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:41.283821 [ 277 ] {3789df28-73e8-4c17-b391-d0ba8687a51e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:41.284193 [ 277 ] {3789df28-73e8-4c17-b391-d0ba8687a51e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:41.284231 [ 277 ] {3789df28-73e8-4c17-b391-d0ba8687a51e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:41.284567 [ 277 ] {3789df28-73e8-4c17-b391-d0ba8687a51e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:37:41.284782 [ 277 ] {3789df28-73e8-4c17-b391-d0ba8687a51e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:41.284914 [ 277 ] {3789df28-73e8-4c17-b391-d0ba8687a51e} executeQuery: Read 64 rows, 4.56 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 3.84 MiB/sec. 2025.08.11 21:37:41.284952 [ 277 ] {3789df28-73e8-4c17-b391-d0ba8687a51e} TCPHandler: Processed in 0.001326262 sec. 2025.08.11 21:37:41.285081 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:41.285178 [ 277 ] {ad375978-9789-40a3-a28d-0c67dfc9e9c8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:41.285222 [ 277 ] {ad375978-9789-40a3-a28d-0c67dfc9e9c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:41.285556 [ 277 ] {ad375978-9789-40a3-a28d-0c67dfc9e9c8} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:41.285595 [ 277 ] {ad375978-9789-40a3-a28d-0c67dfc9e9c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:41.285904 [ 277 ] {ad375978-9789-40a3-a28d-0c67dfc9e9c8} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:37:41.286122 [ 277 ] {ad375978-9789-40a3-a28d-0c67dfc9e9c8} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:41.286261 [ 277 ] {ad375978-9789-40a3-a28d-0c67dfc9e9c8} executeQuery: Read 24 rows, 1.66 KiB in 0.001102 sec., 21778.58439201452 rows/sec., 1.47 MiB/sec. 2025.08.11 21:37:41.286298 [ 277 ] {ad375978-9789-40a3-a28d-0c67dfc9e9c8} TCPHandler: Processed in 0.001266421 sec. 2025.08.11 21:37:41.817895 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 2025.08.11 21:37:41.818441 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:41.818476 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:41.818949 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:37:41.819177 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:41.819303 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 2025.08.11 21:37:42.643868 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.08.11 21:37:42.659906 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:42.659973 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:42.665915 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:37:42.666630 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:42.669575 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.08.11 21:37:44.360709 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 840 2025.08.11 21:37:44.363242 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:44.363297 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:44.364525 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:37:44.364817 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:44.365177 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 840 2025.08.11 21:37:46.284018 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:46.284228 [ 277 ] {864f61a1-3db8-49c2-9af9-925cbb0923f6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:46.284296 [ 277 ] {864f61a1-3db8-49c2-9af9-925cbb0923f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:46.284970 [ 277 ] {864f61a1-3db8-49c2-9af9-925cbb0923f6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:46.285018 [ 277 ] {864f61a1-3db8-49c2-9af9-925cbb0923f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:46.285436 [ 277 ] {864f61a1-3db8-49c2-9af9-925cbb0923f6} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:37:46.285687 [ 277 ] {864f61a1-3db8-49c2-9af9-925cbb0923f6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:46.285844 [ 277 ] {864f61a1-3db8-49c2-9af9-925cbb0923f6} executeQuery: Read 84 rows, 7.19 KiB in 0.001672 sec., 50239.23444976076 rows/sec., 4.20 MiB/sec. 2025.08.11 21:37:46.285887 [ 277 ] {864f61a1-3db8-49c2-9af9-925cbb0923f6} TCPHandler: Processed in 0.002004104 sec. 2025.08.11 21:37:46.286013 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:46.286112 [ 277 ] {5b40c3de-34aa-4357-aae5-2fd8a80121de} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:46.286154 [ 277 ] {5b40c3de-34aa-4357-aae5-2fd8a80121de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:46.286560 [ 277 ] {5b40c3de-34aa-4357-aae5-2fd8a80121de} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:46.286596 [ 277 ] {5b40c3de-34aa-4357-aae5-2fd8a80121de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:46.286900 [ 277 ] {5b40c3de-34aa-4357-aae5-2fd8a80121de} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:37:46.287122 [ 277 ] {5b40c3de-34aa-4357-aae5-2fd8a80121de} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:46.287254 [ 277 ] {5b40c3de-34aa-4357-aae5-2fd8a80121de} executeQuery: Read 14 rows, 1.05 KiB in 0.001161 sec., 12058.570198105082 rows/sec., 906.75 KiB/sec. 2025.08.11 21:37:46.287293 [ 277 ] {5b40c3de-34aa-4357-aae5-2fd8a80121de} TCPHandler: Processed in 0.001329922 sec. 2025.08.11 21:37:46.287404 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:46.287500 [ 277 ] {8abdcc6f-d7ed-4312-bc0c-3279da3a7133} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:46.287540 [ 277 ] {8abdcc6f-d7ed-4312-bc0c-3279da3a7133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:46.287962 [ 277 ] {8abdcc6f-d7ed-4312-bc0c-3279da3a7133} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:46.287998 [ 277 ] {8abdcc6f-d7ed-4312-bc0c-3279da3a7133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:46.288307 [ 277 ] {8abdcc6f-d7ed-4312-bc0c-3279da3a7133} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:37:46.288527 [ 277 ] {8abdcc6f-d7ed-4312-bc0c-3279da3a7133} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:46.288655 [ 277 ] {8abdcc6f-d7ed-4312-bc0c-3279da3a7133} executeQuery: Read 78 rows, 6.24 KiB in 0.001173 sec., 66496.16368286446 rows/sec., 5.19 MiB/sec. 2025.08.11 21:37:46.288693 [ 277 ] {8abdcc6f-d7ed-4312-bc0c-3279da3a7133} TCPHandler: Processed in 0.001337803 sec. 2025.08.11 21:37:46.288806 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:46.288902 [ 277 ] {768d0d26-e745-4962-a346-b3941ab2a150} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:46.288946 [ 277 ] {768d0d26-e745-4962-a346-b3941ab2a150} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:46.289359 [ 277 ] {768d0d26-e745-4962-a346-b3941ab2a150} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:46.289397 [ 277 ] {768d0d26-e745-4962-a346-b3941ab2a150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:46.289734 [ 277 ] {768d0d26-e745-4962-a346-b3941ab2a150} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:37:46.289951 [ 277 ] {768d0d26-e745-4962-a346-b3941ab2a150} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:46.290082 [ 277 ] {768d0d26-e745-4962-a346-b3941ab2a150} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2025.08.11 21:37:46.290120 [ 277 ] {768d0d26-e745-4962-a346-b3941ab2a150} TCPHandler: Processed in 0.001364503 sec. 2025.08.11 21:37:46.290228 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:46.290322 [ 277 ] {19778051-cf5a-4d1a-a41d-055a7d2faa1d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:46.290379 [ 277 ] {19778051-cf5a-4d1a-a41d-055a7d2faa1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:46.291189 [ 277 ] {19778051-cf5a-4d1a-a41d-055a7d2faa1d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:46.291225 [ 277 ] {19778051-cf5a-4d1a-a41d-055a7d2faa1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:46.291768 [ 277 ] {19778051-cf5a-4d1a-a41d-055a7d2faa1d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:37:46.291996 [ 277 ] {19778051-cf5a-4d1a-a41d-055a7d2faa1d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:46.292131 [ 277 ] {19778051-cf5a-4d1a-a41d-055a7d2faa1d} executeQuery: Read 14 rows, 25.69 KiB in 0.001826 sec., 7667.031763417306 rows/sec., 13.74 MiB/sec. 2025.08.11 21:37:46.292184 [ 277 ] {19778051-cf5a-4d1a-a41d-055a7d2faa1d} TCPHandler: Processed in 0.002009974 sec. 2025.08.11 21:37:46.292311 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:46.292406 [ 277 ] {1212ab20-38a1-4d0c-9a34-bad3705888a2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:46.292447 [ 277 ] {1212ab20-38a1-4d0c-9a34-bad3705888a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:46.292808 [ 277 ] {1212ab20-38a1-4d0c-9a34-bad3705888a2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:46.292842 [ 277 ] {1212ab20-38a1-4d0c-9a34-bad3705888a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:46.293153 [ 277 ] {1212ab20-38a1-4d0c-9a34-bad3705888a2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:37:46.293374 [ 277 ] {1212ab20-38a1-4d0c-9a34-bad3705888a2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:46.293502 [ 277 ] {1212ab20-38a1-4d0c-9a34-bad3705888a2} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2025.08.11 21:37:46.293537 [ 277 ] {1212ab20-38a1-4d0c-9a34-bad3705888a2} TCPHandler: Processed in 0.001275842 sec. 2025.08.11 21:37:49.208577 [ 61 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:37:49.208636 [ 61 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:37:49.319410 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 2025.08.11 21:37:49.319964 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:49.320012 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:49.320571 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:37:49.320831 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:49.320979 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 2025.08.11 21:37:50.169677 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.08.11 21:37:50.186648 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:50.186712 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:50.192829 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:37:50.193557 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:50.196996 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.08.11 21:37:51.285902 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:51.286117 [ 277 ] {7397de8b-a2cc-494f-9acc-7f8796941170} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:51.286191 [ 277 ] {7397de8b-a2cc-494f-9acc-7f8796941170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:51.286936 [ 277 ] {7397de8b-a2cc-494f-9acc-7f8796941170} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:51.286975 [ 277 ] {7397de8b-a2cc-494f-9acc-7f8796941170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:51.287386 [ 277 ] {7397de8b-a2cc-494f-9acc-7f8796941170} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:37:51.287615 [ 277 ] {7397de8b-a2cc-494f-9acc-7f8796941170} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:51.287765 [ 277 ] {7397de8b-a2cc-494f-9acc-7f8796941170} executeQuery: Read 110 rows, 9.47 KiB in 0.001704 sec., 64553.99061032864 rows/sec., 5.42 MiB/sec. 2025.08.11 21:37:51.287807 [ 277 ] {7397de8b-a2cc-494f-9acc-7f8796941170} TCPHandler: Processed in 0.002054224 sec. 2025.08.11 21:37:51.287930 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:51.288026 [ 277 ] {e5b76286-6276-4dec-809c-57349e906d89} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:51.288067 [ 277 ] {e5b76286-6276-4dec-809c-57349e906d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:51.288473 [ 277 ] {e5b76286-6276-4dec-809c-57349e906d89} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:51.288509 [ 277 ] {e5b76286-6276-4dec-809c-57349e906d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:51.288823 [ 277 ] {e5b76286-6276-4dec-809c-57349e906d89} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:37:51.289039 [ 277 ] {e5b76286-6276-4dec-809c-57349e906d89} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:51.289172 [ 277 ] {e5b76286-6276-4dec-809c-57349e906d89} executeQuery: Read 27 rows, 2.03 KiB in 0.001165 sec., 23175.96566523605 rows/sec., 1.70 MiB/sec. 2025.08.11 21:37:51.289210 [ 277 ] {e5b76286-6276-4dec-809c-57349e906d89} TCPHandler: Processed in 0.001329272 sec. 2025.08.11 21:37:51.289321 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:51.289416 [ 277 ] {4a155bc9-c336-4a6d-8fcc-f9579f0ba731} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:51.289456 [ 277 ] {4a155bc9-c336-4a6d-8fcc-f9579f0ba731} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:51.289877 [ 277 ] {4a155bc9-c336-4a6d-8fcc-f9579f0ba731} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:51.289912 [ 277 ] {4a155bc9-c336-4a6d-8fcc-f9579f0ba731} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:51.290220 [ 277 ] {4a155bc9-c336-4a6d-8fcc-f9579f0ba731} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:37:51.290438 [ 277 ] {4a155bc9-c336-4a6d-8fcc-f9579f0ba731} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:51.290565 [ 277 ] {4a155bc9-c336-4a6d-8fcc-f9579f0ba731} executeQuery: Read 91 rows, 7.28 KiB in 0.001168 sec., 77910.95890410959 rows/sec., 6.08 MiB/sec. 2025.08.11 21:37:51.290602 [ 277 ] {4a155bc9-c336-4a6d-8fcc-f9579f0ba731} TCPHandler: Processed in 0.001330912 sec. 2025.08.11 21:37:51.290715 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:51.290811 [ 277 ] {0d4194fc-44ef-4930-930e-0806c220f494} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:51.290855 [ 277 ] {0d4194fc-44ef-4930-930e-0806c220f494} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:51.291260 [ 277 ] {0d4194fc-44ef-4930-930e-0806c220f494} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:51.291296 [ 277 ] {0d4194fc-44ef-4930-930e-0806c220f494} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:51.291631 [ 277 ] {0d4194fc-44ef-4930-930e-0806c220f494} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:37:51.291844 [ 277 ] {0d4194fc-44ef-4930-930e-0806c220f494} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:51.291974 [ 277 ] {0d4194fc-44ef-4930-930e-0806c220f494} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.08.11 21:37:51.292010 [ 277 ] {0d4194fc-44ef-4930-930e-0806c220f494} TCPHandler: Processed in 0.001346192 sec. 2025.08.11 21:37:51.292118 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:51.292212 [ 277 ] {590beee1-9462-4f7b-9ba2-1415b9d5fe30} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:51.292268 [ 277 ] {590beee1-9462-4f7b-9ba2-1415b9d5fe30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:51.293070 [ 277 ] {590beee1-9462-4f7b-9ba2-1415b9d5fe30} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:51.293106 [ 277 ] {590beee1-9462-4f7b-9ba2-1415b9d5fe30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:51.293707 [ 277 ] {590beee1-9462-4f7b-9ba2-1415b9d5fe30} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:37:51.293944 [ 277 ] {590beee1-9462-4f7b-9ba2-1415b9d5fe30} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:51.294080 [ 277 ] {590beee1-9462-4f7b-9ba2-1415b9d5fe30} executeQuery: Read 27 rows, 49.54 KiB in 0.001888 sec., 14300.84745762712 rows/sec., 25.63 MiB/sec. 2025.08.11 21:37:51.294133 [ 277 ] {590beee1-9462-4f7b-9ba2-1415b9d5fe30} TCPHandler: Processed in 0.002064095 sec. 2025.08.11 21:37:51.294245 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:51.294340 [ 277 ] {bd97c773-3819-4d6b-9a45-9bbae783cb6c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:51.294382 [ 277 ] {bd97c773-3819-4d6b-9a45-9bbae783cb6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:51.294718 [ 277 ] {bd97c773-3819-4d6b-9a45-9bbae783cb6c} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:51.294754 [ 277 ] {bd97c773-3819-4d6b-9a45-9bbae783cb6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:51.295068 [ 277 ] {bd97c773-3819-4d6b-9a45-9bbae783cb6c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:37:51.295280 [ 277 ] {bd97c773-3819-4d6b-9a45-9bbae783cb6c} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:51.295408 [ 277 ] {bd97c773-3819-4d6b-9a45-9bbae783cb6c} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.08.11 21:37:51.295444 [ 277 ] {bd97c773-3819-4d6b-9a45-9bbae783cb6c} TCPHandler: Processed in 0.001248811 sec. 2025.08.11 21:37:54.365487 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 864 2025.08.11 21:37:54.367739 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:54.367787 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:54.368961 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:37:54.369228 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:54.369486 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 864 2025.08.11 21:37:56.287484 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.287791 [ 277 ] {40824889-1960-40a2-9fa2-459559328a39} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:37:56.287901 [ 277 ] {40824889-1960-40a2-9fa2-459559328a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:37:56.288582 [ 277 ] {40824889-1960-40a2-9fa2-459559328a39} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.288633 [ 277 ] {40824889-1960-40a2-9fa2-459559328a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.289046 [ 277 ] {40824889-1960-40a2-9fa2-459559328a39} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:37:56.289281 [ 277 ] {40824889-1960-40a2-9fa2-459559328a39} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.289418 [ 34 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.11 21:37:56.289444 [ 277 ] {40824889-1960-40a2-9fa2-459559328a39} executeQuery: Read 24 rows, 2.04 KiB in 0.001731 sec., 13864.818024263432 rows/sec., 1.15 MiB/sec. 2025.08.11 21:37:56.289453 [ 34 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.289477 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.289497 [ 277 ] {40824889-1960-40a2-9fa2-459559328a39} TCPHandler: Processed in 0.002203427 sec. 2025.08.11 21:37:56.289598 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.08.11 21:37:56.289624 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.289744 [ 277 ] {3a8e6925-c581-4937-801e-dcf8e94547be} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:37:56.289756 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:56.289793 [ 277 ] {3a8e6925-c581-4937-801e-dcf8e94547be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:37:56.289800 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2025.08.11 21:37:56.289884 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.08.11 21:37:56.289933 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.08.11 21:37:56.289975 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.08.11 21:37:56.290013 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.08.11 21:37:56.290275 [ 277 ] {3a8e6925-c581-4937-801e-dcf8e94547be} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.290324 [ 277 ] {3a8e6925-c581-4937-801e-dcf8e94547be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.290811 [ 195 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001262941 sec., 95016.3150931041 rows/sec., 8.25 MiB/sec. 2025.08.11 21:37:56.290850 [ 277 ] {3a8e6925-c581-4937-801e-dcf8e94547be} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:37:56.290979 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.11 21:37:56.291124 [ 277 ] {3a8e6925-c581-4937-801e-dcf8e94547be} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.291274 [ 277 ] {3a8e6925-c581-4937-801e-dcf8e94547be} executeQuery: Read 12 rows, 1002.00 B in 0.001555 sec., 7717.041800643087 rows/sec., 629.27 KiB/sec. 2025.08.11 21:37:56.291275 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.291322 [ 277 ] {3a8e6925-c581-4937-801e-dcf8e94547be} TCPHandler: Processed in 0.00175119 sec. 2025.08.11 21:37:56.291372 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_9_2} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.11 21:37:56.291436 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.291462 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:37:56.291535 [ 277 ] {2d1cc8fc-4cf0-4bd6-b8da-d54caf9367fe} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:37:56.291581 [ 277 ] {2d1cc8fc-4cf0-4bd6-b8da-d54caf9367fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:37:56.292079 [ 277 ] {2d1cc8fc-4cf0-4bd6-b8da-d54caf9367fe} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.292116 [ 277 ] {2d1cc8fc-4cf0-4bd6-b8da-d54caf9367fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.292438 [ 277 ] {2d1cc8fc-4cf0-4bd6-b8da-d54caf9367fe} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:37:56.292645 [ 277 ] {2d1cc8fc-4cf0-4bd6-b8da-d54caf9367fe} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.292775 [ 277 ] {2d1cc8fc-4cf0-4bd6-b8da-d54caf9367fe} executeQuery: Read 210 rows, 19.09 KiB in 0.001259 sec., 166799.04686258937 rows/sec., 14.81 MiB/sec. 2025.08.11 21:37:56.292813 [ 277 ] {2d1cc8fc-4cf0-4bd6-b8da-d54caf9367fe} TCPHandler: Processed in 0.001424304 sec. 2025.08.11 21:37:56.292921 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.293013 [ 277 ] {a7dff9be-8039-4750-af74-4f713b20a8a1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:37:56.293052 [ 277 ] {a7dff9be-8039-4750-af74-4f713b20a8a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:37:56.293489 [ 277 ] {a7dff9be-8039-4750-af74-4f713b20a8a1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.293533 [ 277 ] {a7dff9be-8039-4750-af74-4f713b20a8a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.293906 [ 277 ] {a7dff9be-8039-4750-af74-4f713b20a8a1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:37:56.294137 [ 277 ] {a7dff9be-8039-4750-af74-4f713b20a8a1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.294259 [ 45 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:37:56.294267 [ 277 ] {a7dff9be-8039-4750-af74-4f713b20a8a1} executeQuery: Read 38 rows, 2.85 KiB in 0.001271 sec., 29897.71833202203 rows/sec., 2.19 MiB/sec. 2025.08.11 21:37:56.294304 [ 45 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.294326 [ 277 ] {a7dff9be-8039-4750-af74-4f713b20a8a1} TCPHandler: Processed in 0.001451554 sec. 2025.08.11 21:37:56.294330 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.294441 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.294484 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:37:56.294543 [ 277 ] {83ed3b61-7f6b-4d89-826e-ae498ab29496} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:37:56.294589 [ 277 ] {83ed3b61-7f6b-4d89-826e-ae498ab29496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:37:56.294631 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:56.294673 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 71 rows starting from the beginning of the part 2025.08.11 21:37:56.294753 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:56.294807 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 29 rows starting from the beginning of the part 2025.08.11 21:37:56.294854 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part 2025.08.11 21:37:56.294900 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 27 rows starting from the beginning of the part 2025.08.11 21:37:56.294944 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 38 rows starting from the beginning of the part 2025.08.11 21:37:56.294994 [ 277 ] {83ed3b61-7f6b-4d89-826e-ae498ab29496} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.295036 [ 277 ] {83ed3b61-7f6b-4d89-826e-ae498ab29496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.295361 [ 277 ] {83ed3b61-7f6b-4d89-826e-ae498ab29496} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:37:56.295593 [ 277 ] {83ed3b61-7f6b-4d89-826e-ae498ab29496} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.295727 [ 277 ] {83ed3b61-7f6b-4d89-826e-ae498ab29496} executeQuery: Read 24 rows, 2.04 KiB in 0.001204 sec., 19933.554817275748 rows/sec., 1.65 MiB/sec. 2025.08.11 21:37:56.295768 [ 277 ] {83ed3b61-7f6b-4d89-826e-ae498ab29496} TCPHandler: Processed in 0.001377473 sec. 2025.08.11 21:37:56.295812 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.001384733 sec., 139377.04958284379 rows/sec., 10.73 MiB/sec. 2025.08.11 21:37:56.295894 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.295970 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:37:56.296023 [ 277 ] {66b5afda-afdb-4963-b30a-e67c0da91760} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:37:56.296079 [ 277 ] {66b5afda-afdb-4963-b30a-e67c0da91760} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:37:56.296292 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.296385 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_46_9} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:37:56.296473 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:37:56.296568 [ 277 ] {66b5afda-afdb-4963-b30a-e67c0da91760} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.296617 [ 277 ] {66b5afda-afdb-4963-b30a-e67c0da91760} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.296983 [ 277 ] {66b5afda-afdb-4963-b30a-e67c0da91760} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.11 21:37:56.297196 [ 277 ] {66b5afda-afdb-4963-b30a-e67c0da91760} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.297300 [ 45 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.11 21:37:56.297332 [ 45 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.297333 [ 277 ] {66b5afda-afdb-4963-b30a-e67c0da91760} executeQuery: Read 12 rows, 960.00 B in 0.001335 sec., 8988.76404494382 rows/sec., 702.25 KiB/sec. 2025.08.11 21:37:56.297351 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.297386 [ 277 ] {66b5afda-afdb-4963-b30a-e67c0da91760} TCPHandler: Processed in 0.001552926 sec. 2025.08.11 21:37:56.297421 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.08.11 21:37:56.297494 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.297498 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:37:56.297542 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2025.08.11 21:37:56.297588 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.08.11 21:37:56.297596 [ 277 ] {314ce7f8-5884-4a7a-93ea-26032292482b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:37:56.297624 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.08.11 21:37:56.297642 [ 277 ] {314ce7f8-5884-4a7a-93ea-26032292482b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:37:56.297664 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2025.08.11 21:37:56.297706 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2025.08.11 21:37:56.298095 [ 277 ] {314ce7f8-5884-4a7a-93ea-26032292482b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.298137 [ 277 ] {314ce7f8-5884-4a7a-93ea-26032292482b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.298309 [ 187 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000909956 sec., 65937.25410898989 rows/sec., 5.28 MiB/sec. 2025.08.11 21:37:56.298465 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.11 21:37:56.298471 [ 277 ] {314ce7f8-5884-4a7a-93ea-26032292482b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:37:56.298704 [ 277 ] {314ce7f8-5884-4a7a-93ea-26032292482b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.298778 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.298838 [ 277 ] {314ce7f8-5884-4a7a-93ea-26032292482b} executeQuery: Read 126 rows, 10.47 KiB in 0.001259 sec., 100079.42811755362 rows/sec., 8.12 MiB/sec. 2025.08.11 21:37:56.298858 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_9_2} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.11 21:37:56.298877 [ 277 ] {314ce7f8-5884-4a7a-93ea-26032292482b} TCPHandler: Processed in 0.001432054 sec. 2025.08.11 21:37:56.298955 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.11 21:37:56.298992 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.299088 [ 277 ] {359e0bf3-e085-472b-ae8e-2629c5433039} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:56.299131 [ 277 ] {359e0bf3-e085-472b-ae8e-2629c5433039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:37:56.299536 [ 277 ] {359e0bf3-e085-472b-ae8e-2629c5433039} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.299571 [ 277 ] {359e0bf3-e085-472b-ae8e-2629c5433039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.299907 [ 277 ] {359e0bf3-e085-472b-ae8e-2629c5433039} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:37:56.300123 [ 277 ] {359e0bf3-e085-472b-ae8e-2629c5433039} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.300251 [ 277 ] {359e0bf3-e085-472b-ae8e-2629c5433039} executeQuery: Read 202 rows, 14.82 KiB in 0.001181 sec., 171041.49026248942 rows/sec., 12.26 MiB/sec. 2025.08.11 21:37:56.300288 [ 277 ] {359e0bf3-e085-472b-ae8e-2629c5433039} TCPHandler: Processed in 0.001345182 sec. 2025.08.11 21:37:56.300398 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.300492 [ 277 ] {477416a6-b1af-49f7-996b-9853f855e0e7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:37:56.300546 [ 277 ] {477416a6-b1af-49f7-996b-9853f855e0e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:37:56.301318 [ 277 ] {477416a6-b1af-49f7-996b-9853f855e0e7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.301354 [ 277 ] {477416a6-b1af-49f7-996b-9853f855e0e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.301881 [ 277 ] {477416a6-b1af-49f7-996b-9853f855e0e7} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:37:56.302104 [ 277 ] {477416a6-b1af-49f7-996b-9853f855e0e7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.302245 [ 277 ] {477416a6-b1af-49f7-996b-9853f855e0e7} executeQuery: Read 14 rows, 25.69 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 14.17 MiB/sec. 2025.08.11 21:37:56.302310 [ 277 ] {477416a6-b1af-49f7-996b-9853f855e0e7} TCPHandler: Processed in 0.001959703 sec. 2025.08.11 21:37:56.302442 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:37:56.302538 [ 277 ] {9fd3792f-dff3-4306-bf70-65ed6bc2a43f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:37:56.302579 [ 277 ] {9fd3792f-dff3-4306-bf70-65ed6bc2a43f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:37:56.302924 [ 277 ] {9fd3792f-dff3-4306-bf70-65ed6bc2a43f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.302960 [ 277 ] {9fd3792f-dff3-4306-bf70-65ed6bc2a43f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.303257 [ 277 ] {9fd3792f-dff3-4306-bf70-65ed6bc2a43f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:37:56.303467 [ 277 ] {9fd3792f-dff3-4306-bf70-65ed6bc2a43f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.303595 [ 277 ] {9fd3792f-dff3-4306-bf70-65ed6bc2a43f} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.08.11 21:37:56.303631 [ 277 ] {9fd3792f-dff3-4306-bf70-65ed6bc2a43f} TCPHandler: Processed in 0.001238691 sec. 2025.08.11 21:37:56.821166 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 2025.08.11 21:37:56.821978 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:56.822037 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:56.822529 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:37:56.822771 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:56.822917 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 2025.08.11 21:37:57.697154 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.08.11 21:37:57.714617 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:37:57.714676 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:37:57.720914 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:37:57.721622 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:37:57.724631 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.08.11 21:38:01.286288 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:01.286505 [ 277 ] {2302b10c-8ca5-4db0-bd4d-c5049121a321} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:01.286579 [ 277 ] {2302b10c-8ca5-4db0-bd4d-c5049121a321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:01.287321 [ 277 ] {2302b10c-8ca5-4db0-bd4d-c5049121a321} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.287362 [ 277 ] {2302b10c-8ca5-4db0-bd4d-c5049121a321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.287772 [ 277 ] {2302b10c-8ca5-4db0-bd4d-c5049121a321} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:38:01.288027 [ 277 ] {2302b10c-8ca5-4db0-bd4d-c5049121a321} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.288160 [ 49 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:38:01.288187 [ 277 ] {2302b10c-8ca5-4db0-bd4d-c5049121a321} executeQuery: Read 110 rows, 9.47 KiB in 0.001737 sec., 63327.57628094416 rows/sec., 5.32 MiB/sec. 2025.08.11 21:38:01.288207 [ 49 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.288233 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.288239 [ 277 ] {2302b10c-8ca5-4db0-bd4d-c5049121a321} TCPHandler: Processed in 0.002114695 sec. 2025.08.11 21:38:01.288323 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:38:01.288368 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:01.288407 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:01.288434 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1407 rows starting from the beginning of the part 2025.08.11 21:38:01.288472 [ 277 ] {d4097cb7-4ca0-4eeb-ac8c-8501a1ee90d1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:01.288493 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part 2025.08.11 21:38:01.288517 [ 277 ] {d4097cb7-4ca0-4eeb-ac8c-8501a1ee90d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:01.288539 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 84 rows starting from the beginning of the part 2025.08.11 21:38:01.288581 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 110 rows starting from the beginning of the part 2025.08.11 21:38:01.288620 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 210 rows starting from the beginning of the part 2025.08.11 21:38:01.288668 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 110 rows starting from the beginning of the part 2025.08.11 21:38:01.288985 [ 277 ] {d4097cb7-4ca0-4eeb-ac8c-8501a1ee90d1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.289022 [ 277 ] {d4097cb7-4ca0-4eeb-ac8c-8501a1ee90d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.289350 [ 277 ] {d4097cb7-4ca0-4eeb-ac8c-8501a1ee90d1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:38:01.289569 [ 277 ] {d4097cb7-4ca0-4eeb-ac8c-8501a1ee90d1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.289704 [ 277 ] {d4097cb7-4ca0-4eeb-ac8c-8501a1ee90d1} executeQuery: Read 27 rows, 2.03 KiB in 0.001256 sec., 21496.815286624205 rows/sec., 1.58 MiB/sec. 2025.08.11 21:38:01.289744 [ 277 ] {d4097cb7-4ca0-4eeb-ac8c-8501a1ee90d1} TCPHandler: Processed in 0.001427764 sec. 2025.08.11 21:38:01.289782 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1977 rows, containing 5 columns (5 merged, 0 gathered) in 0.001490215 sec., 1326654.2076143376 rows/sec., 116.82 MiB/sec. 2025.08.11 21:38:01.289858 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:01.289963 [ 277 ] {4d276cb4-6870-4b70-a404-2360fe371b22} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:01.290006 [ 277 ] {4d276cb4-6870-4b70-a404-2360fe371b22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:01.290058 [ 200 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:38:01.290367 [ 200 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.290450 [ 200 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_56_11} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:38:01.290457 [ 277 ] {4d276cb4-6870-4b70-a404-2360fe371b22} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.290501 [ 277 ] {4d276cb4-6870-4b70-a404-2360fe371b22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.290560 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.11 21:38:01.290827 [ 277 ] {4d276cb4-6870-4b70-a404-2360fe371b22} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:38:01.291058 [ 277 ] {4d276cb4-6870-4b70-a404-2360fe371b22} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.291158 [ 49 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:38:01.291187 [ 277 ] {4d276cb4-6870-4b70-a404-2360fe371b22} executeQuery: Read 91 rows, 7.28 KiB in 0.001246 sec., 73033.70786516854 rows/sec., 5.70 MiB/sec. 2025.08.11 21:38:01.291196 [ 49 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.291222 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.291225 [ 277 ] {4d276cb4-6870-4b70-a404-2360fe371b22} TCPHandler: Processed in 0.001418654 sec. 2025.08.11 21:38:01.291282 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:38:01.291343 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:01.291357 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:01.291380 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 633 rows starting from the beginning of the part 2025.08.11 21:38:01.291421 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part 2025.08.11 21:38:01.291440 [ 277 ] {35bb8ecc-ac7a-4baa-abe1-07e50912e116} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:01.291454 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 78 rows starting from the beginning of the part 2025.08.11 21:38:01.291487 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 91 rows starting from the beginning of the part 2025.08.11 21:38:01.291489 [ 277 ] {35bb8ecc-ac7a-4baa-abe1-07e50912e116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:01.291519 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 126 rows starting from the beginning of the part 2025.08.11 21:38:01.291550 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 91 rows starting from the beginning of the part 2025.08.11 21:38:01.291946 [ 277 ] {35bb8ecc-ac7a-4baa-abe1-07e50912e116} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.291981 [ 277 ] {35bb8ecc-ac7a-4baa-abe1-07e50912e116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.292287 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1083 rows, containing 5 columns (5 merged, 0 gathered) in 0.001027397 sec., 1054120.267043801 rows/sec., 85.04 MiB/sec. 2025.08.11 21:38:01.292320 [ 277 ] {35bb8ecc-ac7a-4baa-abe1-07e50912e116} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:38:01.292431 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:38:01.292554 [ 277 ] {35bb8ecc-ac7a-4baa-abe1-07e50912e116} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.292660 [ 49 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:38:01.292686 [ 277 ] {35bb8ecc-ac7a-4baa-abe1-07e50912e116} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2025.08.11 21:38:01.292688 [ 49 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.292698 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.292718 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.292724 [ 277 ] {35bb8ecc-ac7a-4baa-abe1-07e50912e116} TCPHandler: Processed in 0.001431804 sec. 2025.08.11 21:38:01.292782 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_56_11} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:38:01.292794 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:38:01.292838 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:01.292850 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.11 21:38:01.292900 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:01.292937 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15507 rows starting from the beginning of the part 2025.08.11 21:38:01.292940 [ 277 ] {d5514a99-f55c-4db5-b034-2076719abd58} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:01.293000 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part 2025.08.11 21:38:01.293006 [ 277 ] {d5514a99-f55c-4db5-b034-2076719abd58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:01.293055 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2025.08.11 21:38:01.293103 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2025.08.11 21:38:01.293144 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 202 rows starting from the beginning of the part 2025.08.11 21:38:01.293185 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2025.08.11 21:38:01.293833 [ 277 ] {d5514a99-f55c-4db5-b034-2076719abd58} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.293874 [ 277 ] {d5514a99-f55c-4db5-b034-2076719abd58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.294444 [ 277 ] {d5514a99-f55c-4db5-b034-2076719abd58} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:38:01.294696 [ 277 ] {d5514a99-f55c-4db5-b034-2076719abd58} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.294802 [ 49 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:38:01.294830 [ 49 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.294834 [ 277 ] {d5514a99-f55c-4db5-b034-2076719abd58} executeQuery: Read 27 rows, 49.54 KiB in 0.001913 sec., 14113.95713538944 rows/sec., 25.29 MiB/sec. 2025.08.11 21:38:01.294848 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.294890 [ 277 ] {d5514a99-f55c-4db5-b034-2076719abd58} TCPHandler: Processed in 0.002101756 sec. 2025.08.11 21:38:01.294905 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:38:01.295012 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:01.295048 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:01.295089 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 783 rows starting from the beginning of the part 2025.08.11 21:38:01.295107 [ 277 ] {07f2c3e0-1fae-4135-aa90-b9f6f928a724} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:01.295151 [ 277 ] {07f2c3e0-1fae-4135-aa90-b9f6f928a724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:01.295184 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:01.295284 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2025.08.11 21:38:01.295382 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:01.295483 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part 2025.08.11 21:38:01.295486 [ 277 ] {07f2c3e0-1fae-4135-aa90-b9f6f928a724} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.295529 [ 277 ] {07f2c3e0-1fae-4135-aa90-b9f6f928a724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.295586 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:01.295975 [ 277 ] {07f2c3e0-1fae-4135-aa90-b9f6f928a724} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:38:01.296210 [ 277 ] {07f2c3e0-1fae-4135-aa90-b9f6f928a724} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.296313 [ 49 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:38:01.296337 [ 49 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:01.296344 [ 277 ] {07f2c3e0-1fae-4135-aa90-b9f6f928a724} executeQuery: Read 60 rows, 4.14 KiB in 0.001255 sec., 47808.764940239045 rows/sec., 3.22 MiB/sec. 2025.08.11 21:38:01.296354 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:01.296380 [ 277 ] {07f2c3e0-1fae-4135-aa90-b9f6f928a724} TCPHandler: Processed in 0.001417723 sec. 2025.08.11 21:38:01.296417 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:38:01.296491 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:01.296519 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2706 rows starting from the beginning of the part 2025.08.11 21:38:01.296567 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:01.296606 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:01.296643 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:01.296676 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:01.296711 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:01.297021 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16253 rows, containing 5 columns (5 merged, 0 gathered) in 0.004252951 sec., 3821581.7675773837 rows/sec., 261.93 MiB/sec. 2025.08.11 21:38:01.297526 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:38:01.297855 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.297939 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_56_11} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:38:01.297941 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2970 rows, containing 4 columns (4 merged, 0 gathered) in 0.001552186 sec., 1913430.4780483781 rows/sec., 129.07 MiB/sec. 2025.08.11 21:38:01.298019 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. 2025.08.11 21:38:01.298248 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:38:01.298501 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.298561 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_56_11} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:38:01.298614 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.08.11 21:38:01.310399 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 19 columns (19 merged, 0 gathered) in 0.01551429 sec., 57495.38006573295 rows/sec., 103.03 MiB/sec. 2025.08.11 21:38:01.312002 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:38:01.312337 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:01.312412 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_46_9} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:38:01.312536 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. 2025.08.11 21:38:02.000208 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 257.23 MiB, peak 267.98 MiB, free memory in arenas 0.00 B, will set to 260.48 MiB (RSS), difference: 3.25 MiB 2025.08.11 21:38:04.208709 [ 69 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:38:04.208765 [ 69 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:38:04.323164 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 2025.08.11 21:38:04.323690 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:04.323740 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:04.324249 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:38:04.324497 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:04.324641 [ 69 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:38:04.324649 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 2025.08.11 21:38:04.324683 [ 69 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:04.324703 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:04.324821 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:38:04.324962 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:04.325000 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part 2025.08.11 21:38:04.325062 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:04.325104 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:04.325144 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:04.325181 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:04.325219 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:04.327077 [ 193 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002309679 sec., 7157271.638180025 rows/sec., 102.39 MiB/sec. 2025.08.11 21:38:04.327187 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:38:04.327470 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_36_7} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:04.327543 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_36_7} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:38:04.327618 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2025.08.11 21:38:04.369829 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 896 2025.08.11 21:38:04.372249 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:04.372308 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:04.373543 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:38:04.373833 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:04.373977 [ 69 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.11 21:38:04.374023 [ 69 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:04.374045 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:04.374133 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.11 21:38:04.374208 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 896 2025.08.11 21:38:04.374686 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:04.374836 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 750 rows starting from the beginning of the part 2025.08.11 21:38:04.375233 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:04.375594 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part 2025.08.11 21:38:04.375924 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2025.08.11 21:38:04.376247 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:04.376573 [ 190 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:38:04.382325 [ 193 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 72 columns (72 merged, 0 gathered) in 0.008231218 sec., 108853.878004446 rows/sec., 87.71 MiB/sec. 2025.08.11 21:38:04.383646 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.11 21:38:04.384291 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:04.384378 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_26_5} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.11 21:38:04.384622 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2025.08.11 21:38:05.224860 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.08.11 21:38:05.242516 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:05.242577 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:05.248243 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:38:05.248931 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:05.249250 [ 90 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:38:05.249322 [ 90 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:05.249345 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:05.249489 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:38:05.252676 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.08.11 21:38:05.253755 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:05.255309 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2025.08.11 21:38:05.260131 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2025.08.11 21:38:05.264557 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2025.08.11 21:38:05.269050 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2025.08.11 21:38:05.273231 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2025.08.11 21:38:05.277388 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2025.08.11 21:38:05.329178 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.079744507 sec., 3398.353193154733 rows/sec., 17.57 MiB/sec. 2025.08.11 21:38:05.331631 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:38:05.333765 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:05.333874 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_36_7} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:38:05.336566 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2025.08.11 21:38:06.000223 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 261.61 MiB, peak 273.48 MiB, free memory in arenas 0.00 B, will set to 263.82 MiB (RSS), difference: 2.21 MiB 2025.08.11 21:38:06.284789 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:06.285079 [ 277 ] {fee885c5-21da-44ea-994e-e819453c405d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:06.285185 [ 277 ] {fee885c5-21da-44ea-994e-e819453c405d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:06.285955 [ 277 ] {fee885c5-21da-44ea-994e-e819453c405d} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:06.286001 [ 277 ] {fee885c5-21da-44ea-994e-e819453c405d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:06.286418 [ 277 ] {fee885c5-21da-44ea-994e-e819453c405d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:38:06.286667 [ 277 ] {fee885c5-21da-44ea-994e-e819453c405d} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:06.286829 [ 277 ] {fee885c5-21da-44ea-994e-e819453c405d} executeQuery: Read 84 rows, 7.19 KiB in 0.001832 sec., 45851.528384279474 rows/sec., 3.83 MiB/sec. 2025.08.11 21:38:06.286879 [ 277 ] {fee885c5-21da-44ea-994e-e819453c405d} TCPHandler: Processed in 0.002278469 sec. 2025.08.11 21:38:06.287008 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:06.287112 [ 277 ] {903eb1e2-41fb-461d-beff-e1943c0d3867} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:06.287156 [ 277 ] {903eb1e2-41fb-461d-beff-e1943c0d3867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:06.287563 [ 277 ] {903eb1e2-41fb-461d-beff-e1943c0d3867} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:06.287602 [ 277 ] {903eb1e2-41fb-461d-beff-e1943c0d3867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:06.287917 [ 277 ] {903eb1e2-41fb-461d-beff-e1943c0d3867} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:38:06.288148 [ 277 ] {903eb1e2-41fb-461d-beff-e1943c0d3867} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:06.288284 [ 277 ] {903eb1e2-41fb-461d-beff-e1943c0d3867} executeQuery: Read 14 rows, 1.05 KiB in 0.001197 sec., 11695.90643274854 rows/sec., 879.48 KiB/sec. 2025.08.11 21:38:06.288324 [ 277 ] {903eb1e2-41fb-461d-beff-e1943c0d3867} TCPHandler: Processed in 0.001369343 sec. 2025.08.11 21:38:06.288437 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:06.288536 [ 277 ] {d219848b-fc1a-46b0-8a23-0ce68776c4d1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:06.288579 [ 277 ] {d219848b-fc1a-46b0-8a23-0ce68776c4d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:06.288994 [ 277 ] {d219848b-fc1a-46b0-8a23-0ce68776c4d1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:06.289032 [ 277 ] {d219848b-fc1a-46b0-8a23-0ce68776c4d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:06.289347 [ 277 ] {d219848b-fc1a-46b0-8a23-0ce68776c4d1} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:38:06.289578 [ 277 ] {d219848b-fc1a-46b0-8a23-0ce68776c4d1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:06.289708 [ 277 ] {d219848b-fc1a-46b0-8a23-0ce68776c4d1} executeQuery: Read 78 rows, 6.24 KiB in 0.001191 sec., 65491.1838790932 rows/sec., 5.11 MiB/sec. 2025.08.11 21:38:06.289746 [ 277 ] {d219848b-fc1a-46b0-8a23-0ce68776c4d1} TCPHandler: Processed in 0.001359883 sec. 2025.08.11 21:38:06.289859 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:06.289954 [ 277 ] {047dc88c-7673-4ea0-89da-f4449bd451e0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:06.290002 [ 277 ] {047dc88c-7673-4ea0-89da-f4449bd451e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:06.290414 [ 277 ] {047dc88c-7673-4ea0-89da-f4449bd451e0} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:06.290451 [ 277 ] {047dc88c-7673-4ea0-89da-f4449bd451e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:06.290804 [ 277 ] {047dc88c-7673-4ea0-89da-f4449bd451e0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:38:06.291024 [ 277 ] {047dc88c-7673-4ea0-89da-f4449bd451e0} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:06.291153 [ 277 ] {047dc88c-7673-4ea0-89da-f4449bd451e0} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.08.11 21:38:06.291191 [ 277 ] {047dc88c-7673-4ea0-89da-f4449bd451e0} TCPHandler: Processed in 0.001382083 sec. 2025.08.11 21:38:06.291292 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:06.291387 [ 277 ] {1fcc5abb-adb6-48cd-9e96-9ba43325ca6a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:06.291444 [ 277 ] {1fcc5abb-adb6-48cd-9e96-9ba43325ca6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:06.292226 [ 277 ] {1fcc5abb-adb6-48cd-9e96-9ba43325ca6a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:06.292264 [ 277 ] {1fcc5abb-adb6-48cd-9e96-9ba43325ca6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:06.292796 [ 277 ] {1fcc5abb-adb6-48cd-9e96-9ba43325ca6a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:38:06.293023 [ 277 ] {1fcc5abb-adb6-48cd-9e96-9ba43325ca6a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:06.293162 [ 277 ] {1fcc5abb-adb6-48cd-9e96-9ba43325ca6a} executeQuery: Read 14 rows, 25.69 KiB in 0.001793 sec., 7808.1427774679305 rows/sec., 13.99 MiB/sec. 2025.08.11 21:38:06.293224 [ 277 ] {1fcc5abb-adb6-48cd-9e96-9ba43325ca6a} TCPHandler: Processed in 0.001981553 sec. 2025.08.11 21:38:06.293336 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:06.293431 [ 277 ] {8459a4b7-d8e9-4442-aceb-7e4a78886632} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:06.293474 [ 277 ] {8459a4b7-d8e9-4442-aceb-7e4a78886632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:06.293809 [ 277 ] {8459a4b7-d8e9-4442-aceb-7e4a78886632} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:06.293846 [ 277 ] {8459a4b7-d8e9-4442-aceb-7e4a78886632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:06.294158 [ 277 ] {8459a4b7-d8e9-4442-aceb-7e4a78886632} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:38:06.294377 [ 277 ] {8459a4b7-d8e9-4442-aceb-7e4a78886632} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:06.294505 [ 277 ] {8459a4b7-d8e9-4442-aceb-7e4a78886632} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.08.11 21:38:06.294542 [ 277 ] {8459a4b7-d8e9-4442-aceb-7e4a78886632} TCPHandler: Processed in 0.001256211 sec. 2025.08.11 21:38:08.591611 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:08.591813 [ 277 ] {de4e46d1-f3c6-4e28-aed7-8a1b2bbef062} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:38:08.591888 [ 277 ] {de4e46d1-f3c6-4e28-aed7-8a1b2bbef062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:38:08.592598 [ 277 ] {de4e46d1-f3c6-4e28-aed7-8a1b2bbef062} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.592641 [ 277 ] {de4e46d1-f3c6-4e28-aed7-8a1b2bbef062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.593034 [ 277 ] {de4e46d1-f3c6-4e28-aed7-8a1b2bbef062} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:38:08.593287 [ 277 ] {de4e46d1-f3c6-4e28-aed7-8a1b2bbef062} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.593402 [ 109 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2025.08.11 21:38:08.593446 [ 277 ] {de4e46d1-f3c6-4e28-aed7-8a1b2bbef062} executeQuery: Read 4 rows, 334.00 B in 0.001688 sec., 2369.6682464454975 rows/sec., 193.23 KiB/sec. 2025.08.11 21:38:08.593455 [ 109 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.593496 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.593497 [ 277 ] {de4e46d1-f3c6-4e28-aed7-8a1b2bbef062} TCPHandler: Processed in 0.002028704 sec. 2025.08.11 21:38:08.593624 [ 198 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:38:08.593658 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:08.593770 [ 277 ] {acd7c16f-15dd-4c70-ab42-9edbbea55416} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:08.593774 [ 198 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:08.593818 [ 277 ] {acd7c16f-15dd-4c70-ab42-9edbbea55416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:08.593824 [ 198 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2025.08.11 21:38:08.593901 [ 198 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.08.11 21:38:08.593946 [ 198 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:38:08.593992 [ 198 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2025.08.11 21:38:08.594031 [ 198 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2025.08.11 21:38:08.594070 [ 198 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2025.08.11 21:38:08.594866 [ 195 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001298842 sec., 40035.662536320815 rows/sec., 3.34 MiB/sec. 2025.08.11 21:38:08.594872 [ 277 ] {acd7c16f-15dd-4c70-ab42-9edbbea55416} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.594957 [ 277 ] {acd7c16f-15dd-4c70-ab42-9edbbea55416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.595071 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.08.11 21:38:08.595406 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.595497 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_14_3} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2025.08.11 21:38:08.595594 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.08.11 21:38:08.595716 [ 277 ] {acd7c16f-15dd-4c70-ab42-9edbbea55416} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:38:08.595958 [ 277 ] {acd7c16f-15dd-4c70-ab42-9edbbea55416} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.596105 [ 277 ] {acd7c16f-15dd-4c70-ab42-9edbbea55416} executeQuery: Read 1252 rows, 106.17 KiB in 0.002359 sec., 530733.3615938957 rows/sec., 43.95 MiB/sec. 2025.08.11 21:38:08.596145 [ 277 ] {acd7c16f-15dd-4c70-ab42-9edbbea55416} TCPHandler: Processed in 0.002540272 sec. 2025.08.11 21:38:08.596262 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:08.596361 [ 277 ] {dcaeb79c-c056-44cf-af7b-2b3f400a03bc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:08.596403 [ 277 ] {dcaeb79c-c056-44cf-af7b-2b3f400a03bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:08.596823 [ 277 ] {dcaeb79c-c056-44cf-af7b-2b3f400a03bc} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.596860 [ 277 ] {dcaeb79c-c056-44cf-af7b-2b3f400a03bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.597172 [ 277 ] {dcaeb79c-c056-44cf-af7b-2b3f400a03bc} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:38:08.597388 [ 277 ] {dcaeb79c-c056-44cf-af7b-2b3f400a03bc} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.597518 [ 277 ] {dcaeb79c-c056-44cf-af7b-2b3f400a03bc} executeQuery: Read 31 rows, 2.31 KiB in 0.001178 sec., 26315.78947368421 rows/sec., 1.91 MiB/sec. 2025.08.11 21:38:08.597557 [ 277 ] {dcaeb79c-c056-44cf-af7b-2b3f400a03bc} TCPHandler: Processed in 0.001346322 sec. 2025.08.11 21:38:08.597668 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:08.597768 [ 277 ] {f5d15a92-a05a-4b80-8a51-7e2940be21df} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:38:08.597809 [ 277 ] {f5d15a92-a05a-4b80-8a51-7e2940be21df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:38:08.598303 [ 277 ] {f5d15a92-a05a-4b80-8a51-7e2940be21df} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.598339 [ 277 ] {f5d15a92-a05a-4b80-8a51-7e2940be21df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.598717 [ 277 ] {f5d15a92-a05a-4b80-8a51-7e2940be21df} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:38:08.598929 [ 277 ] {f5d15a92-a05a-4b80-8a51-7e2940be21df} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.599081 [ 277 ] {f5d15a92-a05a-4b80-8a51-7e2940be21df} executeQuery: Read 228 rows, 15.81 KiB in 0.001331 sec., 171299.77460555974 rows/sec., 11.60 MiB/sec. 2025.08.11 21:38:08.599124 [ 277 ] {f5d15a92-a05a-4b80-8a51-7e2940be21df} TCPHandler: Processed in 0.001505416 sec. 2025.08.11 21:38:08.599242 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:08.599337 [ 277 ] {e06c72a7-9370-4c18-8ebb-85c75b2a38a1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:08.599377 [ 277 ] {e06c72a7-9370-4c18-8ebb-85c75b2a38a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:08.600024 [ 277 ] {e06c72a7-9370-4c18-8ebb-85c75b2a38a1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.600059 [ 277 ] {e06c72a7-9370-4c18-8ebb-85c75b2a38a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.600388 [ 277 ] {e06c72a7-9370-4c18-8ebb-85c75b2a38a1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:38:08.600598 [ 277 ] {e06c72a7-9370-4c18-8ebb-85c75b2a38a1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.600757 [ 277 ] {e06c72a7-9370-4c18-8ebb-85c75b2a38a1} executeQuery: Read 551 rows, 41.89 KiB in 0.001438 sec., 383171.07093184977 rows/sec., 28.45 MiB/sec. 2025.08.11 21:38:08.600799 [ 277 ] {e06c72a7-9370-4c18-8ebb-85c75b2a38a1} TCPHandler: Processed in 0.001607046 sec. 2025.08.11 21:38:08.600917 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:08.601013 [ 277 ] {fa057c50-ba97-4a66-8a85-d8d05c3ea3f9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:08.601057 [ 277 ] {fa057c50-ba97-4a66-8a85-d8d05c3ea3f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:08.601654 [ 277 ] {fa057c50-ba97-4a66-8a85-d8d05c3ea3f9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.601689 [ 277 ] {fa057c50-ba97-4a66-8a85-d8d05c3ea3f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.602067 [ 277 ] {fa057c50-ba97-4a66-8a85-d8d05c3ea3f9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:38:08.602294 [ 277 ] {fa057c50-ba97-4a66-8a85-d8d05c3ea3f9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.602430 [ 277 ] {fa057c50-ba97-4a66-8a85-d8d05c3ea3f9} executeQuery: Read 944 rows, 64.82 KiB in 0.001434 sec., 658298.4658298466 rows/sec., 44.14 MiB/sec. 2025.08.11 21:38:08.602469 [ 277 ] {fa057c50-ba97-4a66-8a85-d8d05c3ea3f9} TCPHandler: Processed in 0.001602457 sec. 2025.08.11 21:38:08.602582 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:08.602678 [ 277 ] {e09dcdc7-2c38-4cfd-a828-41854e7dac51} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:08.602734 [ 277 ] {e09dcdc7-2c38-4cfd-a828-41854e7dac51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:08.603568 [ 277 ] {e09dcdc7-2c38-4cfd-a828-41854e7dac51} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.603603 [ 277 ] {e09dcdc7-2c38-4cfd-a828-41854e7dac51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.604134 [ 277 ] {e09dcdc7-2c38-4cfd-a828-41854e7dac51} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:38:08.604369 [ 277 ] {e09dcdc7-2c38-4cfd-a828-41854e7dac51} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.604510 [ 277 ] {e09dcdc7-2c38-4cfd-a828-41854e7dac51} executeQuery: Read 27 rows, 49.54 KiB in 0.001849 sec., 14602.487831260141 rows/sec., 26.17 MiB/sec. 2025.08.11 21:38:08.604577 [ 277 ] {e09dcdc7-2c38-4cfd-a828-41854e7dac51} TCPHandler: Processed in 0.002043914 sec. 2025.08.11 21:38:08.604694 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:08.604789 [ 277 ] {a0238ab5-5e3e-4bda-ae71-0cfefcd577a0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:08.604832 [ 277 ] {a0238ab5-5e3e-4bda-ae71-0cfefcd577a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:08.605168 [ 277 ] {a0238ab5-5e3e-4bda-ae71-0cfefcd577a0} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:08.605204 [ 277 ] {a0238ab5-5e3e-4bda-ae71-0cfefcd577a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:08.605509 [ 277 ] {a0238ab5-5e3e-4bda-ae71-0cfefcd577a0} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:38:08.605724 [ 277 ] {a0238ab5-5e3e-4bda-ae71-0cfefcd577a0} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:08.605858 [ 277 ] {a0238ab5-5e3e-4bda-ae71-0cfefcd577a0} executeQuery: Read 36 rows, 2.48 KiB in 0.001086 sec., 33149.17127071823 rows/sec., 2.23 MiB/sec. 2025.08.11 21:38:08.605895 [ 277 ] {a0238ab5-5e3e-4bda-ae71-0cfefcd577a0} TCPHandler: Processed in 0.001250671 sec. 2025.08.11 21:38:11.280184 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:11.280379 [ 277 ] {bb04414d-e275-48f4-9b35-a176cf224e49} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:11.280447 [ 277 ] {bb04414d-e275-48f4-9b35-a176cf224e49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:11.281112 [ 277 ] {bb04414d-e275-48f4-9b35-a176cf224e49} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:11.281153 [ 277 ] {bb04414d-e275-48f4-9b35-a176cf224e49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:11.281564 [ 277 ] {bb04414d-e275-48f4-9b35-a176cf224e49} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:38:11.281808 [ 277 ] {bb04414d-e275-48f4-9b35-a176cf224e49} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:11.281974 [ 277 ] {bb04414d-e275-48f4-9b35-a176cf224e49} executeQuery: Read 56 rows, 4.41 KiB in 0.001647 sec., 34001.21432908318 rows/sec., 2.61 MiB/sec. 2025.08.11 21:38:11.282023 [ 277 ] {bb04414d-e275-48f4-9b35-a176cf224e49} TCPHandler: Processed in 0.001970833 sec. 2025.08.11 21:38:11.282147 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:11.282251 [ 277 ] {1cdfde75-fb25-49ae-9ad5-c6b2b561f7ba} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:11.282294 [ 277 ] {1cdfde75-fb25-49ae-9ad5-c6b2b561f7ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:11.282744 [ 277 ] {1cdfde75-fb25-49ae-9ad5-c6b2b561f7ba} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:11.282780 [ 277 ] {1cdfde75-fb25-49ae-9ad5-c6b2b561f7ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:11.283098 [ 277 ] {1cdfde75-fb25-49ae-9ad5-c6b2b561f7ba} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:38:11.283313 [ 277 ] {1cdfde75-fb25-49ae-9ad5-c6b2b561f7ba} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:11.283441 [ 277 ] {1cdfde75-fb25-49ae-9ad5-c6b2b561f7ba} executeQuery: Read 64 rows, 5.12 KiB in 0.001215 sec., 52674.897119341564 rows/sec., 4.11 MiB/sec. 2025.08.11 21:38:11.283480 [ 277 ] {1cdfde75-fb25-49ae-9ad5-c6b2b561f7ba} TCPHandler: Processed in 0.001384543 sec. 2025.08.11 21:38:11.283593 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:11.283690 [ 277 ] {51d0854d-81d9-4630-9cf7-ea10a12d4c6e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:11.283734 [ 277 ] {51d0854d-81d9-4630-9cf7-ea10a12d4c6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:11.284104 [ 277 ] {51d0854d-81d9-4630-9cf7-ea10a12d4c6e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:11.284139 [ 277 ] {51d0854d-81d9-4630-9cf7-ea10a12d4c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:11.284465 [ 277 ] {51d0854d-81d9-4630-9cf7-ea10a12d4c6e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:38:11.284677 [ 277 ] {51d0854d-81d9-4630-9cf7-ea10a12d4c6e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:11.284804 [ 277 ] {51d0854d-81d9-4630-9cf7-ea10a12d4c6e} executeQuery: Read 64 rows, 4.56 KiB in 0.001134 sec., 56437.3897707231 rows/sec., 3.93 MiB/sec. 2025.08.11 21:38:11.284841 [ 277 ] {51d0854d-81d9-4630-9cf7-ea10a12d4c6e} TCPHandler: Processed in 0.001297051 sec. 2025.08.11 21:38:11.284951 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:11.285046 [ 277 ] {90747e92-37d0-42ed-ab8b-d275de9ccfaf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:11.285088 [ 277 ] {90747e92-37d0-42ed-ab8b-d275de9ccfaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:11.285405 [ 277 ] {90747e92-37d0-42ed-ab8b-d275de9ccfaf} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:11.285439 [ 277 ] {90747e92-37d0-42ed-ab8b-d275de9ccfaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:11.285747 [ 277 ] {90747e92-37d0-42ed-ab8b-d275de9ccfaf} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:38:11.285961 [ 277 ] {90747e92-37d0-42ed-ab8b-d275de9ccfaf} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:11.286087 [ 277 ] {90747e92-37d0-42ed-ab8b-d275de9ccfaf} executeQuery: Read 24 rows, 1.66 KiB in 0.001059 sec., 22662.889518413598 rows/sec., 1.53 MiB/sec. 2025.08.11 21:38:11.286124 [ 277 ] {90747e92-37d0-42ed-ab8b-d275de9ccfaf} TCPHandler: Processed in 0.001221331 sec. 2025.08.11 21:38:11.824795 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 2025.08.11 21:38:11.825259 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:11.825292 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:11.825756 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:38:11.825976 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:11.826102 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 2025.08.11 21:38:12.752788 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.08.11 21:38:12.768290 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:12.768352 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:12.773647 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:38:12.774312 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:12.777064 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.08.11 21:38:14.374441 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 932 2025.08.11 21:38:14.376991 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:14.377055 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:14.378322 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:38:14.378614 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:14.379030 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 932 2025.08.11 21:38:16.284982 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:16.285177 [ 277 ] {cbcc7b7e-08a0-4841-9def-e00b6e20818b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:16.285243 [ 277 ] {cbcc7b7e-08a0-4841-9def-e00b6e20818b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:16.285920 [ 277 ] {cbcc7b7e-08a0-4841-9def-e00b6e20818b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:16.285967 [ 277 ] {cbcc7b7e-08a0-4841-9def-e00b6e20818b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:16.286364 [ 277 ] {cbcc7b7e-08a0-4841-9def-e00b6e20818b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:38:16.286591 [ 277 ] {cbcc7b7e-08a0-4841-9def-e00b6e20818b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:16.286743 [ 277 ] {cbcc7b7e-08a0-4841-9def-e00b6e20818b} executeQuery: Read 86 rows, 7.39 KiB in 0.001617 sec., 53184.91032776747 rows/sec., 4.46 MiB/sec. 2025.08.11 21:38:16.286786 [ 277 ] {cbcc7b7e-08a0-4841-9def-e00b6e20818b} TCPHandler: Processed in 0.001939192 sec. 2025.08.11 21:38:16.286910 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:16.287005 [ 277 ] {c8b7975e-72d7-4bee-9e7e-63860546fdd4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:16.287050 [ 277 ] {c8b7975e-72d7-4bee-9e7e-63860546fdd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:16.287461 [ 277 ] {c8b7975e-72d7-4bee-9e7e-63860546fdd4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:16.287498 [ 277 ] {c8b7975e-72d7-4bee-9e7e-63860546fdd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:16.287823 [ 277 ] {c8b7975e-72d7-4bee-9e7e-63860546fdd4} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:38:16.288060 [ 277 ] {c8b7975e-72d7-4bee-9e7e-63860546fdd4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:16.288194 [ 277 ] {c8b7975e-72d7-4bee-9e7e-63860546fdd4} executeQuery: Read 15 rows, 1.13 KiB in 0.001207 sec., 12427.506213753108 rows/sec., 934.49 KiB/sec. 2025.08.11 21:38:16.288234 [ 277 ] {c8b7975e-72d7-4bee-9e7e-63860546fdd4} TCPHandler: Processed in 0.001372643 sec. 2025.08.11 21:38:16.288338 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:16.288433 [ 277 ] {9f785203-970c-4d1b-a299-3be7eeb492d6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:16.288474 [ 277 ] {9f785203-970c-4d1b-a299-3be7eeb492d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:16.288892 [ 277 ] {9f785203-970c-4d1b-a299-3be7eeb492d6} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:16.288929 [ 277 ] {9f785203-970c-4d1b-a299-3be7eeb492d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:16.289231 [ 277 ] {9f785203-970c-4d1b-a299-3be7eeb492d6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:38:16.289448 [ 277 ] {9f785203-970c-4d1b-a299-3be7eeb492d6} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:16.289581 [ 277 ] {9f785203-970c-4d1b-a299-3be7eeb492d6} executeQuery: Read 79 rows, 6.32 KiB in 0.001166 sec., 67753.00171526587 rows/sec., 5.29 MiB/sec. 2025.08.11 21:38:16.289619 [ 277 ] {9f785203-970c-4d1b-a299-3be7eeb492d6} TCPHandler: Processed in 0.001330172 sec. 2025.08.11 21:38:16.289733 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:16.289828 [ 277 ] {4dcec450-3cef-4ab6-93c4-286052347e62} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:16.289873 [ 277 ] {4dcec450-3cef-4ab6-93c4-286052347e62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:16.290290 [ 277 ] {4dcec450-3cef-4ab6-93c4-286052347e62} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:16.290326 [ 277 ] {4dcec450-3cef-4ab6-93c4-286052347e62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:16.290658 [ 277 ] {4dcec450-3cef-4ab6-93c4-286052347e62} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:38:16.290866 [ 277 ] {4dcec450-3cef-4ab6-93c4-286052347e62} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:16.290995 [ 277 ] {4dcec450-3cef-4ab6-93c4-286052347e62} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.08.11 21:38:16.291032 [ 277 ] {4dcec450-3cef-4ab6-93c4-286052347e62} TCPHandler: Processed in 0.001348672 sec. 2025.08.11 21:38:16.291148 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:16.291243 [ 277 ] {5d879673-7f8b-49dd-a90b-63e571ddc28d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:16.291298 [ 277 ] {5d879673-7f8b-49dd-a90b-63e571ddc28d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:16.292087 [ 277 ] {5d879673-7f8b-49dd-a90b-63e571ddc28d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:16.292123 [ 277 ] {5d879673-7f8b-49dd-a90b-63e571ddc28d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:16.292634 [ 277 ] {5d879673-7f8b-49dd-a90b-63e571ddc28d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:38:16.292853 [ 277 ] {5d879673-7f8b-49dd-a90b-63e571ddc28d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:16.292990 [ 277 ] {5d879673-7f8b-49dd-a90b-63e571ddc28d} executeQuery: Read 15 rows, 27.52 KiB in 0.001765 sec., 8498.583569405098 rows/sec., 15.23 MiB/sec. 2025.08.11 21:38:16.293045 [ 277 ] {5d879673-7f8b-49dd-a90b-63e571ddc28d} TCPHandler: Processed in 0.001945343 sec. 2025.08.11 21:38:16.293161 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:16.293258 [ 277 ] {1573f337-3774-4408-aba7-cceff9b7fb63} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:16.293300 [ 277 ] {1573f337-3774-4408-aba7-cceff9b7fb63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:16.293638 [ 277 ] {1573f337-3774-4408-aba7-cceff9b7fb63} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:16.293676 [ 277 ] {1573f337-3774-4408-aba7-cceff9b7fb63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:16.293992 [ 277 ] {1573f337-3774-4408-aba7-cceff9b7fb63} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:38:16.294216 [ 277 ] {1573f337-3774-4408-aba7-cceff9b7fb63} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:16.294345 [ 277 ] {1573f337-3774-4408-aba7-cceff9b7fb63} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.08.11 21:38:16.294381 [ 277 ] {1573f337-3774-4408-aba7-cceff9b7fb63} TCPHandler: Processed in 0.001269391 sec. 2025.08.11 21:38:19.208802 [ 123 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:38:19.208862 [ 123 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:38:19.326220 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 2025.08.11 21:38:19.327008 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:19.327061 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:19.327588 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:38:19.327833 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:19.327995 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 2025.08.11 21:38:20.277168 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.08.11 21:38:20.293470 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:20.293523 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:20.299435 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:38:20.300181 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:20.302856 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.08.11 21:38:21.287209 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:21.287519 [ 277 ] {6ba3c05d-0986-47cc-9e60-86d953352ce7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:21.287624 [ 277 ] {6ba3c05d-0986-47cc-9e60-86d953352ce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:21.288511 [ 277 ] {6ba3c05d-0986-47cc-9e60-86d953352ce7} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.288556 [ 277 ] {6ba3c05d-0986-47cc-9e60-86d953352ce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.288960 [ 277 ] {6ba3c05d-0986-47cc-9e60-86d953352ce7} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:38:21.289185 [ 277 ] {6ba3c05d-0986-47cc-9e60-86d953352ce7} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.289335 [ 277 ] {6ba3c05d-0986-47cc-9e60-86d953352ce7} executeQuery: Read 110 rows, 9.47 KiB in 0.001894 sec., 58078.14149947202 rows/sec., 4.88 MiB/sec. 2025.08.11 21:38:21.289357 [ 122 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:38:21.289376 [ 277 ] {6ba3c05d-0986-47cc-9e60-86d953352ce7} TCPHandler: Processed in 0.002351109 sec. 2025.08.11 21:38:21.289433 [ 122 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.289463 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.289545 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:21.289570 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:38:21.289646 [ 277 ] {783deff6-d33c-4dc5-8cac-e40b735684c0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:21.289692 [ 277 ] {783deff6-d33c-4dc5-8cac-e40b735684c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:21.289704 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:21.289742 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1407 rows starting from the beginning of the part 2025.08.11 21:38:21.289806 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 84 rows starting from the beginning of the part 2025.08.11 21:38:21.289850 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:38:21.289888 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part 2025.08.11 21:38:21.289926 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 86 rows starting from the beginning of the part 2025.08.11 21:38:21.289966 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 110 rows starting from the beginning of the part 2025.08.11 21:38:21.290174 [ 277 ] {783deff6-d33c-4dc5-8cac-e40b735684c0} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.290216 [ 277 ] {783deff6-d33c-4dc5-8cac-e40b735684c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.290671 [ 277 ] {783deff6-d33c-4dc5-8cac-e40b735684c0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:38:21.290916 [ 277 ] {783deff6-d33c-4dc5-8cac-e40b735684c0} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.291044 [ 277 ] {783deff6-d33c-4dc5-8cac-e40b735684c0} executeQuery: Read 27 rows, 2.03 KiB in 0.001417 sec., 19054.340155257585 rows/sec., 1.40 MiB/sec. 2025.08.11 21:38:21.291045 [ 121 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:38:21.291081 [ 277 ] {783deff6-d33c-4dc5-8cac-e40b735684c0} TCPHandler: Processed in 0.001586906 sec. 2025.08.11 21:38:21.291091 [ 121 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.291110 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.291200 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:21.291242 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:38:21.291294 [ 277 ] {89edf996-5eb9-4744-b63c-5242e3f30e41} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:21.291338 [ 277 ] {89edf996-5eb9-4744-b63c-5242e3f30e41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:21.291397 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:21.291407 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2995 rows, containing 5 columns (5 merged, 0 gathered) in 0.001883292 sec., 1590300.388893491 rows/sec., 138.58 MiB/sec. 2025.08.11 21:38:21.291438 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 71 rows starting from the beginning of the part 2025.08.11 21:38:21.291516 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:21.291561 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part 2025.08.11 21:38:21.291605 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part 2025.08.11 21:38:21.291631 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:38:21.291647 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part 2025.08.11 21:38:21.291697 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:21.291818 [ 277 ] {89edf996-5eb9-4744-b63c-5242e3f30e41} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.291860 [ 277 ] {89edf996-5eb9-4744-b63c-5242e3f30e41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:21.292015 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.292122 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_61_12} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:38:21.292206 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.11 21:38:21.292409 [ 277 ] {89edf996-5eb9-4744-b63c-5242e3f30e41} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:38:21.292640 [ 277 ] {89edf996-5eb9-4744-b63c-5242e3f30e41} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.292651 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001469695 sec., 125876.45736020058 rows/sec., 9.68 MiB/sec. 2025.08.11 21:38:21.292767 [ 121 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:38:21.292770 [ 277 ] {89edf996-5eb9-4744-b63c-5242e3f30e41} executeQuery: Read 91 rows, 7.28 KiB in 0.001495 sec., 60869.565217391304 rows/sec., 4.75 MiB/sec. 2025.08.11 21:38:21.292804 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:38:21.292805 [ 121 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.292823 [ 277 ] {89edf996-5eb9-4744-b63c-5242e3f30e41} TCPHandler: Processed in 0.001675139 sec. 2025.08.11 21:38:21.292846 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.292939 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:38:21.292949 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:21.293032 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:21.293060 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 633 rows starting from the beginning of the part 2025.08.11 21:38:21.293070 [ 277 ] {16a3ad08-63c2-40ad-86b4-6d03aceb8f04} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:21.293079 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.293106 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 78 rows starting from the beginning of the part 2025.08.11 21:38:21.293123 [ 277 ] {16a3ad08-63c2-40ad-86b4-6d03aceb8f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:21.293143 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 551 rows starting from the beginning of the part 2025.08.11 21:38:21.293171 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_51_10} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:38:21.293182 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part 2025.08.11 21:38:21.293215 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 79 rows starting from the beginning of the part 2025.08.11 21:38:21.293243 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:38:21.293250 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 91 rows starting from the beginning of the part 2025.08.11 21:38:21.293556 [ 277 ] {16a3ad08-63c2-40ad-86b4-6d03aceb8f04} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.293608 [ 277 ] {16a3ad08-63c2-40ad-86b4-6d03aceb8f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.293960 [ 277 ] {16a3ad08-63c2-40ad-86b4-6d03aceb8f04} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:38:21.294161 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261831 sec., 1185578.7343947012 rows/sec., 94.06 MiB/sec. 2025.08.11 21:38:21.294176 [ 277 ] {16a3ad08-63c2-40ad-86b4-6d03aceb8f04} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.294307 [ 277 ] {16a3ad08-63c2-40ad-86b4-6d03aceb8f04} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2025.08.11 21:38:21.294311 [ 122 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:38:21.294311 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:38:21.294345 [ 277 ] {16a3ad08-63c2-40ad-86b4-6d03aceb8f04} TCPHandler: Processed in 0.001444034 sec. 2025.08.11 21:38:21.294362 [ 122 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.294406 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.294469 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:21.294474 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:38:21.294569 [ 277 ] {a46638c0-860e-490f-8fde-3bb231c8c2a3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:21.294579 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:21.294631 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.294637 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16253 rows starting from the beginning of the part 2025.08.11 21:38:21.294656 [ 277 ] {a46638c0-860e-490f-8fde-3bb231c8c2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:21.294705 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2025.08.11 21:38:21.294713 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_61_12} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:38:21.294758 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 944 rows starting from the beginning of the part 2025.08.11 21:38:21.294802 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.11 21:38:21.294805 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part 2025.08.11 21:38:21.294863 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2025.08.11 21:38:21.294901 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:38:21.295502 [ 277 ] {a46638c0-860e-490f-8fde-3bb231c8c2a3} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.295544 [ 277 ] {a46638c0-860e-490f-8fde-3bb231c8c2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.296128 [ 277 ] {a46638c0-860e-490f-8fde-3bb231c8c2a3} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:38:21.296351 [ 277 ] {a46638c0-860e-490f-8fde-3bb231c8c2a3} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.296490 [ 277 ] {a46638c0-860e-490f-8fde-3bb231c8c2a3} executeQuery: Read 27 rows, 49.54 KiB in 0.001939 sec., 13924.703455389375 rows/sec., 24.95 MiB/sec. 2025.08.11 21:38:21.296543 [ 277 ] {a46638c0-860e-490f-8fde-3bb231c8c2a3} TCPHandler: Processed in 0.002121196 sec. 2025.08.11 21:38:21.296657 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:21.296755 [ 277 ] {b98ef0e7-edbf-4d9b-a2f7-3bb4ba3f266b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:21.296797 [ 277 ] {b98ef0e7-edbf-4d9b-a2f7-3bb4ba3f266b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:21.297129 [ 277 ] {b98ef0e7-edbf-4d9b-a2f7-3bb4ba3f266b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.297165 [ 277 ] {b98ef0e7-edbf-4d9b-a2f7-3bb4ba3f266b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.297489 [ 277 ] {b98ef0e7-edbf-4d9b-a2f7-3bb4ba3f266b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:38:21.297710 [ 277 ] {b98ef0e7-edbf-4d9b-a2f7-3bb4ba3f266b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.297837 [ 277 ] {b98ef0e7-edbf-4d9b-a2f7-3bb4ba3f266b} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.08.11 21:38:21.297853 [ 120 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:38:21.297871 [ 277 ] {b98ef0e7-edbf-4d9b-a2f7-3bb4ba3f266b} TCPHandler: Processed in 0.001262301 sec. 2025.08.11 21:38:21.297924 [ 120 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:21.297949 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:21.298028 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:38:21.298132 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:21.298160 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2970 rows starting from the beginning of the part 2025.08.11 21:38:21.298208 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:21.298248 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 36 rows starting from the beginning of the part 2025.08.11 21:38:21.298287 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:21.298322 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:21.298360 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:38:21.299600 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3210 rows, containing 4 columns (4 merged, 0 gathered) in 0.001603507 sec., 2001862.1683597267 rows/sec., 135.02 MiB/sec. 2025.08.11 21:38:21.299986 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17741 rows, containing 5 columns (5 merged, 0 gathered) in 0.005540533 sec., 3202038.504237769 rows/sec., 219.32 MiB/sec. 2025.08.11 21:38:21.300060 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:38:21.300229 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:38:21.300365 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.300445 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_61_12} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:38:21.300499 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:21.300531 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.08.11 21:38:21.300569 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_61_12} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:38:21.300647 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. 2025.08.11 21:38:22.000165 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 265.98 MiB, peak 275.10 MiB, free memory in arenas 0.00 B, will set to 267.91 MiB (RSS), difference: 1.93 MiB 2025.08.11 21:38:24.379373 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 956 2025.08.11 21:38:24.381840 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:24.381886 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:24.383131 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:38:24.383419 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:24.383797 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 956 2025.08.11 21:38:26.286925 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.287174 [ 277 ] {8ab34c66-d88f-4686-8b2e-60a3a7b44376} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:38:26.287244 [ 277 ] {8ab34c66-d88f-4686-8b2e-60a3a7b44376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:38:26.287885 [ 277 ] {8ab34c66-d88f-4686-8b2e-60a3a7b44376} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.287936 [ 277 ] {8ab34c66-d88f-4686-8b2e-60a3a7b44376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.288340 [ 277 ] {8ab34c66-d88f-4686-8b2e-60a3a7b44376} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:38:26.288577 [ 277 ] {8ab34c66-d88f-4686-8b2e-60a3a7b44376} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.288738 [ 277 ] {8ab34c66-d88f-4686-8b2e-60a3a7b44376} executeQuery: Read 24 rows, 2.04 KiB in 0.001616 sec., 14851.485148514852 rows/sec., 1.23 MiB/sec. 2025.08.11 21:38:26.288790 [ 277 ] {8ab34c66-d88f-4686-8b2e-60a3a7b44376} TCPHandler: Processed in 0.002031834 sec. 2025.08.11 21:38:26.288911 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.289013 [ 277 ] {183afb36-98f6-445f-9e57-a25e05cea0a4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:26.289058 [ 277 ] {183afb36-98f6-445f-9e57-a25e05cea0a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:26.289532 [ 277 ] {183afb36-98f6-445f-9e57-a25e05cea0a4} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.289571 [ 277 ] {183afb36-98f6-445f-9e57-a25e05cea0a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.289917 [ 277 ] {183afb36-98f6-445f-9e57-a25e05cea0a4} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:38:26.290140 [ 277 ] {183afb36-98f6-445f-9e57-a25e05cea0a4} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.290280 [ 277 ] {183afb36-98f6-445f-9e57-a25e05cea0a4} executeQuery: Read 206 rows, 18.85 KiB in 0.001291 sec., 159566.22773044152 rows/sec., 14.26 MiB/sec. 2025.08.11 21:38:26.290319 [ 277 ] {183afb36-98f6-445f-9e57-a25e05cea0a4} TCPHandler: Processed in 0.001460025 sec. 2025.08.11 21:38:26.290432 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.290529 [ 277 ] {1484270e-477b-4fa5-a760-bef758e8f0be} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:26.290569 [ 277 ] {1484270e-477b-4fa5-a760-bef758e8f0be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:26.290967 [ 277 ] {1484270e-477b-4fa5-a760-bef758e8f0be} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.291004 [ 277 ] {1484270e-477b-4fa5-a760-bef758e8f0be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.291322 [ 277 ] {1484270e-477b-4fa5-a760-bef758e8f0be} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:38:26.291537 [ 277 ] {1484270e-477b-4fa5-a760-bef758e8f0be} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.291669 [ 277 ] {1484270e-477b-4fa5-a760-bef758e8f0be} executeQuery: Read 27 rows, 2.09 KiB in 0.001159 sec., 23295.944779982743 rows/sec., 1.76 MiB/sec. 2025.08.11 21:38:26.291706 [ 277 ] {1484270e-477b-4fa5-a760-bef758e8f0be} TCPHandler: Processed in 0.001323502 sec. 2025.08.11 21:38:26.291806 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.291901 [ 277 ] {8b8e1b68-6c25-450d-a382-72413b75fd19} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:38:26.291940 [ 277 ] {8b8e1b68-6c25-450d-a382-72413b75fd19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:38:26.292323 [ 277 ] {8b8e1b68-6c25-450d-a382-72413b75fd19} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.292359 [ 277 ] {8b8e1b68-6c25-450d-a382-72413b75fd19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.292658 [ 277 ] {8b8e1b68-6c25-450d-a382-72413b75fd19} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:38:26.292874 [ 277 ] {8b8e1b68-6c25-450d-a382-72413b75fd19} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.293004 [ 277 ] {8b8e1b68-6c25-450d-a382-72413b75fd19} executeQuery: Read 24 rows, 2.04 KiB in 0.001121 sec., 21409.455842997322 rows/sec., 1.78 MiB/sec. 2025.08.11 21:38:26.293042 [ 277 ] {8b8e1b68-6c25-450d-a382-72413b75fd19} TCPHandler: Processed in 0.001284021 sec. 2025.08.11 21:38:26.293143 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.293238 [ 277 ] {d1b45983-ea03-4c7d-b0ba-aa466481515f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:38:26.293278 [ 277 ] {d1b45983-ea03-4c7d-b0ba-aa466481515f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:38:26.293660 [ 277 ] {d1b45983-ea03-4c7d-b0ba-aa466481515f} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.293697 [ 277 ] {d1b45983-ea03-4c7d-b0ba-aa466481515f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.294007 [ 277 ] {d1b45983-ea03-4c7d-b0ba-aa466481515f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.11 21:38:26.294224 [ 277 ] {d1b45983-ea03-4c7d-b0ba-aa466481515f} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.294352 [ 277 ] {d1b45983-ea03-4c7d-b0ba-aa466481515f} executeQuery: Read 12 rows, 960.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 828.18 KiB/sec. 2025.08.11 21:38:26.294390 [ 277 ] {d1b45983-ea03-4c7d-b0ba-aa466481515f} TCPHandler: Processed in 0.001293722 sec. 2025.08.11 21:38:26.294487 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.294581 [ 277 ] {9c716a1d-74eb-4da9-b24b-59390e6a0414} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:26.294621 [ 277 ] {9c716a1d-74eb-4da9-b24b-59390e6a0414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:26.295031 [ 277 ] {9c716a1d-74eb-4da9-b24b-59390e6a0414} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.295069 [ 277 ] {9c716a1d-74eb-4da9-b24b-59390e6a0414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.295381 [ 277 ] {9c716a1d-74eb-4da9-b24b-59390e6a0414} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:38:26.295608 [ 277 ] {9c716a1d-74eb-4da9-b24b-59390e6a0414} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.295737 [ 277 ] {9c716a1d-74eb-4da9-b24b-59390e6a0414} executeQuery: Read 115 rows, 9.57 KiB in 0.001174 sec., 97955.7069846678 rows/sec., 7.96 MiB/sec. 2025.08.11 21:38:26.295774 [ 277 ] {9c716a1d-74eb-4da9-b24b-59390e6a0414} TCPHandler: Processed in 0.001334582 sec. 2025.08.11 21:38:26.295885 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.295979 [ 277 ] {ac06d252-1d5e-4833-974d-5079a11c2556} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:26.296024 [ 277 ] {ac06d252-1d5e-4833-974d-5079a11c2556} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:26.296406 [ 277 ] {ac06d252-1d5e-4833-974d-5079a11c2556} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.296442 [ 277 ] {ac06d252-1d5e-4833-974d-5079a11c2556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.296778 [ 277 ] {ac06d252-1d5e-4833-974d-5079a11c2556} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:38:26.296993 [ 277 ] {ac06d252-1d5e-4833-974d-5079a11c2556} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.297121 [ 277 ] {ac06d252-1d5e-4833-974d-5079a11c2556} executeQuery: Read 196 rows, 14.40 KiB in 0.00116 sec., 168965.5172413793 rows/sec., 12.12 MiB/sec. 2025.08.11 21:38:26.297158 [ 277 ] {ac06d252-1d5e-4833-974d-5079a11c2556} TCPHandler: Processed in 0.001320872 sec. 2025.08.11 21:38:26.297269 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.297364 [ 277 ] {b332804b-b06b-47fe-a72f-ab1b576c6480} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:26.297419 [ 277 ] {b332804b-b06b-47fe-a72f-ab1b576c6480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:26.298164 [ 277 ] {b332804b-b06b-47fe-a72f-ab1b576c6480} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.298201 [ 277 ] {b332804b-b06b-47fe-a72f-ab1b576c6480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.298725 [ 277 ] {b332804b-b06b-47fe-a72f-ab1b576c6480} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:38:26.298951 [ 277 ] {b332804b-b06b-47fe-a72f-ab1b576c6480} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.299070 [ 116 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:38:26.299094 [ 277 ] {b332804b-b06b-47fe-a72f-ab1b576c6480} executeQuery: Read 15 rows, 27.52 KiB in 0.001747 sec., 8586.147681740125 rows/sec., 15.39 MiB/sec. 2025.08.11 21:38:26.299143 [ 116 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.299171 [ 277 ] {b332804b-b06b-47fe-a72f-ab1b576c6480} TCPHandler: Processed in 0.001949733 sec. 2025.08.11 21:38:26.299173 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.299283 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:38:26.299346 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:26.299444 [ 277 ] {fb3f30b2-eefa-4884-a487-94617cb628ee} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:26.299486 [ 277 ] {fb3f30b2-eefa-4884-a487-94617cb628ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:26.299489 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:26.299549 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 892 rows starting from the beginning of the part 2025.08.11 21:38:26.299680 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part 2025.08.11 21:38:26.299788 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:26.299816 [ 277 ] {fb3f30b2-eefa-4884-a487-94617cb628ee} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.299852 [ 277 ] {fb3f30b2-eefa-4884-a487-94617cb628ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:26.299888 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 15 rows starting from the beginning of the part 2025.08.11 21:38:26.299983 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:26.300077 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 15 rows starting from the beginning of the part 2025.08.11 21:38:26.300168 [ 277 ] {fb3f30b2-eefa-4884-a487-94617cb628ee} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:38:26.300395 [ 277 ] {fb3f30b2-eefa-4884-a487-94617cb628ee} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.300529 [ 277 ] {fb3f30b2-eefa-4884-a487-94617cb628ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.08.11 21:38:26.300564 [ 277 ] {fb3f30b2-eefa-4884-a487-94617cb628ee} TCPHandler: Processed in 0.001267011 sec. 2025.08.11 21:38:26.306099 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 990 rows, containing 19 columns (19 merged, 0 gathered) in 0.006851095 sec., 144502.44814879957 rows/sec., 258.94 MiB/sec. 2025.08.11 21:38:26.307465 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:38:26.307874 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.307968 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_51_10} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:38:26.308113 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.23 MiB. 2025.08.11 21:38:26.828159 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 2025.08.11 21:38:26.828951 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:26.829025 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:26.829745 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:38:26.829970 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:26.830101 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 2025.08.11 21:38:27.000175 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 268.61 MiB, peak 276.80 MiB, free memory in arenas 0.00 B, will set to 271.20 MiB (RSS), difference: 2.59 MiB 2025.08.11 21:38:27.802984 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.08.11 21:38:27.819604 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:27.819678 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2025.08.11 21:38:27.825769 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:38:27.826498 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:27.829787 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.08.11 21:38:31.286299 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:31.286522 [ 277 ] {c936522e-8723-4cf2-a68e-ef8bcc382afc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:31.286595 [ 277 ] {c936522e-8723-4cf2-a68e-ef8bcc382afc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:31.287362 [ 277 ] {c936522e-8723-4cf2-a68e-ef8bcc382afc} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:31.287411 [ 277 ] {c936522e-8723-4cf2-a68e-ef8bcc382afc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:31.287799 [ 277 ] {c936522e-8723-4cf2-a68e-ef8bcc382afc} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:38:31.288009 [ 277 ] {c936522e-8723-4cf2-a68e-ef8bcc382afc} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:31.288152 [ 277 ] {c936522e-8723-4cf2-a68e-ef8bcc382afc} executeQuery: Read 110 rows, 9.47 KiB in 0.001716 sec., 64102.5641025641 rows/sec., 5.39 MiB/sec. 2025.08.11 21:38:31.288190 [ 277 ] {c936522e-8723-4cf2-a68e-ef8bcc382afc} TCPHandler: Processed in 0.002112996 sec. 2025.08.11 21:38:31.288304 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:31.288392 [ 277 ] {62e9b73c-0665-4fd9-a860-8204015654b3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:31.288429 [ 277 ] {62e9b73c-0665-4fd9-a860-8204015654b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:31.288872 [ 277 ] {62e9b73c-0665-4fd9-a860-8204015654b3} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:31.288908 [ 277 ] {62e9b73c-0665-4fd9-a860-8204015654b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:31.289207 [ 277 ] {62e9b73c-0665-4fd9-a860-8204015654b3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:38:31.289426 [ 277 ] {62e9b73c-0665-4fd9-a860-8204015654b3} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:31.289553 [ 277 ] {62e9b73c-0665-4fd9-a860-8204015654b3} executeQuery: Read 27 rows, 2.03 KiB in 0.001132 sec., 23851.59010600707 rows/sec., 1.75 MiB/sec. 2025.08.11 21:38:31.289590 [ 277 ] {62e9b73c-0665-4fd9-a860-8204015654b3} TCPHandler: Processed in 0.001291292 sec. 2025.08.11 21:38:31.289691 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:31.289784 [ 277 ] {8b5a3e55-636a-4255-bcf3-9409734e25ba} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:31.289823 [ 277 ] {8b5a3e55-636a-4255-bcf3-9409734e25ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:31.290225 [ 277 ] {8b5a3e55-636a-4255-bcf3-9409734e25ba} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:31.290260 [ 277 ] {8b5a3e55-636a-4255-bcf3-9409734e25ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:31.290558 [ 277 ] {8b5a3e55-636a-4255-bcf3-9409734e25ba} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:38:31.290769 [ 277 ] {8b5a3e55-636a-4255-bcf3-9409734e25ba} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:31.290891 [ 277 ] {8b5a3e55-636a-4255-bcf3-9409734e25ba} executeQuery: Read 91 rows, 7.28 KiB in 0.001125 sec., 80888.88888888889 rows/sec., 6.32 MiB/sec. 2025.08.11 21:38:31.290927 [ 277 ] {8b5a3e55-636a-4255-bcf3-9409734e25ba} TCPHandler: Processed in 0.001282342 sec. 2025.08.11 21:38:31.291032 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:31.291124 [ 277 ] {befae0bc-9d9d-4343-9213-848273d2c606} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:31.291167 [ 277 ] {befae0bc-9d9d-4343-9213-848273d2c606} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:31.291564 [ 277 ] {befae0bc-9d9d-4343-9213-848273d2c606} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:31.291599 [ 277 ] {befae0bc-9d9d-4343-9213-848273d2c606} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:31.291916 [ 277 ] {befae0bc-9d9d-4343-9213-848273d2c606} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:38:31.292123 [ 277 ] {befae0bc-9d9d-4343-9213-848273d2c606} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:31.292246 [ 277 ] {befae0bc-9d9d-4343-9213-848273d2c606} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2025.08.11 21:38:31.292281 [ 277 ] {befae0bc-9d9d-4343-9213-848273d2c606} TCPHandler: Processed in 0.001296152 sec. 2025.08.11 21:38:31.292403 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:31.292527 [ 277 ] {2d78d15d-1383-486a-a6c9-5f3a23a2a949} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:31.292597 [ 277 ] {2d78d15d-1383-486a-a6c9-5f3a23a2a949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:31.293512 [ 277 ] {2d78d15d-1383-486a-a6c9-5f3a23a2a949} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:31.293551 [ 277 ] {2d78d15d-1383-486a-a6c9-5f3a23a2a949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:31.294098 [ 277 ] {2d78d15d-1383-486a-a6c9-5f3a23a2a949} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:38:31.294327 [ 277 ] {2d78d15d-1383-486a-a6c9-5f3a23a2a949} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:31.294468 [ 277 ] {2d78d15d-1383-486a-a6c9-5f3a23a2a949} executeQuery: Read 27 rows, 49.54 KiB in 0.001966 sec., 13733.468972533063 rows/sec., 24.61 MiB/sec. 2025.08.11 21:38:31.294529 [ 277 ] {2d78d15d-1383-486a-a6c9-5f3a23a2a949} TCPHandler: Processed in 0.002187336 sec. 2025.08.11 21:38:31.294641 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:31.294739 [ 277 ] {750df320-0fbf-47fe-b188-47ccc9996585} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:31.294783 [ 277 ] {750df320-0fbf-47fe-b188-47ccc9996585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:31.295118 [ 277 ] {750df320-0fbf-47fe-b188-47ccc9996585} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:31.295155 [ 277 ] {750df320-0fbf-47fe-b188-47ccc9996585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:31.295489 [ 277 ] {750df320-0fbf-47fe-b188-47ccc9996585} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:38:31.295715 [ 277 ] {750df320-0fbf-47fe-b188-47ccc9996585} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:31.295846 [ 277 ] {750df320-0fbf-47fe-b188-47ccc9996585} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2025.08.11 21:38:31.295882 [ 277 ] {750df320-0fbf-47fe-b188-47ccc9996585} TCPHandler: Processed in 0.001290502 sec. 2025.08.11 21:38:34.208922 [ 102 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:38:34.208982 [ 102 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:38:34.330237 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 2025.08.11 21:38:34.330819 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:34.330877 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:34.331442 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:38:34.331696 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:34.331856 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 2025.08.11 21:38:34.384031 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 986 2025.08.11 21:38:34.386401 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:34.386461 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:34.387702 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:38:34.388059 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:34.388526 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 986 2025.08.11 21:38:35.329918 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.08.11 21:38:35.347427 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:35.347483 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:35.353688 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:38:35.354396 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:35.357723 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.08.11 21:38:36.285391 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:36.285701 [ 277 ] {e6c40561-9446-413b-8bef-ea2dfa32ff55} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:36.285806 [ 277 ] {e6c40561-9446-413b-8bef-ea2dfa32ff55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:36.286717 [ 277 ] {e6c40561-9446-413b-8bef-ea2dfa32ff55} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:36.286760 [ 277 ] {e6c40561-9446-413b-8bef-ea2dfa32ff55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:36.287159 [ 277 ] {e6c40561-9446-413b-8bef-ea2dfa32ff55} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:38:36.287404 [ 277 ] {e6c40561-9446-413b-8bef-ea2dfa32ff55} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:36.287563 [ 277 ] {e6c40561-9446-413b-8bef-ea2dfa32ff55} executeQuery: Read 86 rows, 7.39 KiB in 0.00194 sec., 44329.89690721649 rows/sec., 3.72 MiB/sec. 2025.08.11 21:38:36.287605 [ 277 ] {e6c40561-9446-413b-8bef-ea2dfa32ff55} TCPHandler: Processed in 0.00240405 sec. 2025.08.11 21:38:36.287732 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:36.287829 [ 277 ] {837f28a4-899f-429b-9f2a-bdc3434b93d0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:36.287870 [ 277 ] {837f28a4-899f-429b-9f2a-bdc3434b93d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:36.288270 [ 277 ] {837f28a4-899f-429b-9f2a-bdc3434b93d0} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:36.288307 [ 277 ] {837f28a4-899f-429b-9f2a-bdc3434b93d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:36.288611 [ 277 ] {837f28a4-899f-429b-9f2a-bdc3434b93d0} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:38:36.288827 [ 277 ] {837f28a4-899f-429b-9f2a-bdc3434b93d0} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:36.288957 [ 277 ] {837f28a4-899f-429b-9f2a-bdc3434b93d0} executeQuery: Read 15 rows, 1.13 KiB in 0.001148 sec., 13066.202090592335 rows/sec., 982.52 KiB/sec. 2025.08.11 21:38:36.288995 [ 277 ] {837f28a4-899f-429b-9f2a-bdc3434b93d0} TCPHandler: Processed in 0.001313882 sec. 2025.08.11 21:38:36.289095 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:36.289187 [ 277 ] {e85ef5b2-6d9d-40f4-aa18-0f2c1069b8d0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:36.289228 [ 277 ] {e85ef5b2-6d9d-40f4-aa18-0f2c1069b8d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:36.289641 [ 277 ] {e85ef5b2-6d9d-40f4-aa18-0f2c1069b8d0} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:36.289678 [ 277 ] {e85ef5b2-6d9d-40f4-aa18-0f2c1069b8d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:36.289988 [ 277 ] {e85ef5b2-6d9d-40f4-aa18-0f2c1069b8d0} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:38:36.290207 [ 277 ] {e85ef5b2-6d9d-40f4-aa18-0f2c1069b8d0} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:36.290334 [ 277 ] {e85ef5b2-6d9d-40f4-aa18-0f2c1069b8d0} executeQuery: Read 79 rows, 6.32 KiB in 0.001164 sec., 67869.41580756013 rows/sec., 5.30 MiB/sec. 2025.08.11 21:38:36.290371 [ 277 ] {e85ef5b2-6d9d-40f4-aa18-0f2c1069b8d0} TCPHandler: Processed in 0.001325743 sec. 2025.08.11 21:38:36.290482 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:36.290576 [ 277 ] {94bed0da-28ab-4491-8342-afbb3798a9b4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:36.290621 [ 277 ] {94bed0da-28ab-4491-8342-afbb3798a9b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:36.291017 [ 277 ] {94bed0da-28ab-4491-8342-afbb3798a9b4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:36.291054 [ 277 ] {94bed0da-28ab-4491-8342-afbb3798a9b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:36.291388 [ 277 ] {94bed0da-28ab-4491-8342-afbb3798a9b4} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:38:36.291609 [ 277 ] {94bed0da-28ab-4491-8342-afbb3798a9b4} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:36.291736 [ 277 ] {94bed0da-28ab-4491-8342-afbb3798a9b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2025.08.11 21:38:36.291773 [ 277 ] {94bed0da-28ab-4491-8342-afbb3798a9b4} TCPHandler: Processed in 0.001342192 sec. 2025.08.11 21:38:36.291873 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:36.291967 [ 277 ] {a8f5510c-08b4-4366-9266-1bfc2411ef2a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:36.292022 [ 277 ] {a8f5510c-08b4-4366-9266-1bfc2411ef2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:36.292792 [ 277 ] {a8f5510c-08b4-4366-9266-1bfc2411ef2a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:36.292830 [ 277 ] {a8f5510c-08b4-4366-9266-1bfc2411ef2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:36.293358 [ 277 ] {a8f5510c-08b4-4366-9266-1bfc2411ef2a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:38:36.293583 [ 277 ] {a8f5510c-08b4-4366-9266-1bfc2411ef2a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:36.293723 [ 277 ] {a8f5510c-08b4-4366-9266-1bfc2411ef2a} executeQuery: Read 15 rows, 27.52 KiB in 0.001774 sec., 8455.467869222097 rows/sec., 15.15 MiB/sec. 2025.08.11 21:38:36.293776 [ 277 ] {a8f5510c-08b4-4366-9266-1bfc2411ef2a} TCPHandler: Processed in 0.001952173 sec. 2025.08.11 21:38:36.293883 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:36.293978 [ 277 ] {35b2c71b-5639-4446-938e-e02f9070127e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:36.294021 [ 277 ] {35b2c71b-5639-4446-938e-e02f9070127e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:36.294347 [ 277 ] {35b2c71b-5639-4446-938e-e02f9070127e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:36.294383 [ 277 ] {35b2c71b-5639-4446-938e-e02f9070127e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:36.294697 [ 277 ] {35b2c71b-5639-4446-938e-e02f9070127e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:38:36.294913 [ 277 ] {35b2c71b-5639-4446-938e-e02f9070127e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:36.295041 [ 277 ] {35b2c71b-5639-4446-938e-e02f9070127e} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.08.11 21:38:36.295078 [ 277 ] {35b2c71b-5639-4446-938e-e02f9070127e} TCPHandler: Processed in 0.001245001 sec. 2025.08.11 21:38:38.593629 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:38.593836 [ 277 ] {3afd40e8-2594-4d89-bd66-c6f3a76b52d5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:38:38.593913 [ 277 ] {3afd40e8-2594-4d89-bd66-c6f3a76b52d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:38:38.594594 [ 277 ] {3afd40e8-2594-4d89-bd66-c6f3a76b52d5} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.594645 [ 277 ] {3afd40e8-2594-4d89-bd66-c6f3a76b52d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.595037 [ 277 ] {3afd40e8-2594-4d89-bd66-c6f3a76b52d5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:38:38.595273 [ 277 ] {3afd40e8-2594-4d89-bd66-c6f3a76b52d5} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.595434 [ 277 ] {3afd40e8-2594-4d89-bd66-c6f3a76b52d5} executeQuery: Read 2 rows, 167.00 B in 0.001655 sec., 1208.4592145015106 rows/sec., 98.54 KiB/sec. 2025.08.11 21:38:38.595485 [ 277 ] {3afd40e8-2594-4d89-bd66-c6f3a76b52d5} TCPHandler: Processed in 0.002000283 sec. 2025.08.11 21:38:38.595608 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:38.595714 [ 277 ] {03ace889-9f2d-4a9f-8168-16405304cf0e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:38.595759 [ 277 ] {03ace889-9f2d-4a9f-8168-16405304cf0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:38.596824 [ 277 ] {03ace889-9f2d-4a9f-8168-16405304cf0e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.596863 [ 277 ] {03ace889-9f2d-4a9f-8168-16405304cf0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.597270 [ 277 ] {03ace889-9f2d-4a9f-8168-16405304cf0e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:38:38.597503 [ 277 ] {03ace889-9f2d-4a9f-8168-16405304cf0e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.597648 [ 277 ] {03ace889-9f2d-4a9f-8168-16405304cf0e} executeQuery: Read 1251 rows, 106.10 KiB in 0.001958 sec., 638917.2625127682 rows/sec., 52.92 MiB/sec. 2025.08.11 21:38:38.597690 [ 277 ] {03ace889-9f2d-4a9f-8168-16405304cf0e} TCPHandler: Processed in 0.002135086 sec. 2025.08.11 21:38:38.597810 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:38.597910 [ 277 ] {fbf34598-48de-4e30-820a-d63cfa04671e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:38.597953 [ 277 ] {fbf34598-48de-4e30-820a-d63cfa04671e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:38.598369 [ 277 ] {fbf34598-48de-4e30-820a-d63cfa04671e} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.598407 [ 277 ] {fbf34598-48de-4e30-820a-d63cfa04671e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.598731 [ 277 ] {fbf34598-48de-4e30-820a-d63cfa04671e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:38:38.598954 [ 277 ] {fbf34598-48de-4e30-820a-d63cfa04671e} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.599107 [ 277 ] {fbf34598-48de-4e30-820a-d63cfa04671e} executeQuery: Read 29 rows, 2.17 KiB in 0.001218 sec., 23809.523809523813 rows/sec., 1.74 MiB/sec. 2025.08.11 21:38:38.599163 [ 277 ] {fbf34598-48de-4e30-820a-d63cfa04671e} TCPHandler: Processed in 0.001407874 sec. 2025.08.11 21:38:38.599295 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:38.599410 [ 277 ] {f95cc0fd-09b4-4b60-b131-2d8574c9295d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:38:38.599450 [ 277 ] {f95cc0fd-09b4-4b60-b131-2d8574c9295d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:38:38.599914 [ 277 ] {f95cc0fd-09b4-4b60-b131-2d8574c9295d} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.599950 [ 277 ] {f95cc0fd-09b4-4b60-b131-2d8574c9295d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.600243 [ 277 ] {f95cc0fd-09b4-4b60-b131-2d8574c9295d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:38:38.600448 [ 277 ] {f95cc0fd-09b4-4b60-b131-2d8574c9295d} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.600566 [ 99 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 6 parts from all_1_13_3 to all_18_18_0 2025.08.11 21:38:38.600573 [ 277 ] {f95cc0fd-09b4-4b60-b131-2d8574c9295d} executeQuery: Read 228 rows, 15.81 KiB in 0.001233 sec., 184914.84184914842 rows/sec., 12.52 MiB/sec. 2025.08.11 21:38:38.600637 [ 99 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.600652 [ 277 ] {f95cc0fd-09b4-4b60-b131-2d8574c9295d} TCPHandler: Processed in 0.001490765 sec. 2025.08.11 21:38:38.600663 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.600828 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:38.600857 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_13_3 to all_18_18_0 into Compact with storage Full 2025.08.11 21:38:38.600928 [ 277 ] {08c622cf-916b-4bf1-a6b8-c15d0abd6f24} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:38.600973 [ 277 ] {08c622cf-916b-4bf1-a6b8-c15d0abd6f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:38.600981 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:38.601021 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 252 rows starting from the beginning of the part 2025.08.11 21:38:38.601088 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part 2025.08.11 21:38:38.601134 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:38.601176 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part 2025.08.11 21:38:38.601216 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:38.601254 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part 2025.08.11 21:38:38.601563 [ 277 ] {08c622cf-916b-4bf1-a6b8-c15d0abd6f24} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.601605 [ 277 ] {08c622cf-916b-4bf1-a6b8-c15d0abd6f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.601968 [ 277 ] {08c622cf-916b-4bf1-a6b8-c15d0abd6f24} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:38:38.602194 [ 277 ] {08c622cf-916b-4bf1-a6b8-c15d0abd6f24} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.602210 [ 192 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 5 columns (5 merged, 0 gathered) in 0.001409134 sec., 698301.2261431488 rows/sec., 50.73 MiB/sec. 2025.08.11 21:38:38.602332 [ 277 ] {08c622cf-916b-4bf1-a6b8-c15d0abd6f24} executeQuery: Read 549 rows, 41.73 KiB in 0.001423 sec., 385804.63808854535 rows/sec., 28.64 MiB/sec. 2025.08.11 21:38:38.602371 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2025.08.11 21:38:38.602377 [ 277 ] {08c622cf-916b-4bf1-a6b8-c15d0abd6f24} TCPHandler: Processed in 0.001598947 sec. 2025.08.11 21:38:38.602506 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:38.602608 [ 277 ] {7e52411b-919a-4beb-a299-c4a9ba62b771} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:38.602629 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.602654 [ 277 ] {7e52411b-919a-4beb-a299-c4a9ba62b771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:38.602702 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_18_4} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 6 parts: [all_1_13_3, all_18_18_0] -> all_1_18_4 2025.08.11 21:38:38.602774 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.08.11 21:38:38.603259 [ 277 ] {7e52411b-919a-4beb-a299-c4a9ba62b771} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.603300 [ 277 ] {7e52411b-919a-4beb-a299-c4a9ba62b771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.603691 [ 277 ] {7e52411b-919a-4beb-a299-c4a9ba62b771} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:38:38.603913 [ 277 ] {7e52411b-919a-4beb-a299-c4a9ba62b771} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.604047 [ 277 ] {7e52411b-919a-4beb-a299-c4a9ba62b771} executeQuery: Read 943 rows, 64.75 KiB in 0.001459 sec., 646333.1048663468 rows/sec., 43.34 MiB/sec. 2025.08.11 21:38:38.604085 [ 277 ] {7e52411b-919a-4beb-a299-c4a9ba62b771} TCPHandler: Processed in 0.001629717 sec. 2025.08.11 21:38:38.604195 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:38.604290 [ 277 ] {45466cdf-dd08-42db-b151-40a9fee6c647} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:38.604347 [ 277 ] {45466cdf-dd08-42db-b151-40a9fee6c647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:38.605176 [ 277 ] {45466cdf-dd08-42db-b151-40a9fee6c647} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.605214 [ 277 ] {45466cdf-dd08-42db-b151-40a9fee6c647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.605748 [ 277 ] {45466cdf-dd08-42db-b151-40a9fee6c647} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:38:38.605988 [ 277 ] {45466cdf-dd08-42db-b151-40a9fee6c647} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.606130 [ 277 ] {45466cdf-dd08-42db-b151-40a9fee6c647} executeQuery: Read 27 rows, 49.54 KiB in 0.001858 sec., 14531.754574811624 rows/sec., 26.04 MiB/sec. 2025.08.11 21:38:38.606193 [ 277 ] {45466cdf-dd08-42db-b151-40a9fee6c647} TCPHandler: Processed in 0.002048555 sec. 2025.08.11 21:38:38.606313 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:38.606409 [ 277 ] {82daebb2-805f-4112-b65a-f0842e220a90} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:38.606451 [ 277 ] {82daebb2-805f-4112-b65a-f0842e220a90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:38.606781 [ 277 ] {82daebb2-805f-4112-b65a-f0842e220a90} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:38.606818 [ 277 ] {82daebb2-805f-4112-b65a-f0842e220a90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:38.607127 [ 277 ] {82daebb2-805f-4112-b65a-f0842e220a90} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:38:38.607354 [ 277 ] {82daebb2-805f-4112-b65a-f0842e220a90} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:38.607490 [ 277 ] {82daebb2-805f-4112-b65a-f0842e220a90} executeQuery: Read 36 rows, 2.48 KiB in 0.001099 sec., 32757.051865332123 rows/sec., 2.21 MiB/sec. 2025.08.11 21:38:38.607526 [ 277 ] {82daebb2-805f-4112-b65a-f0842e220a90} TCPHandler: Processed in 0.001263301 sec. 2025.08.11 21:38:41.280410 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:41.280630 [ 277 ] {4007a2ab-3daa-4967-b5d2-3ab7ae560d92} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:41.280705 [ 277 ] {4007a2ab-3daa-4967-b5d2-3ab7ae560d92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:41.281362 [ 277 ] {4007a2ab-3daa-4967-b5d2-3ab7ae560d92} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.281441 [ 277 ] {4007a2ab-3daa-4967-b5d2-3ab7ae560d92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.281841 [ 277 ] {4007a2ab-3daa-4967-b5d2-3ab7ae560d92} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:38:41.282077 [ 277 ] {4007a2ab-3daa-4967-b5d2-3ab7ae560d92} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.282238 [ 96 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:38:41.282243 [ 277 ] {4007a2ab-3daa-4967-b5d2-3ab7ae560d92} executeQuery: Read 56 rows, 4.41 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.58 MiB/sec. 2025.08.11 21:38:41.282312 [ 96 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.282338 [ 277 ] {4007a2ab-3daa-4967-b5d2-3ab7ae560d92} TCPHandler: Processed in 0.002072525 sec. 2025.08.11 21:38:41.282339 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.282461 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:38:41.282474 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:41.282616 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:41.282624 [ 277 ] {90d11abb-68cc-4a40-9a24-b80ed6e073f9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:41.282658 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1409 rows starting from the beginning of the part 2025.08.11 21:38:41.282678 [ 277 ] {90d11abb-68cc-4a40-9a24-b80ed6e073f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:41.282728 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 206 rows starting from the beginning of the part 2025.08.11 21:38:41.282777 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 110 rows starting from the beginning of the part 2025.08.11 21:38:41.282819 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 86 rows starting from the beginning of the part 2025.08.11 21:38:41.282858 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:38:41.282898 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part 2025.08.11 21:38:41.283135 [ 277 ] {90d11abb-68cc-4a40-9a24-b80ed6e073f9} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.283183 [ 277 ] {90d11abb-68cc-4a40-9a24-b80ed6e073f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.283532 [ 277 ] {90d11abb-68cc-4a40-9a24-b80ed6e073f9} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:38:41.283772 [ 277 ] {90d11abb-68cc-4a40-9a24-b80ed6e073f9} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.283903 [ 277 ] {90d11abb-68cc-4a40-9a24-b80ed6e073f9} executeQuery: Read 64 rows, 5.12 KiB in 0.001302 sec., 49155.14592933948 rows/sec., 3.84 MiB/sec. 2025.08.11 21:38:41.283902 [ 93 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:38:41.283941 [ 277 ] {90d11abb-68cc-4a40-9a24-b80ed6e073f9} TCPHandler: Processed in 0.001520216 sec. 2025.08.11 21:38:41.283951 [ 93 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.283969 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.284059 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:41.284087 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:38:41.284155 [ 277 ] {5dd16c1d-519f-4f65-882c-55cd1e1bcdfd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:41.284203 [ 277 ] {5dd16c1d-519f-4f65-882c-55cd1e1bcdfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:41.284234 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:41.284274 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 634 rows starting from the beginning of the part 2025.08.11 21:38:41.284273 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.001858261 sec., 1677912.844320577 rows/sec., 146.90 MiB/sec. 2025.08.11 21:38:41.284343 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 115 rows starting from the beginning of the part 2025.08.11 21:38:41.284399 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 91 rows starting from the beginning of the part 2025.08.11 21:38:41.284443 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 79 rows starting from the beginning of the part 2025.08.11 21:38:41.284483 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 549 rows starting from the beginning of the part 2025.08.11 21:38:41.284526 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part 2025.08.11 21:38:41.284540 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:38:41.284575 [ 277 ] {5dd16c1d-519f-4f65-882c-55cd1e1bcdfd} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.284625 [ 277 ] {5dd16c1d-519f-4f65-882c-55cd1e1bcdfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.284883 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.284970 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_66_13} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:38:41.285063 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.08.11 21:38:41.285212 [ 277 ] {5dd16c1d-519f-4f65-882c-55cd1e1bcdfd} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:38:41.285477 [ 277 ] {5dd16c1d-519f-4f65-882c-55cd1e1bcdfd} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.285584 [ 93 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:38:41.285610 [ 277 ] {5dd16c1d-519f-4f65-882c-55cd1e1bcdfd} executeQuery: Read 64 rows, 4.56 KiB in 0.001474 sec., 43419.26729986431 rows/sec., 3.02 MiB/sec. 2025.08.11 21:38:41.285611 [ 93 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.285639 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.285650 [ 277 ] {5dd16c1d-519f-4f65-882c-55cd1e1bcdfd} TCPHandler: Processed in 0.001641517 sec. 2025.08.11 21:38:41.285713 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:38:41.285775 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:41.285822 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:41.285860 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17741 rows starting from the beginning of the part 2025.08.11 21:38:41.285873 [ 277 ] {84a7b71e-ff74-48e5-bae3-bc0529eb893e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:41.285870 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 5 columns (5 merged, 0 gathered) in 0.001837071 sec., 833936.195171553 rows/sec., 66.42 MiB/sec. 2025.08.11 21:38:41.285914 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 196 rows starting from the beginning of the part 2025.08.11 21:38:41.285921 [ 277 ] {84a7b71e-ff74-48e5-bae3-bc0529eb893e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:41.285979 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2025.08.11 21:38:41.286027 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2025.08.11 21:38:41.286071 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 943 rows starting from the beginning of the part 2025.08.11 21:38:41.286101 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:38:41.286114 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part 2025.08.11 21:38:41.286279 [ 277 ] {84a7b71e-ff74-48e5-bae3-bc0529eb893e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.286322 [ 277 ] {84a7b71e-ff74-48e5-bae3-bc0529eb893e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.286406 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.286493 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_66_13} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:38:41.286578 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.08.11 21:38:41.286670 [ 277 ] {84a7b71e-ff74-48e5-bae3-bc0529eb893e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:38:41.286900 [ 277 ] {84a7b71e-ff74-48e5-bae3-bc0529eb893e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.287005 [ 93 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:38:41.287029 [ 93 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.287035 [ 277 ] {84a7b71e-ff74-48e5-bae3-bc0529eb893e} executeQuery: Read 24 rows, 1.66 KiB in 0.00118 sec., 20338.983050847455 rows/sec., 1.37 MiB/sec. 2025.08.11 21:38:41.287046 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.287073 [ 277 ] {84a7b71e-ff74-48e5-bae3-bc0529eb893e} TCPHandler: Processed in 0.001348333 sec. 2025.08.11 21:38:41.287132 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:38:41.287237 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:41.287272 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3210 rows starting from the beginning of the part 2025.08.11 21:38:41.287326 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:41.287367 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:41.287404 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2025.08.11 21:38:41.287441 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:38:41.287476 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:41.288852 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3450 rows, containing 4 columns (4 merged, 0 gathered) in 0.00176723 sec., 1952207.6922641648 rows/sec., 131.66 MiB/sec. 2025.08.11 21:38:41.289178 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:38:41.289514 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.289601 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_66_13} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:38:41.289711 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.08.11 21:38:41.291430 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19264 rows, containing 5 columns (5 merged, 0 gathered) in 0.005752037 sec., 3349074.423547693 rows/sec., 229.35 MiB/sec. 2025.08.11 21:38:41.291781 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:38:41.292114 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.292203 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_66_13} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:38:41.292308 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.08.11 21:38:41.832052 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 2025.08.11 21:38:41.832543 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.832582 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.833096 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:38:41.833334 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.833458 [ 93 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:38:41.833477 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 2025.08.11 21:38:41.833498 [ 93 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:41.833518 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:41.833650 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:38:41.833816 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:41.833860 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part 2025.08.11 21:38:41.833934 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:41.833985 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:41.834030 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:41.834074 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:41.834118 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:38:41.836299 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002713866 sec., 6922965.245889074 rows/sec., 99.03 MiB/sec. 2025.08.11 21:38:41.836706 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:38:41.837025 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_41_8} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:41.837103 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_41_8} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:38:41.837203 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. 2025.08.11 21:38:42.000233 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 272.32 MiB, peak 282.67 MiB, free memory in arenas 0.00 B, will set to 273.65 MiB (RSS), difference: 1.33 MiB 2025.08.11 21:38:42.857910 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.08.11 21:38:42.874972 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:42.875023 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:42.881032 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:38:42.881732 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:42.882033 [ 91 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:38:42.882103 [ 91 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:42.882126 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:42.882233 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:38:42.884784 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.08.11 21:38:42.886236 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:42.887854 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2025.08.11 21:38:42.892665 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2025.08.11 21:38:42.897263 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:38:42.902147 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:38:42.907018 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:38:42.910965 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:38:42.961667 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.079479121 sec., 3887.81350513426 rows/sec., 20.10 MiB/sec. 2025.08.11 21:38:42.963637 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:38:42.965304 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_41_8} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:42.965395 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_41_8} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:38:42.967009 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.11 21:38:44.388818 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1022 2025.08.11 21:38:44.391228 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:44.391291 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:44.392529 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:38:44.392808 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:44.393207 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1022 2025.08.11 21:38:46.285668 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:46.285952 [ 277 ] {a9dea66b-a2df-4852-bcc0-ec920f165562} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:46.286020 [ 277 ] {a9dea66b-a2df-4852-bcc0-ec920f165562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:46.286698 [ 277 ] {a9dea66b-a2df-4852-bcc0-ec920f165562} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:46.286748 [ 277 ] {a9dea66b-a2df-4852-bcc0-ec920f165562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:46.287148 [ 277 ] {a9dea66b-a2df-4852-bcc0-ec920f165562} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:38:46.287371 [ 277 ] {a9dea66b-a2df-4852-bcc0-ec920f165562} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:46.287523 [ 277 ] {a9dea66b-a2df-4852-bcc0-ec920f165562} executeQuery: Read 86 rows, 7.39 KiB in 0.001623 sec., 52988.293284041894 rows/sec., 4.45 MiB/sec. 2025.08.11 21:38:46.287564 [ 277 ] {a9dea66b-a2df-4852-bcc0-ec920f165562} TCPHandler: Processed in 0.002092855 sec. 2025.08.11 21:38:46.287688 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:46.287785 [ 277 ] {e4be9952-6566-41d3-a213-508b8a8d2b96} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:46.287827 [ 277 ] {e4be9952-6566-41d3-a213-508b8a8d2b96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:46.288230 [ 277 ] {e4be9952-6566-41d3-a213-508b8a8d2b96} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:46.288267 [ 277 ] {e4be9952-6566-41d3-a213-508b8a8d2b96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:46.288573 [ 277 ] {e4be9952-6566-41d3-a213-508b8a8d2b96} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:38:46.288799 [ 277 ] {e4be9952-6566-41d3-a213-508b8a8d2b96} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:46.288925 [ 66 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:38:46.288929 [ 277 ] {e4be9952-6566-41d3-a213-508b8a8d2b96} executeQuery: Read 15 rows, 1.13 KiB in 0.001162 sec., 12908.777969018933 rows/sec., 970.68 KiB/sec. 2025.08.11 21:38:46.289000 [ 66 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:46.289013 [ 277 ] {e4be9952-6566-41d3-a213-508b8a8d2b96} TCPHandler: Processed in 0.001375373 sec. 2025.08.11 21:38:46.289033 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:46.289128 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:46.289139 [ 189 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:38:46.289228 [ 277 ] {ed25c314-8c23-4f98-aa04-940b57e07171} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:46.289253 [ 189 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:46.289269 [ 277 ] {ed25c314-8c23-4f98-aa04-940b57e07171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:46.289288 [ 189 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 72 rows starting from the beginning of the part 2025.08.11 21:38:46.289357 [ 189 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:46.289408 [ 189 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:46.289457 [ 189 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 15 rows starting from the beginning of the part 2025.08.11 21:38:46.289504 [ 189 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 29 rows starting from the beginning of the part 2025.08.11 21:38:46.289551 [ 189 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 15 rows starting from the beginning of the part 2025.08.11 21:38:46.289711 [ 277 ] {ed25c314-8c23-4f98-aa04-940b57e07171} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:46.289747 [ 277 ] {ed25c314-8c23-4f98-aa04-940b57e07171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:46.290318 [ 277 ] {ed25c314-8c23-4f98-aa04-940b57e07171} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:38:46.290369 [ 199 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001267511 sec., 145955.34082149976 rows/sec., 11.28 MiB/sec. 2025.08.11 21:38:46.290556 [ 277 ] {ed25c314-8c23-4f98-aa04-940b57e07171} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:46.290585 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:38:46.290696 [ 277 ] {ed25c314-8c23-4f98-aa04-940b57e07171} executeQuery: Read 79 rows, 6.32 KiB in 0.001486 sec., 53162.8532974428 rows/sec., 4.15 MiB/sec. 2025.08.11 21:38:46.290741 [ 277 ] {ed25c314-8c23-4f98-aa04-940b57e07171} TCPHandler: Processed in 0.001661688 sec. 2025.08.11 21:38:46.290868 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:46.290929 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:46.290966 [ 277 ] {cbf2089c-96e4-47d2-aa50-033a630d5381} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:46.291016 [ 277 ] {cbf2089c-96e4-47d2-aa50-033a630d5381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:46.291019 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_56_11} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:38:46.291136 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:38:46.291441 [ 277 ] {cbf2089c-96e4-47d2-aa50-033a630d5381} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:46.291483 [ 277 ] {cbf2089c-96e4-47d2-aa50-033a630d5381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:46.291829 [ 277 ] {cbf2089c-96e4-47d2-aa50-033a630d5381} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:38:46.292048 [ 277 ] {cbf2089c-96e4-47d2-aa50-033a630d5381} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:46.292183 [ 277 ] {cbf2089c-96e4-47d2-aa50-033a630d5381} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2025.08.11 21:38:46.292220 [ 277 ] {cbf2089c-96e4-47d2-aa50-033a630d5381} TCPHandler: Processed in 0.001401093 sec. 2025.08.11 21:38:46.292344 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:46.292455 [ 277 ] {d002745a-ced4-4be1-96d9-ca9639266826} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:46.292523 [ 277 ] {d002745a-ced4-4be1-96d9-ca9639266826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:46.296008 [ 277 ] {d002745a-ced4-4be1-96d9-ca9639266826} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:46.296081 [ 277 ] {d002745a-ced4-4be1-96d9-ca9639266826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:46.296755 [ 277 ] {d002745a-ced4-4be1-96d9-ca9639266826} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:38:46.297027 [ 277 ] {d002745a-ced4-4be1-96d9-ca9639266826} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:46.297220 [ 277 ] {d002745a-ced4-4be1-96d9-ca9639266826} executeQuery: Read 15 rows, 27.52 KiB in 0.004784 sec., 3135.4515050167224 rows/sec., 5.62 MiB/sec. 2025.08.11 21:38:46.297362 [ 277 ] {d002745a-ced4-4be1-96d9-ca9639266826} TCPHandler: Processed in 0.005074814 sec. 2025.08.11 21:38:46.297523 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:46.297656 [ 277 ] {468fb4e2-b4c2-4564-bf1c-db2d9aa1d4bc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:46.297712 [ 277 ] {468fb4e2-b4c2-4564-bf1c-db2d9aa1d4bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:46.298139 [ 277 ] {468fb4e2-b4c2-4564-bf1c-db2d9aa1d4bc} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:46.298177 [ 277 ] {468fb4e2-b4c2-4564-bf1c-db2d9aa1d4bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:46.298522 [ 277 ] {468fb4e2-b4c2-4564-bf1c-db2d9aa1d4bc} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:38:46.298757 [ 277 ] {468fb4e2-b4c2-4564-bf1c-db2d9aa1d4bc} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:46.298895 [ 277 ] {468fb4e2-b4c2-4564-bf1c-db2d9aa1d4bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001265 sec., 47430.83003952569 rows/sec., 3.20 MiB/sec. 2025.08.11 21:38:46.298965 [ 277 ] {468fb4e2-b4c2-4564-bf1c-db2d9aa1d4bc} TCPHandler: Processed in 0.001505366 sec. 2025.08.11 21:38:49.209027 [ 85 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:38:49.209084 [ 85 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:38:49.333597 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 2025.08.11 21:38:49.334271 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:49.334311 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:49.334796 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:38:49.335030 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:49.335163 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 2025.08.11 21:38:50.384868 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.08.11 21:38:50.400826 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:50.400882 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:50.406483 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:38:50.407174 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:50.410287 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.08.11 21:38:51.285610 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:51.285830 [ 277 ] {c425cc51-bfb7-457b-bf43-bd960e243b77} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:51.285902 [ 277 ] {c425cc51-bfb7-457b-bf43-bd960e243b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:51.286627 [ 277 ] {c425cc51-bfb7-457b-bf43-bd960e243b77} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:51.286672 [ 277 ] {c425cc51-bfb7-457b-bf43-bd960e243b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:51.287076 [ 277 ] {c425cc51-bfb7-457b-bf43-bd960e243b77} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.11 21:38:51.287295 [ 277 ] {c425cc51-bfb7-457b-bf43-bd960e243b77} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:51.287445 [ 277 ] {c425cc51-bfb7-457b-bf43-bd960e243b77} executeQuery: Read 110 rows, 9.47 KiB in 0.001671 sec., 65828.84500299222 rows/sec., 5.53 MiB/sec. 2025.08.11 21:38:51.287486 [ 277 ] {c425cc51-bfb7-457b-bf43-bd960e243b77} TCPHandler: Processed in 0.002016594 sec. 2025.08.11 21:38:51.287608 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:51.287703 [ 277 ] {bcf0730e-acca-49f7-a48c-54c3db8b6b9e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:51.287745 [ 277 ] {bcf0730e-acca-49f7-a48c-54c3db8b6b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:51.288149 [ 277 ] {bcf0730e-acca-49f7-a48c-54c3db8b6b9e} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:51.288185 [ 277 ] {bcf0730e-acca-49f7-a48c-54c3db8b6b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:51.288476 [ 277 ] {bcf0730e-acca-49f7-a48c-54c3db8b6b9e} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:38:51.288679 [ 277 ] {bcf0730e-acca-49f7-a48c-54c3db8b6b9e} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:51.288805 [ 277 ] {bcf0730e-acca-49f7-a48c-54c3db8b6b9e} executeQuery: Read 27 rows, 2.03 KiB in 0.001121 sec., 24085.637823371988 rows/sec., 1.77 MiB/sec. 2025.08.11 21:38:51.288842 [ 277 ] {bcf0730e-acca-49f7-a48c-54c3db8b6b9e} TCPHandler: Processed in 0.001281932 sec. 2025.08.11 21:38:51.288940 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:51.289032 [ 277 ] {b44c5458-f2e6-455f-a81c-825d8bfcab05} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:51.289070 [ 277 ] {b44c5458-f2e6-455f-a81c-825d8bfcab05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:51.289494 [ 277 ] {b44c5458-f2e6-455f-a81c-825d8bfcab05} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:51.289531 [ 277 ] {b44c5458-f2e6-455f-a81c-825d8bfcab05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:51.289822 [ 277 ] {b44c5458-f2e6-455f-a81c-825d8bfcab05} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.11 21:38:51.290027 [ 277 ] {b44c5458-f2e6-455f-a81c-825d8bfcab05} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:51.290150 [ 277 ] {b44c5458-f2e6-455f-a81c-825d8bfcab05} executeQuery: Read 91 rows, 7.28 KiB in 0.001136 sec., 80105.6338028169 rows/sec., 6.26 MiB/sec. 2025.08.11 21:38:51.290187 [ 277 ] {b44c5458-f2e6-455f-a81c-825d8bfcab05} TCPHandler: Processed in 0.001294482 sec. 2025.08.11 21:38:51.290296 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:51.290389 [ 277 ] {fb4d0aa4-6249-4ae6-a168-77cf5f187bf8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:51.290431 [ 277 ] {fb4d0aa4-6249-4ae6-a168-77cf5f187bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:51.290844 [ 277 ] {fb4d0aa4-6249-4ae6-a168-77cf5f187bf8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:51.290879 [ 277 ] {fb4d0aa4-6249-4ae6-a168-77cf5f187bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:51.291205 [ 277 ] {fb4d0aa4-6249-4ae6-a168-77cf5f187bf8} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.11 21:38:51.291408 [ 277 ] {fb4d0aa4-6249-4ae6-a168-77cf5f187bf8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:51.291534 [ 277 ] {fb4d0aa4-6249-4ae6-a168-77cf5f187bf8} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.08.11 21:38:51.291570 [ 277 ] {fb4d0aa4-6249-4ae6-a168-77cf5f187bf8} TCPHandler: Processed in 0.001320552 sec. 2025.08.11 21:38:51.291666 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:51.291757 [ 277 ] {d23592a2-908c-4c64-a750-526377efd6d3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:51.291811 [ 277 ] {d23592a2-908c-4c64-a750-526377efd6d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:51.292640 [ 277 ] {d23592a2-908c-4c64-a750-526377efd6d3} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:51.292675 [ 277 ] {d23592a2-908c-4c64-a750-526377efd6d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:51.293186 [ 277 ] {d23592a2-908c-4c64-a750-526377efd6d3} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:38:51.293402 [ 277 ] {d23592a2-908c-4c64-a750-526377efd6d3} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:51.293520 [ 79 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:38:51.293534 [ 277 ] {d23592a2-908c-4c64-a750-526377efd6d3} executeQuery: Read 27 rows, 49.54 KiB in 0.001794 sec., 15050.167224080267 rows/sec., 26.97 MiB/sec. 2025.08.11 21:38:51.293601 [ 79 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:51.293627 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:51.293628 [ 277 ] {d23592a2-908c-4c64-a750-526377efd6d3} TCPHandler: Processed in 0.002008234 sec. 2025.08.11 21:38:51.293741 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:38:51.293751 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:51.293867 [ 277 ] {4a45598f-f65d-4658-83ba-c09ffca09412} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:51.293909 [ 277 ] {4a45598f-f65d-4658-83ba-c09ffca09412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:51.293998 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:51.294065 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 990 rows starting from the beginning of the part 2025.08.11 21:38:51.294191 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:51.294253 [ 277 ] {4a45598f-f65d-4658-83ba-c09ffca09412} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:51.294293 [ 277 ] {4a45598f-f65d-4658-83ba-c09ffca09412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:51.294299 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part 2025.08.11 21:38:51.294409 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:51.294508 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 15 rows starting from the beginning of the part 2025.08.11 21:38:51.294596 [ 277 ] {4a45598f-f65d-4658-83ba-c09ffca09412} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.11 21:38:51.294605 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part 2025.08.11 21:38:51.294807 [ 277 ] {4a45598f-f65d-4658-83ba-c09ffca09412} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:51.294942 [ 277 ] {4a45598f-f65d-4658-83ba-c09ffca09412} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.08.11 21:38:51.294978 [ 277 ] {4a45598f-f65d-4658-83ba-c09ffca09412} TCPHandler: Processed in 0.001274552 sec. 2025.08.11 21:38:51.301704 [ 191 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 19 columns (19 merged, 0 gathered) in 0.008015634 sec., 137356.57092127707 rows/sec., 246.14 MiB/sec. 2025.08.11 21:38:51.302597 [ 191 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:38:51.302933 [ 191 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:51.303007 [ 191 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_56_11} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:38:51.303096 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.48 MiB. 2025.08.11 21:38:52.000167 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 275.64 MiB, peak 288.14 MiB, free memory in arenas 0.00 B, will set to 279.58 MiB (RSS), difference: 3.94 MiB 2025.08.11 21:38:54.393424 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1046 2025.08.11 21:38:54.395588 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:54.395645 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:54.396864 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:38:54.397144 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:54.397282 [ 82 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.11 21:38:54.397348 [ 82 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:54.397369 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:54.397469 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.11 21:38:54.397516 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1046 2025.08.11 21:38:54.397989 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:38:54.398127 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 896 rows starting from the beginning of the part 2025.08.11 21:38:54.398454 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2025.08.11 21:38:54.398785 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:54.399125 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part 2025.08.11 21:38:54.399452 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2025.08.11 21:38:54.399775 [ 199 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2025.08.11 21:38:54.406378 [ 200 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1046 rows, containing 72 columns (72 merged, 0 gathered) in 0.00894873 sec., 116888.09473523058 rows/sec., 92.54 MiB/sec. 2025.08.11 21:38:54.407722 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.11 21:38:54.408345 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:54.408435 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_31_6} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.11 21:38:54.408771 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2025.08.11 21:38:56.287372 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.287576 [ 277 ] {f3d678de-b9e4-47a4-b7ed-3ce8a2e78187} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:38:56.287643 [ 277 ] {f3d678de-b9e4-47a4-b7ed-3ce8a2e78187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:38:56.288304 [ 277 ] {f3d678de-b9e4-47a4-b7ed-3ce8a2e78187} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.288350 [ 277 ] {f3d678de-b9e4-47a4-b7ed-3ce8a2e78187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.288742 [ 277 ] {f3d678de-b9e4-47a4-b7ed-3ce8a2e78187} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:38:56.288981 [ 277 ] {f3d678de-b9e4-47a4-b7ed-3ce8a2e78187} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.289138 [ 277 ] {f3d678de-b9e4-47a4-b7ed-3ce8a2e78187} executeQuery: Read 24 rows, 2.04 KiB in 0.001615 sec., 14860.681114551084 rows/sec., 1.23 MiB/sec. 2025.08.11 21:38:56.289181 [ 277 ] {f3d678de-b9e4-47a4-b7ed-3ce8a2e78187} TCPHandler: Processed in 0.001945762 sec. 2025.08.11 21:38:56.289300 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.289398 [ 277 ] {d706009a-8e2f-43c0-a41b-bbcc1972048e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:38:56.289440 [ 277 ] {d706009a-8e2f-43c0-a41b-bbcc1972048e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:38:56.289841 [ 277 ] {d706009a-8e2f-43c0-a41b-bbcc1972048e} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.289877 [ 277 ] {d706009a-8e2f-43c0-a41b-bbcc1972048e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.290184 [ 277 ] {d706009a-8e2f-43c0-a41b-bbcc1972048e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:38:56.290396 [ 277 ] {d706009a-8e2f-43c0-a41b-bbcc1972048e} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.290524 [ 277 ] {d706009a-8e2f-43c0-a41b-bbcc1972048e} executeQuery: Read 12 rows, 1002.00 B in 0.001145 sec., 10480.349344978165 rows/sec., 854.60 KiB/sec. 2025.08.11 21:38:56.290561 [ 277 ] {d706009a-8e2f-43c0-a41b-bbcc1972048e} TCPHandler: Processed in 0.001310382 sec. 2025.08.11 21:38:56.290672 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.290769 [ 277 ] {7eb7632f-35f6-4b7b-a588-eacf62b0fdaf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:38:56.290809 [ 277 ] {7eb7632f-35f6-4b7b-a588-eacf62b0fdaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:38:56.291304 [ 277 ] {7eb7632f-35f6-4b7b-a588-eacf62b0fdaf} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.291339 [ 277 ] {7eb7632f-35f6-4b7b-a588-eacf62b0fdaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.291682 [ 277 ] {7eb7632f-35f6-4b7b-a588-eacf62b0fdaf} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.11 21:38:56.291900 [ 277 ] {7eb7632f-35f6-4b7b-a588-eacf62b0fdaf} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.292026 [ 277 ] {7eb7632f-35f6-4b7b-a588-eacf62b0fdaf} executeQuery: Read 212 rows, 19.29 KiB in 0.001276 sec., 166144.20062695924 rows/sec., 14.76 MiB/sec. 2025.08.11 21:38:56.292064 [ 277 ] {7eb7632f-35f6-4b7b-a588-eacf62b0fdaf} TCPHandler: Processed in 0.001441504 sec. 2025.08.11 21:38:56.292176 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.292272 [ 277 ] {63eee20f-b0b0-4a8f-a6af-efa5d53adeae} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:38:56.292311 [ 277 ] {63eee20f-b0b0-4a8f-a6af-efa5d53adeae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:38:56.292706 [ 277 ] {63eee20f-b0b0-4a8f-a6af-efa5d53adeae} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.292740 [ 277 ] {63eee20f-b0b0-4a8f-a6af-efa5d53adeae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.293055 [ 277 ] {63eee20f-b0b0-4a8f-a6af-efa5d53adeae} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:38:56.293296 [ 277 ] {63eee20f-b0b0-4a8f-a6af-efa5d53adeae} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.293434 [ 277 ] {63eee20f-b0b0-4a8f-a6af-efa5d53adeae} executeQuery: Read 39 rows, 2.93 KiB in 0.00118 sec., 33050.84745762712 rows/sec., 2.42 MiB/sec. 2025.08.11 21:38:56.293473 [ 277 ] {63eee20f-b0b0-4a8f-a6af-efa5d53adeae} TCPHandler: Processed in 0.001346722 sec. 2025.08.11 21:38:56.293592 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.293715 [ 277 ] {e8609621-7cc0-4286-850a-1465cc8f13bf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:38:56.293765 [ 277 ] {e8609621-7cc0-4286-850a-1465cc8f13bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:38:56.294237 [ 277 ] {e8609621-7cc0-4286-850a-1465cc8f13bf} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.294275 [ 277 ] {e8609621-7cc0-4286-850a-1465cc8f13bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.294591 [ 277 ] {e8609621-7cc0-4286-850a-1465cc8f13bf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:38:56.294806 [ 277 ] {e8609621-7cc0-4286-850a-1465cc8f13bf} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.294936 [ 277 ] {e8609621-7cc0-4286-850a-1465cc8f13bf} executeQuery: Read 24 rows, 2.04 KiB in 0.001246 sec., 19261.63723916533 rows/sec., 1.60 MiB/sec. 2025.08.11 21:38:56.294976 [ 277 ] {e8609621-7cc0-4286-850a-1465cc8f13bf} TCPHandler: Processed in 0.001446275 sec. 2025.08.11 21:38:56.295079 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.295174 [ 277 ] {0ebaee02-81bd-4328-b9f4-dc5a1da19af2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:38:56.295218 [ 277 ] {0ebaee02-81bd-4328-b9f4-dc5a1da19af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:38:56.295671 [ 277 ] {0ebaee02-81bd-4328-b9f4-dc5a1da19af2} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.295714 [ 277 ] {0ebaee02-81bd-4328-b9f4-dc5a1da19af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.296070 [ 277 ] {0ebaee02-81bd-4328-b9f4-dc5a1da19af2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.11 21:38:56.296301 [ 277 ] {0ebaee02-81bd-4328-b9f4-dc5a1da19af2} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.296431 [ 277 ] {0ebaee02-81bd-4328-b9f4-dc5a1da19af2} executeQuery: Read 12 rows, 960.00 B in 0.001274 sec., 9419.152276295134 rows/sec., 735.87 KiB/sec. 2025.08.11 21:38:56.296468 [ 277 ] {0ebaee02-81bd-4328-b9f4-dc5a1da19af2} TCPHandler: Processed in 0.001438385 sec. 2025.08.11 21:38:56.296576 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.296670 [ 277 ] {b9c8e043-aaf4-4690-857b-d4bffaa3ca6b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:38:56.296708 [ 277 ] {b9c8e043-aaf4-4690-857b-d4bffaa3ca6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:38:56.297140 [ 277 ] {b9c8e043-aaf4-4690-857b-d4bffaa3ca6b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.297175 [ 277 ] {b9c8e043-aaf4-4690-857b-d4bffaa3ca6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.297476 [ 277 ] {b9c8e043-aaf4-4690-857b-d4bffaa3ca6b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.11 21:38:56.297679 [ 277 ] {b9c8e043-aaf4-4690-857b-d4bffaa3ca6b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.297803 [ 277 ] {b9c8e043-aaf4-4690-857b-d4bffaa3ca6b} executeQuery: Read 127 rows, 10.55 KiB in 0.00115 sec., 110434.78260869565 rows/sec., 8.96 MiB/sec. 2025.08.11 21:38:56.297840 [ 277 ] {b9c8e043-aaf4-4690-857b-d4bffaa3ca6b} TCPHandler: Processed in 0.001313371 sec. 2025.08.11 21:38:56.297950 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.298049 [ 277 ] {c4a6c68c-2605-4afb-ab2f-28973c2b2514} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:56.298092 [ 277 ] {c4a6c68c-2605-4afb-ab2f-28973c2b2514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:38:56.298490 [ 277 ] {c4a6c68c-2605-4afb-ab2f-28973c2b2514} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.298526 [ 277 ] {c4a6c68c-2605-4afb-ab2f-28973c2b2514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.298858 [ 277 ] {c4a6c68c-2605-4afb-ab2f-28973c2b2514} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.11 21:38:56.299059 [ 277 ] {c4a6c68c-2605-4afb-ab2f-28973c2b2514} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.299186 [ 277 ] {c4a6c68c-2605-4afb-ab2f-28973c2b2514} executeQuery: Read 202 rows, 14.82 KiB in 0.001155 sec., 174891.7748917749 rows/sec., 12.53 MiB/sec. 2025.08.11 21:38:56.299225 [ 277 ] {c4a6c68c-2605-4afb-ab2f-28973c2b2514} TCPHandler: Processed in 0.001323632 sec. 2025.08.11 21:38:56.299333 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.299428 [ 277 ] {4421dec9-2014-4499-a2fd-7d86b931b4e0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:38:56.299482 [ 277 ] {4421dec9-2014-4499-a2fd-7d86b931b4e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:38:56.300257 [ 277 ] {4421dec9-2014-4499-a2fd-7d86b931b4e0} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.300294 [ 277 ] {4421dec9-2014-4499-a2fd-7d86b931b4e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.300811 [ 277 ] {4421dec9-2014-4499-a2fd-7d86b931b4e0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:38:56.301030 [ 277 ] {4421dec9-2014-4499-a2fd-7d86b931b4e0} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.301170 [ 277 ] {4421dec9-2014-4499-a2fd-7d86b931b4e0} executeQuery: Read 15 rows, 27.52 KiB in 0.001761 sec., 8517.887563884156 rows/sec., 15.26 MiB/sec. 2025.08.11 21:38:56.301224 [ 277 ] {4421dec9-2014-4499-a2fd-7d86b931b4e0} TCPHandler: Processed in 0.001940392 sec. 2025.08.11 21:38:56.301336 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:38:56.301431 [ 277 ] {a1c70298-e966-422f-aa13-5f27c46288ba} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:38:56.301473 [ 277 ] {a1c70298-e966-422f-aa13-5f27c46288ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:38:56.301805 [ 277 ] {a1c70298-e966-422f-aa13-5f27c46288ba} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.301841 [ 277 ] {a1c70298-e966-422f-aa13-5f27c46288ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.302144 [ 277 ] {a1c70298-e966-422f-aa13-5f27c46288ba} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.11 21:38:56.302349 [ 277 ] {a1c70298-e966-422f-aa13-5f27c46288ba} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.302476 [ 277 ] {a1c70298-e966-422f-aa13-5f27c46288ba} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.08.11 21:38:56.302511 [ 277 ] {a1c70298-e966-422f-aa13-5f27c46288ba} TCPHandler: Processed in 0.001225451 sec. 2025.08.11 21:38:56.835293 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 2025.08.11 21:38:56.835790 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:56.835834 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:56.836354 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:38:56.836595 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:56.836753 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 2025.08.11 21:38:57.910424 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.08.11 21:38:57.927681 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:38:57.927746 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:38:57.933444 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:38:57.934159 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:38:57.937237 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.08.11 21:39:01.287271 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:01.287488 [ 277 ] {ecbf96b8-c1cf-4118-8d1b-52d822c8776e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:01.287557 [ 277 ] {ecbf96b8-c1cf-4118-8d1b-52d822c8776e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:01.288227 [ 277 ] {ecbf96b8-c1cf-4118-8d1b-52d822c8776e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:01.288275 [ 277 ] {ecbf96b8-c1cf-4118-8d1b-52d822c8776e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:01.288686 [ 277 ] {ecbf96b8-c1cf-4118-8d1b-52d822c8776e} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.11 21:39:01.288928 [ 277 ] {ecbf96b8-c1cf-4118-8d1b-52d822c8776e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:01.289134 [ 277 ] {ecbf96b8-c1cf-4118-8d1b-52d822c8776e} executeQuery: Read 110 rows, 9.47 KiB in 0.001697 sec., 64820.2710665881 rows/sec., 5.45 MiB/sec. 2025.08.11 21:39:01.289204 [ 277 ] {ecbf96b8-c1cf-4118-8d1b-52d822c8776e} TCPHandler: Processed in 0.002075255 sec. 2025.08.11 21:39:01.289348 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:01.289471 [ 277 ] {092d384a-a6e6-4db5-a86d-addd8629739f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:01.289524 [ 277 ] {092d384a-a6e6-4db5-a86d-addd8629739f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:01.290008 [ 277 ] {092d384a-a6e6-4db5-a86d-addd8629739f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:01.290056 [ 277 ] {092d384a-a6e6-4db5-a86d-addd8629739f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:01.290432 [ 277 ] {092d384a-a6e6-4db5-a86d-addd8629739f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:39:01.290658 [ 277 ] {092d384a-a6e6-4db5-a86d-addd8629739f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:01.290790 [ 277 ] {092d384a-a6e6-4db5-a86d-addd8629739f} executeQuery: Read 27 rows, 2.03 KiB in 0.001348 sec., 20029.67359050445 rows/sec., 1.47 MiB/sec. 2025.08.11 21:39:01.290828 [ 277 ] {092d384a-a6e6-4db5-a86d-addd8629739f} TCPHandler: Processed in 0.001543726 sec. 2025.08.11 21:39:01.290928 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:01.291023 [ 277 ] {a2df455d-6c24-4d91-bcb2-aa2688cfb4ab} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:01.291064 [ 277 ] {a2df455d-6c24-4d91-bcb2-aa2688cfb4ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:01.291479 [ 277 ] {a2df455d-6c24-4d91-bcb2-aa2688cfb4ab} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:01.291515 [ 277 ] {a2df455d-6c24-4d91-bcb2-aa2688cfb4ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:01.291820 [ 277 ] {a2df455d-6c24-4d91-bcb2-aa2688cfb4ab} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.11 21:39:01.292033 [ 277 ] {a2df455d-6c24-4d91-bcb2-aa2688cfb4ab} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:01.292162 [ 277 ] {a2df455d-6c24-4d91-bcb2-aa2688cfb4ab} executeQuery: Read 91 rows, 7.28 KiB in 0.001157 sec., 78651.68539325842 rows/sec., 6.14 MiB/sec. 2025.08.11 21:39:01.292199 [ 277 ] {a2df455d-6c24-4d91-bcb2-aa2688cfb4ab} TCPHandler: Processed in 0.001320652 sec. 2025.08.11 21:39:01.292308 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:01.292403 [ 277 ] {49d0319e-4e51-4bb9-9567-49e42ebb6030} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:01.292448 [ 277 ] {49d0319e-4e51-4bb9-9567-49e42ebb6030} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:01.292836 [ 277 ] {49d0319e-4e51-4bb9-9567-49e42ebb6030} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:01.292873 [ 277 ] {49d0319e-4e51-4bb9-9567-49e42ebb6030} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:01.293214 [ 277 ] {49d0319e-4e51-4bb9-9567-49e42ebb6030} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.11 21:39:01.293443 [ 277 ] {49d0319e-4e51-4bb9-9567-49e42ebb6030} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:01.293573 [ 277 ] {49d0319e-4e51-4bb9-9567-49e42ebb6030} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.08.11 21:39:01.293610 [ 277 ] {49d0319e-4e51-4bb9-9567-49e42ebb6030} TCPHandler: Processed in 0.001351363 sec. 2025.08.11 21:39:01.293711 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:01.293806 [ 277 ] {dc6531c8-ce59-4c09-8319-8b16f0e7e8ec} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:01.293862 [ 277 ] {dc6531c8-ce59-4c09-8319-8b16f0e7e8ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:01.294656 [ 277 ] {dc6531c8-ce59-4c09-8319-8b16f0e7e8ec} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:01.294693 [ 277 ] {dc6531c8-ce59-4c09-8319-8b16f0e7e8ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:01.295247 [ 277 ] {dc6531c8-ce59-4c09-8319-8b16f0e7e8ec} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:39:01.295474 [ 277 ] {dc6531c8-ce59-4c09-8319-8b16f0e7e8ec} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:01.295616 [ 277 ] {dc6531c8-ce59-4c09-8319-8b16f0e7e8ec} executeQuery: Read 27 rows, 49.54 KiB in 0.001828 sec., 14770.24070021882 rows/sec., 26.47 MiB/sec. 2025.08.11 21:39:01.295670 [ 277 ] {dc6531c8-ce59-4c09-8319-8b16f0e7e8ec} TCPHandler: Processed in 0.002008654 sec. 2025.08.11 21:39:01.295781 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:01.295877 [ 277 ] {73965de1-45d2-4f22-b165-a01fbd1e2f79} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:01.295917 [ 277 ] {73965de1-45d2-4f22-b165-a01fbd1e2f79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:01.296234 [ 277 ] {73965de1-45d2-4f22-b165-a01fbd1e2f79} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:01.296271 [ 277 ] {73965de1-45d2-4f22-b165-a01fbd1e2f79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:01.296574 [ 277 ] {73965de1-45d2-4f22-b165-a01fbd1e2f79} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.11 21:39:01.296787 [ 277 ] {73965de1-45d2-4f22-b165-a01fbd1e2f79} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:01.296914 [ 277 ] {73965de1-45d2-4f22-b165-a01fbd1e2f79} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2025.08.11 21:39:01.296951 [ 277 ] {73965de1-45d2-4f22-b165-a01fbd1e2f79} TCPHandler: Processed in 0.001220221 sec. 2025.08.11 21:39:04.209127 [ 72 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:39:04.209181 [ 72 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:39:04.336994 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 2025.08.11 21:39:04.337527 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:04.337577 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:04.338089 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:39:04.338340 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:04.338493 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 2025.08.11 21:39:04.397869 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1078 2025.08.11 21:39:04.400206 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:04.400266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:04.401480 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:39:04.401760 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:04.402155 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1078 2025.08.11 21:39:05.437455 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.08.11 21:39:05.453664 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:05.453718 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:05.460258 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:39:05.460954 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:05.463700 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.08.11 21:39:06.285413 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:06.285638 [ 277 ] {e47b9ff7-6acd-4a6e-a9a9-646c49dc883b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:06.285712 [ 277 ] {e47b9ff7-6acd-4a6e-a9a9-646c49dc883b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:06.286366 [ 277 ] {e47b9ff7-6acd-4a6e-a9a9-646c49dc883b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.286418 [ 277 ] {e47b9ff7-6acd-4a6e-a9a9-646c49dc883b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.286844 [ 277 ] {e47b9ff7-6acd-4a6e-a9a9-646c49dc883b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.11 21:39:06.287093 [ 277 ] {e47b9ff7-6acd-4a6e-a9a9-646c49dc883b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.287249 [ 70 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.11 21:39:06.287261 [ 277 ] {e47b9ff7-6acd-4a6e-a9a9-646c49dc883b} executeQuery: Read 86 rows, 7.39 KiB in 0.001679 sec., 51220.96486003574 rows/sec., 4.30 MiB/sec. 2025.08.11 21:39:06.287317 [ 70 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.287341 [ 277 ] {e47b9ff7-6acd-4a6e-a9a9-646c49dc883b} TCPHandler: Processed in 0.002072004 sec. 2025.08.11 21:39:06.287346 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.287461 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:39:06.287470 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:06.287570 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:06.287589 [ 277 ] {87f43c2a-5f32-4e37-beef-2d3954ec3724} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:06.287604 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1409 rows starting from the beginning of the part 2025.08.11 21:39:06.287633 [ 277 ] {87f43c2a-5f32-4e37-beef-2d3954ec3724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:06.287672 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 86 rows starting from the beginning of the part 2025.08.11 21:39:06.287722 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 110 rows starting from the beginning of the part 2025.08.11 21:39:06.287772 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 212 rows starting from the beginning of the part 2025.08.11 21:39:06.287817 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 110 rows starting from the beginning of the part 2025.08.11 21:39:06.287862 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 86 rows starting from the beginning of the part 2025.08.11 21:39:06.288052 [ 277 ] {87f43c2a-5f32-4e37-beef-2d3954ec3724} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.288091 [ 277 ] {87f43c2a-5f32-4e37-beef-2d3954ec3724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.288554 [ 277 ] {87f43c2a-5f32-4e37-beef-2d3954ec3724} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:39:06.288796 [ 277 ] {87f43c2a-5f32-4e37-beef-2d3954ec3724} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.288941 [ 277 ] {87f43c2a-5f32-4e37-beef-2d3954ec3724} executeQuery: Read 15 rows, 1.13 KiB in 0.001375 sec., 10909.09090909091 rows/sec., 820.31 KiB/sec. 2025.08.11 21:39:06.288983 [ 277 ] {87f43c2a-5f32-4e37-beef-2d3954ec3724} TCPHandler: Processed in 0.001565756 sec. 2025.08.11 21:39:06.289087 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:06.289132 [ 200 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2013 rows, containing 5 columns (5 merged, 0 gathered) in 0.001712679 sec., 1175351.5982854932 rows/sec., 103.77 MiB/sec. 2025.08.11 21:39:06.289187 [ 277 ] {61615fa2-8211-4abe-987a-708f982d6a0b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:06.289235 [ 277 ] {61615fa2-8211-4abe-987a-708f982d6a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:06.289406 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.11 21:39:06.289660 [ 277 ] {61615fa2-8211-4abe-987a-708f982d6a0b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.289704 [ 277 ] {61615fa2-8211-4abe-987a-708f982d6a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.289734 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.289839 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_71_14} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.11 21:39:06.289936 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.08.11 21:39:06.290051 [ 277 ] {61615fa2-8211-4abe-987a-708f982d6a0b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.11 21:39:06.290277 [ 277 ] {61615fa2-8211-4abe-987a-708f982d6a0b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.290399 [ 68 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.11 21:39:06.290412 [ 277 ] {61615fa2-8211-4abe-987a-708f982d6a0b} executeQuery: Read 79 rows, 6.32 KiB in 0.001246 sec., 63402.88924558588 rows/sec., 4.95 MiB/sec. 2025.08.11 21:39:06.290448 [ 68 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.290468 [ 277 ] {61615fa2-8211-4abe-987a-708f982d6a0b} TCPHandler: Processed in 0.001431814 sec. 2025.08.11 21:39:06.290476 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.290574 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:39:06.290588 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:06.290684 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:06.290694 [ 277 ] {d48041b3-7d55-4721-905a-3ccb15c613cd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:06.290716 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 634 rows starting from the beginning of the part 2025.08.11 21:39:06.290742 [ 277 ] {d48041b3-7d55-4721-905a-3ccb15c613cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:06.290776 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 79 rows starting from the beginning of the part 2025.08.11 21:39:06.290827 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 91 rows starting from the beginning of the part 2025.08.11 21:39:06.290874 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 127 rows starting from the beginning of the part 2025.08.11 21:39:06.290916 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 91 rows starting from the beginning of the part 2025.08.11 21:39:06.290959 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 79 rows starting from the beginning of the part 2025.08.11 21:39:06.291146 [ 277 ] {d48041b3-7d55-4721-905a-3ccb15c613cd} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.291182 [ 277 ] {d48041b3-7d55-4721-905a-3ccb15c613cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.291530 [ 277 ] {d48041b3-7d55-4721-905a-3ccb15c613cd} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.11 21:39:06.291757 [ 277 ] {d48041b3-7d55-4721-905a-3ccb15c613cd} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.291876 [ 68 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.11 21:39:06.291890 [ 277 ] {d48041b3-7d55-4721-905a-3ccb15c613cd} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2025.08.11 21:39:06.291909 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 5 columns (5 merged, 0 gathered) in 0.001374433 sec., 801057.5997520433 rows/sec., 64.64 MiB/sec. 2025.08.11 21:39:06.291916 [ 68 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.291941 [ 277 ] {d48041b3-7d55-4721-905a-3ccb15c613cd} TCPHandler: Processed in 0.001402894 sec. 2025.08.11 21:39:06.291949 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.292063 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:06.292081 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:39:06.292099 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.11 21:39:06.292167 [ 277 ] {21efbe54-9737-41be-a318-4afb858d3366} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:06.292232 [ 277 ] {21efbe54-9737-41be-a318-4afb858d3366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:06.292245 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:06.292290 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19264 rows starting from the beginning of the part 2025.08.11 21:39:06.292361 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:06.292390 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.292411 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:06.292459 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 202 rows starting from the beginning of the part 2025.08.11 21:39:06.292468 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_71_14} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.11 21:39:06.292502 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:06.292549 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:06.292552 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.11 21:39:06.293008 [ 277 ] {21efbe54-9737-41be-a318-4afb858d3366} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.293051 [ 277 ] {21efbe54-9737-41be-a318-4afb858d3366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.293609 [ 277 ] {21efbe54-9737-41be-a318-4afb858d3366} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:39:06.293843 [ 277 ] {21efbe54-9737-41be-a318-4afb858d3366} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.293988 [ 277 ] {21efbe54-9737-41be-a318-4afb858d3366} executeQuery: Read 15 rows, 27.52 KiB in 0.001843 sec., 8138.903960933261 rows/sec., 14.58 MiB/sec. 2025.08.11 21:39:06.294054 [ 277 ] {21efbe54-9737-41be-a318-4afb858d3366} TCPHandler: Processed in 0.002040654 sec. 2025.08.11 21:39:06.294161 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:06.294257 [ 277 ] {d163e0ee-4be0-41a6-a560-79c5faef1d25} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:06.294300 [ 277 ] {d163e0ee-4be0-41a6-a560-79c5faef1d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:06.294627 [ 277 ] {d163e0ee-4be0-41a6-a560-79c5faef1d25} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.294664 [ 277 ] {d163e0ee-4be0-41a6-a560-79c5faef1d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.295117 [ 277 ] {d163e0ee-4be0-41a6-a560-79c5faef1d25} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.11 21:39:06.295352 [ 277 ] {d163e0ee-4be0-41a6-a560-79c5faef1d25} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.295473 [ 68 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.11 21:39:06.295492 [ 277 ] {d163e0ee-4be0-41a6-a560-79c5faef1d25} executeQuery: Read 60 rows, 4.14 KiB in 0.001253 sec., 47885.07581803671 rows/sec., 3.23 MiB/sec. 2025.08.11 21:39:06.295510 [ 68 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:06.295534 [ 277 ] {d163e0ee-4be0-41a6-a560-79c5faef1d25} TCPHandler: Processed in 0.001423434 sec. 2025.08.11 21:39:06.295534 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:06.295631 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:39:06.295749 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:06.295783 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3450 rows starting from the beginning of the part 2025.08.11 21:39:06.295848 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:06.295895 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:39:06.295939 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:06.295977 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:06.296016 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:06.297833 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3750 rows, containing 4 columns (4 merged, 0 gathered) in 0.002232007 sec., 1680102.2577438154 rows/sec., 113.31 MiB/sec. 2025.08.11 21:39:06.298303 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.11 21:39:06.298483 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 20106 rows, containing 5 columns (5 merged, 0 gathered) in 0.006468418 sec., 3108333.4441280696 rows/sec., 213.08 MiB/sec. 2025.08.11 21:39:06.298614 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.298711 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_71_14} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.11 21:39:06.298802 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.11 21:39:06.298872 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.11 21:39:06.299137 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:06.299226 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_71_14} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.11 21:39:06.299306 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.08.11 21:39:07.000174 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 281.36 MiB, peak 291.81 MiB, free memory in arenas 0.00 B, will set to 283.01 MiB (RSS), difference: 1.65 MiB 2025.08.11 21:39:08.593305 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:08.593490 [ 277 ] {40998ae4-c38c-4b85-901f-a4ebf0d2f3fc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:39:08.593564 [ 277 ] {40998ae4-c38c-4b85-901f-a4ebf0d2f3fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:39:08.594196 [ 277 ] {40998ae4-c38c-4b85-901f-a4ebf0d2f3fc} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.594241 [ 277 ] {40998ae4-c38c-4b85-901f-a4ebf0d2f3fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.594643 [ 277 ] {40998ae4-c38c-4b85-901f-a4ebf0d2f3fc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:39:08.594884 [ 277 ] {40998ae4-c38c-4b85-901f-a4ebf0d2f3fc} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.595053 [ 277 ] {40998ae4-c38c-4b85-901f-a4ebf0d2f3fc} executeQuery: Read 4 rows, 334.00 B in 0.001612 sec., 2481.3895781637716 rows/sec., 202.34 KiB/sec. 2025.08.11 21:39:08.595103 [ 277 ] {40998ae4-c38c-4b85-901f-a4ebf0d2f3fc} TCPHandler: Processed in 0.001937852 sec. 2025.08.11 21:39:08.595234 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:08.595339 [ 277 ] {7300f850-35fd-4470-b17d-9bc0b809d71f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:08.595383 [ 277 ] {7300f850-35fd-4470-b17d-9bc0b809d71f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:08.596470 [ 277 ] {7300f850-35fd-4470-b17d-9bc0b809d71f} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.596506 [ 277 ] {7300f850-35fd-4470-b17d-9bc0b809d71f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.596912 [ 277 ] {7300f850-35fd-4470-b17d-9bc0b809d71f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.11 21:39:08.597129 [ 277 ] {7300f850-35fd-4470-b17d-9bc0b809d71f} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.597266 [ 277 ] {7300f850-35fd-4470-b17d-9bc0b809d71f} executeQuery: Read 1252 rows, 106.17 KiB in 0.001951 sec., 641722.1937467965 rows/sec., 53.15 MiB/sec. 2025.08.11 21:39:08.597305 [ 277 ] {7300f850-35fd-4470-b17d-9bc0b809d71f} TCPHandler: Processed in 0.002130726 sec. 2025.08.11 21:39:08.597418 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:08.597516 [ 277 ] {72a19b2a-0a85-4ca0-8153-eeb210ebd4b9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:08.597558 [ 277 ] {72a19b2a-0a85-4ca0-8153-eeb210ebd4b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:08.597972 [ 277 ] {72a19b2a-0a85-4ca0-8153-eeb210ebd4b9} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.598009 [ 277 ] {72a19b2a-0a85-4ca0-8153-eeb210ebd4b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.598317 [ 277 ] {72a19b2a-0a85-4ca0-8153-eeb210ebd4b9} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:39:08.598559 [ 277 ] {72a19b2a-0a85-4ca0-8153-eeb210ebd4b9} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.598665 [ 65 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:39:08.598692 [ 277 ] {72a19b2a-0a85-4ca0-8153-eeb210ebd4b9} executeQuery: Read 31 rows, 2.31 KiB in 0.001194 sec., 25963.14907872697 rows/sec., 1.89 MiB/sec. 2025.08.11 21:39:08.598716 [ 65 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.598731 [ 277 ] {72a19b2a-0a85-4ca0-8153-eeb210ebd4b9} TCPHandler: Processed in 0.001362873 sec. 2025.08.11 21:39:08.598738 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.598843 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:08.598862 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:39:08.598939 [ 277 ] {4a4d58e2-ea21-42e4-bd5a-10f6e47bb163} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:39:08.598984 [ 277 ] {4a4d58e2-ea21-42e4-bd5a-10f6e47bb163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:39:08.599008 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:08.599046 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 72 rows starting from the beginning of the part 2025.08.11 21:39:08.599111 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:08.599158 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part 2025.08.11 21:39:08.599199 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:08.599241 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 15 rows starting from the beginning of the part 2025.08.11 21:39:08.599283 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part 2025.08.11 21:39:08.599499 [ 277 ] {4a4d58e2-ea21-42e4-bd5a-10f6e47bb163} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.599545 [ 277 ] {4a4d58e2-ea21-42e4-bd5a-10f6e47bb163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.599885 [ 277 ] {4a4d58e2-ea21-42e4-bd5a-10f6e47bb163} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:39:08.600092 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.001287392 sec., 163897.2434192538 rows/sec., 12.61 MiB/sec. 2025.08.11 21:39:08.600113 [ 277 ] {4a4d58e2-ea21-42e4-bd5a-10f6e47bb163} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.600234 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:39:08.600260 [ 277 ] {4a4d58e2-ea21-42e4-bd5a-10f6e47bb163} executeQuery: Read 228 rows, 15.81 KiB in 0.001341 sec., 170022.37136465326 rows/sec., 11.51 MiB/sec. 2025.08.11 21:39:08.600302 [ 277 ] {4a4d58e2-ea21-42e4-bd5a-10f6e47bb163} TCPHandler: Processed in 0.001509665 sec. 2025.08.11 21:39:08.600407 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:08.600505 [ 277 ] {90712701-91bb-435e-9b24-de5d9b9b1e35} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:08.600508 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.600551 [ 277 ] {90712701-91bb-435e-9b24-de5d9b9b1e35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:08.600603 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_61_12} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:39:08.600687 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:39:08.601154 [ 277 ] {90712701-91bb-435e-9b24-de5d9b9b1e35} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.601197 [ 277 ] {90712701-91bb-435e-9b24-de5d9b9b1e35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.601545 [ 277 ] {90712701-91bb-435e-9b24-de5d9b9b1e35} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.11 21:39:08.601770 [ 277 ] {90712701-91bb-435e-9b24-de5d9b9b1e35} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.601992 [ 277 ] {90712701-91bb-435e-9b24-de5d9b9b1e35} executeQuery: Read 551 rows, 41.89 KiB in 0.001504 sec., 366356.38297872344 rows/sec., 27.20 MiB/sec. 2025.08.11 21:39:08.602030 [ 277 ] {90712701-91bb-435e-9b24-de5d9b9b1e35} TCPHandler: Processed in 0.001671788 sec. 2025.08.11 21:39:08.602145 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:08.602242 [ 277 ] {c9b70e87-9637-4fab-b46c-1791751ef6f2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:08.602287 [ 277 ] {c9b70e87-9637-4fab-b46c-1791751ef6f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:08.602875 [ 277 ] {c9b70e87-9637-4fab-b46c-1791751ef6f2} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.602910 [ 277 ] {c9b70e87-9637-4fab-b46c-1791751ef6f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.603309 [ 277 ] {c9b70e87-9637-4fab-b46c-1791751ef6f2} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.11 21:39:08.603550 [ 277 ] {c9b70e87-9637-4fab-b46c-1791751ef6f2} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.603765 [ 277 ] {c9b70e87-9637-4fab-b46c-1791751ef6f2} executeQuery: Read 944 rows, 64.82 KiB in 0.001541 sec., 612589.2277741726 rows/sec., 41.08 MiB/sec. 2025.08.11 21:39:08.603802 [ 277 ] {c9b70e87-9637-4fab-b46c-1791751ef6f2} TCPHandler: Processed in 0.001707689 sec. 2025.08.11 21:39:08.603915 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:08.604012 [ 277 ] {0788c12b-2679-4465-b49b-4f6ff30625ce} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:08.604069 [ 277 ] {0788c12b-2679-4465-b49b-4f6ff30625ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:08.604921 [ 277 ] {0788c12b-2679-4465-b49b-4f6ff30625ce} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.604958 [ 277 ] {0788c12b-2679-4465-b49b-4f6ff30625ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.605516 [ 277 ] {0788c12b-2679-4465-b49b-4f6ff30625ce} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:39:08.605755 [ 277 ] {0788c12b-2679-4465-b49b-4f6ff30625ce} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.605897 [ 277 ] {0788c12b-2679-4465-b49b-4f6ff30625ce} executeQuery: Read 27 rows, 49.54 KiB in 0.001903 sec., 14188.12401471361 rows/sec., 25.42 MiB/sec. 2025.08.11 21:39:08.605963 [ 277 ] {0788c12b-2679-4465-b49b-4f6ff30625ce} TCPHandler: Processed in 0.002097435 sec. 2025.08.11 21:39:08.606087 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:08.606183 [ 277 ] {69a68dd7-eddf-404f-8358-404467877f23} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:08.606226 [ 277 ] {69a68dd7-eddf-404f-8358-404467877f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:08.606559 [ 277 ] {69a68dd7-eddf-404f-8358-404467877f23} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:08.606595 [ 277 ] {69a68dd7-eddf-404f-8358-404467877f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:08.606904 [ 277 ] {69a68dd7-eddf-404f-8358-404467877f23} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.11 21:39:08.607117 [ 277 ] {69a68dd7-eddf-404f-8358-404467877f23} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:08.607246 [ 277 ] {69a68dd7-eddf-404f-8358-404467877f23} executeQuery: Read 36 rows, 2.48 KiB in 0.001082 sec., 33271.719038817006 rows/sec., 2.24 MiB/sec. 2025.08.11 21:39:08.607281 [ 277 ] {69a68dd7-eddf-404f-8358-404467877f23} TCPHandler: Processed in 0.00124408 sec. 2025.08.11 21:39:11.280929 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:11.281128 [ 277 ] {d763fecf-ce6e-4231-9f9f-4ed2d826aff6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:11.281194 [ 277 ] {d763fecf-ce6e-4231-9f9f-4ed2d826aff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:11.281858 [ 277 ] {d763fecf-ce6e-4231-9f9f-4ed2d826aff6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:11.281900 [ 277 ] {d763fecf-ce6e-4231-9f9f-4ed2d826aff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:11.282298 [ 277 ] {d763fecf-ce6e-4231-9f9f-4ed2d826aff6} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.11 21:39:11.282555 [ 277 ] {d763fecf-ce6e-4231-9f9f-4ed2d826aff6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:11.282707 [ 277 ] {d763fecf-ce6e-4231-9f9f-4ed2d826aff6} executeQuery: Read 56 rows, 4.41 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.63 MiB/sec. 2025.08.11 21:39:11.282749 [ 277 ] {d763fecf-ce6e-4231-9f9f-4ed2d826aff6} TCPHandler: Processed in 0.001950452 sec. 2025.08.11 21:39:11.282868 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:11.282962 [ 277 ] {d08b9078-7344-44c9-9ee0-0c95ae3a3e06} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:11.283009 [ 277 ] {d08b9078-7344-44c9-9ee0-0c95ae3a3e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:11.283422 [ 277 ] {d08b9078-7344-44c9-9ee0-0c95ae3a3e06} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:11.283459 [ 277 ] {d08b9078-7344-44c9-9ee0-0c95ae3a3e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:11.283757 [ 277 ] {d08b9078-7344-44c9-9ee0-0c95ae3a3e06} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.11 21:39:11.283968 [ 277 ] {d08b9078-7344-44c9-9ee0-0c95ae3a3e06} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:11.284093 [ 277 ] {d08b9078-7344-44c9-9ee0-0c95ae3a3e06} executeQuery: Read 64 rows, 5.12 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 4.34 MiB/sec. 2025.08.11 21:39:11.284129 [ 277 ] {d08b9078-7344-44c9-9ee0-0c95ae3a3e06} TCPHandler: Processed in 0.001309451 sec. 2025.08.11 21:39:11.284243 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:11.284336 [ 277 ] {2df59cc0-65ff-48e8-aeff-48e00b9dd795} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:11.284379 [ 277 ] {2df59cc0-65ff-48e8-aeff-48e00b9dd795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:11.284764 [ 277 ] {2df59cc0-65ff-48e8-aeff-48e00b9dd795} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:11.284799 [ 277 ] {2df59cc0-65ff-48e8-aeff-48e00b9dd795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:11.285121 [ 277 ] {2df59cc0-65ff-48e8-aeff-48e00b9dd795} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.11 21:39:11.285328 [ 277 ] {2df59cc0-65ff-48e8-aeff-48e00b9dd795} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:11.285451 [ 277 ] {2df59cc0-65ff-48e8-aeff-48e00b9dd795} executeQuery: Read 64 rows, 4.56 KiB in 0.001134 sec., 56437.3897707231 rows/sec., 3.93 MiB/sec. 2025.08.11 21:39:11.285487 [ 277 ] {2df59cc0-65ff-48e8-aeff-48e00b9dd795} TCPHandler: Processed in 0.001291791 sec. 2025.08.11 21:39:11.285596 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:11.285689 [ 277 ] {89428d75-045f-4a06-9cdb-319be66e4d07} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:11.285729 [ 277 ] {89428d75-045f-4a06-9cdb-319be66e4d07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:11.286043 [ 277 ] {89428d75-045f-4a06-9cdb-319be66e4d07} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:11.286078 [ 277 ] {89428d75-045f-4a06-9cdb-319be66e4d07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:11.286382 [ 277 ] {89428d75-045f-4a06-9cdb-319be66e4d07} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.11 21:39:11.286582 [ 277 ] {89428d75-045f-4a06-9cdb-319be66e4d07} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:11.286706 [ 277 ] {89428d75-045f-4a06-9cdb-319be66e4d07} executeQuery: Read 24 rows, 1.66 KiB in 0.001036 sec., 23166.023166023166 rows/sec., 1.56 MiB/sec. 2025.08.11 21:39:11.286741 [ 277 ] {89428d75-045f-4a06-9cdb-319be66e4d07} TCPHandler: Processed in 0.00119152 sec. 2025.08.11 21:39:11.838631 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 2025.08.11 21:39:11.839114 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:11.839157 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:11.839636 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:39:11.839878 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:11.840027 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 2025.08.11 21:39:12.963821 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.08.11 21:39:12.981818 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:12.981879 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:12.988025 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:39:12.988704 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:12.991826 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.08.11 21:39:14.402393 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1114 2025.08.11 21:39:14.404762 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:14.404810 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:14.406015 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:39:14.406308 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:14.406673 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1114 2025.08.11 21:39:16.285411 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:16.285626 [ 277 ] {7043f4bd-d1f4-48db-8d0d-3c4cb6eb5076} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:16.285702 [ 277 ] {7043f4bd-d1f4-48db-8d0d-3c4cb6eb5076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:16.286409 [ 277 ] {7043f4bd-d1f4-48db-8d0d-3c4cb6eb5076} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:16.286458 [ 277 ] {7043f4bd-d1f4-48db-8d0d-3c4cb6eb5076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:16.286866 [ 277 ] {7043f4bd-d1f4-48db-8d0d-3c4cb6eb5076} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.11 21:39:16.287095 [ 277 ] {7043f4bd-d1f4-48db-8d0d-3c4cb6eb5076} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:16.287244 [ 277 ] {7043f4bd-d1f4-48db-8d0d-3c4cb6eb5076} executeQuery: Read 86 rows, 7.39 KiB in 0.001675 sec., 51343.28358208955 rows/sec., 4.31 MiB/sec. 2025.08.11 21:39:16.287286 [ 277 ] {7043f4bd-d1f4-48db-8d0d-3c4cb6eb5076} TCPHandler: Processed in 0.002019554 sec. 2025.08.11 21:39:16.287417 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:16.287512 [ 277 ] {e9404133-fb4b-4d5a-b7b1-56f4e3ec51d6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:16.287554 [ 277 ] {e9404133-fb4b-4d5a-b7b1-56f4e3ec51d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:16.287954 [ 277 ] {e9404133-fb4b-4d5a-b7b1-56f4e3ec51d6} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:16.287991 [ 277 ] {e9404133-fb4b-4d5a-b7b1-56f4e3ec51d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:16.288302 [ 277 ] {e9404133-fb4b-4d5a-b7b1-56f4e3ec51d6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:39:16.288518 [ 277 ] {e9404133-fb4b-4d5a-b7b1-56f4e3ec51d6} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:16.288648 [ 277 ] {e9404133-fb4b-4d5a-b7b1-56f4e3ec51d6} executeQuery: Read 15 rows, 1.13 KiB in 0.001155 sec., 12987.012987012988 rows/sec., 976.56 KiB/sec. 2025.08.11 21:39:16.288686 [ 277 ] {e9404133-fb4b-4d5a-b7b1-56f4e3ec51d6} TCPHandler: Processed in 0.001319582 sec. 2025.08.11 21:39:16.288799 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:16.288895 [ 277 ] {6a1e26b6-4e2e-4368-8540-31f3bd8b2019} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:16.288934 [ 277 ] {6a1e26b6-4e2e-4368-8540-31f3bd8b2019} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:16.289354 [ 277 ] {6a1e26b6-4e2e-4368-8540-31f3bd8b2019} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:16.289391 [ 277 ] {6a1e26b6-4e2e-4368-8540-31f3bd8b2019} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:16.289691 [ 277 ] {6a1e26b6-4e2e-4368-8540-31f3bd8b2019} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.11 21:39:16.289907 [ 277 ] {6a1e26b6-4e2e-4368-8540-31f3bd8b2019} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:16.290035 [ 277 ] {6a1e26b6-4e2e-4368-8540-31f3bd8b2019} executeQuery: Read 79 rows, 6.32 KiB in 0.001159 sec., 68162.20880069025 rows/sec., 5.32 MiB/sec. 2025.08.11 21:39:16.290073 [ 277 ] {6a1e26b6-4e2e-4368-8540-31f3bd8b2019} TCPHandler: Processed in 0.001324073 sec. 2025.08.11 21:39:16.290189 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:16.290285 [ 277 ] {12265951-52fc-4b4a-9397-44c8edc69f63} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:16.290329 [ 277 ] {12265951-52fc-4b4a-9397-44c8edc69f63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:16.290741 [ 277 ] {12265951-52fc-4b4a-9397-44c8edc69f63} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:16.290778 [ 277 ] {12265951-52fc-4b4a-9397-44c8edc69f63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:16.291117 [ 277 ] {12265951-52fc-4b4a-9397-44c8edc69f63} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.11 21:39:16.291329 [ 277 ] {12265951-52fc-4b4a-9397-44c8edc69f63} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:16.291458 [ 277 ] {12265951-52fc-4b4a-9397-44c8edc69f63} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2025.08.11 21:39:16.291495 [ 277 ] {12265951-52fc-4b4a-9397-44c8edc69f63} TCPHandler: Processed in 0.001355643 sec. 2025.08.11 21:39:16.291604 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:16.291700 [ 277 ] {fc9d6d2e-f233-44bc-9999-47b40d172acc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:16.291756 [ 277 ] {fc9d6d2e-f233-44bc-9999-47b40d172acc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:16.292544 [ 277 ] {fc9d6d2e-f233-44bc-9999-47b40d172acc} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:16.292581 [ 277 ] {fc9d6d2e-f233-44bc-9999-47b40d172acc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:16.293105 [ 277 ] {fc9d6d2e-f233-44bc-9999-47b40d172acc} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:39:16.293335 [ 277 ] {fc9d6d2e-f233-44bc-9999-47b40d172acc} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:16.293462 [ 55 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:39:16.293473 [ 277 ] {fc9d6d2e-f233-44bc-9999-47b40d172acc} executeQuery: Read 15 rows, 27.52 KiB in 0.001792 sec., 8370.535714285714 rows/sec., 15.00 MiB/sec. 2025.08.11 21:39:16.293538 [ 55 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:16.293563 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:16.293569 [ 277 ] {fc9d6d2e-f233-44bc-9999-47b40d172acc} TCPHandler: Processed in 0.002013874 sec. 2025.08.11 21:39:16.293697 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:16.293694 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:39:16.293794 [ 277 ] {35e5537a-c1ba-4ade-8204-48637d322213} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:16.293841 [ 277 ] {35e5537a-c1ba-4ade-8204-48637d322213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:16.293977 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:16.294045 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1101 rows starting from the beginning of the part 2025.08.11 21:39:16.294175 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 15 rows starting from the beginning of the part 2025.08.11 21:39:16.294185 [ 277 ] {35e5537a-c1ba-4ade-8204-48637d322213} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:16.294227 [ 277 ] {35e5537a-c1ba-4ade-8204-48637d322213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:16.294282 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:16.294384 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part 2025.08.11 21:39:16.294483 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:16.294561 [ 277 ] {35e5537a-c1ba-4ade-8204-48637d322213} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.11 21:39:16.294578 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 15 rows starting from the beginning of the part 2025.08.11 21:39:16.294792 [ 277 ] {35e5537a-c1ba-4ade-8204-48637d322213} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:16.294934 [ 277 ] {35e5537a-c1ba-4ade-8204-48637d322213} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2025.08.11 21:39:16.294971 [ 277 ] {35e5537a-c1ba-4ade-8204-48637d322213} TCPHandler: Processed in 0.001322882 sec. 2025.08.11 21:39:16.300826 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 19 columns (19 merged, 0 gathered) in 0.007191111 sec., 166872.68490223555 rows/sec., 299.03 MiB/sec. 2025.08.11 21:39:16.302156 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:39:16.302538 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:16.302618 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_61_12} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:39:16.302754 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. 2025.08.11 21:39:17.000179 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 283.52 MiB, peak 295.09 MiB, free memory in arenas 0.00 B, will set to 285.16 MiB (RSS), difference: 1.65 MiB 2025.08.11 21:39:19.209426 [ 53 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:39:19.209480 [ 53 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:39:19.340169 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 2025.08.11 21:39:19.341040 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:19.341111 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:19.341644 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:39:19.341905 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:19.342029 [ 53 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:39:19.342055 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 2025.08.11 21:39:19.342075 [ 53 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:19.342099 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:19.342256 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:39:19.342452 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:19.342512 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part 2025.08.11 21:39:19.342608 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:19.342680 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:19.342747 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:19.342810 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:19.342873 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:19.345056 [ 192 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002879539 sec., 7329645.474501301 rows/sec., 104.85 MiB/sec. 2025.08.11 21:39:19.345596 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:39:19.346042 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_46_9} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:19.346154 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_46_9} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:39:19.346262 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. 2025.08.11 21:39:20.491930 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.08.11 21:39:20.509203 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:20.509268 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:20.515396 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:39:20.516080 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:20.516371 [ 52 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:39:20.516411 [ 52 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:20.516434 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2025.08.11 21:39:20.516600 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:39:20.519237 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.08.11 21:39:20.520478 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:20.521934 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:20.526474 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:20.531049 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:20.535626 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:20.540385 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:20.544203 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:20.595745 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.079232727 sec., 4379.50343423116 rows/sec., 22.65 MiB/sec. 2025.08.11 21:39:20.597593 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:39:20.599416 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_46_9} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:20.599516 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_46_9} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:39:20.601915 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.11 21:39:21.000219 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 286.30 MiB, peak 299.72 MiB, free memory in arenas 0.00 B, will set to 285.30 MiB (RSS), difference: -1.01 MiB 2025.08.11 21:39:21.285919 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:21.286120 [ 277 ] {c564f2b2-4ef1-4fe2-83b7-905da6f2adbd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:21.286192 [ 277 ] {c564f2b2-4ef1-4fe2-83b7-905da6f2adbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:21.286882 [ 277 ] {c564f2b2-4ef1-4fe2-83b7-905da6f2adbd} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:21.286926 [ 277 ] {c564f2b2-4ef1-4fe2-83b7-905da6f2adbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:21.287320 [ 277 ] {c564f2b2-4ef1-4fe2-83b7-905da6f2adbd} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.11 21:39:21.287551 [ 277 ] {c564f2b2-4ef1-4fe2-83b7-905da6f2adbd} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:21.287706 [ 277 ] {c564f2b2-4ef1-4fe2-83b7-905da6f2adbd} executeQuery: Read 110 rows, 9.47 KiB in 0.001642 sec., 66991.47381242388 rows/sec., 5.63 MiB/sec. 2025.08.11 21:39:21.287747 [ 277 ] {c564f2b2-4ef1-4fe2-83b7-905da6f2adbd} TCPHandler: Processed in 0.001970323 sec. 2025.08.11 21:39:21.287866 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:21.287960 [ 277 ] {af081487-61fe-4412-93c1-5267c758c7d6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:21.287999 [ 277 ] {af081487-61fe-4412-93c1-5267c758c7d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:21.288397 [ 277 ] {af081487-61fe-4412-93c1-5267c758c7d6} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:21.288431 [ 277 ] {af081487-61fe-4412-93c1-5267c758c7d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:21.288717 [ 277 ] {af081487-61fe-4412-93c1-5267c758c7d6} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:39:21.288922 [ 277 ] {af081487-61fe-4412-93c1-5267c758c7d6} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:21.289049 [ 277 ] {af081487-61fe-4412-93c1-5267c758c7d6} executeQuery: Read 27 rows, 2.03 KiB in 0.001107 sec., 24390.243902439026 rows/sec., 1.79 MiB/sec. 2025.08.11 21:39:21.289086 [ 277 ] {af081487-61fe-4412-93c1-5267c758c7d6} TCPHandler: Processed in 0.001267572 sec. 2025.08.11 21:39:21.289186 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:21.289278 [ 277 ] {fed1f590-4d0c-4d33-8041-057d71a62320} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:21.289317 [ 277 ] {fed1f590-4d0c-4d33-8041-057d71a62320} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:21.289738 [ 277 ] {fed1f590-4d0c-4d33-8041-057d71a62320} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:21.289773 [ 277 ] {fed1f590-4d0c-4d33-8041-057d71a62320} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:21.290062 [ 277 ] {fed1f590-4d0c-4d33-8041-057d71a62320} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.11 21:39:21.290269 [ 277 ] {fed1f590-4d0c-4d33-8041-057d71a62320} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:21.290392 [ 277 ] {fed1f590-4d0c-4d33-8041-057d71a62320} executeQuery: Read 91 rows, 7.28 KiB in 0.001131 sec., 80459.77011494253 rows/sec., 6.28 MiB/sec. 2025.08.11 21:39:21.290428 [ 277 ] {fed1f590-4d0c-4d33-8041-057d71a62320} TCPHandler: Processed in 0.001288702 sec. 2025.08.11 21:39:21.290533 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:21.290626 [ 277 ] {173a0c69-a646-4cdf-9e62-c1087c975c12} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:21.290668 [ 277 ] {173a0c69-a646-4cdf-9e62-c1087c975c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:21.291083 [ 277 ] {173a0c69-a646-4cdf-9e62-c1087c975c12} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:21.291118 [ 277 ] {173a0c69-a646-4cdf-9e62-c1087c975c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:21.291440 [ 277 ] {173a0c69-a646-4cdf-9e62-c1087c975c12} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.11 21:39:21.291647 [ 277 ] {173a0c69-a646-4cdf-9e62-c1087c975c12} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:21.291770 [ 277 ] {173a0c69-a646-4cdf-9e62-c1087c975c12} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.08.11 21:39:21.291806 [ 277 ] {173a0c69-a646-4cdf-9e62-c1087c975c12} TCPHandler: Processed in 0.001319792 sec. 2025.08.11 21:39:21.291902 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:21.291994 [ 277 ] {cf3e7c0e-a92f-45b5-9398-f595624325dd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:21.292048 [ 277 ] {cf3e7c0e-a92f-45b5-9398-f595624325dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:21.292865 [ 277 ] {cf3e7c0e-a92f-45b5-9398-f595624325dd} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:21.292900 [ 277 ] {cf3e7c0e-a92f-45b5-9398-f595624325dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:21.293423 [ 277 ] {cf3e7c0e-a92f-45b5-9398-f595624325dd} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:39:21.293638 [ 277 ] {cf3e7c0e-a92f-45b5-9398-f595624325dd} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:21.293770 [ 277 ] {cf3e7c0e-a92f-45b5-9398-f595624325dd} executeQuery: Read 27 rows, 49.54 KiB in 0.001794 sec., 15050.167224080267 rows/sec., 26.97 MiB/sec. 2025.08.11 21:39:21.293823 [ 277 ] {cf3e7c0e-a92f-45b5-9398-f595624325dd} TCPHandler: Processed in 0.001967303 sec. 2025.08.11 21:39:21.293934 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:21.294027 [ 277 ] {7443aa56-ef38-4cf1-9897-c96d8f01a90a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:21.294069 [ 277 ] {7443aa56-ef38-4cf1-9897-c96d8f01a90a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:21.294408 [ 277 ] {7443aa56-ef38-4cf1-9897-c96d8f01a90a} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:21.294443 [ 277 ] {7443aa56-ef38-4cf1-9897-c96d8f01a90a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:21.294755 [ 277 ] {7443aa56-ef38-4cf1-9897-c96d8f01a90a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.11 21:39:21.294967 [ 277 ] {7443aa56-ef38-4cf1-9897-c96d8f01a90a} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:21.295093 [ 277 ] {7443aa56-ef38-4cf1-9897-c96d8f01a90a} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.08.11 21:39:21.295128 [ 277 ] {7443aa56-ef38-4cf1-9897-c96d8f01a90a} TCPHandler: Processed in 0.001240431 sec. 2025.08.11 21:39:24.406911 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1138 2025.08.11 21:39:24.409050 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:24.409103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:24.410275 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:39:24.410540 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:24.410832 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1138 2025.08.11 21:39:26.287602 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.287792 [ 277 ] {1d612c1c-24f2-4d84-a680-e285bd1b3d58} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:39:26.287859 [ 277 ] {1d612c1c-24f2-4d84-a680-e285bd1b3d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:39:26.288536 [ 277 ] {1d612c1c-24f2-4d84-a680-e285bd1b3d58} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.288580 [ 277 ] {1d612c1c-24f2-4d84-a680-e285bd1b3d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.288973 [ 277 ] {1d612c1c-24f2-4d84-a680-e285bd1b3d58} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:39:26.289197 [ 277 ] {1d612c1c-24f2-4d84-a680-e285bd1b3d58} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.289348 [ 277 ] {1d612c1c-24f2-4d84-a680-e285bd1b3d58} executeQuery: Read 24 rows, 2.04 KiB in 0.001608 sec., 14925.373134328358 rows/sec., 1.24 MiB/sec. 2025.08.11 21:39:26.289400 [ 277 ] {1d612c1c-24f2-4d84-a680-e285bd1b3d58} TCPHandler: Processed in 0.001932902 sec. 2025.08.11 21:39:26.289525 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.289624 [ 277 ] {0f7325ff-79bb-4199-9ce3-44d15a595b73} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:26.289666 [ 277 ] {0f7325ff-79bb-4199-9ce3-44d15a595b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:26.290183 [ 277 ] {0f7325ff-79bb-4199-9ce3-44d15a595b73} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.290217 [ 277 ] {0f7325ff-79bb-4199-9ce3-44d15a595b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.290572 [ 277 ] {0f7325ff-79bb-4199-9ce3-44d15a595b73} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.11 21:39:26.290807 [ 277 ] {0f7325ff-79bb-4199-9ce3-44d15a595b73} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.290916 [ 42 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.11 21:39:26.290931 [ 277 ] {0f7325ff-79bb-4199-9ce3-44d15a595b73} executeQuery: Read 206 rows, 18.85 KiB in 0.00133 sec., 154887.2180451128 rows/sec., 13.84 MiB/sec. 2025.08.11 21:39:26.290974 [ 42 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.290996 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.290997 [ 277 ] {0f7325ff-79bb-4199-9ce3-44d15a595b73} TCPHandler: Processed in 0.001522015 sec. 2025.08.11 21:39:26.291115 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:39:26.291127 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.291257 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:26.291257 [ 277 ] {740fbd44-b94d-4bef-af97-009cac087c04} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:26.291300 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1409 rows starting from the beginning of the part 2025.08.11 21:39:26.291317 [ 277 ] {740fbd44-b94d-4bef-af97-009cac087c04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:26.291392 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:39:26.291463 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part 2025.08.11 21:39:26.291523 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 86 rows starting from the beginning of the part 2025.08.11 21:39:26.291591 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 110 rows starting from the beginning of the part 2025.08.11 21:39:26.291649 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 206 rows starting from the beginning of the part 2025.08.11 21:39:26.291787 [ 277 ] {740fbd44-b94d-4bef-af97-009cac087c04} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.291827 [ 277 ] {740fbd44-b94d-4bef-af97-009cac087c04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.292518 [ 277 ] {740fbd44-b94d-4bef-af97-009cac087c04} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:39:26.292741 [ 277 ] {740fbd44-b94d-4bef-af97-009cac087c04} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.292872 [ 277 ] {740fbd44-b94d-4bef-af97-009cac087c04} executeQuery: Read 27 rows, 2.09 KiB in 0.001632 sec., 16544.117647058825 rows/sec., 1.25 MiB/sec. 2025.08.11 21:39:26.292909 [ 277 ] {740fbd44-b94d-4bef-af97-009cac087c04} TCPHandler: Processed in 0.00182838 sec. 2025.08.11 21:39:26.293019 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.293110 [ 277 ] {7d956bc7-5c35-435d-9df7-f35fd0f65f1e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:39:26.293148 [ 277 ] {7d956bc7-5c35-435d-9df7-f35fd0f65f1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:39:26.293535 [ 277 ] {7d956bc7-5c35-435d-9df7-f35fd0f65f1e} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.293570 [ 277 ] {7d956bc7-5c35-435d-9df7-f35fd0f65f1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.293583 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.002522612 sec., 1236416.8568134932 rows/sec., 108.24 MiB/sec. 2025.08.11 21:39:26.293868 [ 277 ] {7d956bc7-5c35-435d-9df7-f35fd0f65f1e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:39:26.293894 [ 193 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.11 21:39:26.294091 [ 277 ] {7d956bc7-5c35-435d-9df7-f35fd0f65f1e} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.294198 [ 193 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.294214 [ 277 ] {7d956bc7-5c35-435d-9df7-f35fd0f65f1e} executeQuery: Read 24 rows, 2.04 KiB in 0.001121 sec., 21409.455842997322 rows/sec., 1.78 MiB/sec. 2025.08.11 21:39:26.294251 [ 277 ] {7d956bc7-5c35-435d-9df7-f35fd0f65f1e} TCPHandler: Processed in 0.001278602 sec. 2025.08.11 21:39:26.294272 [ 193 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_76_15} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.11 21:39:26.294352 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.294358 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.08.11 21:39:26.294442 [ 277 ] {d768e1d1-cc2d-4478-8a99-dd5e8e024a68} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:39:26.294481 [ 277 ] {d768e1d1-cc2d-4478-8a99-dd5e8e024a68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:39:26.294859 [ 277 ] {d768e1d1-cc2d-4478-8a99-dd5e8e024a68} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.294893 [ 277 ] {d768e1d1-cc2d-4478-8a99-dd5e8e024a68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.295191 [ 277 ] {d768e1d1-cc2d-4478-8a99-dd5e8e024a68} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.11 21:39:26.295428 [ 277 ] {d768e1d1-cc2d-4478-8a99-dd5e8e024a68} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.295552 [ 277 ] {d768e1d1-cc2d-4478-8a99-dd5e8e024a68} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2025.08.11 21:39:26.295588 [ 277 ] {d768e1d1-cc2d-4478-8a99-dd5e8e024a68} TCPHandler: Processed in 0.001283282 sec. 2025.08.11 21:39:26.295690 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.295781 [ 277 ] {282e435a-1247-4659-a9ee-71c1cde9e1f5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:26.295820 [ 277 ] {282e435a-1247-4659-a9ee-71c1cde9e1f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:26.296231 [ 277 ] {282e435a-1247-4659-a9ee-71c1cde9e1f5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.296264 [ 277 ] {282e435a-1247-4659-a9ee-71c1cde9e1f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.296590 [ 277 ] {282e435a-1247-4659-a9ee-71c1cde9e1f5} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.11 21:39:26.296794 [ 277 ] {282e435a-1247-4659-a9ee-71c1cde9e1f5} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.296890 [ 42 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.11 21:39:26.296914 [ 277 ] {282e435a-1247-4659-a9ee-71c1cde9e1f5} executeQuery: Read 115 rows, 9.57 KiB in 0.00115 sec., 100000 rows/sec., 8.13 MiB/sec. 2025.08.11 21:39:26.296939 [ 42 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.296952 [ 277 ] {282e435a-1247-4659-a9ee-71c1cde9e1f5} TCPHandler: Processed in 0.001308242 sec. 2025.08.11 21:39:26.296959 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.297037 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:39:26.297060 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.297136 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:26.297156 [ 277 ] {ff31fda7-e979-4f13-ac9a-d8acfd26bf36} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:26.297166 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 634 rows starting from the beginning of the part 2025.08.11 21:39:26.297205 [ 277 ] {ff31fda7-e979-4f13-ac9a-d8acfd26bf36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:26.297228 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 551 rows starting from the beginning of the part 2025.08.11 21:39:26.297273 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part 2025.08.11 21:39:26.297316 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 79 rows starting from the beginning of the part 2025.08.11 21:39:26.297354 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 91 rows starting from the beginning of the part 2025.08.11 21:39:26.297390 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 115 rows starting from the beginning of the part 2025.08.11 21:39:26.297642 [ 277 ] {ff31fda7-e979-4f13-ac9a-d8acfd26bf36} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.297683 [ 277 ] {ff31fda7-e979-4f13-ac9a-d8acfd26bf36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.298045 [ 277 ] {ff31fda7-e979-4f13-ac9a-d8acfd26bf36} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.11 21:39:26.298252 [ 277 ] {ff31fda7-e979-4f13-ac9a-d8acfd26bf36} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.298347 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 5 columns (5 merged, 0 gathered) in 0.001342022 sec., 1143051.3061633862 rows/sec., 91.04 MiB/sec. 2025.08.11 21:39:26.298377 [ 277 ] {ff31fda7-e979-4f13-ac9a-d8acfd26bf36} executeQuery: Read 196 rows, 14.40 KiB in 0.001239 sec., 158192.09039548022 rows/sec., 11.35 MiB/sec. 2025.08.11 21:39:26.298412 [ 41 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.11 21:39:26.298418 [ 277 ] {ff31fda7-e979-4f13-ac9a-d8acfd26bf36} TCPHandler: Processed in 0.001404944 sec. 2025.08.11 21:39:26.298484 [ 41 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.298512 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.298532 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.11 21:39:26.298608 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:39:26.298618 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.298745 [ 277 ] {003b4d62-b001-4578-bda1-0a5aa8657d30} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:26.298757 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:26.298801 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20106 rows starting from the beginning of the part 2025.08.11 21:39:26.298805 [ 277 ] {003b4d62-b001-4578-bda1-0a5aa8657d30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:26.298821 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.298869 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 944 rows starting from the beginning of the part 2025.08.11 21:39:26.298896 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_76_15} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.11 21:39:26.298920 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part 2025.08.11 21:39:26.298967 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:26.298977 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.11 21:39:26.299008 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:26.299051 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 196 rows starting from the beginning of the part 2025.08.11 21:39:26.299681 [ 277 ] {003b4d62-b001-4578-bda1-0a5aa8657d30} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.299724 [ 277 ] {003b4d62-b001-4578-bda1-0a5aa8657d30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.300313 [ 277 ] {003b4d62-b001-4578-bda1-0a5aa8657d30} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:39:26.300569 [ 277 ] {003b4d62-b001-4578-bda1-0a5aa8657d30} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.300727 [ 277 ] {003b4d62-b001-4578-bda1-0a5aa8657d30} executeQuery: Read 15 rows, 27.52 KiB in 0.002 sec., 7500 rows/sec., 13.44 MiB/sec. 2025.08.11 21:39:26.300784 [ 277 ] {003b4d62-b001-4578-bda1-0a5aa8657d30} TCPHandler: Processed in 0.002217377 sec. 2025.08.11 21:39:26.300903 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:26.301000 [ 277 ] {995e6fe1-2b3b-4c83-8ce6-152ae4230ffa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:26.301049 [ 277 ] {995e6fe1-2b3b-4c83-8ce6-152ae4230ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:26.301417 [ 277 ] {995e6fe1-2b3b-4c83-8ce6-152ae4230ffa} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.301454 [ 277 ] {995e6fe1-2b3b-4c83-8ce6-152ae4230ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.301912 [ 277 ] {995e6fe1-2b3b-4c83-8ce6-152ae4230ffa} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.11 21:39:26.302133 [ 277 ] {995e6fe1-2b3b-4c83-8ce6-152ae4230ffa} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.302257 [ 41 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.11 21:39:26.302261 [ 277 ] {995e6fe1-2b3b-4c83-8ce6-152ae4230ffa} executeQuery: Read 60 rows, 4.14 KiB in 0.00128 sec., 46874.99999999999 rows/sec., 3.16 MiB/sec. 2025.08.11 21:39:26.302304 [ 41 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.302324 [ 277 ] {995e6fe1-2b3b-4c83-8ce6-152ae4230ffa} TCPHandler: Processed in 0.001471035 sec. 2025.08.11 21:39:26.302330 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.302442 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:39:26.302570 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:26.302605 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3750 rows starting from the beginning of the part 2025.08.11 21:39:26.302672 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 36 rows starting from the beginning of the part 2025.08.11 21:39:26.302714 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:26.302755 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:26.302794 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:39:26.302832 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:26.304796 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3990 rows, containing 4 columns (4 merged, 0 gathered) in 0.0023968 sec., 1664719.6261682243 rows/sec., 112.26 MiB/sec. 2025.08.11 21:39:26.305233 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.11 21:39:26.305502 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.305568 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_76_15} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.11 21:39:26.305655 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.08.11 21:39:26.305964 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 21630 rows, containing 5 columns (5 merged, 0 gathered) in 0.007396664 sec., 2924291.275093745 rows/sec., 200.41 MiB/sec. 2025.08.11 21:39:26.306380 [ 193 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.11 21:39:26.307403 [ 193 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.307476 [ 193 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_76_15} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.11 21:39:26.307564 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.08.11 21:39:26.842194 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 2025.08.11 21:39:26.842991 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:26.843074 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:26.843718 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:39:26.843967 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:26.844119 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 2025.08.11 21:39:27.000181 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 286.08 MiB, peak 299.72 MiB, free memory in arenas 0.00 B, will set to 288.50 MiB (RSS), difference: 2.43 MiB 2025.08.11 21:39:28.019353 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.08.11 21:39:28.035071 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:28.035136 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:28.040275 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:39:28.040961 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:28.043785 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.08.11 21:39:31.286692 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:31.286909 [ 277 ] {20116607-6221-4886-8706-9d62e9c69208} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:31.286983 [ 277 ] {20116607-6221-4886-8706-9d62e9c69208} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:31.287725 [ 277 ] {20116607-6221-4886-8706-9d62e9c69208} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:31.287766 [ 277 ] {20116607-6221-4886-8706-9d62e9c69208} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:31.288163 [ 277 ] {20116607-6221-4886-8706-9d62e9c69208} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.11 21:39:31.288395 [ 277 ] {20116607-6221-4886-8706-9d62e9c69208} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:31.288556 [ 277 ] {20116607-6221-4886-8706-9d62e9c69208} executeQuery: Read 110 rows, 9.47 KiB in 0.001702 sec., 64629.84723854289 rows/sec., 5.43 MiB/sec. 2025.08.11 21:39:31.288604 [ 277 ] {20116607-6221-4886-8706-9d62e9c69208} TCPHandler: Processed in 0.002064875 sec. 2025.08.11 21:39:31.288733 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:31.288837 [ 277 ] {0f6d0b5c-e93f-4409-a983-7f879adacb82} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:31.288882 [ 277 ] {0f6d0b5c-e93f-4409-a983-7f879adacb82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:31.289303 [ 277 ] {0f6d0b5c-e93f-4409-a983-7f879adacb82} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:31.289342 [ 277 ] {0f6d0b5c-e93f-4409-a983-7f879adacb82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:31.289666 [ 277 ] {0f6d0b5c-e93f-4409-a983-7f879adacb82} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:39:31.289884 [ 277 ] {0f6d0b5c-e93f-4409-a983-7f879adacb82} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:31.290030 [ 277 ] {0f6d0b5c-e93f-4409-a983-7f879adacb82} executeQuery: Read 27 rows, 2.03 KiB in 0.001217 sec., 22185.70254724733 rows/sec., 1.63 MiB/sec. 2025.08.11 21:39:31.290071 [ 277 ] {0f6d0b5c-e93f-4409-a983-7f879adacb82} TCPHandler: Processed in 0.001389784 sec. 2025.08.11 21:39:31.290173 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:31.290272 [ 277 ] {f778a2ef-d025-4751-bfb6-ac402534b4df} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:31.290314 [ 277 ] {f778a2ef-d025-4751-bfb6-ac402534b4df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:31.290736 [ 277 ] {f778a2ef-d025-4751-bfb6-ac402534b4df} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:31.290771 [ 277 ] {f778a2ef-d025-4751-bfb6-ac402534b4df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:31.291079 [ 277 ] {f778a2ef-d025-4751-bfb6-ac402534b4df} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.11 21:39:31.291288 [ 277 ] {f778a2ef-d025-4751-bfb6-ac402534b4df} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:31.291419 [ 277 ] {f778a2ef-d025-4751-bfb6-ac402534b4df} executeQuery: Read 91 rows, 7.28 KiB in 0.001168 sec., 77910.95890410959 rows/sec., 6.08 MiB/sec. 2025.08.11 21:39:31.291459 [ 277 ] {f778a2ef-d025-4751-bfb6-ac402534b4df} TCPHandler: Processed in 0.001335932 sec. 2025.08.11 21:39:31.291571 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:31.291670 [ 277 ] {4b7e9ad4-e087-428c-b601-95cb609f0cd8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:31.291715 [ 277 ] {4b7e9ad4-e087-428c-b601-95cb609f0cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:31.292125 [ 277 ] {4b7e9ad4-e087-428c-b601-95cb609f0cd8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:31.292163 [ 277 ] {4b7e9ad4-e087-428c-b601-95cb609f0cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:31.292500 [ 277 ] {4b7e9ad4-e087-428c-b601-95cb609f0cd8} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.11 21:39:31.292713 [ 277 ] {4b7e9ad4-e087-428c-b601-95cb609f0cd8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:31.292846 [ 277 ] {4b7e9ad4-e087-428c-b601-95cb609f0cd8} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.08.11 21:39:31.292883 [ 277 ] {4b7e9ad4-e087-428c-b601-95cb609f0cd8} TCPHandler: Processed in 0.001363203 sec. 2025.08.11 21:39:31.292990 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:31.293094 [ 277 ] {f0111c77-9866-4d4f-bac0-068dc7d19e67} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:31.293153 [ 277 ] {f0111c77-9866-4d4f-bac0-068dc7d19e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:31.294019 [ 277 ] {f0111c77-9866-4d4f-bac0-068dc7d19e67} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:31.294057 [ 277 ] {f0111c77-9866-4d4f-bac0-068dc7d19e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:31.294667 [ 277 ] {f0111c77-9866-4d4f-bac0-068dc7d19e67} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:39:31.294908 [ 277 ] {f0111c77-9866-4d4f-bac0-068dc7d19e67} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:31.295053 [ 277 ] {f0111c77-9866-4d4f-bac0-068dc7d19e67} executeQuery: Read 27 rows, 49.54 KiB in 0.00198 sec., 13636.363636363636 rows/sec., 24.44 MiB/sec. 2025.08.11 21:39:31.295124 [ 277 ] {f0111c77-9866-4d4f-bac0-068dc7d19e67} TCPHandler: Processed in 0.002185106 sec. 2025.08.11 21:39:31.295236 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:31.295335 [ 277 ] {5832bc52-5c59-4094-9570-3bba6e1c5400} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:31.295380 [ 277 ] {5832bc52-5c59-4094-9570-3bba6e1c5400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:31.295712 [ 277 ] {5832bc52-5c59-4094-9570-3bba6e1c5400} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:31.295749 [ 277 ] {5832bc52-5c59-4094-9570-3bba6e1c5400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:31.296062 [ 277 ] {5832bc52-5c59-4094-9570-3bba6e1c5400} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.11 21:39:31.296278 [ 277 ] {5832bc52-5c59-4094-9570-3bba6e1c5400} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:31.296409 [ 277 ] {5832bc52-5c59-4094-9570-3bba6e1c5400} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.08.11 21:39:31.296446 [ 277 ] {5832bc52-5c59-4094-9570-3bba6e1c5400} TCPHandler: Processed in 0.001259481 sec. 2025.08.11 21:39:34.209723 [ 33 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:39:34.209775 [ 33 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:39:34.344262 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 2025.08.11 21:39:34.344827 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:34.344876 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:34.345383 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:39:34.345631 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:34.345789 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 2025.08.11 21:39:34.411093 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1168 2025.08.11 21:39:34.413403 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:34.413463 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:34.414703 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:39:34.414982 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:34.415360 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1168 2025.08.11 21:39:35.001330 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000897655 sec. 2025.08.11 21:39:35.543923 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.08.11 21:39:35.559980 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:35.560040 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:35.566085 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:39:35.566839 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:35.570138 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.08.11 21:39:36.285722 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:36.286032 [ 277 ] {51b5a7af-bd8d-4f25-bf74-3685b0ea4837} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:36.286141 [ 277 ] {51b5a7af-bd8d-4f25-bf74-3685b0ea4837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:36.287018 [ 277 ] {51b5a7af-bd8d-4f25-bf74-3685b0ea4837} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:36.287061 [ 277 ] {51b5a7af-bd8d-4f25-bf74-3685b0ea4837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:36.287460 [ 277 ] {51b5a7af-bd8d-4f25-bf74-3685b0ea4837} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.11 21:39:36.287696 [ 277 ] {51b5a7af-bd8d-4f25-bf74-3685b0ea4837} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:36.287859 [ 277 ] {51b5a7af-bd8d-4f25-bf74-3685b0ea4837} executeQuery: Read 86 rows, 7.39 KiB in 0.001905 sec., 45144.35695538058 rows/sec., 3.79 MiB/sec. 2025.08.11 21:39:36.287902 [ 277 ] {51b5a7af-bd8d-4f25-bf74-3685b0ea4837} TCPHandler: Processed in 0.002325609 sec. 2025.08.11 21:39:36.288032 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:36.288128 [ 277 ] {b9939439-a084-4a28-9fa1-f6e2e450b372} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:36.288170 [ 277 ] {b9939439-a084-4a28-9fa1-f6e2e450b372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:36.288573 [ 277 ] {b9939439-a084-4a28-9fa1-f6e2e450b372} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:36.288611 [ 277 ] {b9939439-a084-4a28-9fa1-f6e2e450b372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:36.288909 [ 277 ] {b9939439-a084-4a28-9fa1-f6e2e450b372} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:39:36.289114 [ 277 ] {b9939439-a084-4a28-9fa1-f6e2e450b372} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:36.289219 [ 31 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:39:36.289244 [ 277 ] {b9939439-a084-4a28-9fa1-f6e2e450b372} executeQuery: Read 15 rows, 1.13 KiB in 0.001135 sec., 13215.859030837006 rows/sec., 993.77 KiB/sec. 2025.08.11 21:39:36.289286 [ 31 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:36.289296 [ 277 ] {b9939439-a084-4a28-9fa1-f6e2e450b372} TCPHandler: Processed in 0.001314972 sec. 2025.08.11 21:39:36.289315 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:36.289411 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:39:36.289421 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:36.289541 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:36.289549 [ 277 ] {271d0bda-8a9e-4ee4-b552-cf5bfeba936d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:36.289577 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 72 rows starting from the beginning of the part 2025.08.11 21:39:36.289596 [ 277 ] {271d0bda-8a9e-4ee4-b552-cf5bfeba936d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:36.289645 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 15 rows starting from the beginning of the part 2025.08.11 21:39:36.289698 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:36.289747 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:36.289793 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:36.289837 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 15 rows starting from the beginning of the part 2025.08.11 21:39:36.290023 [ 277 ] {271d0bda-8a9e-4ee4-b552-cf5bfeba936d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:36.290059 [ 277 ] {271d0bda-8a9e-4ee4-b552-cf5bfeba936d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:36.290381 [ 277 ] {271d0bda-8a9e-4ee4-b552-cf5bfeba936d} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.11 21:39:36.290602 [ 277 ] {271d0bda-8a9e-4ee4-b552-cf5bfeba936d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:36.290717 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338412 sec., 136729.19848297833 rows/sec., 10.58 MiB/sec. 2025.08.11 21:39:36.290736 [ 277 ] {271d0bda-8a9e-4ee4-b552-cf5bfeba936d} executeQuery: Read 79 rows, 6.32 KiB in 0.001206 sec., 65505.80431177446 rows/sec., 5.11 MiB/sec. 2025.08.11 21:39:36.290796 [ 277 ] {271d0bda-8a9e-4ee4-b552-cf5bfeba936d} TCPHandler: Processed in 0.001429554 sec. 2025.08.11 21:39:36.290913 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:36.290925 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:39:36.291010 [ 277 ] {977b3db4-0a56-4fa8-b78c-7d117c9a5071} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:36.291060 [ 277 ] {977b3db4-0a56-4fa8-b78c-7d117c9a5071} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:36.291234 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:36.291315 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_66_13} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:39:36.291434 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:39:36.291471 [ 277 ] {977b3db4-0a56-4fa8-b78c-7d117c9a5071} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:36.291512 [ 277 ] {977b3db4-0a56-4fa8-b78c-7d117c9a5071} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:36.291851 [ 277 ] {977b3db4-0a56-4fa8-b78c-7d117c9a5071} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.11 21:39:36.292068 [ 277 ] {977b3db4-0a56-4fa8-b78c-7d117c9a5071} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:36.292205 [ 277 ] {977b3db4-0a56-4fa8-b78c-7d117c9a5071} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.08.11 21:39:36.292242 [ 277 ] {977b3db4-0a56-4fa8-b78c-7d117c9a5071} TCPHandler: Processed in 0.001379273 sec. 2025.08.11 21:39:36.292342 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:36.292437 [ 277 ] {6292329b-5cbb-4dc7-90dd-6a8f7e5fb619} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:36.292493 [ 277 ] {6292329b-5cbb-4dc7-90dd-6a8f7e5fb619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:36.293273 [ 277 ] {6292329b-5cbb-4dc7-90dd-6a8f7e5fb619} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:36.293310 [ 277 ] {6292329b-5cbb-4dc7-90dd-6a8f7e5fb619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:36.293835 [ 277 ] {6292329b-5cbb-4dc7-90dd-6a8f7e5fb619} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:39:36.294059 [ 277 ] {6292329b-5cbb-4dc7-90dd-6a8f7e5fb619} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:36.294199 [ 277 ] {6292329b-5cbb-4dc7-90dd-6a8f7e5fb619} executeQuery: Read 15 rows, 27.52 KiB in 0.001781 sec., 8422.234699606963 rows/sec., 15.09 MiB/sec. 2025.08.11 21:39:36.294255 [ 277 ] {6292329b-5cbb-4dc7-90dd-6a8f7e5fb619} TCPHandler: Processed in 0.001962133 sec. 2025.08.11 21:39:36.294367 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:36.294465 [ 277 ] {87d40a87-20a4-4ba0-8ba9-460eba9a00d1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:36.294507 [ 277 ] {87d40a87-20a4-4ba0-8ba9-460eba9a00d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:36.294839 [ 277 ] {87d40a87-20a4-4ba0-8ba9-460eba9a00d1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:36.294876 [ 277 ] {87d40a87-20a4-4ba0-8ba9-460eba9a00d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:36.295185 [ 277 ] {87d40a87-20a4-4ba0-8ba9-460eba9a00d1} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.11 21:39:36.295397 [ 277 ] {87d40a87-20a4-4ba0-8ba9-460eba9a00d1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:36.295534 [ 277 ] {87d40a87-20a4-4ba0-8ba9-460eba9a00d1} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.08.11 21:39:36.295572 [ 277 ] {87d40a87-20a4-4ba0-8ba9-460eba9a00d1} TCPHandler: Processed in 0.001255611 sec. 2025.08.11 21:39:38.593355 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:38.593544 [ 277 ] {7d8fdc09-3fdf-4722-9f59-37b88acd3a18} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:39:38.593616 [ 277 ] {7d8fdc09-3fdf-4722-9f59-37b88acd3a18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:39:38.594245 [ 277 ] {7d8fdc09-3fdf-4722-9f59-37b88acd3a18} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.594285 [ 277 ] {7d8fdc09-3fdf-4722-9f59-37b88acd3a18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.594704 [ 277 ] {7d8fdc09-3fdf-4722-9f59-37b88acd3a18} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:39:38.595013 [ 277 ] {7d8fdc09-3fdf-4722-9f59-37b88acd3a18} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.595241 [ 277 ] {7d8fdc09-3fdf-4722-9f59-37b88acd3a18} executeQuery: Read 2 rows, 167.00 B in 0.001747 sec., 1144.8196908986833 rows/sec., 93.35 KiB/sec. 2025.08.11 21:39:38.595305 [ 277 ] {7d8fdc09-3fdf-4722-9f59-37b88acd3a18} TCPHandler: Processed in 0.002083115 sec. 2025.08.11 21:39:38.595452 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:38.595576 [ 277 ] {baddf213-6674-4265-a458-61d3111045e6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:38.595630 [ 277 ] {baddf213-6674-4265-a458-61d3111045e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:38.596707 [ 277 ] {baddf213-6674-4265-a458-61d3111045e6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.596744 [ 277 ] {baddf213-6674-4265-a458-61d3111045e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.597153 [ 277 ] {baddf213-6674-4265-a458-61d3111045e6} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.11 21:39:38.597378 [ 277 ] {baddf213-6674-4265-a458-61d3111045e6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.597515 [ 277 ] {baddf213-6674-4265-a458-61d3111045e6} executeQuery: Read 1251 rows, 106.10 KiB in 0.001968 sec., 635670.731707317 rows/sec., 52.65 MiB/sec. 2025.08.11 21:39:38.597556 [ 277 ] {baddf213-6674-4265-a458-61d3111045e6} TCPHandler: Processed in 0.002168346 sec. 2025.08.11 21:39:38.597674 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:38.597775 [ 277 ] {d5328f3e-cca0-409d-b972-fa7b0eeb4c65} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:38.597817 [ 277 ] {d5328f3e-cca0-409d-b972-fa7b0eeb4c65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:38.598232 [ 277 ] {d5328f3e-cca0-409d-b972-fa7b0eeb4c65} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.598268 [ 277 ] {d5328f3e-cca0-409d-b972-fa7b0eeb4c65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.598569 [ 277 ] {d5328f3e-cca0-409d-b972-fa7b0eeb4c65} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:39:38.598789 [ 277 ] {d5328f3e-cca0-409d-b972-fa7b0eeb4c65} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.598920 [ 277 ] {d5328f3e-cca0-409d-b972-fa7b0eeb4c65} executeQuery: Read 29 rows, 2.17 KiB in 0.001166 sec., 24871.355060034308 rows/sec., 1.82 MiB/sec. 2025.08.11 21:39:38.598957 [ 277 ] {d5328f3e-cca0-409d-b972-fa7b0eeb4c65} TCPHandler: Processed in 0.001333962 sec. 2025.08.11 21:39:38.599069 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:38.599164 [ 277 ] {5345ecbc-41a6-4210-a0d4-d9857328ce9a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:39:38.599204 [ 277 ] {5345ecbc-41a6-4210-a0d4-d9857328ce9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:39:38.599683 [ 277 ] {5345ecbc-41a6-4210-a0d4-d9857328ce9a} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.599717 [ 277 ] {5345ecbc-41a6-4210-a0d4-d9857328ce9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.600025 [ 277 ] {5345ecbc-41a6-4210-a0d4-d9857328ce9a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:39:38.600229 [ 277 ] {5345ecbc-41a6-4210-a0d4-d9857328ce9a} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.600358 [ 277 ] {5345ecbc-41a6-4210-a0d4-d9857328ce9a} executeQuery: Read 228 rows, 15.81 KiB in 0.001213 sec., 187963.7262984336 rows/sec., 12.73 MiB/sec. 2025.08.11 21:39:38.600395 [ 277 ] {5345ecbc-41a6-4210-a0d4-d9857328ce9a} TCPHandler: Processed in 0.001375543 sec. 2025.08.11 21:39:38.600509 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:38.600607 [ 277 ] {7948838c-6877-43b0-a73e-ec3cac284572} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:38.600647 [ 277 ] {7948838c-6877-43b0-a73e-ec3cac284572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:38.601219 [ 277 ] {7948838c-6877-43b0-a73e-ec3cac284572} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.601254 [ 277 ] {7948838c-6877-43b0-a73e-ec3cac284572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.601577 [ 277 ] {7948838c-6877-43b0-a73e-ec3cac284572} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.11 21:39:38.601791 [ 277 ] {7948838c-6877-43b0-a73e-ec3cac284572} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.601916 [ 277 ] {7948838c-6877-43b0-a73e-ec3cac284572} executeQuery: Read 549 rows, 41.73 KiB in 0.00133 sec., 412781.954887218 rows/sec., 30.64 MiB/sec. 2025.08.11 21:39:38.601954 [ 277 ] {7948838c-6877-43b0-a73e-ec3cac284572} TCPHandler: Processed in 0.001494335 sec. 2025.08.11 21:39:38.602064 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:38.602158 [ 277 ] {9336297d-51e0-418d-8836-d3799e0e3fdf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:38.602202 [ 277 ] {9336297d-51e0-418d-8836-d3799e0e3fdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:38.602780 [ 277 ] {9336297d-51e0-418d-8836-d3799e0e3fdf} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.602815 [ 277 ] {9336297d-51e0-418d-8836-d3799e0e3fdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.603193 [ 277 ] {9336297d-51e0-418d-8836-d3799e0e3fdf} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.11 21:39:38.603412 [ 277 ] {9336297d-51e0-418d-8836-d3799e0e3fdf} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.603530 [ 277 ] {9336297d-51e0-418d-8836-d3799e0e3fdf} executeQuery: Read 943 rows, 64.75 KiB in 0.001397 sec., 675017.8954903365 rows/sec., 45.26 MiB/sec. 2025.08.11 21:39:38.603564 [ 277 ] {9336297d-51e0-418d-8836-d3799e0e3fdf} TCPHandler: Processed in 0.001556836 sec. 2025.08.11 21:39:38.603667 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:38.603755 [ 277 ] {60af16e2-3a64-46d4-806b-71043eb040a4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:38.603808 [ 277 ] {60af16e2-3a64-46d4-806b-71043eb040a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:38.604654 [ 277 ] {60af16e2-3a64-46d4-806b-71043eb040a4} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.604689 [ 277 ] {60af16e2-3a64-46d4-806b-71043eb040a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.605207 [ 277 ] {60af16e2-3a64-46d4-806b-71043eb040a4} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:39:38.605427 [ 277 ] {60af16e2-3a64-46d4-806b-71043eb040a4} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.605536 [ 30 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:39:38.605563 [ 277 ] {60af16e2-3a64-46d4-806b-71043eb040a4} executeQuery: Read 27 rows, 49.54 KiB in 0.001803 sec., 14975.041597337771 rows/sec., 26.83 MiB/sec. 2025.08.11 21:39:38.605573 [ 30 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.605594 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.605616 [ 277 ] {60af16e2-3a64-46d4-806b-71043eb040a4} TCPHandler: Processed in 0.001980943 sec. 2025.08.11 21:39:38.605708 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:39:38.605733 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:38.605841 [ 277 ] {425b3563-76f2-4ac9-9d37-da2bc902ff93} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:38.605883 [ 277 ] {425b3563-76f2-4ac9-9d37-da2bc902ff93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:38.605961 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:38.606023 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1200 rows starting from the beginning of the part 2025.08.11 21:39:38.606144 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:38.606214 [ 277 ] {425b3563-76f2-4ac9-9d37-da2bc902ff93} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:38.606244 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 15 rows starting from the beginning of the part 2025.08.11 21:39:38.606254 [ 277 ] {425b3563-76f2-4ac9-9d37-da2bc902ff93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:38.606359 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:38.606461 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 15 rows starting from the beginning of the part 2025.08.11 21:39:38.606558 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part 2025.08.11 21:39:38.606592 [ 277 ] {425b3563-76f2-4ac9-9d37-da2bc902ff93} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.11 21:39:38.606812 [ 277 ] {425b3563-76f2-4ac9-9d37-da2bc902ff93} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.606947 [ 277 ] {425b3563-76f2-4ac9-9d37-da2bc902ff93} executeQuery: Read 36 rows, 2.48 KiB in 0.001125 sec., 32000.000000000004 rows/sec., 2.16 MiB/sec. 2025.08.11 21:39:38.606984 [ 277 ] {425b3563-76f2-4ac9-9d37-da2bc902ff93} TCPHandler: Processed in 0.001301002 sec. 2025.08.11 21:39:38.612668 [ 198 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1311 rows, containing 19 columns (19 merged, 0 gathered) in 0.007010597 sec., 187002.6190351549 rows/sec., 335.10 MiB/sec. 2025.08.11 21:39:38.614066 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:39:38.614494 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:38.614584 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_66_13} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:39:38.614734 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.38 MiB. 2025.08.11 21:39:39.000162 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 289.30 MiB, peak 300.63 MiB, free memory in arenas 0.00 B, will set to 291.40 MiB (RSS), difference: 2.10 MiB 2025.08.11 21:39:41.281088 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:41.281300 [ 277 ] {a9e01892-a9ef-4c75-87fe-4697fd6aa9d3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:41.281372 [ 277 ] {a9e01892-a9ef-4c75-87fe-4697fd6aa9d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:41.282103 [ 277 ] {a9e01892-a9ef-4c75-87fe-4697fd6aa9d3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:41.282147 [ 277 ] {a9e01892-a9ef-4c75-87fe-4697fd6aa9d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:41.282532 [ 277 ] {a9e01892-a9ef-4c75-87fe-4697fd6aa9d3} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.11 21:39:41.282768 [ 277 ] {a9e01892-a9ef-4c75-87fe-4697fd6aa9d3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:41.282925 [ 277 ] {a9e01892-a9ef-4c75-87fe-4697fd6aa9d3} executeQuery: Read 56 rows, 4.41 KiB in 0.001681 sec., 33313.50386674598 rows/sec., 2.56 MiB/sec. 2025.08.11 21:39:41.282973 [ 277 ] {a9e01892-a9ef-4c75-87fe-4697fd6aa9d3} TCPHandler: Processed in 0.002021484 sec. 2025.08.11 21:39:41.283101 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:41.283210 [ 277 ] {0694ecb0-9734-47ee-934c-d760f85bf77d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:41.283253 [ 277 ] {0694ecb0-9734-47ee-934c-d760f85bf77d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:41.283694 [ 277 ] {0694ecb0-9734-47ee-934c-d760f85bf77d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:41.283731 [ 277 ] {0694ecb0-9734-47ee-934c-d760f85bf77d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:41.284037 [ 277 ] {0694ecb0-9734-47ee-934c-d760f85bf77d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.11 21:39:41.284240 [ 277 ] {0694ecb0-9734-47ee-934c-d760f85bf77d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:41.284372 [ 277 ] {0694ecb0-9734-47ee-934c-d760f85bf77d} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2025.08.11 21:39:41.284412 [ 277 ] {0694ecb0-9734-47ee-934c-d760f85bf77d} TCPHandler: Processed in 0.001370203 sec. 2025.08.11 21:39:41.284527 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:41.284621 [ 277 ] {0c4c8a70-8b26-4ef3-a553-30d57f63ccc9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:41.284664 [ 277 ] {0c4c8a70-8b26-4ef3-a553-30d57f63ccc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:41.285039 [ 277 ] {0c4c8a70-8b26-4ef3-a553-30d57f63ccc9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:41.285075 [ 277 ] {0c4c8a70-8b26-4ef3-a553-30d57f63ccc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:41.285402 [ 277 ] {0c4c8a70-8b26-4ef3-a553-30d57f63ccc9} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.11 21:39:41.285604 [ 277 ] {0c4c8a70-8b26-4ef3-a553-30d57f63ccc9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:41.285756 [ 277 ] {0c4c8a70-8b26-4ef3-a553-30d57f63ccc9} executeQuery: Read 64 rows, 4.56 KiB in 0.001153 sec., 55507.37207285343 rows/sec., 3.87 MiB/sec. 2025.08.11 21:39:41.285795 [ 277 ] {0c4c8a70-8b26-4ef3-a553-30d57f63ccc9} TCPHandler: Processed in 0.001316612 sec. 2025.08.11 21:39:41.285906 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:41.285998 [ 277 ] {d94fa68e-7348-42a6-8e75-f8e732a55009} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:41.286039 [ 277 ] {d94fa68e-7348-42a6-8e75-f8e732a55009} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:41.286361 [ 277 ] {d94fa68e-7348-42a6-8e75-f8e732a55009} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:41.286396 [ 277 ] {d94fa68e-7348-42a6-8e75-f8e732a55009} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:41.286686 [ 277 ] {d94fa68e-7348-42a6-8e75-f8e732a55009} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.11 21:39:41.286908 [ 277 ] {d94fa68e-7348-42a6-8e75-f8e732a55009} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:41.287042 [ 277 ] {d94fa68e-7348-42a6-8e75-f8e732a55009} executeQuery: Read 24 rows, 1.66 KiB in 0.00106 sec., 22641.509433962266 rows/sec., 1.53 MiB/sec. 2025.08.11 21:39:41.287080 [ 277 ] {d94fa68e-7348-42a6-8e75-f8e732a55009} TCPHandler: Processed in 0.001221201 sec. 2025.08.11 21:39:41.845940 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 2025.08.11 21:39:41.846741 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:41.846817 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:41.847407 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:39:41.847640 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:41.847777 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 2025.08.11 21:39:43.070265 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.08.11 21:39:43.087586 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:43.087639 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:43.093695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:39:43.094372 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:43.097279 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.08.11 21:39:44.415657 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1204 2025.08.11 21:39:44.418138 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:44.418192 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:44.419402 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:39:44.419691 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:44.419831 [ 87 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.11 21:39:44.419876 [ 87 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:44.419900 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:44.420029 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.11 21:39:44.420065 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1204 2025.08.11 21:39:44.420688 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:44.420849 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1046 rows starting from the beginning of the part 2025.08.11 21:39:44.421222 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:39:44.421566 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2025.08.11 21:39:44.421921 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:44.422259 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part 2025.08.11 21:39:44.422583 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part 2025.08.11 21:39:44.428850 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1204 rows, containing 72 columns (72 merged, 0 gathered) in 0.008883879 sec., 135526.3843643075 rows/sec., 105.79 MiB/sec. 2025.08.11 21:39:44.430340 [ 198 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.11 21:39:44.430983 [ 198 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:44.431075 [ 198 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_36_7} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.11 21:39:44.431454 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2025.08.11 21:39:46.286202 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:46.286507 [ 277 ] {fd12670c-cda3-4309-af66-a49e40f367e7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:46.286623 [ 277 ] {fd12670c-cda3-4309-af66-a49e40f367e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:46.287510 [ 277 ] {fd12670c-cda3-4309-af66-a49e40f367e7} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.287556 [ 277 ] {fd12670c-cda3-4309-af66-a49e40f367e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.287959 [ 277 ] {fd12670c-cda3-4309-af66-a49e40f367e7} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.11 21:39:46.288194 [ 277 ] {fd12670c-cda3-4309-af66-a49e40f367e7} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.288337 [ 113 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.11 21:39:46.288357 [ 277 ] {fd12670c-cda3-4309-af66-a49e40f367e7} executeQuery: Read 86 rows, 7.39 KiB in 0.001926 sec., 44652.1287642783 rows/sec., 3.75 MiB/sec. 2025.08.11 21:39:46.288379 [ 113 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.288403 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.288409 [ 277 ] {fd12670c-cda3-4309-af66-a49e40f367e7} TCPHandler: Processed in 0.00239751 sec. 2025.08.11 21:39:46.288544 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:46.288542 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:39:46.288648 [ 277 ] {16f34dba-626b-4aa1-b053-58152438271b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:46.288696 [ 277 ] {16f34dba-626b-4aa1-b053-58152438271b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:46.288711 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:46.288755 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1409 rows starting from the beginning of the part 2025.08.11 21:39:46.288829 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 110 rows starting from the beginning of the part 2025.08.11 21:39:46.288880 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 86 rows starting from the beginning of the part 2025.08.11 21:39:46.288926 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:39:46.288995 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part 2025.08.11 21:39:46.289045 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 86 rows starting from the beginning of the part 2025.08.11 21:39:46.289120 [ 277 ] {16f34dba-626b-4aa1-b053-58152438271b} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.289161 [ 277 ] {16f34dba-626b-4aa1-b053-58152438271b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.289516 [ 277 ] {16f34dba-626b-4aa1-b053-58152438271b} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.11 21:39:46.289746 [ 277 ] {16f34dba-626b-4aa1-b053-58152438271b} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.289929 [ 277 ] {16f34dba-626b-4aa1-b053-58152438271b} executeQuery: Read 15 rows, 1.13 KiB in 0.001304 sec., 11503.067484662577 rows/sec., 864.98 KiB/sec. 2025.08.11 21:39:46.289973 [ 277 ] {16f34dba-626b-4aa1-b053-58152438271b} TCPHandler: Processed in 0.001480835 sec. 2025.08.11 21:39:46.290094 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:46.290199 [ 277 ] {32b96bf2-b215-4872-b802-ababf45c3610} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:46.290242 [ 277 ] {32b96bf2-b215-4872-b802-ababf45c3610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:46.290445 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2998 rows, containing 5 columns (5 merged, 0 gathered) in 0.001968953 sec., 1522636.6500368472 rows/sec., 132.72 MiB/sec. 2025.08.11 21:39:46.290664 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.11 21:39:46.290715 [ 277 ] {32b96bf2-b215-4872-b802-ababf45c3610} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.290760 [ 277 ] {32b96bf2-b215-4872-b802-ababf45c3610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.290933 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.291017 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_81_16} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.11 21:39:46.291093 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.08.11 21:39:46.291120 [ 277 ] {32b96bf2-b215-4872-b802-ababf45c3610} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.11 21:39:46.291343 [ 277 ] {32b96bf2-b215-4872-b802-ababf45c3610} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.291468 [ 125 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.11 21:39:46.291478 [ 277 ] {32b96bf2-b215-4872-b802-ababf45c3610} executeQuery: Read 79 rows, 6.32 KiB in 0.001299 sec., 60816.01231716705 rows/sec., 4.75 MiB/sec. 2025.08.11 21:39:46.291502 [ 125 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.291523 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.291531 [ 277 ] {32b96bf2-b215-4872-b802-ababf45c3610} TCPHandler: Processed in 0.001488475 sec. 2025.08.11 21:39:46.291647 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:39:46.291660 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:46.291784 [ 277 ] {b3c46fad-7436-489d-85e2-319114359a2f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:46.291795 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:46.291833 [ 277 ] {b3c46fad-7436-489d-85e2-319114359a2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:46.291837 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 634 rows starting from the beginning of the part 2025.08.11 21:39:46.291921 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 91 rows starting from the beginning of the part 2025.08.11 21:39:46.291970 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 79 rows starting from the beginning of the part 2025.08.11 21:39:46.292014 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 549 rows starting from the beginning of the part 2025.08.11 21:39:46.292056 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part 2025.08.11 21:39:46.292096 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 79 rows starting from the beginning of the part 2025.08.11 21:39:46.292261 [ 277 ] {b3c46fad-7436-489d-85e2-319114359a2f} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.292305 [ 277 ] {b3c46fad-7436-489d-85e2-319114359a2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.292667 [ 277 ] {b3c46fad-7436-489d-85e2-319114359a2f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.11 21:39:46.292902 [ 277 ] {b3c46fad-7436-489d-85e2-319114359a2f} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.293011 [ 125 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.11 21:39:46.293035 [ 277 ] {b3c46fad-7436-489d-85e2-319114359a2f} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2025.08.11 21:39:46.293039 [ 125 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.293065 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.293074 [ 277 ] {b3c46fad-7436-489d-85e2-319114359a2f} TCPHandler: Processed in 0.001463815 sec. 2025.08.11 21:39:46.293154 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:39:46.293190 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:46.293207 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001626077 sec., 920005.6331895721 rows/sec., 72.99 MiB/sec. 2025.08.11 21:39:46.293278 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:46.293291 [ 277 ] {7c7eb717-8dbb-444b-82ea-45d8822c3252} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:46.293321 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21630 rows starting from the beginning of the part 2025.08.11 21:39:46.293354 [ 277 ] {7c7eb717-8dbb-444b-82ea-45d8822c3252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:46.293393 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.11 21:39:46.293395 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:46.293464 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:46.293510 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 943 rows starting from the beginning of the part 2025.08.11 21:39:46.293558 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part 2025.08.11 21:39:46.293604 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2025.08.11 21:39:46.293758 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.293853 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_81_16} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.11 21:39:46.293950 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.08.11 21:39:46.294183 [ 277 ] {7c7eb717-8dbb-444b-82ea-45d8822c3252} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.294225 [ 277 ] {7c7eb717-8dbb-444b-82ea-45d8822c3252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.294793 [ 277 ] {7c7eb717-8dbb-444b-82ea-45d8822c3252} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:39:46.295050 [ 277 ] {7c7eb717-8dbb-444b-82ea-45d8822c3252} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.295198 [ 277 ] {7c7eb717-8dbb-444b-82ea-45d8822c3252} executeQuery: Read 15 rows, 27.52 KiB in 0.001926 sec., 7788.16199376947 rows/sec., 13.96 MiB/sec. 2025.08.11 21:39:46.295264 [ 277 ] {7c7eb717-8dbb-444b-82ea-45d8822c3252} TCPHandler: Processed in 0.002130096 sec. 2025.08.11 21:39:46.295369 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:46.295465 [ 277 ] {6ae9f33a-92da-412a-b827-095e9b84e376} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:46.295508 [ 277 ] {6ae9f33a-92da-412a-b827-095e9b84e376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:46.295838 [ 277 ] {6ae9f33a-92da-412a-b827-095e9b84e376} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.295873 [ 277 ] {6ae9f33a-92da-412a-b827-095e9b84e376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.298680 [ 277 ] {6ae9f33a-92da-412a-b827-095e9b84e376} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.11 21:39:46.298903 [ 277 ] {6ae9f33a-92da-412a-b827-095e9b84e376} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.299014 [ 125 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.11 21:39:46.299036 [ 277 ] {6ae9f33a-92da-412a-b827-095e9b84e376} executeQuery: Read 60 rows, 4.14 KiB in 0.00359 sec., 16713.091922005573 rows/sec., 1.13 MiB/sec. 2025.08.11 21:39:46.299050 [ 125 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:46.299073 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:46.299075 [ 277 ] {6ae9f33a-92da-412a-b827-095e9b84e376} TCPHandler: Processed in 0.003755254 sec. 2025.08.11 21:39:46.299155 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:39:46.299254 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:46.299290 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3990 rows starting from the beginning of the part 2025.08.11 21:39:46.299351 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:46.299397 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:46.299441 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part 2025.08.11 21:39:46.299484 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:46.299527 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2025.08.11 21:39:46.300879 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4230 rows, containing 4 columns (4 merged, 0 gathered) in 0.00175993 sec., 2403504.68484542 rows/sec., 162.08 MiB/sec. 2025.08.11 21:39:46.301151 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.11 21:39:46.301396 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.301457 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_81_16} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.11 21:39:46.301528 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.08.11 21:39:46.307364 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 23117 rows, containing 5 columns (5 merged, 0 gathered) in 0.014251568 sec., 1622067.1297361807 rows/sec., 111.11 MiB/sec. 2025.08.11 21:39:46.307753 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.11 21:39:46.308053 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:46.308136 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_81_16} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.11 21:39:46.308219 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2025.08.11 21:39:49.210034 [ 132 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:39:49.210091 [ 132 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:39:49.347978 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 2025.08.11 21:39:49.348764 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:49.348808 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:49.349284 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:39:49.349532 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:49.349681 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 2025.08.11 21:39:49.749681 [ 168 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2025.08.11 21:39:49.749783 [ 168 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:49.749819 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:49.749991 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:39:49.750206 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:49.750261 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:39:49.750340 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2025.08.11 21:39:49.750381 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.08.11 21:39:49.750420 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part 2025.08.11 21:39:49.750458 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:39:49.751296 [ 192 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001366663 sec., 27804.952647433933 rows/sec., 2.32 MiB/sec. 2025.08.11 21:39:49.751427 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2025.08.11 21:39:49.751693 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_18_4} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:49.751766 [ 199 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_18_4} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2025.08.11 21:39:49.751841 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.11 21:39:50.586907 [ 154 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2025.08.11 21:39:50.586978 [ 154 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:50.587003 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:50.587143 [ 196 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::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.08.11 21:39:50.587314 [ 196 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:50.587351 [ 196 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 252 rows starting from the beginning of the part 2025.08.11 21:39:50.587422 [ 196 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:50.587474 [ 196 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part 2025.08.11 21:39:50.587521 [ 196 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:50.587563 [ 196 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part 2025.08.11 21:39:50.588470 [ 199 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001382244 sec., 546936.720289616 rows/sec., 39.91 MiB/sec. 2025.08.11 21:39:50.588668 [ 192 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2025.08.11 21:39:50.589000 [ 192 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:50.589089 [ 192 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_22_5} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2025.08.11 21:39:50.589174 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.11 21:39:50.597458 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.08.11 21:39:50.614371 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:50.614412 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:50.620398 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:39:50.621068 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:50.623976 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.08.11 21:39:51.286863 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:51.287164 [ 277 ] {3bb344c6-5439-4aed-8c59-a3fd6c88c82c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:51.287269 [ 277 ] {3bb344c6-5439-4aed-8c59-a3fd6c88c82c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:51.288084 [ 277 ] {3bb344c6-5439-4aed-8c59-a3fd6c88c82c} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:51.288127 [ 277 ] {3bb344c6-5439-4aed-8c59-a3fd6c88c82c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:51.288525 [ 277 ] {3bb344c6-5439-4aed-8c59-a3fd6c88c82c} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.11 21:39:51.288749 [ 277 ] {3bb344c6-5439-4aed-8c59-a3fd6c88c82c} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:51.288904 [ 277 ] {3bb344c6-5439-4aed-8c59-a3fd6c88c82c} executeQuery: Read 110 rows, 9.47 KiB in 0.001817 sec., 60539.350577875615 rows/sec., 5.09 MiB/sec. 2025.08.11 21:39:51.288945 [ 277 ] {3bb344c6-5439-4aed-8c59-a3fd6c88c82c} TCPHandler: Processed in 0.002269047 sec. 2025.08.11 21:39:51.289078 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:51.289173 [ 277 ] {13d80c67-f338-4f5e-8a64-d6cca05d962a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:51.289214 [ 277 ] {13d80c67-f338-4f5e-8a64-d6cca05d962a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:51.289660 [ 277 ] {13d80c67-f338-4f5e-8a64-d6cca05d962a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:51.289697 [ 277 ] {13d80c67-f338-4f5e-8a64-d6cca05d962a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:51.289998 [ 277 ] {13d80c67-f338-4f5e-8a64-d6cca05d962a} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.11 21:39:51.290210 [ 277 ] {13d80c67-f338-4f5e-8a64-d6cca05d962a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:51.290340 [ 277 ] {13d80c67-f338-4f5e-8a64-d6cca05d962a} executeQuery: Read 27 rows, 2.03 KiB in 0.001184 sec., 22804.054054054057 rows/sec., 1.67 MiB/sec. 2025.08.11 21:39:51.290377 [ 277 ] {13d80c67-f338-4f5e-8a64-d6cca05d962a} TCPHandler: Processed in 0.001347663 sec. 2025.08.11 21:39:51.290505 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:51.290599 [ 277 ] {4abe95d2-93e2-47bd-bc85-93fdb9935ddd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:51.290639 [ 277 ] {4abe95d2-93e2-47bd-bc85-93fdb9935ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:51.291114 [ 277 ] {4abe95d2-93e2-47bd-bc85-93fdb9935ddd} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:51.291151 [ 277 ] {4abe95d2-93e2-47bd-bc85-93fdb9935ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:51.291456 [ 277 ] {4abe95d2-93e2-47bd-bc85-93fdb9935ddd} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.11 21:39:51.291664 [ 277 ] {4abe95d2-93e2-47bd-bc85-93fdb9935ddd} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:51.291790 [ 277 ] {4abe95d2-93e2-47bd-bc85-93fdb9935ddd} executeQuery: Read 91 rows, 7.28 KiB in 0.001209 sec., 75268.81720430107 rows/sec., 5.88 MiB/sec. 2025.08.11 21:39:51.291828 [ 277 ] {4abe95d2-93e2-47bd-bc85-93fdb9935ddd} TCPHandler: Processed in 0.001379543 sec. 2025.08.11 21:39:51.291948 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:51.292041 [ 277 ] {f078de57-1531-4244-8f84-d53ed1850b30} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:51.292085 [ 277 ] {f078de57-1531-4244-8f84-d53ed1850b30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:51.292542 [ 277 ] {f078de57-1531-4244-8f84-d53ed1850b30} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:51.292578 [ 277 ] {f078de57-1531-4244-8f84-d53ed1850b30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:51.292908 [ 277 ] {f078de57-1531-4244-8f84-d53ed1850b30} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.11 21:39:51.293112 [ 277 ] {f078de57-1531-4244-8f84-d53ed1850b30} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:51.293240 [ 277 ] {f078de57-1531-4244-8f84-d53ed1850b30} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2025.08.11 21:39:51.293276 [ 277 ] {f078de57-1531-4244-8f84-d53ed1850b30} TCPHandler: Processed in 0.001380753 sec. 2025.08.11 21:39:51.293393 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:51.293485 [ 277 ] {6d6e7cbb-3c80-4100-aefb-d0e3de659ee1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:51.293539 [ 277 ] {6d6e7cbb-3c80-4100-aefb-d0e3de659ee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:51.294392 [ 277 ] {6d6e7cbb-3c80-4100-aefb-d0e3de659ee1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:51.294429 [ 277 ] {6d6e7cbb-3c80-4100-aefb-d0e3de659ee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:51.294961 [ 277 ] {6d6e7cbb-3c80-4100-aefb-d0e3de659ee1} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.11 21:39:51.295178 [ 277 ] {6d6e7cbb-3c80-4100-aefb-d0e3de659ee1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:51.295314 [ 277 ] {6d6e7cbb-3c80-4100-aefb-d0e3de659ee1} executeQuery: Read 27 rows, 49.54 KiB in 0.001846 sec., 14626.218851570964 rows/sec., 26.21 MiB/sec. 2025.08.11 21:39:51.295367 [ 277 ] {6d6e7cbb-3c80-4100-aefb-d0e3de659ee1} TCPHandler: Processed in 0.002028534 sec. 2025.08.11 21:39:51.295482 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:51.295576 [ 277 ] {fb96d703-d4a7-4679-96c0-db03239a6997} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:51.295618 [ 277 ] {fb96d703-d4a7-4679-96c0-db03239a6997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:51.295951 [ 277 ] {fb96d703-d4a7-4679-96c0-db03239a6997} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:51.295988 [ 277 ] {fb96d703-d4a7-4679-96c0-db03239a6997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:51.296298 [ 277 ] {fb96d703-d4a7-4679-96c0-db03239a6997} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.11 21:39:51.296508 [ 277 ] {fb96d703-d4a7-4679-96c0-db03239a6997} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:51.296641 [ 277 ] {fb96d703-d4a7-4679-96c0-db03239a6997} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.08.11 21:39:51.296677 [ 277 ] {fb96d703-d4a7-4679-96c0-db03239a6997} TCPHandler: Processed in 0.001244031 sec. 2025.08.11 21:39:54.420387 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1228 2025.08.11 21:39:54.422675 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:54.422725 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:54.423921 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:39:54.424193 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:54.424573 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1228 2025.08.11 21:39:56.287471 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.287727 [ 277 ] {d4c88ef2-4a57-4b3d-a38d-b1160af2f3b2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:39:56.287808 [ 277 ] {d4c88ef2-4a57-4b3d-a38d-b1160af2f3b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:39:56.288510 [ 277 ] {d4c88ef2-4a57-4b3d-a38d-b1160af2f3b2} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.288562 [ 277 ] {d4c88ef2-4a57-4b3d-a38d-b1160af2f3b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.288963 [ 277 ] {d4c88ef2-4a57-4b3d-a38d-b1160af2f3b2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:39:56.289204 [ 277 ] {d4c88ef2-4a57-4b3d-a38d-b1160af2f3b2} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.289352 [ 148 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.11 21:39:56.289364 [ 277 ] {d4c88ef2-4a57-4b3d-a38d-b1160af2f3b2} executeQuery: Read 24 rows, 2.04 KiB in 0.001693 sec., 14176.018901358535 rows/sec., 1.18 MiB/sec. 2025.08.11 21:39:56.289431 [ 148 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.289461 [ 277 ] {d4c88ef2-4a57-4b3d-a38d-b1160af2f3b2} TCPHandler: Processed in 0.002179937 sec. 2025.08.11 21:39:56.289464 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.289595 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.289616 [ 199 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.08.11 21:39:56.289705 [ 277 ] {a3377cb7-4e03-4016-8f63-2c1bb13d9a9e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:39:56.289761 [ 277 ] {a3377cb7-4e03-4016-8f63-2c1bb13d9a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:39:56.289781 [ 199 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:56.289824 [ 199 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2025.08.11 21:39:56.289902 [ 199 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:56.289956 [ 199 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:56.290004 [ 199 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:56.290049 [ 199 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.08.11 21:39:56.290184 [ 277 ] {a3377cb7-4e03-4016-8f63-2c1bb13d9a9e} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.290231 [ 277 ] {a3377cb7-4e03-4016-8f63-2c1bb13d9a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.290566 [ 277 ] {a3377cb7-4e03-4016-8f63-2c1bb13d9a9e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:39:56.290813 [ 277 ] {a3377cb7-4e03-4016-8f63-2c1bb13d9a9e} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.290876 [ 192 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001327772 sec., 90376.96230979415 rows/sec., 7.84 MiB/sec. 2025.08.11 21:39:56.290952 [ 277 ] {a3377cb7-4e03-4016-8f63-2c1bb13d9a9e} executeQuery: Read 12 rows, 1002.00 B in 0.001271 sec., 9441.38473642801 rows/sec., 769.88 KiB/sec. 2025.08.11 21:39:56.290996 [ 277 ] {a3377cb7-4e03-4016-8f63-2c1bb13d9a9e} TCPHandler: Processed in 0.001452914 sec. 2025.08.11 21:39:56.291026 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.11 21:39:56.291100 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.291197 [ 277 ] {8e489e8f-93d5-4427-9a23-091646a15358} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:39:56.291238 [ 277 ] {8e489e8f-93d5-4427-9a23-091646a15358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:39:56.291292 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.291356 [ 193 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_13_3} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.11 21:39:56.291433 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:39:56.291705 [ 277 ] {8e489e8f-93d5-4427-9a23-091646a15358} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.291743 [ 277 ] {8e489e8f-93d5-4427-9a23-091646a15358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.292071 [ 277 ] {8e489e8f-93d5-4427-9a23-091646a15358} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.11 21:39:56.292301 [ 277 ] {8e489e8f-93d5-4427-9a23-091646a15358} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.292436 [ 277 ] {8e489e8f-93d5-4427-9a23-091646a15358} executeQuery: Read 212 rows, 19.29 KiB in 0.00126 sec., 168253.96825396825 rows/sec., 14.95 MiB/sec. 2025.08.11 21:39:56.292474 [ 277 ] {8e489e8f-93d5-4427-9a23-091646a15358} TCPHandler: Processed in 0.001424054 sec. 2025.08.11 21:39:56.292585 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.292686 [ 277 ] {b0881c11-d9ad-4fed-9772-51b7827800fe} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:39:56.292729 [ 277 ] {b0881c11-d9ad-4fed-9772-51b7827800fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:39:56.293126 [ 277 ] {b0881c11-d9ad-4fed-9772-51b7827800fe} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.293164 [ 277 ] {b0881c11-d9ad-4fed-9772-51b7827800fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.293471 [ 277 ] {b0881c11-d9ad-4fed-9772-51b7827800fe} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.11 21:39:56.293687 [ 277 ] {b0881c11-d9ad-4fed-9772-51b7827800fe} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.293817 [ 277 ] {b0881c11-d9ad-4fed-9772-51b7827800fe} executeQuery: Read 39 rows, 2.93 KiB in 0.001154 sec., 33795.49393414211 rows/sec., 2.48 MiB/sec. 2025.08.11 21:39:56.293855 [ 277 ] {b0881c11-d9ad-4fed-9772-51b7827800fe} TCPHandler: Processed in 0.001319192 sec. 2025.08.11 21:39:56.293974 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.294093 [ 277 ] {3cc3b72a-8bcd-4173-9bc7-1903fac055cb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:39:56.294142 [ 277 ] {3cc3b72a-8bcd-4173-9bc7-1903fac055cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:39:56.294583 [ 277 ] {3cc3b72a-8bcd-4173-9bc7-1903fac055cb} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.294619 [ 277 ] {3cc3b72a-8bcd-4173-9bc7-1903fac055cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.294925 [ 277 ] {3cc3b72a-8bcd-4173-9bc7-1903fac055cb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:39:56.295135 [ 277 ] {3cc3b72a-8bcd-4173-9bc7-1903fac055cb} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.295263 [ 277 ] {3cc3b72a-8bcd-4173-9bc7-1903fac055cb} executeQuery: Read 24 rows, 2.04 KiB in 0.001195 sec., 20083.6820083682 rows/sec., 1.67 MiB/sec. 2025.08.11 21:39:56.295302 [ 277 ] {3cc3b72a-8bcd-4173-9bc7-1903fac055cb} TCPHandler: Processed in 0.001388083 sec. 2025.08.11 21:39:56.295401 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.295495 [ 277 ] {34224537-f10f-4222-bf4d-a29afbc37a56} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:39:56.295534 [ 277 ] {34224537-f10f-4222-bf4d-a29afbc37a56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:39:56.295917 [ 277 ] {34224537-f10f-4222-bf4d-a29afbc37a56} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.295953 [ 277 ] {34224537-f10f-4222-bf4d-a29afbc37a56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.296237 [ 277 ] {34224537-f10f-4222-bf4d-a29afbc37a56} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.11 21:39:56.296442 [ 277 ] {34224537-f10f-4222-bf4d-a29afbc37a56} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.296537 [ 148 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.11 21:39:56.296567 [ 277 ] {34224537-f10f-4222-bf4d-a29afbc37a56} executeQuery: Read 12 rows, 960.00 B in 0.00109 sec., 11009.174311926605 rows/sec., 860.09 KiB/sec. 2025.08.11 21:39:56.296573 [ 148 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.296611 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.296613 [ 277 ] {34224537-f10f-4222-bf4d-a29afbc37a56} TCPHandler: Processed in 0.001261301 sec. 2025.08.11 21:39:56.296680 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.08.11 21:39:56.296741 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.296769 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:56.296798 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2025.08.11 21:39:56.296841 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.08.11 21:39:56.296852 [ 277 ] {b207eafe-5107-47b0-b408-f792624ff262} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:39:56.296877 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.08.11 21:39:56.296899 [ 277 ] {b207eafe-5107-47b0-b408-f792624ff262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:39:56.296916 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.08.11 21:39:56.296954 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2025.08.11 21:39:56.297353 [ 277 ] {b207eafe-5107-47b0-b408-f792624ff262} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.297396 [ 277 ] {b207eafe-5107-47b0-b408-f792624ff262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.297560 [ 192 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000911775 sec., 65805.70864522498 rows/sec., 5.27 MiB/sec. 2025.08.11 21:39:56.297713 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.11 21:39:56.297743 [ 277 ] {b207eafe-5107-47b0-b408-f792624ff262} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.11 21:39:56.298044 [ 277 ] {b207eafe-5107-47b0-b408-f792624ff262} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.298057 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.298141 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_13_3} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.11 21:39:56.298212 [ 277 ] {b207eafe-5107-47b0-b408-f792624ff262} executeQuery: Read 127 rows, 10.55 KiB in 0.001377 sec., 92229.48438634713 rows/sec., 7.48 MiB/sec. 2025.08.11 21:39:56.298230 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.11 21:39:56.298273 [ 277 ] {b207eafe-5107-47b0-b408-f792624ff262} TCPHandler: Processed in 0.001585127 sec. 2025.08.11 21:39:56.298395 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.298494 [ 277 ] {bef06c09-e300-4397-a7ef-0c198425d6ea} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:56.298538 [ 277 ] {bef06c09-e300-4397-a7ef-0c198425d6ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:39:56.298944 [ 277 ] {bef06c09-e300-4397-a7ef-0c198425d6ea} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.298980 [ 277 ] {bef06c09-e300-4397-a7ef-0c198425d6ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.299329 [ 277 ] {bef06c09-e300-4397-a7ef-0c198425d6ea} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.11 21:39:56.299587 [ 277 ] {bef06c09-e300-4397-a7ef-0c198425d6ea} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.299733 [ 277 ] {bef06c09-e300-4397-a7ef-0c198425d6ea} executeQuery: Read 202 rows, 14.82 KiB in 0.001258 sec., 160572.33704292527 rows/sec., 11.51 MiB/sec. 2025.08.11 21:39:56.299776 [ 277 ] {bef06c09-e300-4397-a7ef-0c198425d6ea} TCPHandler: Processed in 0.001430674 sec. 2025.08.11 21:39:56.299892 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.299987 [ 277 ] {7f0edd17-ce24-43be-871e-cc5f18084b0a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:39:56.300043 [ 277 ] {7f0edd17-ce24-43be-871e-cc5f18084b0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:39:56.300809 [ 277 ] {7f0edd17-ce24-43be-871e-cc5f18084b0a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.300844 [ 277 ] {7f0edd17-ce24-43be-871e-cc5f18084b0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.301373 [ 277 ] {7f0edd17-ce24-43be-871e-cc5f18084b0a} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.11 21:39:56.301594 [ 277 ] {7f0edd17-ce24-43be-871e-cc5f18084b0a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.301733 [ 277 ] {7f0edd17-ce24-43be-871e-cc5f18084b0a} executeQuery: Read 15 rows, 27.52 KiB in 0.001765 sec., 8498.583569405098 rows/sec., 15.23 MiB/sec. 2025.08.11 21:39:56.301797 [ 277 ] {7f0edd17-ce24-43be-871e-cc5f18084b0a} TCPHandler: Processed in 0.001954862 sec. 2025.08.11 21:39:56.301906 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:39:56.302003 [ 277 ] {4da7bcec-ee26-4d97-a64d-22a5eb40c93e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:39:56.302045 [ 277 ] {4da7bcec-ee26-4d97-a64d-22a5eb40c93e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:39:56.302371 [ 277 ] {4da7bcec-ee26-4d97-a64d-22a5eb40c93e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.302407 [ 277 ] {4da7bcec-ee26-4d97-a64d-22a5eb40c93e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.302716 [ 277 ] {4da7bcec-ee26-4d97-a64d-22a5eb40c93e} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.11 21:39:56.302928 [ 277 ] {4da7bcec-ee26-4d97-a64d-22a5eb40c93e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.303055 [ 277 ] {4da7bcec-ee26-4d97-a64d-22a5eb40c93e} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.08.11 21:39:56.303090 [ 277 ] {4da7bcec-ee26-4d97-a64d-22a5eb40c93e} TCPHandler: Processed in 0.001233951 sec. 2025.08.11 21:39:56.849818 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 2025.08.11 21:39:56.850321 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.850368 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.850895 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:39:56.851146 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.851289 [ 149 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:39:56.851300 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 2025.08.11 21:39:56.851329 [ 149 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:56.851350 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:56.851483 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:39:56.851639 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:56.851684 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part 2025.08.11 21:39:56.851757 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:56.851807 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:56.851853 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:56.851897 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:56.851946 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:39:56.853971 [ 192 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.002550272 sec., 9160983.612728367 rows/sec., 131.05 MiB/sec. 2025.08.11 21:39:56.854287 [ 195 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:39:56.854581 [ 195 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_51_10} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:56.854654 [ 195 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_51_10} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:39:56.854730 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.08.11 21:39:58.124086 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.08.11 21:39:58.141728 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:58.141789 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:58.147827 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:39:58.148517 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:58.148811 [ 146 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:39:58.148874 [ 146 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:39:58.148895 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:39:58.149019 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:39:58.151908 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.08.11 21:39:58.152981 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:39:58.154390 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:58.158815 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:58.163237 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:58.167765 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:58.171992 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:58.175745 [ 199 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:39:58.228181 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.079222237 sec., 4847.1239205224665 rows/sec., 25.06 MiB/sec. 2025.08.11 21:39:58.231412 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:39:58.233560 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_51_10} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:39:58.233677 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_51_10} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:39:58.236707 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.11 21:39:59.000158 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 292.79 MiB, peak 306.19 MiB, free memory in arenas 0.00 B, will set to 294.44 MiB (RSS), difference: 1.66 MiB 2025.08.11 21:40:01.286799 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:01.287010 [ 277 ] {af51f951-8fba-408f-934c-9b377b6120e2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:01.287081 [ 277 ] {af51f951-8fba-408f-934c-9b377b6120e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:01.287812 [ 277 ] {af51f951-8fba-408f-934c-9b377b6120e2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:01.287854 [ 277 ] {af51f951-8fba-408f-934c-9b377b6120e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:01.288254 [ 277 ] {af51f951-8fba-408f-934c-9b377b6120e2} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.11 21:40:01.288474 [ 277 ] {af51f951-8fba-408f-934c-9b377b6120e2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:01.288621 [ 277 ] {af51f951-8fba-408f-934c-9b377b6120e2} executeQuery: Read 110 rows, 9.47 KiB in 0.001667 sec., 65986.80263947211 rows/sec., 5.55 MiB/sec. 2025.08.11 21:40:01.288662 [ 277 ] {af51f951-8fba-408f-934c-9b377b6120e2} TCPHandler: Processed in 0.002000383 sec. 2025.08.11 21:40:01.288790 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:01.288884 [ 277 ] {e92eb76a-4876-4be6-8cfe-b85dd059d8d7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:01.288925 [ 277 ] {e92eb76a-4876-4be6-8cfe-b85dd059d8d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:01.289323 [ 277 ] {e92eb76a-4876-4be6-8cfe-b85dd059d8d7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:01.289358 [ 277 ] {e92eb76a-4876-4be6-8cfe-b85dd059d8d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:01.289646 [ 277 ] {e92eb76a-4876-4be6-8cfe-b85dd059d8d7} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.11 21:40:01.289864 [ 277 ] {e92eb76a-4876-4be6-8cfe-b85dd059d8d7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:01.290004 [ 277 ] {e92eb76a-4876-4be6-8cfe-b85dd059d8d7} executeQuery: Read 27 rows, 2.03 KiB in 0.001138 sec., 23725.83479789104 rows/sec., 1.74 MiB/sec. 2025.08.11 21:40:01.290017 [ 142 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.11 21:40:01.290040 [ 277 ] {e92eb76a-4876-4be6-8cfe-b85dd059d8d7} TCPHandler: Processed in 0.001298451 sec. 2025.08.11 21:40:01.290088 [ 142 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:01.290114 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:01.290197 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:01.290222 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:40:01.290322 [ 277 ] {c34441aa-f79b-4d11-bd66-fdfa381cba72} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:01.290361 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:01.290374 [ 277 ] {c34441aa-f79b-4d11-bd66-fdfa381cba72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:01.290405 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 72 rows starting from the beginning of the part 2025.08.11 21:40:01.290491 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 29 rows starting from the beginning of the part 2025.08.11 21:40:01.290542 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:01.290591 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:01.290635 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 39 rows starting from the beginning of the part 2025.08.11 21:40:01.290681 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:01.290886 [ 277 ] {c34441aa-f79b-4d11-bd66-fdfa381cba72} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:01.290927 [ 277 ] {c34441aa-f79b-4d11-bd66-fdfa381cba72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:01.291515 [ 277 ] {c34441aa-f79b-4d11-bd66-fdfa381cba72} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.11 21:40:01.291531 [ 187 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353623 sec., 154400.44975595127 rows/sec., 11.89 MiB/sec. 2025.08.11 21:40:01.291750 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.11 21:40:01.291765 [ 277 ] {c34441aa-f79b-4d11-bd66-fdfa381cba72} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:01.291904 [ 277 ] {c34441aa-f79b-4d11-bd66-fdfa381cba72} executeQuery: Read 91 rows, 7.28 KiB in 0.001606 sec., 56662.51556662515 rows/sec., 4.43 MiB/sec. 2025.08.11 21:40:01.291943 [ 277 ] {c34441aa-f79b-4d11-bd66-fdfa381cba72} TCPHandler: Processed in 0.00180441 sec. 2025.08.11 21:40:01.292055 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:01.292081 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:01.292148 [ 277 ] {5b07d590-c08e-4afc-9b28-6ca9ad3b6dca} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:01.292176 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_71_14} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.11 21:40:01.292198 [ 277 ] {5b07d590-c08e-4afc-9b28-6ca9ad3b6dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:01.292289 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:40:01.292620 [ 277 ] {5b07d590-c08e-4afc-9b28-6ca9ad3b6dca} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:01.292661 [ 277 ] {5b07d590-c08e-4afc-9b28-6ca9ad3b6dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:01.293001 [ 277 ] {5b07d590-c08e-4afc-9b28-6ca9ad3b6dca} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.11 21:40:01.293205 [ 277 ] {5b07d590-c08e-4afc-9b28-6ca9ad3b6dca} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:01.293333 [ 277 ] {5b07d590-c08e-4afc-9b28-6ca9ad3b6dca} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2025.08.11 21:40:01.293369 [ 277 ] {5b07d590-c08e-4afc-9b28-6ca9ad3b6dca} TCPHandler: Processed in 0.001361933 sec. 2025.08.11 21:40:01.293478 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:01.293571 [ 277 ] {e652d1a2-ab8d-4dbd-9051-aa9edcadf933} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:01.293625 [ 277 ] {e652d1a2-ab8d-4dbd-9051-aa9edcadf933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:01.294502 [ 277 ] {e652d1a2-ab8d-4dbd-9051-aa9edcadf933} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:01.294538 [ 277 ] {e652d1a2-ab8d-4dbd-9051-aa9edcadf933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:01.295078 [ 277 ] {e652d1a2-ab8d-4dbd-9051-aa9edcadf933} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.11 21:40:01.295302 [ 277 ] {e652d1a2-ab8d-4dbd-9051-aa9edcadf933} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:01.295437 [ 277 ] {e652d1a2-ab8d-4dbd-9051-aa9edcadf933} executeQuery: Read 27 rows, 49.54 KiB in 0.001884 sec., 14331.210191082802 rows/sec., 25.68 MiB/sec. 2025.08.11 21:40:01.295493 [ 277 ] {e652d1a2-ab8d-4dbd-9051-aa9edcadf933} TCPHandler: Processed in 0.002061945 sec. 2025.08.11 21:40:01.295605 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:01.295705 [ 277 ] {241f7e5a-af8d-457c-b4ec-848276e1e09f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:01.295747 [ 277 ] {241f7e5a-af8d-457c-b4ec-848276e1e09f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:01.296081 [ 277 ] {241f7e5a-af8d-457c-b4ec-848276e1e09f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:01.296116 [ 277 ] {241f7e5a-af8d-457c-b4ec-848276e1e09f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:01.296417 [ 277 ] {241f7e5a-af8d-457c-b4ec-848276e1e09f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.11 21:40:01.296631 [ 277 ] {241f7e5a-af8d-457c-b4ec-848276e1e09f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:01.296756 [ 277 ] {241f7e5a-af8d-457c-b4ec-848276e1e09f} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.08.11 21:40:01.296791 [ 277 ] {241f7e5a-af8d-457c-b4ec-848276e1e09f} TCPHandler: Processed in 0.00123337 sec. 2025.08.11 21:40:04.210333 [ 138 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:40:04.210390 [ 138 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:40:04.351423 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 2025.08.11 21:40:04.351993 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:04.352043 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:04.352544 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:40:04.352799 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:04.352949 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 2025.08.11 21:40:04.424781 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1260 2025.08.11 21:40:04.427527 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:04.427586 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:04.428807 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:40:04.429090 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:04.429479 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1260 2025.08.11 21:40:05.652011 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.08.11 21:40:05.667137 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:05.667193 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:05.672350 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:40:05.673018 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:05.675723 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.08.11 21:40:06.287043 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:06.287258 [ 277 ] {f2b2b766-1c44-413c-80cc-604514650518} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:06.287334 [ 277 ] {f2b2b766-1c44-413c-80cc-604514650518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:06.288094 [ 277 ] {f2b2b766-1c44-413c-80cc-604514650518} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:06.288140 [ 277 ] {f2b2b766-1c44-413c-80cc-604514650518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:06.288548 [ 277 ] {f2b2b766-1c44-413c-80cc-604514650518} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.11 21:40:06.288784 [ 277 ] {f2b2b766-1c44-413c-80cc-604514650518} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:06.288954 [ 277 ] {f2b2b766-1c44-413c-80cc-604514650518} executeQuery: Read 86 rows, 7.39 KiB in 0.001753 sec., 49058.75641756988 rows/sec., 4.12 MiB/sec. 2025.08.11 21:40:06.289006 [ 277 ] {f2b2b766-1c44-413c-80cc-604514650518} TCPHandler: Processed in 0.002110246 sec. 2025.08.11 21:40:06.289132 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:06.289234 [ 277 ] {a1185807-234b-464a-ac8d-6b5175036d8d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:06.289277 [ 277 ] {a1185807-234b-464a-ac8d-6b5175036d8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:06.289688 [ 277 ] {a1185807-234b-464a-ac8d-6b5175036d8d} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:06.289725 [ 277 ] {a1185807-234b-464a-ac8d-6b5175036d8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:06.290023 [ 277 ] {a1185807-234b-464a-ac8d-6b5175036d8d} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.11 21:40:06.290232 [ 277 ] {a1185807-234b-464a-ac8d-6b5175036d8d} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:06.290361 [ 277 ] {a1185807-234b-464a-ac8d-6b5175036d8d} executeQuery: Read 15 rows, 1.13 KiB in 0.001151 sec., 13032.145960034753 rows/sec., 979.96 KiB/sec. 2025.08.11 21:40:06.290399 [ 277 ] {a1185807-234b-464a-ac8d-6b5175036d8d} TCPHandler: Processed in 0.001318372 sec. 2025.08.11 21:40:06.290519 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:06.290640 [ 277 ] {ba28e0e4-68e6-45a2-86e2-da6c411c15a0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:06.290689 [ 277 ] {ba28e0e4-68e6-45a2-86e2-da6c411c15a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:06.291148 [ 277 ] {ba28e0e4-68e6-45a2-86e2-da6c411c15a0} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:06.291184 [ 277 ] {ba28e0e4-68e6-45a2-86e2-da6c411c15a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:06.291502 [ 277 ] {ba28e0e4-68e6-45a2-86e2-da6c411c15a0} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.11 21:40:06.291711 [ 277 ] {ba28e0e4-68e6-45a2-86e2-da6c411c15a0} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:06.291843 [ 277 ] {ba28e0e4-68e6-45a2-86e2-da6c411c15a0} executeQuery: Read 79 rows, 6.32 KiB in 0.001228 sec., 64332.24755700326 rows/sec., 5.02 MiB/sec. 2025.08.11 21:40:06.291882 [ 277 ] {ba28e0e4-68e6-45a2-86e2-da6c411c15a0} TCPHandler: Processed in 0.001423804 sec. 2025.08.11 21:40:06.291993 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:06.292087 [ 277 ] {76f79a2b-9ae4-49d3-a1d8-26b1cb6b7a2c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:06.292131 [ 277 ] {76f79a2b-9ae4-49d3-a1d8-26b1cb6b7a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:06.292527 [ 277 ] {76f79a2b-9ae4-49d3-a1d8-26b1cb6b7a2c} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:06.292563 [ 277 ] {76f79a2b-9ae4-49d3-a1d8-26b1cb6b7a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:06.292887 [ 277 ] {76f79a2b-9ae4-49d3-a1d8-26b1cb6b7a2c} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.11 21:40:06.293092 [ 277 ] {76f79a2b-9ae4-49d3-a1d8-26b1cb6b7a2c} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:06.293222 [ 277 ] {76f79a2b-9ae4-49d3-a1d8-26b1cb6b7a2c} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2025.08.11 21:40:06.293260 [ 277 ] {76f79a2b-9ae4-49d3-a1d8-26b1cb6b7a2c} TCPHandler: Processed in 0.001316482 sec. 2025.08.11 21:40:06.293382 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:06.293504 [ 277 ] {10125c47-c9fa-4505-a4e0-1ef5dd4a0a31} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:06.293570 [ 277 ] {10125c47-c9fa-4505-a4e0-1ef5dd4a0a31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:06.294404 [ 277 ] {10125c47-c9fa-4505-a4e0-1ef5dd4a0a31} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:06.294442 [ 277 ] {10125c47-c9fa-4505-a4e0-1ef5dd4a0a31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:06.294980 [ 277 ] {10125c47-c9fa-4505-a4e0-1ef5dd4a0a31} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.11 21:40:06.295212 [ 277 ] {10125c47-c9fa-4505-a4e0-1ef5dd4a0a31} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:06.295338 [ 136 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.11 21:40:06.295355 [ 277 ] {10125c47-c9fa-4505-a4e0-1ef5dd4a0a31} executeQuery: Read 15 rows, 27.52 KiB in 0.001875 sec., 8000 rows/sec., 14.34 MiB/sec. 2025.08.11 21:40:06.295413 [ 136 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:06.295442 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:06.295445 [ 277 ] {10125c47-c9fa-4505-a4e0-1ef5dd4a0a31} TCPHandler: Processed in 0.002124155 sec. 2025.08.11 21:40:06.295569 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:06.295571 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:40:06.295666 [ 277 ] {c0bcdd1e-85d6-4f0c-bb09-6ac2fffbcc75} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:06.295713 [ 277 ] {c0bcdd1e-85d6-4f0c-bb09-6ac2fffbcc75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:06.295857 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:06.295924 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1311 rows starting from the beginning of the part 2025.08.11 21:40:06.296051 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:06.296057 [ 277 ] {c0bcdd1e-85d6-4f0c-bb09-6ac2fffbcc75} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:06.296102 [ 277 ] {c0bcdd1e-85d6-4f0c-bb09-6ac2fffbcc75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:06.296154 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:06.296250 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:06.296344 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:06.296430 [ 277 ] {c0bcdd1e-85d6-4f0c-bb09-6ac2fffbcc75} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.11 21:40:06.296436 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:06.296663 [ 277 ] {c0bcdd1e-85d6-4f0c-bb09-6ac2fffbcc75} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:06.296814 [ 277 ] {c0bcdd1e-85d6-4f0c-bb09-6ac2fffbcc75} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2025.08.11 21:40:06.296854 [ 277 ] {c0bcdd1e-85d6-4f0c-bb09-6ac2fffbcc75} TCPHandler: Processed in 0.001334832 sec. 2025.08.11 21:40:06.305051 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 19 columns (19 merged, 0 gathered) in 0.00953565 sec., 147866.16538987902 rows/sec., 264.97 MiB/sec. 2025.08.11 21:40:06.306409 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.11 21:40:06.306899 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:06.307002 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_71_14} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.11 21:40:06.307132 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. 2025.08.11 21:40:07.000225 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 294.93 MiB, peak 306.51 MiB, free memory in arenas 0.00 B, will set to 299.39 MiB (RSS), difference: 4.46 MiB 2025.08.11 21:40:08.593125 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:08.593307 [ 277 ] {e28f7489-c828-4af4-bc27-e72f98eb308b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:40:08.593376 [ 277 ] {e28f7489-c828-4af4-bc27-e72f98eb308b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:40:08.594028 [ 277 ] {e28f7489-c828-4af4-bc27-e72f98eb308b} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.594080 [ 277 ] {e28f7489-c828-4af4-bc27-e72f98eb308b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.594475 [ 277 ] {e28f7489-c828-4af4-bc27-e72f98eb308b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:40:08.594701 [ 277 ] {e28f7489-c828-4af4-bc27-e72f98eb308b} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.594854 [ 277 ] {e28f7489-c828-4af4-bc27-e72f98eb308b} executeQuery: Read 4 rows, 334.00 B in 0.001598 sec., 2503.1289111389237 rows/sec., 204.11 KiB/sec. 2025.08.11 21:40:08.594906 [ 277 ] {e28f7489-c828-4af4-bc27-e72f98eb308b} TCPHandler: Processed in 0.001919592 sec. 2025.08.11 21:40:08.595036 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:08.595141 [ 277 ] {4ac42974-da3b-4044-b78c-941c952e258e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:08.595185 [ 277 ] {4ac42974-da3b-4044-b78c-941c952e258e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:08.596266 [ 277 ] {4ac42974-da3b-4044-b78c-941c952e258e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.596304 [ 277 ] {4ac42974-da3b-4044-b78c-941c952e258e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.596696 [ 277 ] {4ac42974-da3b-4044-b78c-941c952e258e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.11 21:40:08.596959 [ 277 ] {4ac42974-da3b-4044-b78c-941c952e258e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.597093 [ 277 ] {4ac42974-da3b-4044-b78c-941c952e258e} executeQuery: Read 1252 rows, 106.17 KiB in 0.001977 sec., 633282.751643905 rows/sec., 52.45 MiB/sec. 2025.08.11 21:40:08.597101 [ 134 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.11 21:40:08.597131 [ 277 ] {4ac42974-da3b-4044-b78c-941c952e258e} TCPHandler: Processed in 0.002147256 sec. 2025.08.11 21:40:08.597168 [ 134 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.597194 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.597268 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:08.597305 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:40:08.597370 [ 277 ] {999cc117-614a-4888-a039-adad4c56e499} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:08.597416 [ 277 ] {999cc117-614a-4888-a039-adad4c56e499} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:08.597445 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:08.597489 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1409 rows starting from the beginning of the part 2025.08.11 21:40:08.597565 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 110 rows starting from the beginning of the part 2025.08.11 21:40:08.597616 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 212 rows starting from the beginning of the part 2025.08.11 21:40:08.597663 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 110 rows starting from the beginning of the part 2025.08.11 21:40:08.597709 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 86 rows starting from the beginning of the part 2025.08.11 21:40:08.597753 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:40:08.597837 [ 277 ] {999cc117-614a-4888-a039-adad4c56e499} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.597881 [ 277 ] {999cc117-614a-4888-a039-adad4c56e499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.598213 [ 277 ] {999cc117-614a-4888-a039-adad4c56e499} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.11 21:40:08.598428 [ 277 ] {999cc117-614a-4888-a039-adad4c56e499} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.598572 [ 277 ] {999cc117-614a-4888-a039-adad4c56e499} executeQuery: Read 31 rows, 2.31 KiB in 0.001222 sec., 25368.248772504092 rows/sec., 1.85 MiB/sec. 2025.08.11 21:40:08.598623 [ 277 ] {999cc117-614a-4888-a039-adad4c56e499} TCPHandler: Processed in 0.001404634 sec. 2025.08.11 21:40:08.598761 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:08.598860 [ 277 ] {34b6cea2-234a-4ca7-a518-fbeeb606891d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:40:08.598898 [ 277 ] {34b6cea2-234a-4ca7-a518-fbeeb606891d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:40:08.599405 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3179 rows, containing 5 columns (5 merged, 0 gathered) in 0.002146246 sec., 1481190.879330701 rows/sec., 129.83 MiB/sec. 2025.08.11 21:40:08.599460 [ 277 ] {34b6cea2-234a-4ca7-a518-fbeeb606891d} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.599508 [ 277 ] {34b6cea2-234a-4ca7-a518-fbeeb606891d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.599689 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.11 21:40:08.599892 [ 277 ] {34b6cea2-234a-4ca7-a518-fbeeb606891d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:40:08.599956 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.600030 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_86_17} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.11 21:40:08.600132 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.11 21:40:08.600155 [ 277 ] {34b6cea2-234a-4ca7-a518-fbeeb606891d} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.600313 [ 277 ] {34b6cea2-234a-4ca7-a518-fbeeb606891d} executeQuery: Read 228 rows, 15.81 KiB in 0.001471 sec., 154996.6009517335 rows/sec., 10.49 MiB/sec. 2025.08.11 21:40:08.600359 [ 277 ] {34b6cea2-234a-4ca7-a518-fbeeb606891d} TCPHandler: Processed in 0.001652878 sec. 2025.08.11 21:40:08.600483 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:08.600587 [ 277 ] {b6112a54-a070-449c-aa6e-e9cb20a28a69} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:08.600633 [ 277 ] {b6112a54-a070-449c-aa6e-e9cb20a28a69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:08.601493 [ 277 ] {b6112a54-a070-449c-aa6e-e9cb20a28a69} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.601534 [ 277 ] {b6112a54-a070-449c-aa6e-e9cb20a28a69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.601933 [ 277 ] {b6112a54-a070-449c-aa6e-e9cb20a28a69} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.11 21:40:08.602196 [ 277 ] {b6112a54-a070-449c-aa6e-e9cb20a28a69} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.602350 [ 277 ] {b6112a54-a070-449c-aa6e-e9cb20a28a69} executeQuery: Read 551 rows, 41.89 KiB in 0.001783 sec., 309029.72518227703 rows/sec., 22.94 MiB/sec. 2025.08.11 21:40:08.602349 [ 133 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.11 21:40:08.602396 [ 277 ] {b6112a54-a070-449c-aa6e-e9cb20a28a69} TCPHandler: Processed in 0.001969093 sec. 2025.08.11 21:40:08.602404 [ 133 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.602430 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.602543 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:08.602545 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:40:08.602649 [ 277 ] {73378c52-779d-4595-849e-3dac100a726b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:08.602706 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:08.602706 [ 277 ] {73378c52-779d-4595-849e-3dac100a726b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:08.602751 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 634 rows starting from the beginning of the part 2025.08.11 21:40:08.602837 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 91 rows starting from the beginning of the part 2025.08.11 21:40:08.602887 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 127 rows starting from the beginning of the part 2025.08.11 21:40:08.602940 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 91 rows starting from the beginning of the part 2025.08.11 21:40:08.602992 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 79 rows starting from the beginning of the part 2025.08.11 21:40:08.603057 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 551 rows starting from the beginning of the part 2025.08.11 21:40:08.603625 [ 277 ] {73378c52-779d-4595-849e-3dac100a726b} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.603672 [ 277 ] {73378c52-779d-4595-849e-3dac100a726b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.604114 [ 277 ] {73378c52-779d-4595-849e-3dac100a726b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.11 21:40:08.604307 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1573 rows, containing 5 columns (5 merged, 0 gathered) in 0.001854491 sec., 848211.1803184809 rows/sec., 67.62 MiB/sec. 2025.08.11 21:40:08.604326 [ 277 ] {73378c52-779d-4595-849e-3dac100a726b} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.604437 [ 133 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.11 21:40:08.604447 [ 277 ] {73378c52-779d-4595-849e-3dac100a726b} executeQuery: Read 944 rows, 64.82 KiB in 0.001865 sec., 506166.2198391421 rows/sec., 33.94 MiB/sec. 2025.08.11 21:40:08.604463 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.11 21:40:08.604466 [ 133 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.604487 [ 277 ] {73378c52-779d-4595-849e-3dac100a726b} TCPHandler: Processed in 0.002048034 sec. 2025.08.11 21:40:08.604502 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.604595 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:40:08.604600 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:08.604701 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:08.604782 [ 277 ] {c00da6e4-a3f8-43d5-bf86-51f011786804} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:08.604798 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23117 rows starting from the beginning of the part 2025.08.11 21:40:08.604801 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.604847 [ 277 ] {c00da6e4-a3f8-43d5-bf86-51f011786804} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:08.604855 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:08.604884 [ 191 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_86_17} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.11 21:40:08.604959 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 202 rows starting from the beginning of the part 2025.08.11 21:40:08.604989 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.11 21:40:08.605006 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:08.605047 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:08.605088 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 944 rows starting from the beginning of the part 2025.08.11 21:40:08.605759 [ 277 ] {c00da6e4-a3f8-43d5-bf86-51f011786804} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.605802 [ 277 ] {c00da6e4-a3f8-43d5-bf86-51f011786804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.606371 [ 277 ] {c00da6e4-a3f8-43d5-bf86-51f011786804} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.11 21:40:08.606616 [ 277 ] {c00da6e4-a3f8-43d5-bf86-51f011786804} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.606755 [ 277 ] {c00da6e4-a3f8-43d5-bf86-51f011786804} executeQuery: Read 27 rows, 49.54 KiB in 0.001992 sec., 13554.21686746988 rows/sec., 24.29 MiB/sec. 2025.08.11 21:40:08.606809 [ 277 ] {c00da6e4-a3f8-43d5-bf86-51f011786804} TCPHandler: Processed in 0.002202967 sec. 2025.08.11 21:40:08.606924 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:08.607019 [ 277 ] {5a8136b4-343f-4f31-a2b7-d03673477f48} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:08.607060 [ 277 ] {5a8136b4-343f-4f31-a2b7-d03673477f48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:08.607388 [ 277 ] {5a8136b4-343f-4f31-a2b7-d03673477f48} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.607422 [ 277 ] {5a8136b4-343f-4f31-a2b7-d03673477f48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.608009 [ 277 ] {5a8136b4-343f-4f31-a2b7-d03673477f48} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.11 21:40:08.608241 [ 277 ] {5a8136b4-343f-4f31-a2b7-d03673477f48} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.608376 [ 133 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.11 21:40:08.608397 [ 277 ] {5a8136b4-343f-4f31-a2b7-d03673477f48} executeQuery: Read 36 rows, 2.48 KiB in 0.001397 sec., 25769.506084466713 rows/sec., 1.74 MiB/sec. 2025.08.11 21:40:08.608407 [ 133 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:08.608428 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. 2025.08.11 21:40:08.608433 [ 277 ] {5a8136b4-343f-4f31-a2b7-d03673477f48} TCPHandler: Processed in 0.001557476 sec. 2025.08.11 21:40:08.608507 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:40:08.608609 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:08.608635 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4230 rows starting from the beginning of the part 2025.08.11 21:40:08.608683 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:40:08.608724 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2025.08.11 21:40:08.608762 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2025.08.11 21:40:08.608801 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2025.08.11 21:40:08.608839 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 36 rows starting from the beginning of the part 2025.08.11 21:40:08.610249 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4506 rows, containing 4 columns (4 merged, 0 gathered) in 0.00177153 sec., 2543564.037865574 rows/sec., 171.52 MiB/sec. 2025.08.11 21:40:08.610672 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 24743 rows, containing 5 columns (5 merged, 0 gathered) in 0.006054182 sec., 4086927.0200334247 rows/sec., 279.92 MiB/sec. 2025.08.11 21:40:08.610784 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.11 21:40:08.610893 [ 193 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.11 21:40:08.611138 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.611238 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_86_17} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.11 21:40:08.611244 [ 193 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:08.611336 [ 193 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_86_17} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.11 21:40:08.611355 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2025.08.11 21:40:08.611440 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.08.11 21:40:11.281980 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:11.282218 [ 277 ] {0e474f88-3130-43b0-83a5-814938816154} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:11.282292 [ 277 ] {0e474f88-3130-43b0-83a5-814938816154} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:11.283057 [ 277 ] {0e474f88-3130-43b0-83a5-814938816154} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:11.283112 [ 277 ] {0e474f88-3130-43b0-83a5-814938816154} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:11.283544 [ 277 ] {0e474f88-3130-43b0-83a5-814938816154} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.11 21:40:11.283775 [ 277 ] {0e474f88-3130-43b0-83a5-814938816154} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:11.283925 [ 277 ] {0e474f88-3130-43b0-83a5-814938816154} executeQuery: Read 56 rows, 4.41 KiB in 0.00177 sec., 31638.418079096045 rows/sec., 2.43 MiB/sec. 2025.08.11 21:40:11.283968 [ 277 ] {0e474f88-3130-43b0-83a5-814938816154} TCPHandler: Processed in 0.002128335 sec. 2025.08.11 21:40:11.284079 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:11.284174 [ 277 ] {ebf8c96b-9987-47cc-a9aa-f2c600e7f66d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:11.284214 [ 277 ] {ebf8c96b-9987-47cc-a9aa-f2c600e7f66d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:11.284631 [ 277 ] {ebf8c96b-9987-47cc-a9aa-f2c600e7f66d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:11.284665 [ 277 ] {ebf8c96b-9987-47cc-a9aa-f2c600e7f66d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:11.284966 [ 277 ] {ebf8c96b-9987-47cc-a9aa-f2c600e7f66d} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.11 21:40:11.285179 [ 277 ] {ebf8c96b-9987-47cc-a9aa-f2c600e7f66d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:11.285303 [ 277 ] {ebf8c96b-9987-47cc-a9aa-f2c600e7f66d} executeQuery: Read 64 rows, 5.12 KiB in 0.001147 sec., 55797.733217088055 rows/sec., 4.36 MiB/sec. 2025.08.11 21:40:11.285340 [ 277 ] {ebf8c96b-9987-47cc-a9aa-f2c600e7f66d} TCPHandler: Processed in 0.001309242 sec. 2025.08.11 21:40:11.285456 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:11.285551 [ 277 ] {68e678e8-efef-40d6-b2ea-8c81cc027066} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:11.285594 [ 277 ] {68e678e8-efef-40d6-b2ea-8c81cc027066} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:11.285958 [ 277 ] {68e678e8-efef-40d6-b2ea-8c81cc027066} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:11.285993 [ 277 ] {68e678e8-efef-40d6-b2ea-8c81cc027066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:11.286313 [ 277 ] {68e678e8-efef-40d6-b2ea-8c81cc027066} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.11 21:40:11.286530 [ 277 ] {68e678e8-efef-40d6-b2ea-8c81cc027066} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:11.286653 [ 277 ] {68e678e8-efef-40d6-b2ea-8c81cc027066} executeQuery: Read 64 rows, 4.56 KiB in 0.001121 sec., 57091.882247992864 rows/sec., 3.98 MiB/sec. 2025.08.11 21:40:11.286689 [ 277 ] {68e678e8-efef-40d6-b2ea-8c81cc027066} TCPHandler: Processed in 0.001281151 sec. 2025.08.11 21:40:11.286800 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:11.286894 [ 277 ] {378759ed-bdea-44f1-b5c2-4a4d58b27638} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:11.286934 [ 277 ] {378759ed-bdea-44f1-b5c2-4a4d58b27638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:11.287249 [ 277 ] {378759ed-bdea-44f1-b5c2-4a4d58b27638} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:11.287283 [ 277 ] {378759ed-bdea-44f1-b5c2-4a4d58b27638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:11.287589 [ 277 ] {378759ed-bdea-44f1-b5c2-4a4d58b27638} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.11 21:40:11.287790 [ 277 ] {378759ed-bdea-44f1-b5c2-4a4d58b27638} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:11.287917 [ 277 ] {378759ed-bdea-44f1-b5c2-4a4d58b27638} executeQuery: Read 24 rows, 1.66 KiB in 0.001042 sec., 23032.629558541266 rows/sec., 1.55 MiB/sec. 2025.08.11 21:40:11.287952 [ 277 ] {378759ed-bdea-44f1-b5c2-4a4d58b27638} TCPHandler: Processed in 0.00120009 sec. 2025.08.11 21:40:11.853223 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 2025.08.11 21:40:11.854032 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:11.854114 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:11.854798 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:40:11.855036 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:11.855173 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 2025.08.11 21:40:13.175932 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.08.11 21:40:13.191832 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:13.191884 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:13.197091 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:40:13.197770 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:13.200476 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.08.11 21:40:14.429830 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1296 2025.08.11 21:40:14.432179 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:14.432226 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:14.433389 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:40:14.433645 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:14.433897 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1296 2025.08.11 21:40:16.286187 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:16.286405 [ 277 ] {f676f144-ab3b-410a-b624-0aa12542b71f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:16.286480 [ 277 ] {f676f144-ab3b-410a-b624-0aa12542b71f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:16.287234 [ 277 ] {f676f144-ab3b-410a-b624-0aa12542b71f} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:16.287289 [ 277 ] {f676f144-ab3b-410a-b624-0aa12542b71f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:16.287692 [ 277 ] {f676f144-ab3b-410a-b624-0aa12542b71f} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.11 21:40:16.287916 [ 277 ] {f676f144-ab3b-410a-b624-0aa12542b71f} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:16.288068 [ 277 ] {f676f144-ab3b-410a-b624-0aa12542b71f} executeQuery: Read 86 rows, 7.39 KiB in 0.001719 sec., 50029.08667830133 rows/sec., 4.20 MiB/sec. 2025.08.11 21:40:16.288109 [ 277 ] {f676f144-ab3b-410a-b624-0aa12542b71f} TCPHandler: Processed in 0.002064985 sec. 2025.08.11 21:40:16.288238 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:16.288332 [ 277 ] {3282bd67-93c3-4175-81e0-2fed3a3cd021} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:16.288372 [ 277 ] {3282bd67-93c3-4175-81e0-2fed3a3cd021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:16.288771 [ 277 ] {3282bd67-93c3-4175-81e0-2fed3a3cd021} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:16.288806 [ 277 ] {3282bd67-93c3-4175-81e0-2fed3a3cd021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:16.289108 [ 277 ] {3282bd67-93c3-4175-81e0-2fed3a3cd021} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.11 21:40:16.289314 [ 277 ] {3282bd67-93c3-4175-81e0-2fed3a3cd021} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:16.289444 [ 277 ] {3282bd67-93c3-4175-81e0-2fed3a3cd021} executeQuery: Read 15 rows, 1.13 KiB in 0.001131 sec., 13262.59946949602 rows/sec., 997.29 KiB/sec. 2025.08.11 21:40:16.289482 [ 277 ] {3282bd67-93c3-4175-81e0-2fed3a3cd021} TCPHandler: Processed in 0.001293041 sec. 2025.08.11 21:40:16.289593 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:16.289687 [ 277 ] {410c7231-89be-4e5c-99f8-6a2ea6f90bdb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:16.289727 [ 277 ] {410c7231-89be-4e5c-99f8-6a2ea6f90bdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:16.290139 [ 277 ] {410c7231-89be-4e5c-99f8-6a2ea6f90bdb} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:16.290175 [ 277 ] {410c7231-89be-4e5c-99f8-6a2ea6f90bdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:16.290484 [ 277 ] {410c7231-89be-4e5c-99f8-6a2ea6f90bdb} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.11 21:40:16.290691 [ 277 ] {410c7231-89be-4e5c-99f8-6a2ea6f90bdb} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:16.290821 [ 277 ] {410c7231-89be-4e5c-99f8-6a2ea6f90bdb} executeQuery: Read 79 rows, 6.32 KiB in 0.001152 sec., 68576.38888888889 rows/sec., 5.35 MiB/sec. 2025.08.11 21:40:16.290859 [ 277 ] {410c7231-89be-4e5c-99f8-6a2ea6f90bdb} TCPHandler: Processed in 0.001315002 sec. 2025.08.11 21:40:16.290972 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:16.291066 [ 277 ] {15823183-8fba-49fd-83d7-3ba586355f03} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:16.291109 [ 277 ] {15823183-8fba-49fd-83d7-3ba586355f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:16.291525 [ 277 ] {15823183-8fba-49fd-83d7-3ba586355f03} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:16.291560 [ 277 ] {15823183-8fba-49fd-83d7-3ba586355f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:16.291887 [ 277 ] {15823183-8fba-49fd-83d7-3ba586355f03} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.11 21:40:16.292102 [ 277 ] {15823183-8fba-49fd-83d7-3ba586355f03} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:16.292230 [ 277 ] {15823183-8fba-49fd-83d7-3ba586355f03} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.08.11 21:40:16.292266 [ 277 ] {15823183-8fba-49fd-83d7-3ba586355f03} TCPHandler: Processed in 0.001342543 sec. 2025.08.11 21:40:16.292376 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:16.292470 [ 277 ] {5deaf818-d94b-476a-9271-7ca9d3456d82} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:16.292525 [ 277 ] {5deaf818-d94b-476a-9271-7ca9d3456d82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:16.293296 [ 277 ] {5deaf818-d94b-476a-9271-7ca9d3456d82} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:16.293330 [ 277 ] {5deaf818-d94b-476a-9271-7ca9d3456d82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:16.293840 [ 277 ] {5deaf818-d94b-476a-9271-7ca9d3456d82} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.11 21:40:16.294058 [ 277 ] {5deaf818-d94b-476a-9271-7ca9d3456d82} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:16.294194 [ 277 ] {5deaf818-d94b-476a-9271-7ca9d3456d82} executeQuery: Read 15 rows, 27.52 KiB in 0.001742 sec., 8610.792192881745 rows/sec., 15.43 MiB/sec. 2025.08.11 21:40:16.294246 [ 277 ] {5deaf818-d94b-476a-9271-7ca9d3456d82} TCPHandler: Processed in 0.001917972 sec. 2025.08.11 21:40:16.294356 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:16.294450 [ 277 ] {0736c981-eea6-4052-8443-6193c8f45a91} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:16.294492 [ 277 ] {0736c981-eea6-4052-8443-6193c8f45a91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:16.294822 [ 277 ] {0736c981-eea6-4052-8443-6193c8f45a91} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:16.294855 [ 277 ] {0736c981-eea6-4052-8443-6193c8f45a91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:16.295167 [ 277 ] {0736c981-eea6-4052-8443-6193c8f45a91} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.11 21:40:16.295377 [ 277 ] {0736c981-eea6-4052-8443-6193c8f45a91} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:16.295502 [ 277 ] {0736c981-eea6-4052-8443-6193c8f45a91} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.08.11 21:40:16.295536 [ 277 ] {0736c981-eea6-4052-8443-6193c8f45a91} TCPHandler: Processed in 0.001229 sec. 2025.08.11 21:40:19.210459 [ 28 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:40:19.210520 [ 28 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:40:19.355379 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 2025.08.11 21:40:19.356227 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:19.356309 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:19.356915 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:40:19.357173 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:19.357328 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 2025.08.11 21:40:20.700603 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.08.11 21:40:20.717096 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:20.717162 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:20.723183 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:40:20.723864 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:20.726730 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.08.11 21:40:21.286773 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:21.286968 [ 277 ] {23f28d62-41d3-46f4-8dd3-1a5be5759d31} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:21.287036 [ 277 ] {23f28d62-41d3-46f4-8dd3-1a5be5759d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:21.287744 [ 277 ] {23f28d62-41d3-46f4-8dd3-1a5be5759d31} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:21.287790 [ 277 ] {23f28d62-41d3-46f4-8dd3-1a5be5759d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:21.288202 [ 277 ] {23f28d62-41d3-46f4-8dd3-1a5be5759d31} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.11 21:40:21.288431 [ 277 ] {23f28d62-41d3-46f4-8dd3-1a5be5759d31} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:21.288582 [ 277 ] {23f28d62-41d3-46f4-8dd3-1a5be5759d31} executeQuery: Read 110 rows, 9.47 KiB in 0.001664 sec., 66105.76923076923 rows/sec., 5.56 MiB/sec. 2025.08.11 21:40:21.288625 [ 277 ] {23f28d62-41d3-46f4-8dd3-1a5be5759d31} TCPHandler: Processed in 0.001986803 sec. 2025.08.11 21:40:21.288769 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:21.288867 [ 277 ] {54597a5b-4ae3-47f3-9724-b2835e08fa77} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:21.288908 [ 277 ] {54597a5b-4ae3-47f3-9724-b2835e08fa77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:21.289384 [ 277 ] {54597a5b-4ae3-47f3-9724-b2835e08fa77} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:21.289430 [ 277 ] {54597a5b-4ae3-47f3-9724-b2835e08fa77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:21.289774 [ 277 ] {54597a5b-4ae3-47f3-9724-b2835e08fa77} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.11 21:40:21.289986 [ 277 ] {54597a5b-4ae3-47f3-9724-b2835e08fa77} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:21.290115 [ 277 ] {54597a5b-4ae3-47f3-9724-b2835e08fa77} executeQuery: Read 27 rows, 2.03 KiB in 0.001267 sec., 21310.181531176007 rows/sec., 1.56 MiB/sec. 2025.08.11 21:40:21.290159 [ 277 ] {54597a5b-4ae3-47f3-9724-b2835e08fa77} TCPHandler: Processed in 0.001440644 sec. 2025.08.11 21:40:21.290268 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:21.290363 [ 277 ] {d6bbd990-c899-4c5d-9fd9-646e0cc75396} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:21.290404 [ 277 ] {d6bbd990-c899-4c5d-9fd9-646e0cc75396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:21.290863 [ 277 ] {d6bbd990-c899-4c5d-9fd9-646e0cc75396} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:21.290897 [ 277 ] {d6bbd990-c899-4c5d-9fd9-646e0cc75396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:21.291202 [ 277 ] {d6bbd990-c899-4c5d-9fd9-646e0cc75396} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.11 21:40:21.291416 [ 277 ] {d6bbd990-c899-4c5d-9fd9-646e0cc75396} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:21.291541 [ 277 ] {d6bbd990-c899-4c5d-9fd9-646e0cc75396} executeQuery: Read 91 rows, 7.28 KiB in 0.001196 sec., 76086.95652173914 rows/sec., 5.94 MiB/sec. 2025.08.11 21:40:21.291578 [ 277 ] {d6bbd990-c899-4c5d-9fd9-646e0cc75396} TCPHandler: Processed in 0.001359343 sec. 2025.08.11 21:40:21.291689 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:21.291783 [ 277 ] {47c02157-75bb-48d1-9b98-c51a2ecde756} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:21.291826 [ 277 ] {47c02157-75bb-48d1-9b98-c51a2ecde756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:21.292233 [ 277 ] {47c02157-75bb-48d1-9b98-c51a2ecde756} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:21.292266 [ 277 ] {47c02157-75bb-48d1-9b98-c51a2ecde756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:21.292593 [ 277 ] {47c02157-75bb-48d1-9b98-c51a2ecde756} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.11 21:40:21.292806 [ 277 ] {47c02157-75bb-48d1-9b98-c51a2ecde756} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:21.292932 [ 277 ] {47c02157-75bb-48d1-9b98-c51a2ecde756} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.08.11 21:40:21.292969 [ 277 ] {47c02157-75bb-48d1-9b98-c51a2ecde756} TCPHandler: Processed in 0.001328882 sec. 2025.08.11 21:40:21.293068 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:21.293163 [ 277 ] {fea8460b-3b82-4e4d-b2a5-f98cc251e287} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:21.293218 [ 277 ] {fea8460b-3b82-4e4d-b2a5-f98cc251e287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:21.294030 [ 277 ] {fea8460b-3b82-4e4d-b2a5-f98cc251e287} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:21.294065 [ 277 ] {fea8460b-3b82-4e4d-b2a5-f98cc251e287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:21.294588 [ 277 ] {fea8460b-3b82-4e4d-b2a5-f98cc251e287} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.11 21:40:21.294807 [ 277 ] {fea8460b-3b82-4e4d-b2a5-f98cc251e287} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:21.294941 [ 277 ] {fea8460b-3b82-4e4d-b2a5-f98cc251e287} executeQuery: Read 27 rows, 49.54 KiB in 0.001796 sec., 15033.407572383074 rows/sec., 26.94 MiB/sec. 2025.08.11 21:40:21.294993 [ 277 ] {fea8460b-3b82-4e4d-b2a5-f98cc251e287} TCPHandler: Processed in 0.001973013 sec. 2025.08.11 21:40:21.295104 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:21.295199 [ 277 ] {66e8398f-1496-46bd-aabe-a2a1c56b424d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:21.295240 [ 277 ] {66e8398f-1496-46bd-aabe-a2a1c56b424d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:21.295556 [ 277 ] {66e8398f-1496-46bd-aabe-a2a1c56b424d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:21.295590 [ 277 ] {66e8398f-1496-46bd-aabe-a2a1c56b424d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:21.295893 [ 277 ] {66e8398f-1496-46bd-aabe-a2a1c56b424d} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.11 21:40:21.296112 [ 277 ] {66e8398f-1496-46bd-aabe-a2a1c56b424d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:21.296238 [ 277 ] {66e8398f-1496-46bd-aabe-a2a1c56b424d} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.08.11 21:40:21.296273 [ 277 ] {66e8398f-1496-46bd-aabe-a2a1c56b424d} TCPHandler: Processed in 0.001218941 sec. 2025.08.11 21:40:24.434164 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1320 2025.08.11 21:40:24.436284 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:24.436333 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:24.437509 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:40:24.437768 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:24.438026 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1320 2025.08.11 21:40:26.288390 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.288609 [ 277 ] {80b69263-72bf-4725-848c-da3220b3bc47} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:40:26.288685 [ 277 ] {80b69263-72bf-4725-848c-da3220b3bc47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:40:26.289323 [ 277 ] {80b69263-72bf-4725-848c-da3220b3bc47} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.289368 [ 277 ] {80b69263-72bf-4725-848c-da3220b3bc47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.289754 [ 277 ] {80b69263-72bf-4725-848c-da3220b3bc47} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:40:26.289977 [ 277 ] {80b69263-72bf-4725-848c-da3220b3bc47} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.290134 [ 277 ] {80b69263-72bf-4725-848c-da3220b3bc47} executeQuery: Read 24 rows, 2.04 KiB in 0.001581 sec., 15180.265654648956 rows/sec., 1.26 MiB/sec. 2025.08.11 21:40:26.290178 [ 277 ] {80b69263-72bf-4725-848c-da3220b3bc47} TCPHandler: Processed in 0.001929322 sec. 2025.08.11 21:40:26.290299 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.290395 [ 277 ] {8b3d38eb-e8a0-4840-b0a2-26bb066ebe81} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:26.290436 [ 277 ] {8b3d38eb-e8a0-4840-b0a2-26bb066ebe81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:26.290932 [ 277 ] {8b3d38eb-e8a0-4840-b0a2-26bb066ebe81} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.290968 [ 277 ] {8b3d38eb-e8a0-4840-b0a2-26bb066ebe81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.291289 [ 277 ] {8b3d38eb-e8a0-4840-b0a2-26bb066ebe81} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.11 21:40:26.291500 [ 277 ] {8b3d38eb-e8a0-4840-b0a2-26bb066ebe81} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.291628 [ 277 ] {8b3d38eb-e8a0-4840-b0a2-26bb066ebe81} executeQuery: Read 206 rows, 18.85 KiB in 0.001252 sec., 164536.7412140575 rows/sec., 14.70 MiB/sec. 2025.08.11 21:40:26.291666 [ 277 ] {8b3d38eb-e8a0-4840-b0a2-26bb066ebe81} TCPHandler: Processed in 0.001415694 sec. 2025.08.11 21:40:26.291778 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.291871 [ 277 ] {991635fb-21b8-4a05-bc8e-466d9b1ba839} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:26.291910 [ 277 ] {991635fb-21b8-4a05-bc8e-466d9b1ba839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:26.292302 [ 277 ] {991635fb-21b8-4a05-bc8e-466d9b1ba839} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.292338 [ 277 ] {991635fb-21b8-4a05-bc8e-466d9b1ba839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.292632 [ 277 ] {991635fb-21b8-4a05-bc8e-466d9b1ba839} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.11 21:40:26.292853 [ 277 ] {991635fb-21b8-4a05-bc8e-466d9b1ba839} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.292968 [ 47 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.11 21:40:26.292982 [ 277 ] {991635fb-21b8-4a05-bc8e-466d9b1ba839} executeQuery: Read 27 rows, 2.09 KiB in 0.001128 sec., 23936.170212765956 rows/sec., 1.81 MiB/sec. 2025.08.11 21:40:26.293032 [ 47 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.293039 [ 277 ] {991635fb-21b8-4a05-bc8e-466d9b1ba839} TCPHandler: Processed in 0.001310172 sec. 2025.08.11 21:40:26.293062 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.293157 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.293184 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:40:26.293255 [ 277 ] {086b684a-1914-4181-9a87-02cfa5d97c6d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:40:26.293299 [ 277 ] {086b684a-1914-4181-9a87-02cfa5d97c6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:40:26.293337 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:26.293379 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 72 rows starting from the beginning of the part 2025.08.11 21:40:26.293453 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:26.293502 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 31 rows starting from the beginning of the part 2025.08.11 21:40:26.293548 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:26.293591 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:26.293635 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:26.293691 [ 277 ] {086b684a-1914-4181-9a87-02cfa5d97c6d} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.293732 [ 277 ] {086b684a-1914-4181-9a87-02cfa5d97c6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.294060 [ 277 ] {086b684a-1914-4181-9a87-02cfa5d97c6d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:40:26.294296 [ 277 ] {086b684a-1914-4181-9a87-02cfa5d97c6d} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.294426 [ 277 ] {086b684a-1914-4181-9a87-02cfa5d97c6d} executeQuery: Read 24 rows, 2.04 KiB in 0.001189 sec., 20185.029436501263 rows/sec., 1.67 MiB/sec. 2025.08.11 21:40:26.294448 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.001322192 sec., 141431.80415552354 rows/sec., 10.92 MiB/sec. 2025.08.11 21:40:26.294461 [ 277 ] {086b684a-1914-4181-9a87-02cfa5d97c6d} TCPHandler: Processed in 0.001352822 sec. 2025.08.11 21:40:26.294575 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.11 21:40:26.294576 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.294689 [ 277 ] {5169baa1-5bdd-42d9-8189-92ccb403e512} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:40:26.294730 [ 277 ] {5169baa1-5bdd-42d9-8189-92ccb403e512} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:40:26.294838 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.294914 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_76_15} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.11 21:40:26.294989 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:40:26.295132 [ 277 ] {5169baa1-5bdd-42d9-8189-92ccb403e512} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.295172 [ 277 ] {5169baa1-5bdd-42d9-8189-92ccb403e512} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.295472 [ 277 ] {5169baa1-5bdd-42d9-8189-92ccb403e512} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.11 21:40:26.295680 [ 277 ] {5169baa1-5bdd-42d9-8189-92ccb403e512} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.295805 [ 277 ] {5169baa1-5bdd-42d9-8189-92ccb403e512} executeQuery: Read 12 rows, 960.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 825.99 KiB/sec. 2025.08.11 21:40:26.295842 [ 277 ] {5169baa1-5bdd-42d9-8189-92ccb403e512} TCPHandler: Processed in 0.001313752 sec. 2025.08.11 21:40:26.295950 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.296045 [ 277 ] {69a3f68a-b6fa-400b-bccc-2ed5ee22afea} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:26.296085 [ 277 ] {69a3f68a-b6fa-400b-bccc-2ed5ee22afea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:26.296512 [ 277 ] {69a3f68a-b6fa-400b-bccc-2ed5ee22afea} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.296546 [ 277 ] {69a3f68a-b6fa-400b-bccc-2ed5ee22afea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.296855 [ 277 ] {69a3f68a-b6fa-400b-bccc-2ed5ee22afea} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.11 21:40:26.297059 [ 277 ] {69a3f68a-b6fa-400b-bccc-2ed5ee22afea} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.297183 [ 277 ] {69a3f68a-b6fa-400b-bccc-2ed5ee22afea} executeQuery: Read 115 rows, 9.57 KiB in 0.001158 sec., 99309.1537132988 rows/sec., 8.07 MiB/sec. 2025.08.11 21:40:26.297220 [ 277 ] {69a3f68a-b6fa-400b-bccc-2ed5ee22afea} TCPHandler: Processed in 0.001319012 sec. 2025.08.11 21:40:26.297331 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.297425 [ 277 ] {2eaa42ab-7abb-44cd-ac88-976b2de40adc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:26.297467 [ 277 ] {2eaa42ab-7abb-44cd-ac88-976b2de40adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:26.297889 [ 277 ] {2eaa42ab-7abb-44cd-ac88-976b2de40adc} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.297923 [ 277 ] {2eaa42ab-7abb-44cd-ac88-976b2de40adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.298261 [ 277 ] {2eaa42ab-7abb-44cd-ac88-976b2de40adc} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.11 21:40:26.298470 [ 277 ] {2eaa42ab-7abb-44cd-ac88-976b2de40adc} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.298593 [ 277 ] {2eaa42ab-7abb-44cd-ac88-976b2de40adc} executeQuery: Read 196 rows, 14.40 KiB in 0.001187 sec., 165122.15669755687 rows/sec., 11.85 MiB/sec. 2025.08.11 21:40:26.298629 [ 277 ] {2eaa42ab-7abb-44cd-ac88-976b2de40adc} TCPHandler: Processed in 0.001346663 sec. 2025.08.11 21:40:26.298740 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.298834 [ 277 ] {23cdf4f1-8116-42be-bb72-b384c49d3850} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:26.298889 [ 277 ] {23cdf4f1-8116-42be-bb72-b384c49d3850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:26.299668 [ 277 ] {23cdf4f1-8116-42be-bb72-b384c49d3850} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.299703 [ 277 ] {23cdf4f1-8116-42be-bb72-b384c49d3850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.300216 [ 277 ] {23cdf4f1-8116-42be-bb72-b384c49d3850} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.11 21:40:26.300440 [ 277 ] {23cdf4f1-8116-42be-bb72-b384c49d3850} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.300577 [ 277 ] {23cdf4f1-8116-42be-bb72-b384c49d3850} executeQuery: Read 15 rows, 27.52 KiB in 0.001762 sec., 8513.05334846765 rows/sec., 15.26 MiB/sec. 2025.08.11 21:40:26.300638 [ 277 ] {23cdf4f1-8116-42be-bb72-b384c49d3850} TCPHandler: Processed in 0.001946853 sec. 2025.08.11 21:40:26.300755 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:26.300850 [ 277 ] {2d83550f-9506-4d3b-8c64-9b48619f4680} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:26.300891 [ 277 ] {2d83550f-9506-4d3b-8c64-9b48619f4680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:26.301230 [ 277 ] {2d83550f-9506-4d3b-8c64-9b48619f4680} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.301265 [ 277 ] {2d83550f-9506-4d3b-8c64-9b48619f4680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.301566 [ 277 ] {2d83550f-9506-4d3b-8c64-9b48619f4680} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.11 21:40:26.301773 [ 277 ] {2d83550f-9506-4d3b-8c64-9b48619f4680} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.301896 [ 277 ] {2d83550f-9506-4d3b-8c64-9b48619f4680} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.08.11 21:40:26.301930 [ 277 ] {2d83550f-9506-4d3b-8c64-9b48619f4680} TCPHandler: Processed in 0.00122482 sec. 2025.08.11 21:40:26.857524 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 2025.08.11 21:40:26.858251 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:26.858324 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:26.858959 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:40:26.859201 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:26.859348 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 2025.08.11 21:40:28.226890 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 414 2025.08.11 21:40:28.243404 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:28.243461 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:28.249871 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:40:28.250571 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:28.253436 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 414 2025.08.11 21:40:31.287119 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:31.287337 [ 277 ] {10868c80-2721-4a5b-979f-c63ef4a1007c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:31.287410 [ 277 ] {10868c80-2721-4a5b-979f-c63ef4a1007c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:31.288126 [ 277 ] {10868c80-2721-4a5b-979f-c63ef4a1007c} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.288168 [ 277 ] {10868c80-2721-4a5b-979f-c63ef4a1007c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.288580 [ 277 ] {10868c80-2721-4a5b-979f-c63ef4a1007c} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.11 21:40:31.288807 [ 277 ] {10868c80-2721-4a5b-979f-c63ef4a1007c} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.288955 [ 277 ] {10868c80-2721-4a5b-979f-c63ef4a1007c} executeQuery: Read 110 rows, 9.47 KiB in 0.001673 sec., 65750.1494321578 rows/sec., 5.53 MiB/sec. 2025.08.11 21:40:31.288958 [ 69 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.11 21:40:31.288996 [ 277 ] {10868c80-2721-4a5b-979f-c63ef4a1007c} TCPHandler: Processed in 0.002021584 sec. 2025.08.11 21:40:31.289007 [ 69 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.289033 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.289141 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:31.289149 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:40:31.289239 [ 277 ] {cecdf23c-d02b-4fc8-a3a6-c5a35d8f10b1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:31.289283 [ 277 ] {cecdf23c-d02b-4fc8-a3a6-c5a35d8f10b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:31.289286 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:31.289330 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1409 rows starting from the beginning of the part 2025.08.11 21:40:31.289394 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part 2025.08.11 21:40:31.289437 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 86 rows starting from the beginning of the part 2025.08.11 21:40:31.289476 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 110 rows starting from the beginning of the part 2025.08.11 21:40:31.289513 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 206 rows starting from the beginning of the part 2025.08.11 21:40:31.289550 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 110 rows starting from the beginning of the part 2025.08.11 21:40:31.289712 [ 277 ] {cecdf23c-d02b-4fc8-a3a6-c5a35d8f10b1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.289753 [ 277 ] {cecdf23c-d02b-4fc8-a3a6-c5a35d8f10b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.290072 [ 277 ] {cecdf23c-d02b-4fc8-a3a6-c5a35d8f10b1} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.11 21:40:31.290307 [ 277 ] {cecdf23c-d02b-4fc8-a3a6-c5a35d8f10b1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.290437 [ 277 ] {cecdf23c-d02b-4fc8-a3a6-c5a35d8f10b1} executeQuery: Read 27 rows, 2.03 KiB in 0.001217 sec., 22185.70254724733 rows/sec., 1.63 MiB/sec. 2025.08.11 21:40:31.290473 [ 277 ] {cecdf23c-d02b-4fc8-a3a6-c5a35d8f10b1} TCPHandler: Processed in 0.001381944 sec. 2025.08.11 21:40:31.290582 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:31.290676 [ 277 ] {957e5991-0547-4e4f-aa9c-1d5e92722f36} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:31.290696 [ 193 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1977 rows, containing 5 columns (5 merged, 0 gathered) in 0.001602487 sec., 1233707.356128318 rows/sec., 108.74 MiB/sec. 2025.08.11 21:40:31.290717 [ 277 ] {957e5991-0547-4e4f-aa9c-1d5e92722f36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:31.290898 [ 200 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.11 21:40:31.291144 [ 277 ] {957e5991-0547-4e4f-aa9c-1d5e92722f36} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.291179 [ 200 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.291185 [ 277 ] {957e5991-0547-4e4f-aa9c-1d5e92722f36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.291265 [ 200 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_91_18} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.11 21:40:31.291343 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.11 21:40:31.291519 [ 277 ] {957e5991-0547-4e4f-aa9c-1d5e92722f36} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.11 21:40:31.291733 [ 277 ] {957e5991-0547-4e4f-aa9c-1d5e92722f36} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.291837 [ 69 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.11 21:40:31.291859 [ 277 ] {957e5991-0547-4e4f-aa9c-1d5e92722f36} executeQuery: Read 91 rows, 7.28 KiB in 0.0012 sec., 75833.33333333334 rows/sec., 5.92 MiB/sec. 2025.08.11 21:40:31.291873 [ 69 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.291892 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.291896 [ 277 ] {957e5991-0547-4e4f-aa9c-1d5e92722f36} TCPHandler: Processed in 0.001362782 sec. 2025.08.11 21:40:31.291956 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:40:31.292017 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:31.292037 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:31.292067 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 634 rows starting from the beginning of the part 2025.08.11 21:40:31.292118 [ 277 ] {c2eb9ac5-8a05-4c6c-91bc-246a80fde0a2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:31.292122 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part 2025.08.11 21:40:31.292165 [ 277 ] {c2eb9ac5-8a05-4c6c-91bc-246a80fde0a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:31.292174 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 79 rows starting from the beginning of the part 2025.08.11 21:40:31.292214 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 91 rows starting from the beginning of the part 2025.08.11 21:40:31.292252 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 115 rows starting from the beginning of the part 2025.08.11 21:40:31.292289 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 91 rows starting from the beginning of the part 2025.08.11 21:40:31.292600 [ 277 ] {c2eb9ac5-8a05-4c6c-91bc-246a80fde0a2} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.292633 [ 277 ] {c2eb9ac5-8a05-4c6c-91bc-246a80fde0a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.292965 [ 277 ] {c2eb9ac5-8a05-4c6c-91bc-246a80fde0a2} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.11 21:40:31.293185 [ 195 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001252211 sec., 857682.9304326507 rows/sec., 69.17 MiB/sec. 2025.08.11 21:40:31.293190 [ 277 ] {c2eb9ac5-8a05-4c6c-91bc-246a80fde0a2} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.293350 [ 69 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.11 21:40:31.293357 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.11 21:40:31.293369 [ 277 ] {c2eb9ac5-8a05-4c6c-91bc-246a80fde0a2} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2025.08.11 21:40:31.293385 [ 69 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.293408 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.293414 [ 277 ] {c2eb9ac5-8a05-4c6c-91bc-246a80fde0a2} TCPHandler: Processed in 0.001446505 sec. 2025.08.11 21:40:31.293475 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:40:31.293528 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:31.293585 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:31.293611 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.293616 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 24743 rows starting from the beginning of the part 2025.08.11 21:40:31.293627 [ 277 ] {5628d48a-ac6c-4a2c-8cde-9c8dd5fd4c66} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:31.293685 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_91_18} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.11 21:40:31.293689 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part 2025.08.11 21:40:31.293700 [ 277 ] {5628d48a-ac6c-4a2c-8cde-9c8dd5fd4c66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:31.293746 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.11 21:40:31.293749 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:31.293806 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:31.293846 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 196 rows starting from the beginning of the part 2025.08.11 21:40:31.293886 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:31.294549 [ 277 ] {5628d48a-ac6c-4a2c-8cde-9c8dd5fd4c66} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.294596 [ 277 ] {5628d48a-ac6c-4a2c-8cde-9c8dd5fd4c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.295200 [ 277 ] {5628d48a-ac6c-4a2c-8cde-9c8dd5fd4c66} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.11 21:40:31.295425 [ 277 ] {5628d48a-ac6c-4a2c-8cde-9c8dd5fd4c66} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.295549 [ 69 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.11 21:40:31.295573 [ 277 ] {5628d48a-ac6c-4a2c-8cde-9c8dd5fd4c66} executeQuery: Read 27 rows, 49.54 KiB in 0.001965 sec., 13740.458015267175 rows/sec., 24.62 MiB/sec. 2025.08.11 21:40:31.295585 [ 69 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.295628 [ 277 ] {5628d48a-ac6c-4a2c-8cde-9c8dd5fd4c66} TCPHandler: Processed in 0.002148836 sec. 2025.08.11 21:40:31.295634 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.295706 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:40:31.295742 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:31.295836 [ 277 ] {03aebf2e-c275-4482-a274-102db7735680} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:31.295850 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:31.295879 [ 277 ] {03aebf2e-c275-4482-a274-102db7735680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:31.295896 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1410 rows starting from the beginning of the part 2025.08.11 21:40:31.296010 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:31.296104 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:31.296188 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:31.296271 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:31.296283 [ 277 ] {03aebf2e-c275-4482-a274-102db7735680} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.296325 [ 277 ] {03aebf2e-c275-4482-a274-102db7735680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.296352 [ 193 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:31.296926 [ 277 ] {03aebf2e-c275-4482-a274-102db7735680} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.11 21:40:31.297154 [ 277 ] {03aebf2e-c275-4482-a274-102db7735680} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.297265 [ 69 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.11 21:40:31.297286 [ 277 ] {03aebf2e-c275-4482-a274-102db7735680} executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. 2025.08.11 21:40:31.297295 [ 69 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:31.297317 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:31.297324 [ 277 ] {03aebf2e-c275-4482-a274-102db7735680} TCPHandler: Processed in 0.001631217 sec. 2025.08.11 21:40:31.297393 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:40:31.297484 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:31.297516 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4506 rows starting from the beginning of the part 2025.08.11 21:40:31.297562 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 24 rows starting from the beginning of the part 2025.08.11 21:40:31.297600 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2025.08.11 21:40:31.297637 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:40:31.297670 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2025.08.11 21:40:31.297704 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2025.08.11 21:40:31.300244 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4770 rows, containing 4 columns (4 merged, 0 gathered) in 0.002876518 sec., 1658254.876207971 rows/sec., 111.82 MiB/sec. 2025.08.11 21:40:31.300780 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.11 21:40:31.301073 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.301154 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_91_18} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.11 21:40:31.301235 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.08.11 21:40:31.301683 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 25483 rows, containing 5 columns (5 merged, 0 gathered) in 0.008236988 sec., 3093727.9500710694 rows/sec., 212.05 MiB/sec. 2025.08.11 21:40:31.301954 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.11 21:40:31.302329 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.302429 [ 192 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_91_18} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.11 21:40:31.302515 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.08.11 21:40:31.304678 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 19 columns (19 merged, 0 gathered) in 0.00899848 sec., 169028.54704350067 rows/sec., 302.89 MiB/sec. 2025.08.11 21:40:31.306948 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.11 21:40:31.307345 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:31.307431 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_76_15} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.11 21:40:31.307572 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. 2025.08.11 21:40:32.000167 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 300.95 MiB, peak 315.49 MiB, free memory in arenas 0.00 B, will set to 307.02 MiB (RSS), difference: 6.07 MiB 2025.08.11 21:40:34.210554 [ 103 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:40:34.210604 [ 103 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:40:34.359532 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 2025.08.11 21:40:34.360255 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:34.360308 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:34.360818 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:40:34.361068 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:34.361227 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 2025.08.11 21:40:34.361243 [ 103 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:40:34.361337 [ 103 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:34.361373 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:34.361507 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:40:34.361645 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:34.361687 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part 2025.08.11 21:40:34.361755 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:40:34.361801 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:40:34.361843 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:40:34.361883 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:40:34.361924 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:40:34.364121 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002672185 sec., 9610487.297848016 rows/sec., 137.48 MiB/sec. 2025.08.11 21:40:34.364430 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:40:34.364770 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_56_11} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:34.364863 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_56_11} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:40:34.364999 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.08.11 21:40:34.438240 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1350 2025.08.11 21:40:34.440577 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:34.440616 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:34.441788 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:40:34.442055 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:34.442177 [ 103 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.11 21:40:34.442212 [ 103 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:34.442233 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:34.442323 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.11 21:40:34.442413 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1350 2025.08.11 21:40:34.442869 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:34.443016 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1204 rows starting from the beginning of the part 2025.08.11 21:40:34.443372 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part 2025.08.11 21:40:34.443737 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:40:34.444107 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part 2025.08.11 21:40:34.444470 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2025.08.11 21:40:34.444817 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part 2025.08.11 21:40:34.451353 [ 187 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 72 columns (72 merged, 0 gathered) in 0.009070372 sec., 148836.23295714884 rows/sec., 115.00 MiB/sec. 2025.08.11 21:40:34.452956 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.11 21:40:34.453541 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:34.453613 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_41_8} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.11 21:40:34.453927 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.08.11 21:40:35.753537 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 422 2025.08.11 21:40:35.771310 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:35.771424 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:35.777957 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:40:35.778646 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:35.778952 [ 109 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:40:35.779022 [ 109 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:35.779047 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:35.779162 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:40:35.782357 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.08.11 21:40:35.783600 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:35.785279 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:40:35.790156 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:40:35.794726 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:40:35.799474 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:40:35.804458 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part 2025.08.11 21:40:35.808294 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part 2025.08.11 21:40:35.862454 [ 203 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.083339897 sec., 5063.601170517406 rows/sec., 26.18 MiB/sec. 2025.08.11 21:40:35.865353 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:40:35.867416 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_56_11} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:35.867533 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_56_11} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:40:35.870031 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.11 21:40:36.287019 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:36.287225 [ 277 ] {a79331f6-76d5-4149-a1d1-e5df38e1e3d0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:36.287301 [ 277 ] {a79331f6-76d5-4149-a1d1-e5df38e1e3d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:36.288048 [ 277 ] {a79331f6-76d5-4149-a1d1-e5df38e1e3d0} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:36.288106 [ 277 ] {a79331f6-76d5-4149-a1d1-e5df38e1e3d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:36.288526 [ 277 ] {a79331f6-76d5-4149-a1d1-e5df38e1e3d0} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.11 21:40:36.288768 [ 277 ] {a79331f6-76d5-4149-a1d1-e5df38e1e3d0} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:36.288933 [ 277 ] {a79331f6-76d5-4149-a1d1-e5df38e1e3d0} executeQuery: Read 86 rows, 7.39 KiB in 0.001766 sec., 48697.62174405436 rows/sec., 4.09 MiB/sec. 2025.08.11 21:40:36.288984 [ 277 ] {a79331f6-76d5-4149-a1d1-e5df38e1e3d0} TCPHandler: Processed in 0.002110605 sec. 2025.08.11 21:40:36.289110 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:36.289214 [ 277 ] {19080cc2-86b8-4a28-bbee-820f1e6d18c7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:36.289258 [ 277 ] {19080cc2-86b8-4a28-bbee-820f1e6d18c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:36.289672 [ 277 ] {19080cc2-86b8-4a28-bbee-820f1e6d18c7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:36.289711 [ 277 ] {19080cc2-86b8-4a28-bbee-820f1e6d18c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:36.290031 [ 277 ] {19080cc2-86b8-4a28-bbee-820f1e6d18c7} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.11 21:40:36.290254 [ 277 ] {19080cc2-86b8-4a28-bbee-820f1e6d18c7} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:36.290397 [ 277 ] {19080cc2-86b8-4a28-bbee-820f1e6d18c7} executeQuery: Read 15 rows, 1.13 KiB in 0.001207 sec., 12427.506213753108 rows/sec., 934.49 KiB/sec. 2025.08.11 21:40:36.290435 [ 277 ] {19080cc2-86b8-4a28-bbee-820f1e6d18c7} TCPHandler: Processed in 0.001377714 sec. 2025.08.11 21:40:36.290546 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:36.290641 [ 277 ] {aa11f862-4a0e-48d3-8c2c-5158d3e38105} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:36.290684 [ 277 ] {aa11f862-4a0e-48d3-8c2c-5158d3e38105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:36.291096 [ 277 ] {aa11f862-4a0e-48d3-8c2c-5158d3e38105} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:36.291134 [ 277 ] {aa11f862-4a0e-48d3-8c2c-5158d3e38105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:36.291462 [ 277 ] {aa11f862-4a0e-48d3-8c2c-5158d3e38105} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.11 21:40:36.291695 [ 277 ] {aa11f862-4a0e-48d3-8c2c-5158d3e38105} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:36.291830 [ 277 ] {aa11f862-4a0e-48d3-8c2c-5158d3e38105} executeQuery: Read 79 rows, 6.32 KiB in 0.001208 sec., 65397.35099337748 rows/sec., 5.11 MiB/sec. 2025.08.11 21:40:36.291868 [ 277 ] {aa11f862-4a0e-48d3-8c2c-5158d3e38105} TCPHandler: Processed in 0.001372963 sec. 2025.08.11 21:40:36.291982 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:36.292078 [ 277 ] {4d41eff4-1383-4855-82a9-a24ad3cce31c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:36.292124 [ 277 ] {4d41eff4-1383-4855-82a9-a24ad3cce31c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:36.292554 [ 277 ] {4d41eff4-1383-4855-82a9-a24ad3cce31c} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:36.292592 [ 277 ] {4d41eff4-1383-4855-82a9-a24ad3cce31c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:36.292964 [ 277 ] {4d41eff4-1383-4855-82a9-a24ad3cce31c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.11 21:40:36.293189 [ 277 ] {4d41eff4-1383-4855-82a9-a24ad3cce31c} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:36.293324 [ 277 ] {4d41eff4-1383-4855-82a9-a24ad3cce31c} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2025.08.11 21:40:36.293362 [ 277 ] {4d41eff4-1383-4855-82a9-a24ad3cce31c} TCPHandler: Processed in 0.001429563 sec. 2025.08.11 21:40:36.293472 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:36.293595 [ 277 ] {3817a0ff-d5c1-49bb-b2a5-7c85ad774740} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:36.293655 [ 277 ] {3817a0ff-d5c1-49bb-b2a5-7c85ad774740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:36.294530 [ 277 ] {3817a0ff-d5c1-49bb-b2a5-7c85ad774740} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:36.294573 [ 277 ] {3817a0ff-d5c1-49bb-b2a5-7c85ad774740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:36.295131 [ 277 ] {3817a0ff-d5c1-49bb-b2a5-7c85ad774740} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.11 21:40:36.295373 [ 277 ] {3817a0ff-d5c1-49bb-b2a5-7c85ad774740} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:36.295519 [ 277 ] {3817a0ff-d5c1-49bb-b2a5-7c85ad774740} executeQuery: Read 15 rows, 27.52 KiB in 0.001943 sec., 7720.0205867215645 rows/sec., 13.83 MiB/sec. 2025.08.11 21:40:36.295587 [ 277 ] {3817a0ff-d5c1-49bb-b2a5-7c85ad774740} TCPHandler: Processed in 0.002165287 sec. 2025.08.11 21:40:36.295700 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:36.295812 [ 277 ] {2b82086c-c161-4752-8dc7-d91edadd54b2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:36.295859 [ 277 ] {2b82086c-c161-4752-8dc7-d91edadd54b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:36.296197 [ 277 ] {2b82086c-c161-4752-8dc7-d91edadd54b2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:36.296235 [ 277 ] {2b82086c-c161-4752-8dc7-d91edadd54b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:36.296566 [ 277 ] {2b82086c-c161-4752-8dc7-d91edadd54b2} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.11 21:40:36.296782 [ 277 ] {2b82086c-c161-4752-8dc7-d91edadd54b2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:36.296911 [ 277 ] {2b82086c-c161-4752-8dc7-d91edadd54b2} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2025.08.11 21:40:36.296948 [ 277 ] {2b82086c-c161-4752-8dc7-d91edadd54b2} TCPHandler: Processed in 0.001298352 sec. 2025.08.11 21:40:38.594462 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:38.594668 [ 277 ] {704b351f-dd4f-496d-870b-ba5547dc8d57} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:40:38.594747 [ 277 ] {704b351f-dd4f-496d-870b-ba5547dc8d57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:40:38.595414 [ 277 ] {704b351f-dd4f-496d-870b-ba5547dc8d57} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:38.595464 [ 277 ] {704b351f-dd4f-496d-870b-ba5547dc8d57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:38.595861 [ 277 ] {704b351f-dd4f-496d-870b-ba5547dc8d57} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:40:38.596104 [ 277 ] {704b351f-dd4f-496d-870b-ba5547dc8d57} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:38.596269 [ 277 ] {704b351f-dd4f-496d-870b-ba5547dc8d57} executeQuery: Read 2 rows, 167.00 B in 0.001657 sec., 1207.0006035003016 rows/sec., 98.42 KiB/sec. 2025.08.11 21:40:38.596322 [ 277 ] {704b351f-dd4f-496d-870b-ba5547dc8d57} TCPHandler: Processed in 0.002004344 sec. 2025.08.11 21:40:38.596446 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:38.596550 [ 277 ] {82a75e42-02fb-4194-8138-b9e1a3212e53} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:38.596593 [ 277 ] {82a75e42-02fb-4194-8138-b9e1a3212e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:38.597681 [ 277 ] {82a75e42-02fb-4194-8138-b9e1a3212e53} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:38.597718 [ 277 ] {82a75e42-02fb-4194-8138-b9e1a3212e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:38.598128 [ 277 ] {82a75e42-02fb-4194-8138-b9e1a3212e53} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.11 21:40:38.598348 [ 277 ] {82a75e42-02fb-4194-8138-b9e1a3212e53} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:38.598480 [ 277 ] {82a75e42-02fb-4194-8138-b9e1a3212e53} executeQuery: Read 1251 rows, 106.10 KiB in 0.001955 sec., 639897.6982097186 rows/sec., 53.00 MiB/sec. 2025.08.11 21:40:38.598519 [ 277 ] {82a75e42-02fb-4194-8138-b9e1a3212e53} TCPHandler: Processed in 0.002125246 sec. 2025.08.11 21:40:38.598634 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:38.598731 [ 277 ] {f8347d75-07b1-4af6-9596-5387031453be} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:38.598771 [ 277 ] {f8347d75-07b1-4af6-9596-5387031453be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:38.599181 [ 277 ] {f8347d75-07b1-4af6-9596-5387031453be} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:38.599216 [ 277 ] {f8347d75-07b1-4af6-9596-5387031453be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:38.599521 [ 277 ] {f8347d75-07b1-4af6-9596-5387031453be} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.11 21:40:38.599769 [ 277 ] {f8347d75-07b1-4af6-9596-5387031453be} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:38.599901 [ 277 ] {f8347d75-07b1-4af6-9596-5387031453be} executeQuery: Read 29 rows, 2.17 KiB in 0.001189 sec., 24390.243902439026 rows/sec., 1.78 MiB/sec. 2025.08.11 21:40:38.599939 [ 277 ] {f8347d75-07b1-4af6-9596-5387031453be} TCPHandler: Processed in 0.001354842 sec. 2025.08.11 21:40:38.600044 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:38.600140 [ 277 ] {0c7a4375-b1db-4e34-9b6c-080585b37200} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:40:38.600179 [ 277 ] {0c7a4375-b1db-4e34-9b6c-080585b37200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:40:38.600662 [ 277 ] {0c7a4375-b1db-4e34-9b6c-080585b37200} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:38.600698 [ 277 ] {0c7a4375-b1db-4e34-9b6c-080585b37200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:38.601016 [ 277 ] {0c7a4375-b1db-4e34-9b6c-080585b37200} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:40:38.601238 [ 277 ] {0c7a4375-b1db-4e34-9b6c-080585b37200} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:38.601364 [ 277 ] {0c7a4375-b1db-4e34-9b6c-080585b37200} executeQuery: Read 228 rows, 15.81 KiB in 0.001243 sec., 183427.19227674982 rows/sec., 12.42 MiB/sec. 2025.08.11 21:40:38.601402 [ 277 ] {0c7a4375-b1db-4e34-9b6c-080585b37200} TCPHandler: Processed in 0.001407994 sec. 2025.08.11 21:40:38.601502 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:38.601596 [ 277 ] {6bffc4ac-c82f-47e2-9d44-a1298e1038fa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:38.601637 [ 277 ] {6bffc4ac-c82f-47e2-9d44-a1298e1038fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:38.602229 [ 277 ] {6bffc4ac-c82f-47e2-9d44-a1298e1038fa} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:38.602265 [ 277 ] {6bffc4ac-c82f-47e2-9d44-a1298e1038fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:38.602596 [ 277 ] {6bffc4ac-c82f-47e2-9d44-a1298e1038fa} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.11 21:40:38.602813 [ 277 ] {6bffc4ac-c82f-47e2-9d44-a1298e1038fa} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:38.602940 [ 277 ] {6bffc4ac-c82f-47e2-9d44-a1298e1038fa} executeQuery: Read 549 rows, 41.73 KiB in 0.001362 sec., 403083.7004405286 rows/sec., 29.92 MiB/sec. 2025.08.11 21:40:38.602978 [ 277 ] {6bffc4ac-c82f-47e2-9d44-a1298e1038fa} TCPHandler: Processed in 0.001524916 sec. 2025.08.11 21:40:38.603100 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:38.603211 [ 277 ] {ec96bbc2-fbc0-4184-946e-3ac38c22dd82} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:38.603263 [ 277 ] {ec96bbc2-fbc0-4184-946e-3ac38c22dd82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:38.603861 [ 277 ] {ec96bbc2-fbc0-4184-946e-3ac38c22dd82} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:38.603897 [ 277 ] {ec96bbc2-fbc0-4184-946e-3ac38c22dd82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:38.604287 [ 277 ] {ec96bbc2-fbc0-4184-946e-3ac38c22dd82} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.11 21:40:38.604528 [ 277 ] {ec96bbc2-fbc0-4184-946e-3ac38c22dd82} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:38.604663 [ 277 ] {ec96bbc2-fbc0-4184-946e-3ac38c22dd82} executeQuery: Read 943 rows, 64.75 KiB in 0.001478 sec., 638024.3572395128 rows/sec., 42.78 MiB/sec. 2025.08.11 21:40:38.604700 [ 277 ] {ec96bbc2-fbc0-4184-946e-3ac38c22dd82} TCPHandler: Processed in 0.001658468 sec. 2025.08.11 21:40:38.604813 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:38.604907 [ 277 ] {32c1faaa-04ce-4822-9d00-fe34969bfe21} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:38.604965 [ 277 ] {32c1faaa-04ce-4822-9d00-fe34969bfe21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:38.605794 [ 277 ] {32c1faaa-04ce-4822-9d00-fe34969bfe21} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:38.605830 [ 277 ] {32c1faaa-04ce-4822-9d00-fe34969bfe21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:38.606380 [ 277 ] {32c1faaa-04ce-4822-9d00-fe34969bfe21} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.11 21:40:38.606620 [ 277 ] {32c1faaa-04ce-4822-9d00-fe34969bfe21} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:38.606778 [ 277 ] {32c1faaa-04ce-4822-9d00-fe34969bfe21} executeQuery: Read 27 rows, 49.54 KiB in 0.001888 sec., 14300.84745762712 rows/sec., 25.63 MiB/sec. 2025.08.11 21:40:38.606843 [ 277 ] {32c1faaa-04ce-4822-9d00-fe34969bfe21} TCPHandler: Processed in 0.002078974 sec. 2025.08.11 21:40:38.606961 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:38.607056 [ 277 ] {bd5dafe7-1bbb-435a-8736-1b3d5de31baf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:38.607099 [ 277 ] {bd5dafe7-1bbb-435a-8736-1b3d5de31baf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:38.607427 [ 277 ] {bd5dafe7-1bbb-435a-8736-1b3d5de31baf} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:38.607462 [ 277 ] {bd5dafe7-1bbb-435a-8736-1b3d5de31baf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:38.607772 [ 277 ] {bd5dafe7-1bbb-435a-8736-1b3d5de31baf} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.11 21:40:38.607988 [ 277 ] {bd5dafe7-1bbb-435a-8736-1b3d5de31baf} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:38.608116 [ 277 ] {bd5dafe7-1bbb-435a-8736-1b3d5de31baf} executeQuery: Read 36 rows, 2.48 KiB in 0.001077 sec., 33426.18384401114 rows/sec., 2.25 MiB/sec. 2025.08.11 21:40:38.608156 [ 277 ] {bd5dafe7-1bbb-435a-8736-1b3d5de31baf} TCPHandler: Processed in 0.001245991 sec. 2025.08.11 21:40:41.281675 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:41.281868 [ 277 ] {a63bb3b5-a373-4acb-bfa7-f5210fd3ce5e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:41.281935 [ 277 ] {a63bb3b5-a373-4acb-bfa7-f5210fd3ce5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:41.282666 [ 277 ] {a63bb3b5-a373-4acb-bfa7-f5210fd3ce5e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:41.282708 [ 277 ] {a63bb3b5-a373-4acb-bfa7-f5210fd3ce5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:41.283128 [ 277 ] {a63bb3b5-a373-4acb-bfa7-f5210fd3ce5e} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.11 21:40:41.283362 [ 277 ] {a63bb3b5-a373-4acb-bfa7-f5210fd3ce5e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:41.283512 [ 277 ] {a63bb3b5-a373-4acb-bfa7-f5210fd3ce5e} executeQuery: Read 56 rows, 4.41 KiB in 0.001694 sec., 33057.85123966942 rows/sec., 2.54 MiB/sec. 2025.08.11 21:40:41.283553 [ 277 ] {a63bb3b5-a373-4acb-bfa7-f5210fd3ce5e} TCPHandler: Processed in 0.002006334 sec. 2025.08.11 21:40:41.283671 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:41.283767 [ 277 ] {d57746d2-6eda-4a23-bd7d-863b73745fed} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:41.283807 [ 277 ] {d57746d2-6eda-4a23-bd7d-863b73745fed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:41.284223 [ 277 ] {d57746d2-6eda-4a23-bd7d-863b73745fed} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:41.284323 [ 277 ] {d57746d2-6eda-4a23-bd7d-863b73745fed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:41.284624 [ 277 ] {d57746d2-6eda-4a23-bd7d-863b73745fed} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.11 21:40:41.284830 [ 277 ] {d57746d2-6eda-4a23-bd7d-863b73745fed} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:41.284961 [ 277 ] {d57746d2-6eda-4a23-bd7d-863b73745fed} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2025.08.11 21:40:41.284998 [ 277 ] {d57746d2-6eda-4a23-bd7d-863b73745fed} TCPHandler: Processed in 0.001374963 sec. 2025.08.11 21:40:41.285108 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:41.285201 [ 277 ] {b09d9924-51d1-4364-980e-5aa02cd204c9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:41.285244 [ 277 ] {b09d9924-51d1-4364-980e-5aa02cd204c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:41.285602 [ 277 ] {b09d9924-51d1-4364-980e-5aa02cd204c9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:41.285637 [ 277 ] {b09d9924-51d1-4364-980e-5aa02cd204c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:41.285964 [ 277 ] {b09d9924-51d1-4364-980e-5aa02cd204c9} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.11 21:40:41.286172 [ 277 ] {b09d9924-51d1-4364-980e-5aa02cd204c9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:41.286305 [ 277 ] {b09d9924-51d1-4364-980e-5aa02cd204c9} executeQuery: Read 64 rows, 4.56 KiB in 0.001123 sec., 56990.20480854853 rows/sec., 3.97 MiB/sec. 2025.08.11 21:40:41.286341 [ 277 ] {b09d9924-51d1-4364-980e-5aa02cd204c9} TCPHandler: Processed in 0.001280501 sec. 2025.08.11 21:40:41.286447 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:41.286539 [ 277 ] {68f1a130-8cfa-4129-8c5c-19b3be938546} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:41.286580 [ 277 ] {68f1a130-8cfa-4129-8c5c-19b3be938546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:41.286887 [ 277 ] {68f1a130-8cfa-4129-8c5c-19b3be938546} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:41.286921 [ 277 ] {68f1a130-8cfa-4129-8c5c-19b3be938546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:41.287222 [ 277 ] {68f1a130-8cfa-4129-8c5c-19b3be938546} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.11 21:40:41.287429 [ 277 ] {68f1a130-8cfa-4129-8c5c-19b3be938546} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:41.287557 [ 277 ] {68f1a130-8cfa-4129-8c5c-19b3be938546} executeQuery: Read 24 rows, 1.66 KiB in 0.001036 sec., 23166.023166023166 rows/sec., 1.56 MiB/sec. 2025.08.11 21:40:41.287592 [ 277 ] {68f1a130-8cfa-4129-8c5c-19b3be938546} TCPHandler: Processed in 0.00119226 sec. 2025.08.11 21:40:41.861457 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 2025.08.11 21:40:41.861962 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:41.862004 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:41.862515 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:40:41.862768 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:41.862893 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 2025.08.11 21:40:43.282543 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.08.11 21:40:43.298247 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:43.298309 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:43.303505 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:40:43.304174 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:43.307046 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.08.11 21:40:44.442747 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1386 2025.08.11 21:40:44.445274 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:44.445311 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:44.446468 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:40:44.446726 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:44.446969 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1386 2025.08.11 21:40:46.286976 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:46.287176 [ 277 ] {4b3c5070-7987-4883-9b02-1dcc0f9184ce} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:46.287244 [ 277 ] {4b3c5070-7987-4883-9b02-1dcc0f9184ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:46.287901 [ 277 ] {4b3c5070-7987-4883-9b02-1dcc0f9184ce} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:46.287953 [ 277 ] {4b3c5070-7987-4883-9b02-1dcc0f9184ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:46.288384 [ 277 ] {4b3c5070-7987-4883-9b02-1dcc0f9184ce} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.11 21:40:46.288626 [ 277 ] {4b3c5070-7987-4883-9b02-1dcc0f9184ce} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:46.288793 [ 277 ] {4b3c5070-7987-4883-9b02-1dcc0f9184ce} executeQuery: Read 86 rows, 7.39 KiB in 0.001669 sec., 51527.86099460755 rows/sec., 4.32 MiB/sec. 2025.08.11 21:40:46.288839 [ 277 ] {4b3c5070-7987-4883-9b02-1dcc0f9184ce} TCPHandler: Processed in 0.001998084 sec. 2025.08.11 21:40:46.288963 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:46.289060 [ 277 ] {802763c8-75d3-4916-b057-793687876c16} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:46.289102 [ 277 ] {802763c8-75d3-4916-b057-793687876c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:46.289516 [ 277 ] {802763c8-75d3-4916-b057-793687876c16} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:46.289556 [ 277 ] {802763c8-75d3-4916-b057-793687876c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:46.289886 [ 277 ] {802763c8-75d3-4916-b057-793687876c16} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.11 21:40:46.290106 [ 277 ] {802763c8-75d3-4916-b057-793687876c16} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:46.290238 [ 277 ] {802763c8-75d3-4916-b057-793687876c16} executeQuery: Read 15 rows, 1.13 KiB in 0.001197 sec., 12531.328320802006 rows/sec., 942.30 KiB/sec. 2025.08.11 21:40:46.290278 [ 277 ] {802763c8-75d3-4916-b057-793687876c16} TCPHandler: Processed in 0.001366183 sec. 2025.08.11 21:40:46.290385 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:46.290480 [ 277 ] {677d838e-da3a-4fce-bb5c-60642980f1c1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:46.290521 [ 277 ] {677d838e-da3a-4fce-bb5c-60642980f1c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:46.290937 [ 277 ] {677d838e-da3a-4fce-bb5c-60642980f1c1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:46.290975 [ 277 ] {677d838e-da3a-4fce-bb5c-60642980f1c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:46.291285 [ 277 ] {677d838e-da3a-4fce-bb5c-60642980f1c1} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.11 21:40:46.291484 [ 277 ] {677d838e-da3a-4fce-bb5c-60642980f1c1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:46.291616 [ 277 ] {677d838e-da3a-4fce-bb5c-60642980f1c1} executeQuery: Read 79 rows, 6.32 KiB in 0.001178 sec., 67062.81833616299 rows/sec., 5.24 MiB/sec. 2025.08.11 21:40:46.291651 [ 277 ] {677d838e-da3a-4fce-bb5c-60642980f1c1} TCPHandler: Processed in 0.001342533 sec. 2025.08.11 21:40:46.291757 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:46.291846 [ 277 ] {b26ff9ec-e1ba-4e8f-86a8-3af995b29512} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:46.291887 [ 277 ] {b26ff9ec-e1ba-4e8f-86a8-3af995b29512} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:46.292324 [ 277 ] {b26ff9ec-e1ba-4e8f-86a8-3af995b29512} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:46.292360 [ 277 ] {b26ff9ec-e1ba-4e8f-86a8-3af995b29512} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:46.292704 [ 277 ] {b26ff9ec-e1ba-4e8f-86a8-3af995b29512} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.11 21:40:46.292917 [ 277 ] {b26ff9ec-e1ba-4e8f-86a8-3af995b29512} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:46.293055 [ 277 ] {b26ff9ec-e1ba-4e8f-86a8-3af995b29512} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.08.11 21:40:46.293093 [ 277 ] {b26ff9ec-e1ba-4e8f-86a8-3af995b29512} TCPHandler: Processed in 0.001350712 sec. 2025.08.11 21:40:46.293193 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:46.293288 [ 277 ] {bfcfb9b3-d89a-4191-905a-41e5bb7bcb32} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:46.293343 [ 277 ] {bfcfb9b3-d89a-4191-905a-41e5bb7bcb32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:46.294116 [ 277 ] {bfcfb9b3-d89a-4191-905a-41e5bb7bcb32} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:46.294153 [ 277 ] {bfcfb9b3-d89a-4191-905a-41e5bb7bcb32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:46.294673 [ 277 ] {bfcfb9b3-d89a-4191-905a-41e5bb7bcb32} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.11 21:40:46.294899 [ 277 ] {bfcfb9b3-d89a-4191-905a-41e5bb7bcb32} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:46.295040 [ 277 ] {bfcfb9b3-d89a-4191-905a-41e5bb7bcb32} executeQuery: Read 15 rows, 27.52 KiB in 0.001771 sec., 8469.79107848673 rows/sec., 15.18 MiB/sec. 2025.08.11 21:40:46.295094 [ 277 ] {bfcfb9b3-d89a-4191-905a-41e5bb7bcb32} TCPHandler: Processed in 0.001950333 sec. 2025.08.11 21:40:46.295203 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:46.295300 [ 277 ] {5ed5936e-2775-4567-b4a2-0479f56e3d15} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:46.295343 [ 277 ] {5ed5936e-2775-4567-b4a2-0479f56e3d15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:46.295681 [ 277 ] {5ed5936e-2775-4567-b4a2-0479f56e3d15} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:46.295717 [ 277 ] {5ed5936e-2775-4567-b4a2-0479f56e3d15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:46.296030 [ 277 ] {5ed5936e-2775-4567-b4a2-0479f56e3d15} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.11 21:40:46.296247 [ 277 ] {5ed5936e-2775-4567-b4a2-0479f56e3d15} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:46.296377 [ 277 ] {5ed5936e-2775-4567-b4a2-0479f56e3d15} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2025.08.11 21:40:46.296414 [ 277 ] {5ed5936e-2775-4567-b4a2-0479f56e3d15} TCPHandler: Processed in 0.001260621 sec. 2025.08.11 21:40:49.210842 [ 122 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:40:49.210896 [ 122 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:40:49.363051 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 2025.08.11 21:40:49.363624 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:49.363664 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:49.364142 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:40:49.364374 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:49.364509 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 2025.08.11 21:40:50.476923 [ 122 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 2025.08.11 21:40:50.476983 [ 122 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:50.477005 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:50.477112 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::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.08.11 21:40:50.477230 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:50.477268 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 252 rows starting from the beginning of the part 2025.08.11 21:40:50.477342 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2025.08.11 21:40:50.477394 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part 2025.08.11 21:40:50.477441 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.08.11 21:40:50.477485 [ 190 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part 2025.08.11 21:40:50.478345 [ 203 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001276232 sec., 592368.7856126472 rows/sec., 43.23 MiB/sec. 2025.08.11 21:40:50.478548 [ 195 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2025.08.11 21:40:50.478865 [ 195 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:50.478951 [ 195 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_26_6} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 2025.08.11 21:40:50.479065 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.11 21:40:50.807127 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.08.11 21:40:50.822930 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:50.822982 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:50.828704 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:40:50.829376 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:50.832122 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.08.11 21:40:51.287416 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:51.287602 [ 277 ] {abd10abf-ebe2-4c39-9553-5d3e101813a8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:51.287668 [ 277 ] {abd10abf-ebe2-4c39-9553-5d3e101813a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:51.288436 [ 277 ] {abd10abf-ebe2-4c39-9553-5d3e101813a8} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.288484 [ 277 ] {abd10abf-ebe2-4c39-9553-5d3e101813a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.288892 [ 277 ] {abd10abf-ebe2-4c39-9553-5d3e101813a8} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.11 21:40:51.289132 [ 277 ] {abd10abf-ebe2-4c39-9553-5d3e101813a8} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.289293 [ 277 ] {abd10abf-ebe2-4c39-9553-5d3e101813a8} executeQuery: Read 110 rows, 9.47 KiB in 0.001743 sec., 63109.58118187034 rows/sec., 5.30 MiB/sec. 2025.08.11 21:40:51.289299 [ 122 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.11 21:40:51.289337 [ 277 ] {abd10abf-ebe2-4c39-9553-5d3e101813a8} TCPHandler: Processed in 0.002063034 sec. 2025.08.11 21:40:51.289368 [ 122 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.289397 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.289472 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:51.289490 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:40:51.289572 [ 277 ] {23470ec9-5526-4b99-be42-47f147d5438c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:51.289575 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:51.289612 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1409 rows starting from the beginning of the part 2025.08.11 21:40:51.289615 [ 277 ] {23470ec9-5526-4b99-be42-47f147d5438c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:51.289668 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 86 rows starting from the beginning of the part 2025.08.11 21:40:51.289711 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:40:51.289752 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part 2025.08.11 21:40:51.289790 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 86 rows starting from the beginning of the part 2025.08.11 21:40:51.289828 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 110 rows starting from the beginning of the part 2025.08.11 21:40:51.290083 [ 277 ] {23470ec9-5526-4b99-be42-47f147d5438c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.290119 [ 277 ] {23470ec9-5526-4b99-be42-47f147d5438c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.290433 [ 277 ] {23470ec9-5526-4b99-be42-47f147d5438c} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.11 21:40:51.290651 [ 277 ] {23470ec9-5526-4b99-be42-47f147d5438c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.290788 [ 277 ] {23470ec9-5526-4b99-be42-47f147d5438c} executeQuery: Read 27 rows, 2.03 KiB in 0.001235 sec., 21862.34817813765 rows/sec., 1.61 MiB/sec. 2025.08.11 21:40:51.290826 [ 277 ] {23470ec9-5526-4b99-be42-47f147d5438c} TCPHandler: Processed in 0.001401763 sec. 2025.08.11 21:40:51.290830 [ 119 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.11 21:40:51.290899 [ 119 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.290919 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.290939 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:51.291028 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:40:51.291046 [ 277 ] {7d38c223-afb5-48ec-8a8e-73c1d3635cab} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:51.291071 [ 203 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2998 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620368 sec., 1850196.9922881715 rows/sec., 161.27 MiB/sec. 2025.08.11 21:40:51.291097 [ 277 ] {7d38c223-afb5-48ec-8a8e-73c1d3635cab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:51.291153 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:51.291190 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 72 rows starting from the beginning of the part 2025.08.11 21:40:51.291260 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:51.291261 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.11 21:40:51.291310 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:51.291358 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 29 rows starting from the beginning of the part 2025.08.11 21:40:51.291401 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:51.291443 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:51.291526 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.291572 [ 277 ] {7d38c223-afb5-48ec-8a8e-73c1d3635cab} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.291603 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_96_19} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.11 21:40:51.291609 [ 277 ] {7d38c223-afb5-48ec-8a8e-73c1d3635cab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.291666 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.11 21:40:51.291934 [ 277 ] {7d38c223-afb5-48ec-8a8e-73c1d3635cab} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.11 21:40:51.292167 [ 277 ] {7d38c223-afb5-48ec-8a8e-73c1d3635cab} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.292293 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310892 sec., 141125.27958062146 rows/sec., 10.87 MiB/sec. 2025.08.11 21:40:51.292301 [ 277 ] {7d38c223-afb5-48ec-8a8e-73c1d3635cab} executeQuery: Read 91 rows, 7.28 KiB in 0.001273 sec., 71484.68185388845 rows/sec., 5.58 MiB/sec. 2025.08.11 21:40:51.292295 [ 119 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.11 21:40:51.292352 [ 277 ] {7d38c223-afb5-48ec-8a8e-73c1d3635cab} TCPHandler: Processed in 0.001460984 sec. 2025.08.11 21:40:51.292376 [ 119 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.292400 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.292435 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.11 21:40:51.292466 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:40:51.292479 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:51.292547 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:51.292572 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 634 rows starting from the beginning of the part 2025.08.11 21:40:51.292577 [ 277 ] {8dc2759e-1f5f-46ee-8b98-f7d38a5e93ec} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:51.292620 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 79 rows starting from the beginning of the part 2025.08.11 21:40:51.292625 [ 277 ] {8dc2759e-1f5f-46ee-8b98-f7d38a5e93ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:51.292659 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 549 rows starting from the beginning of the part 2025.08.11 21:40:51.292697 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part 2025.08.11 21:40:51.292731 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 79 rows starting from the beginning of the part 2025.08.11 21:40:51.292744 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.292771 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 91 rows starting from the beginning of the part 2025.08.11 21:40:51.292829 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_81_16} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.11 21:40:51.292916 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:40:51.293048 [ 277 ] {8dc2759e-1f5f-46ee-8b98-f7d38a5e93ec} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.293087 [ 277 ] {8dc2759e-1f5f-46ee-8b98-f7d38a5e93ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.293420 [ 277 ] {8dc2759e-1f5f-46ee-8b98-f7d38a5e93ec} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.11 21:40:51.293607 [ 197 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.00116954 sec., 1279135.3865622382 rows/sec., 101.48 MiB/sec. 2025.08.11 21:40:51.293632 [ 277 ] {8dc2759e-1f5f-46ee-8b98-f7d38a5e93ec} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.293750 [ 119 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.11 21:40:51.293766 [ 277 ] {8dc2759e-1f5f-46ee-8b98-f7d38a5e93ec} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2025.08.11 21:40:51.293782 [ 119 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.293805 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.11 21:40:51.293808 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.293810 [ 277 ] {8dc2759e-1f5f-46ee-8b98-f7d38a5e93ec} TCPHandler: Processed in 0.001378724 sec. 2025.08.11 21:40:51.293895 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:40:51.293966 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:51.293993 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:51.294028 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25483 rows starting from the beginning of the part 2025.08.11 21:40:51.294066 [ 277 ] {d652fff8-2838-4a4f-8df5-9c12adc22b04} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:51.294082 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:51.294131 [ 277 ] {d652fff8-2838-4a4f-8df5-9c12adc22b04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:51.294135 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.294134 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 943 rows starting from the beginning of the part 2025.08.11 21:40:51.294222 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part 2025.08.11 21:40:51.294229 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_96_19} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.11 21:40:51.294268 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:51.294314 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.08.11 21:40:51.294332 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.11 21:40:51.294990 [ 277 ] {d652fff8-2838-4a4f-8df5-9c12adc22b04} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.295032 [ 277 ] {d652fff8-2838-4a4f-8df5-9c12adc22b04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.295598 [ 277 ] {d652fff8-2838-4a4f-8df5-9c12adc22b04} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.11 21:40:51.295822 [ 277 ] {d652fff8-2838-4a4f-8df5-9c12adc22b04} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.295965 [ 277 ] {d652fff8-2838-4a4f-8df5-9c12adc22b04} executeQuery: Read 27 rows, 49.54 KiB in 0.001917 sec., 14084.507042253521 rows/sec., 25.24 MiB/sec. 2025.08.11 21:40:51.296018 [ 277 ] {d652fff8-2838-4a4f-8df5-9c12adc22b04} TCPHandler: Processed in 0.002098635 sec. 2025.08.11 21:40:51.296137 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:51.296230 [ 277 ] {b77a9f1d-253b-4ece-8864-b85b314abc83} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:51.296272 [ 277 ] {b77a9f1d-253b-4ece-8864-b85b314abc83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:51.296608 [ 277 ] {b77a9f1d-253b-4ece-8864-b85b314abc83} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.296645 [ 277 ] {b77a9f1d-253b-4ece-8864-b85b314abc83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.297077 [ 277 ] {b77a9f1d-253b-4ece-8864-b85b314abc83} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.11 21:40:51.297286 [ 277 ] {b77a9f1d-253b-4ece-8864-b85b314abc83} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.297402 [ 119 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.11 21:40:51.297413 [ 277 ] {b77a9f1d-253b-4ece-8864-b85b314abc83} executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. 2025.08.11 21:40:51.297437 [ 119 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:51.297459 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:51.297460 [ 277 ] {b77a9f1d-253b-4ece-8864-b85b314abc83} TCPHandler: Processed in 0.001370723 sec. 2025.08.11 21:40:51.297533 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:40:51.297615 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:51.297638 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4770 rows starting from the beginning of the part 2025.08.11 21:40:51.297679 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2025.08.11 21:40:51.297711 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 36 rows starting from the beginning of the part 2025.08.11 21:40:51.297743 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 24 rows starting from the beginning of the part 2025.08.11 21:40:51.297774 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2025.08.11 21:40:51.297804 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:40:51.299741 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5010 rows, containing 4 columns (4 merged, 0 gathered) in 0.002236498 sec., 2240109.3137574904 rows/sec., 151.05 MiB/sec. 2025.08.11 21:40:51.300299 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.11 21:40:51.300612 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.300697 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_96_19} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.11 21:40:51.300789 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.08.11 21:40:51.301024 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 26970 rows, containing 5 columns (5 merged, 0 gathered) in 0.00715378 sec., 3770034.8626879775 rows/sec., 258.29 MiB/sec. 2025.08.11 21:40:51.301309 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.11 21:40:51.301555 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:51.301620 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_96_19} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.11 21:40:51.301694 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2025.08.11 21:40:52.000159 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 308.83 MiB, peak 321.63 MiB, free memory in arenas 0.00 B, will set to 309.91 MiB (RSS), difference: 1.07 MiB 2025.08.11 21:40:54.447229 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1410 2025.08.11 21:40:54.449604 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:54.449661 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:54.450853 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:40:54.451124 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:54.451507 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1410 2025.08.11 21:40:56.290237 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.290553 [ 277 ] {91852f3b-a864-47c5-9ad7-717c33c5268a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:40:56.290663 [ 277 ] {91852f3b-a864-47c5-9ad7-717c33c5268a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:40:56.291380 [ 277 ] {91852f3b-a864-47c5-9ad7-717c33c5268a} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.291428 [ 277 ] {91852f3b-a864-47c5-9ad7-717c33c5268a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.291837 [ 277 ] {91852f3b-a864-47c5-9ad7-717c33c5268a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:40:56.292092 [ 277 ] {91852f3b-a864-47c5-9ad7-717c33c5268a} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.292261 [ 277 ] {91852f3b-a864-47c5-9ad7-717c33c5268a} executeQuery: Read 24 rows, 2.04 KiB in 0.001787 sec., 13430.330162283157 rows/sec., 1.11 MiB/sec. 2025.08.11 21:40:56.292313 [ 277 ] {91852f3b-a864-47c5-9ad7-717c33c5268a} TCPHandler: Processed in 0.002267638 sec. 2025.08.11 21:40:56.292445 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.292559 [ 277 ] {7f074838-a964-4150-8ab7-0780e1d221b1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:40:56.292605 [ 277 ] {7f074838-a964-4150-8ab7-0780e1d221b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:40:56.293031 [ 277 ] {7f074838-a964-4150-8ab7-0780e1d221b1} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.293070 [ 277 ] {7f074838-a964-4150-8ab7-0780e1d221b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.293396 [ 277 ] {7f074838-a964-4150-8ab7-0780e1d221b1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:40:56.293617 [ 277 ] {7f074838-a964-4150-8ab7-0780e1d221b1} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.293755 [ 277 ] {7f074838-a964-4150-8ab7-0780e1d221b1} executeQuery: Read 12 rows, 1002.00 B in 0.001221 sec., 9828.009828009828 rows/sec., 801.41 KiB/sec. 2025.08.11 21:40:56.293794 [ 277 ] {7f074838-a964-4150-8ab7-0780e1d221b1} TCPHandler: Processed in 0.001402594 sec. 2025.08.11 21:40:56.293899 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.293996 [ 277 ] {63e161af-bc18-4966-9b57-d0f6a0235b80} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:40:56.294036 [ 277 ] {63e161af-bc18-4966-9b57-d0f6a0235b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:40:56.294547 [ 277 ] {63e161af-bc18-4966-9b57-d0f6a0235b80} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.294584 [ 277 ] {63e161af-bc18-4966-9b57-d0f6a0235b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.294909 [ 277 ] {63e161af-bc18-4966-9b57-d0f6a0235b80} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.11 21:40:56.295130 [ 277 ] {63e161af-bc18-4966-9b57-d0f6a0235b80} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.295260 [ 277 ] {63e161af-bc18-4966-9b57-d0f6a0235b80} executeQuery: Read 212 rows, 19.29 KiB in 0.001284 sec., 165109.03426791276 rows/sec., 14.67 MiB/sec. 2025.08.11 21:40:56.295297 [ 277 ] {63e161af-bc18-4966-9b57-d0f6a0235b80} TCPHandler: Processed in 0.001447375 sec. 2025.08.11 21:40:56.295411 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.295507 [ 277 ] {d3266f51-4238-4ec9-acc4-040afe80e17b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:40:56.295547 [ 277 ] {d3266f51-4238-4ec9-acc4-040afe80e17b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:40:56.295947 [ 277 ] {d3266f51-4238-4ec9-acc4-040afe80e17b} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.295984 [ 277 ] {d3266f51-4238-4ec9-acc4-040afe80e17b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.296296 [ 277 ] {d3266f51-4238-4ec9-acc4-040afe80e17b} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.11 21:40:56.296505 [ 277 ] {d3266f51-4238-4ec9-acc4-040afe80e17b} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.296635 [ 277 ] {d3266f51-4238-4ec9-acc4-040afe80e17b} executeQuery: Read 39 rows, 2.93 KiB in 0.001148 sec., 33972.125435540074 rows/sec., 2.49 MiB/sec. 2025.08.11 21:40:56.296673 [ 277 ] {d3266f51-4238-4ec9-acc4-040afe80e17b} TCPHandler: Processed in 0.001311732 sec. 2025.08.11 21:40:56.296779 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.296881 [ 277 ] {a6f2c5e8-30d1-48b3-82ea-7e0e1aa503ee} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:40:56.296922 [ 277 ] {a6f2c5e8-30d1-48b3-82ea-7e0e1aa503ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:40:56.297341 [ 277 ] {a6f2c5e8-30d1-48b3-82ea-7e0e1aa503ee} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.297380 [ 277 ] {a6f2c5e8-30d1-48b3-82ea-7e0e1aa503ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.297691 [ 277 ] {a6f2c5e8-30d1-48b3-82ea-7e0e1aa503ee} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:40:56.297916 [ 277 ] {a6f2c5e8-30d1-48b3-82ea-7e0e1aa503ee} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.298055 [ 277 ] {a6f2c5e8-30d1-48b3-82ea-7e0e1aa503ee} executeQuery: Read 24 rows, 2.04 KiB in 0.001191 sec., 20151.133501259446 rows/sec., 1.67 MiB/sec. 2025.08.11 21:40:56.298094 [ 277 ] {a6f2c5e8-30d1-48b3-82ea-7e0e1aa503ee} TCPHandler: Processed in 0.001364852 sec. 2025.08.11 21:40:56.298231 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.298327 [ 277 ] {7c5ac11b-620a-4350-8fd6-465638cad81b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:40:56.298367 [ 277 ] {7c5ac11b-620a-4350-8fd6-465638cad81b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:40:56.298776 [ 277 ] {7c5ac11b-620a-4350-8fd6-465638cad81b} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.298813 [ 277 ] {7c5ac11b-620a-4350-8fd6-465638cad81b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.299114 [ 277 ] {7c5ac11b-620a-4350-8fd6-465638cad81b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.11 21:40:56.299333 [ 277 ] {7c5ac11b-620a-4350-8fd6-465638cad81b} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.299464 [ 277 ] {7c5ac11b-620a-4350-8fd6-465638cad81b} executeQuery: Read 12 rows, 960.00 B in 0.001154 sec., 10398.613518197573 rows/sec., 812.39 KiB/sec. 2025.08.11 21:40:56.299503 [ 277 ] {7c5ac11b-620a-4350-8fd6-465638cad81b} TCPHandler: Processed in 0.001321292 sec. 2025.08.11 21:40:56.299614 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.299708 [ 277 ] {ef772eff-310d-4691-8eea-79d558117ff8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:40:56.299750 [ 277 ] {ef772eff-310d-4691-8eea-79d558117ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:40:56.300197 [ 277 ] {ef772eff-310d-4691-8eea-79d558117ff8} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.300234 [ 277 ] {ef772eff-310d-4691-8eea-79d558117ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.300620 [ 277 ] {ef772eff-310d-4691-8eea-79d558117ff8} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.11 21:40:56.300850 [ 277 ] {ef772eff-310d-4691-8eea-79d558117ff8} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.300974 [ 277 ] {ef772eff-310d-4691-8eea-79d558117ff8} executeQuery: Read 127 rows, 10.55 KiB in 0.001284 sec., 98909.65732087227 rows/sec., 8.03 MiB/sec. 2025.08.11 21:40:56.301010 [ 277 ] {ef772eff-310d-4691-8eea-79d558117ff8} TCPHandler: Processed in 0.001445124 sec. 2025.08.11 21:40:56.301123 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.301215 [ 277 ] {5ee22660-593d-437b-8a19-4b3694a89e67} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:56.301259 [ 277 ] {5ee22660-593d-437b-8a19-4b3694a89e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:40:56.301660 [ 277 ] {5ee22660-593d-437b-8a19-4b3694a89e67} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.301695 [ 277 ] {5ee22660-593d-437b-8a19-4b3694a89e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.302026 [ 277 ] {5ee22660-593d-437b-8a19-4b3694a89e67} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.11 21:40:56.302235 [ 277 ] {5ee22660-593d-437b-8a19-4b3694a89e67} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.302364 [ 277 ] {5ee22660-593d-437b-8a19-4b3694a89e67} executeQuery: Read 202 rows, 14.82 KiB in 0.001166 sec., 173241.8524871355 rows/sec., 12.41 MiB/sec. 2025.08.11 21:40:56.302401 [ 277 ] {5ee22660-593d-437b-8a19-4b3694a89e67} TCPHandler: Processed in 0.001324892 sec. 2025.08.11 21:40:56.302521 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.302613 [ 277 ] {3ab71d84-4e95-4871-820e-ff010e9ee778} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:40:56.302668 [ 277 ] {3ab71d84-4e95-4871-820e-ff010e9ee778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:40:56.303436 [ 277 ] {3ab71d84-4e95-4871-820e-ff010e9ee778} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.303473 [ 277 ] {3ab71d84-4e95-4871-820e-ff010e9ee778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.303981 [ 277 ] {3ab71d84-4e95-4871-820e-ff010e9ee778} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.11 21:40:56.304202 [ 277 ] {3ab71d84-4e95-4871-820e-ff010e9ee778} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.304332 [ 114 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.11 21:40:56.304343 [ 277 ] {3ab71d84-4e95-4871-820e-ff010e9ee778} executeQuery: Read 15 rows, 27.52 KiB in 0.001748 sec., 8581.235697940503 rows/sec., 15.38 MiB/sec. 2025.08.11 21:40:56.304408 [ 114 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.304438 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.304444 [ 277 ] {3ab71d84-4e95-4871-820e-ff010e9ee778} TCPHandler: Processed in 0.001969143 sec. 2025.08.11 21:40:56.304573 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:40:56.304594 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:40:56.304666 [ 277 ] {d00a2daf-df0e-4cda-bcbc-26eb2d5a2b89} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:40:56.304713 [ 277 ] {d00a2daf-df0e-4cda-bcbc-26eb2d5a2b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:40:56.304884 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:40:56.304948 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1521 rows starting from the beginning of the part 2025.08.11 21:40:56.305047 [ 277 ] {d00a2daf-df0e-4cda-bcbc-26eb2d5a2b89} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.305081 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:56.305086 [ 277 ] {d00a2daf-df0e-4cda-bcbc-26eb2d5a2b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.305192 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:56.305298 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:56.305394 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part 2025.08.11 21:40:56.305416 [ 277 ] {d00a2daf-df0e-4cda-bcbc-26eb2d5a2b89} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.11 21:40:56.305487 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 15 rows starting from the beginning of the part 2025.08.11 21:40:56.305638 [ 277 ] {d00a2daf-df0e-4cda-bcbc-26eb2d5a2b89} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.305769 [ 277 ] {d00a2daf-df0e-4cda-bcbc-26eb2d5a2b89} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2025.08.11 21:40:56.305806 [ 277 ] {d00a2daf-df0e-4cda-bcbc-26eb2d5a2b89} TCPHandler: Processed in 0.001280252 sec. 2025.08.11 21:40:56.315584 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 19 columns (19 merged, 0 gathered) in 0.011059135 sec., 146485.23596104037 rows/sec., 262.49 MiB/sec. 2025.08.11 21:40:56.317850 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.11 21:40:56.318248 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.318332 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_81_16} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.11 21:40:56.318482 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. 2025.08.11 21:40:56.864722 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 2025.08.11 21:40:56.865520 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:56.865590 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:56.866326 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:40:56.866559 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:56.866688 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 2025.08.11 21:40:57.000180 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 310.67 MiB, peak 322.22 MiB, free memory in arenas 0.00 B, will set to 314.77 MiB (RSS), difference: 4.10 MiB 2025.08.11 21:40:58.332240 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.08.11 21:40:58.349057 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:40:58.349133 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:40:58.355270 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:40:58.356001 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:40:58.359334 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.08.11 21:41:01.288108 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:01.288319 [ 277 ] {4e2efbb0-354c-4be9-be48-13dd93fdeba3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:01.288393 [ 277 ] {4e2efbb0-354c-4be9-be48-13dd93fdeba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:01.289197 [ 277 ] {4e2efbb0-354c-4be9-be48-13dd93fdeba3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:01.289239 [ 277 ] {4e2efbb0-354c-4be9-be48-13dd93fdeba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:01.289630 [ 277 ] {4e2efbb0-354c-4be9-be48-13dd93fdeba3} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.11 21:41:01.289847 [ 277 ] {4e2efbb0-354c-4be9-be48-13dd93fdeba3} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:01.290004 [ 277 ] {4e2efbb0-354c-4be9-be48-13dd93fdeba3} executeQuery: Read 110 rows, 9.47 KiB in 0.001741 sec., 63182.07926479035 rows/sec., 5.31 MiB/sec. 2025.08.11 21:41:01.290045 [ 277 ] {4e2efbb0-354c-4be9-be48-13dd93fdeba3} TCPHandler: Processed in 0.002086785 sec. 2025.08.11 21:41:01.290173 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:01.290268 [ 277 ] {00d67e5d-35a6-464a-b180-05dcf1fd9240} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:01.290310 [ 277 ] {00d67e5d-35a6-464a-b180-05dcf1fd9240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:01.290770 [ 277 ] {00d67e5d-35a6-464a-b180-05dcf1fd9240} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:01.290806 [ 277 ] {00d67e5d-35a6-464a-b180-05dcf1fd9240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:01.291094 [ 277 ] {00d67e5d-35a6-464a-b180-05dcf1fd9240} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.11 21:41:01.291298 [ 277 ] {00d67e5d-35a6-464a-b180-05dcf1fd9240} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:01.291422 [ 277 ] {00d67e5d-35a6-464a-b180-05dcf1fd9240} executeQuery: Read 27 rows, 2.03 KiB in 0.001173 sec., 23017.90281329923 rows/sec., 1.69 MiB/sec. 2025.08.11 21:41:01.291458 [ 277 ] {00d67e5d-35a6-464a-b180-05dcf1fd9240} TCPHandler: Processed in 0.001338853 sec. 2025.08.11 21:41:01.291573 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:01.291665 [ 277 ] {3a4ba83b-3747-4c3a-a427-a6ef6b6bc575} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:01.291704 [ 277 ] {3a4ba83b-3747-4c3a-a427-a6ef6b6bc575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:01.292172 [ 277 ] {3a4ba83b-3747-4c3a-a427-a6ef6b6bc575} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:01.292209 [ 277 ] {3a4ba83b-3747-4c3a-a427-a6ef6b6bc575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:01.292513 [ 277 ] {3a4ba83b-3747-4c3a-a427-a6ef6b6bc575} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.11 21:41:01.292721 [ 277 ] {3a4ba83b-3747-4c3a-a427-a6ef6b6bc575} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:01.292853 [ 277 ] {3a4ba83b-3747-4c3a-a427-a6ef6b6bc575} executeQuery: Read 91 rows, 7.28 KiB in 0.001205 sec., 75518.67219917013 rows/sec., 5.90 MiB/sec. 2025.08.11 21:41:01.292889 [ 277 ] {3a4ba83b-3747-4c3a-a427-a6ef6b6bc575} TCPHandler: Processed in 0.001368173 sec. 2025.08.11 21:41:01.292998 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:01.293092 [ 277 ] {c53004bb-ead6-4e38-a551-4dadd65f9881} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:01.293136 [ 277 ] {c53004bb-ead6-4e38-a551-4dadd65f9881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:01.293573 [ 277 ] {c53004bb-ead6-4e38-a551-4dadd65f9881} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:01.293610 [ 277 ] {c53004bb-ead6-4e38-a551-4dadd65f9881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:01.293948 [ 277 ] {c53004bb-ead6-4e38-a551-4dadd65f9881} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.11 21:41:01.294152 [ 277 ] {c53004bb-ead6-4e38-a551-4dadd65f9881} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:01.294284 [ 277 ] {c53004bb-ead6-4e38-a551-4dadd65f9881} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.08.11 21:41:01.294320 [ 277 ] {c53004bb-ead6-4e38-a551-4dadd65f9881} TCPHandler: Processed in 0.001369743 sec. 2025.08.11 21:41:01.294419 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:01.294512 [ 277 ] {c6c136cb-7820-47c1-9805-d9484c4ec82d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:01.294565 [ 277 ] {c6c136cb-7820-47c1-9805-d9484c4ec82d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:01.295465 [ 277 ] {c6c136cb-7820-47c1-9805-d9484c4ec82d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:01.295503 [ 277 ] {c6c136cb-7820-47c1-9805-d9484c4ec82d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:01.296030 [ 277 ] {c6c136cb-7820-47c1-9805-d9484c4ec82d} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.11 21:41:01.296251 [ 277 ] {c6c136cb-7820-47c1-9805-d9484c4ec82d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:01.296393 [ 277 ] {c6c136cb-7820-47c1-9805-d9484c4ec82d} executeQuery: Read 27 rows, 49.54 KiB in 0.0019 sec., 14210.526315789473 rows/sec., 25.46 MiB/sec. 2025.08.11 21:41:01.296445 [ 277 ] {c6c136cb-7820-47c1-9805-d9484c4ec82d} TCPHandler: Processed in 0.002073144 sec. 2025.08.11 21:41:01.296558 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:01.296651 [ 277 ] {3ce4e939-f8a7-42f8-a306-7269b2a96217} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:01.296691 [ 277 ] {3ce4e939-f8a7-42f8-a306-7269b2a96217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:01.297019 [ 277 ] {3ce4e939-f8a7-42f8-a306-7269b2a96217} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:01.297054 [ 277 ] {3ce4e939-f8a7-42f8-a306-7269b2a96217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:01.297351 [ 277 ] {3ce4e939-f8a7-42f8-a306-7269b2a96217} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.11 21:41:01.297560 [ 277 ] {3ce4e939-f8a7-42f8-a306-7269b2a96217} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:01.297689 [ 277 ] {3ce4e939-f8a7-42f8-a306-7269b2a96217} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.08.11 21:41:01.297723 [ 277 ] {3ce4e939-f8a7-42f8-a306-7269b2a96217} TCPHandler: Processed in 0.00121259 sec. 2025.08.11 21:41:04.210960 [ 100 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:41:04.211015 [ 100 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:41:04.366932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 2025.08.11 21:41:04.367581 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:04.367632 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:04.368163 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:41:04.368396 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:04.368533 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 2025.08.11 21:41:04.451814 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1442 2025.08.11 21:41:04.454432 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:04.454490 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:04.455698 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:41:04.455973 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:04.456358 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1442 2025.08.11 21:41:05.859500 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.08.11 21:41:05.877057 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:05.877120 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:05.883172 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:41:05.883849 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:05.887154 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.08.11 21:41:06.287092 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:06.287377 [ 277 ] {1a439413-c957-467d-a9e1-42a6822e4d06} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:06.287488 [ 277 ] {1a439413-c957-467d-a9e1-42a6822e4d06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:06.288399 [ 277 ] {1a439413-c957-467d-a9e1-42a6822e4d06} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:06.288449 [ 277 ] {1a439413-c957-467d-a9e1-42a6822e4d06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:06.288855 [ 277 ] {1a439413-c957-467d-a9e1-42a6822e4d06} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.11 21:41:06.289083 [ 277 ] {1a439413-c957-467d-a9e1-42a6822e4d06} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:06.289257 [ 277 ] {1a439413-c957-467d-a9e1-42a6822e4d06} executeQuery: Read 86 rows, 7.39 KiB in 0.001959 sec., 43899.94895354773 rows/sec., 3.68 MiB/sec. 2025.08.11 21:41:06.289307 [ 277 ] {1a439413-c957-467d-a9e1-42a6822e4d06} TCPHandler: Processed in 0.002407931 sec. 2025.08.11 21:41:06.289436 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:06.289539 [ 277 ] {d2e0deae-2fa2-4c3a-9c1b-682787c4115a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:06.289582 [ 277 ] {d2e0deae-2fa2-4c3a-9c1b-682787c4115a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:06.290012 [ 277 ] {d2e0deae-2fa2-4c3a-9c1b-682787c4115a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:06.290051 [ 277 ] {d2e0deae-2fa2-4c3a-9c1b-682787c4115a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:06.290359 [ 277 ] {d2e0deae-2fa2-4c3a-9c1b-682787c4115a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.11 21:41:06.290567 [ 277 ] {d2e0deae-2fa2-4c3a-9c1b-682787c4115a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:06.290704 [ 277 ] {d2e0deae-2fa2-4c3a-9c1b-682787c4115a} executeQuery: Read 15 rows, 1.13 KiB in 0.001188 sec., 12626.262626262625 rows/sec., 949.44 KiB/sec. 2025.08.11 21:41:06.290741 [ 277 ] {d2e0deae-2fa2-4c3a-9c1b-682787c4115a} TCPHandler: Processed in 0.001356803 sec. 2025.08.11 21:41:06.290860 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:06.290955 [ 277 ] {fc05380e-2d10-4aff-be9c-8718466340a6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:06.290994 [ 277 ] {fc05380e-2d10-4aff-be9c-8718466340a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:06.291417 [ 277 ] {fc05380e-2d10-4aff-be9c-8718466340a6} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:06.291455 [ 277 ] {fc05380e-2d10-4aff-be9c-8718466340a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:06.291756 [ 277 ] {fc05380e-2d10-4aff-be9c-8718466340a6} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.11 21:41:06.291971 [ 277 ] {fc05380e-2d10-4aff-be9c-8718466340a6} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:06.292102 [ 277 ] {fc05380e-2d10-4aff-be9c-8718466340a6} executeQuery: Read 79 rows, 6.32 KiB in 0.001166 sec., 67753.00171526587 rows/sec., 5.29 MiB/sec. 2025.08.11 21:41:06.292139 [ 277 ] {fc05380e-2d10-4aff-be9c-8718466340a6} TCPHandler: Processed in 0.001327922 sec. 2025.08.11 21:41:06.292258 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:06.292351 [ 277 ] {a2df5a58-53e8-4eee-a2b1-91bcd7539575} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:06.292394 [ 277 ] {a2df5a58-53e8-4eee-a2b1-91bcd7539575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:06.292784 [ 277 ] {a2df5a58-53e8-4eee-a2b1-91bcd7539575} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:06.292820 [ 277 ] {a2df5a58-53e8-4eee-a2b1-91bcd7539575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:06.293142 [ 277 ] {a2df5a58-53e8-4eee-a2b1-91bcd7539575} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.11 21:41:06.293346 [ 277 ] {a2df5a58-53e8-4eee-a2b1-91bcd7539575} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:06.293473 [ 277 ] {a2df5a58-53e8-4eee-a2b1-91bcd7539575} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2025.08.11 21:41:06.293509 [ 277 ] {a2df5a58-53e8-4eee-a2b1-91bcd7539575} TCPHandler: Processed in 0.001299862 sec. 2025.08.11 21:41:06.293616 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:06.293709 [ 277 ] {56dd6e1d-fd84-413b-9f7b-668fa59ca55c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:06.293764 [ 277 ] {56dd6e1d-fd84-413b-9f7b-668fa59ca55c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:06.294509 [ 277 ] {56dd6e1d-fd84-413b-9f7b-668fa59ca55c} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:06.294546 [ 277 ] {56dd6e1d-fd84-413b-9f7b-668fa59ca55c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:06.295067 [ 277 ] {56dd6e1d-fd84-413b-9f7b-668fa59ca55c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.11 21:41:06.295290 [ 277 ] {56dd6e1d-fd84-413b-9f7b-668fa59ca55c} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:06.295433 [ 277 ] {56dd6e1d-fd84-413b-9f7b-668fa59ca55c} executeQuery: Read 15 rows, 27.52 KiB in 0.001741 sec., 8615.73808156232 rows/sec., 15.44 MiB/sec. 2025.08.11 21:41:06.295501 [ 277 ] {56dd6e1d-fd84-413b-9f7b-668fa59ca55c} TCPHandler: Processed in 0.001933792 sec. 2025.08.11 21:41:06.295615 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:06.295709 [ 277 ] {b16f0eb9-b016-4b83-8cfd-db76323f2926} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:06.295750 [ 277 ] {b16f0eb9-b016-4b83-8cfd-db76323f2926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:06.296077 [ 277 ] {b16f0eb9-b016-4b83-8cfd-db76323f2926} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:06.296113 [ 277 ] {b16f0eb9-b016-4b83-8cfd-db76323f2926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:06.296419 [ 277 ] {b16f0eb9-b016-4b83-8cfd-db76323f2926} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.11 21:41:06.296669 [ 277 ] {b16f0eb9-b016-4b83-8cfd-db76323f2926} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:06.296817 [ 277 ] {b16f0eb9-b016-4b83-8cfd-db76323f2926} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2025.08.11 21:41:06.296857 [ 277 ] {b16f0eb9-b016-4b83-8cfd-db76323f2926} TCPHandler: Processed in 0.001291522 sec. 2025.08.11 21:41:07.216892 [ 94 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2025.08.11 21:41:07.216954 [ 94 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:07.216974 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:07.217089 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:41:07.217228 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:07.217271 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:41:07.217363 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2025.08.11 21:41:07.217437 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:41:07.217511 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2025.08.11 21:41:07.217568 [ 191 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2025.08.11 21:41:07.218373 [ 197 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001332692 sec., 36017.32433300418 rows/sec., 3.01 MiB/sec. 2025.08.11 21:41:07.218563 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2025.08.11 21:41:07.218870 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_22_5} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:07.218952 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_22_5} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2025.08.11 21:41:07.219051 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.11 21:41:08.595789 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:08.595973 [ 277 ] {4bc63f59-98b8-4758-9955-c9727a6693bb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:41:08.596040 [ 277 ] {4bc63f59-98b8-4758-9955-c9727a6693bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:41:08.596655 [ 277 ] {4bc63f59-98b8-4758-9955-c9727a6693bb} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:08.596701 [ 277 ] {4bc63f59-98b8-4758-9955-c9727a6693bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:08.597092 [ 277 ] {4bc63f59-98b8-4758-9955-c9727a6693bb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:41:08.597315 [ 277 ] {4bc63f59-98b8-4758-9955-c9727a6693bb} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:08.597481 [ 277 ] {4bc63f59-98b8-4758-9955-c9727a6693bb} executeQuery: Read 4 rows, 334.00 B in 0.001558 sec., 2567.394094993582 rows/sec., 209.35 KiB/sec. 2025.08.11 21:41:08.597533 [ 277 ] {4bc63f59-98b8-4758-9955-c9727a6693bb} TCPHandler: Processed in 0.001876292 sec. 2025.08.11 21:41:08.597651 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:08.597754 [ 277 ] {161fe2ad-8d15-4d02-b7b3-470e057cacc9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:08.597795 [ 277 ] {161fe2ad-8d15-4d02-b7b3-470e057cacc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:08.598883 [ 277 ] {161fe2ad-8d15-4d02-b7b3-470e057cacc9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:08.598921 [ 277 ] {161fe2ad-8d15-4d02-b7b3-470e057cacc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:08.599301 [ 277 ] {161fe2ad-8d15-4d02-b7b3-470e057cacc9} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.11 21:41:08.599513 [ 277 ] {161fe2ad-8d15-4d02-b7b3-470e057cacc9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:08.599651 [ 277 ] {161fe2ad-8d15-4d02-b7b3-470e057cacc9} executeQuery: Read 1252 rows, 106.17 KiB in 0.001921 sec., 651743.8833940655 rows/sec., 53.98 MiB/sec. 2025.08.11 21:41:08.599690 [ 277 ] {161fe2ad-8d15-4d02-b7b3-470e057cacc9} TCPHandler: Processed in 0.002091135 sec. 2025.08.11 21:41:08.599802 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:08.599900 [ 277 ] {c712c795-9265-4cd3-a1d9-7825135d1883} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:08.599942 [ 277 ] {c712c795-9265-4cd3-a1d9-7825135d1883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:08.600349 [ 277 ] {c712c795-9265-4cd3-a1d9-7825135d1883} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:08.600386 [ 277 ] {c712c795-9265-4cd3-a1d9-7825135d1883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:08.600688 [ 277 ] {c712c795-9265-4cd3-a1d9-7825135d1883} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.11 21:41:08.600891 [ 277 ] {c712c795-9265-4cd3-a1d9-7825135d1883} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:08.601037 [ 277 ] {c712c795-9265-4cd3-a1d9-7825135d1883} executeQuery: Read 31 rows, 2.31 KiB in 0.001157 sec., 26793.43128781331 rows/sec., 1.95 MiB/sec. 2025.08.11 21:41:08.601075 [ 277 ] {c712c795-9265-4cd3-a1d9-7825135d1883} TCPHandler: Processed in 0.001323432 sec. 2025.08.11 21:41:08.601174 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:08.601269 [ 277 ] {3fda1119-af39-4cf0-9c80-08fa728bc3dd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:41:08.601309 [ 277 ] {3fda1119-af39-4cf0-9c80-08fa728bc3dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:41:08.601777 [ 277 ] {3fda1119-af39-4cf0-9c80-08fa728bc3dd} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:08.601814 [ 277 ] {3fda1119-af39-4cf0-9c80-08fa728bc3dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:08.602123 [ 277 ] {3fda1119-af39-4cf0-9c80-08fa728bc3dd} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:41:08.602331 [ 277 ] {3fda1119-af39-4cf0-9c80-08fa728bc3dd} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:08.602459 [ 277 ] {3fda1119-af39-4cf0-9c80-08fa728bc3dd} executeQuery: Read 228 rows, 15.81 KiB in 0.001209 sec., 188585.60794044664 rows/sec., 12.77 MiB/sec. 2025.08.11 21:41:08.602496 [ 277 ] {3fda1119-af39-4cf0-9c80-08fa728bc3dd} TCPHandler: Processed in 0.001370193 sec. 2025.08.11 21:41:08.602600 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:08.602694 [ 277 ] {6572dd9d-84bb-432e-a668-b8542039c4e1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:08.602733 [ 277 ] {6572dd9d-84bb-432e-a668-b8542039c4e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:08.603318 [ 277 ] {6572dd9d-84bb-432e-a668-b8542039c4e1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:08.603353 [ 277 ] {6572dd9d-84bb-432e-a668-b8542039c4e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:08.603663 [ 277 ] {6572dd9d-84bb-432e-a668-b8542039c4e1} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.11 21:41:08.603872 [ 277 ] {6572dd9d-84bb-432e-a668-b8542039c4e1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:08.604000 [ 277 ] {6572dd9d-84bb-432e-a668-b8542039c4e1} executeQuery: Read 551 rows, 41.89 KiB in 0.001325 sec., 415849.05660377356 rows/sec., 30.88 MiB/sec. 2025.08.11 21:41:08.604038 [ 277 ] {6572dd9d-84bb-432e-a668-b8542039c4e1} TCPHandler: Processed in 0.001486695 sec. 2025.08.11 21:41:08.604146 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:08.604241 [ 277 ] {b1fcf73a-3aff-406f-9aa8-b86f08be8b31} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:08.604285 [ 277 ] {b1fcf73a-3aff-406f-9aa8-b86f08be8b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:08.604914 [ 277 ] {b1fcf73a-3aff-406f-9aa8-b86f08be8b31} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:08.604951 [ 277 ] {b1fcf73a-3aff-406f-9aa8-b86f08be8b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:08.605326 [ 277 ] {b1fcf73a-3aff-406f-9aa8-b86f08be8b31} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.11 21:41:08.605536 [ 277 ] {b1fcf73a-3aff-406f-9aa8-b86f08be8b31} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:08.605664 [ 277 ] {b1fcf73a-3aff-406f-9aa8-b86f08be8b31} executeQuery: Read 944 rows, 64.82 KiB in 0.001443 sec., 654192.6541926542 rows/sec., 43.87 MiB/sec. 2025.08.11 21:41:08.605701 [ 277 ] {b1fcf73a-3aff-406f-9aa8-b86f08be8b31} TCPHandler: Processed in 0.001605007 sec. 2025.08.11 21:41:08.605809 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:08.605905 [ 277 ] {93e7bd6e-d609-4b7d-b775-c8114686d5a8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:08.605962 [ 277 ] {93e7bd6e-d609-4b7d-b775-c8114686d5a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:08.606822 [ 277 ] {93e7bd6e-d609-4b7d-b775-c8114686d5a8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:08.606858 [ 277 ] {93e7bd6e-d609-4b7d-b775-c8114686d5a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:08.607376 [ 277 ] {93e7bd6e-d609-4b7d-b775-c8114686d5a8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.11 21:41:08.607607 [ 277 ] {93e7bd6e-d609-4b7d-b775-c8114686d5a8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:08.607745 [ 277 ] {93e7bd6e-d609-4b7d-b775-c8114686d5a8} executeQuery: Read 27 rows, 49.54 KiB in 0.001859 sec., 14523.937600860678 rows/sec., 26.03 MiB/sec. 2025.08.11 21:41:08.607808 [ 277 ] {93e7bd6e-d609-4b7d-b775-c8114686d5a8} TCPHandler: Processed in 0.002046885 sec. 2025.08.11 21:41:08.607917 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:08.608012 [ 277 ] {a9f99c0b-dccc-4981-8dec-9e75c430be59} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:08.608052 [ 277 ] {a9f99c0b-dccc-4981-8dec-9e75c430be59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:08.608377 [ 277 ] {a9f99c0b-dccc-4981-8dec-9e75c430be59} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:08.608410 [ 277 ] {a9f99c0b-dccc-4981-8dec-9e75c430be59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. 2025.08.11 21:41:08.608714 [ 277 ] {a9f99c0b-dccc-4981-8dec-9e75c430be59} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.11 21:41:08.608919 [ 277 ] {a9f99c0b-dccc-4981-8dec-9e75c430be59} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:08.609043 [ 277 ] {a9f99c0b-dccc-4981-8dec-9e75c430be59} executeQuery: Read 36 rows, 2.48 KiB in 0.00105 sec., 34285.71428571429 rows/sec., 2.31 MiB/sec. 2025.08.11 21:41:08.609079 [ 277 ] {a9f99c0b-dccc-4981-8dec-9e75c430be59} TCPHandler: Processed in 0.00121094 sec. 2025.08.11 21:41:11.281833 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:11.282037 [ 277 ] {d7b2e83c-0d58-489b-b983-15fa48ac1039} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:11.282106 [ 277 ] {d7b2e83c-0d58-489b-b983-15fa48ac1039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:11.282786 [ 277 ] {d7b2e83c-0d58-489b-b983-15fa48ac1039} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.282840 [ 277 ] {d7b2e83c-0d58-489b-b983-15fa48ac1039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.283255 [ 277 ] {d7b2e83c-0d58-489b-b983-15fa48ac1039} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.11 21:41:11.283486 [ 277 ] {d7b2e83c-0d58-489b-b983-15fa48ac1039} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.283619 [ 92 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.11 21:41:11.283652 [ 277 ] {d7b2e83c-0d58-489b-b983-15fa48ac1039} executeQuery: Read 56 rows, 4.41 KiB in 0.001667 sec., 33593.28134373125 rows/sec., 2.58 MiB/sec. 2025.08.11 21:41:11.283694 [ 92 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.283715 [ 277 ] {d7b2e83c-0d58-489b-b983-15fa48ac1039} TCPHandler: Processed in 0.002017053 sec. 2025.08.11 21:41:11.283724 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.283853 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:11.283857 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:41:11.283962 [ 277 ] {c41db013-bc30-450d-a03d-830fd2f3519f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:11.284012 [ 277 ] {c41db013-bc30-450d-a03d-830fd2f3519f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:11.284026 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:11.284070 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1409 rows starting from the beginning of the part 2025.08.11 21:41:11.284144 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 212 rows starting from the beginning of the part 2025.08.11 21:41:11.284197 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 110 rows starting from the beginning of the part 2025.08.11 21:41:11.284246 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 86 rows starting from the beginning of the part 2025.08.11 21:41:11.284292 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:41:11.284344 [ 191 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part 2025.08.11 21:41:11.284503 [ 277 ] {c41db013-bc30-450d-a03d-830fd2f3519f} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.284548 [ 277 ] {c41db013-bc30-450d-a03d-830fd2f3519f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.284898 [ 277 ] {c41db013-bc30-450d-a03d-830fd2f3519f} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.11 21:41:11.285152 [ 277 ] {c41db013-bc30-450d-a03d-830fd2f3519f} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.285282 [ 92 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.11 21:41:11.285295 [ 277 ] {c41db013-bc30-450d-a03d-830fd2f3519f} executeQuery: Read 64 rows, 5.12 KiB in 0.001357 sec., 47162.859248341934 rows/sec., 3.68 MiB/sec. 2025.08.11 21:41:11.285314 [ 92 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.285338 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.285344 [ 277 ] {c41db013-bc30-450d-a03d-830fd2f3519f} TCPHandler: Processed in 0.001544985 sec. 2025.08.11 21:41:11.285442 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:41:11.285471 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:11.285579 [ 277 ] {2b544222-038d-463d-a8c2-6b669e9c8c02} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:11.285598 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:11.285625 [ 277 ] {2b544222-038d-463d-a8c2-6b669e9c8c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:11.285636 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 634 rows starting from the beginning of the part 2025.08.11 21:41:11.285713 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 127 rows starting from the beginning of the part 2025.08.11 21:41:11.285756 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 91 rows starting from the beginning of the part 2025.08.11 21:41:11.285796 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 79 rows starting from the beginning of the part 2025.08.11 21:41:11.285795 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.001996244 sec., 1565439.8961249227 rows/sec., 137.01 MiB/sec. 2025.08.11 21:41:11.285834 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 551 rows starting from the beginning of the part 2025.08.11 21:41:11.285881 [ 194 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part 2025.08.11 21:41:11.286008 [ 277 ] {2b544222-038d-463d-a8c2-6b669e9c8c02} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.286028 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.11 21:41:11.286054 [ 277 ] {2b544222-038d-463d-a8c2-6b669e9c8c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.286373 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.286461 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_101_20} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.11 21:41:11.286465 [ 277 ] {2b544222-038d-463d-a8c2-6b669e9c8c02} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.11 21:41:11.286552 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.08.11 21:41:11.286721 [ 277 ] {2b544222-038d-463d-a8c2-6b669e9c8c02} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.286848 [ 92 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 5 parts from all_1_96_19 to all_100_100_0 2025.08.11 21:41:11.286862 [ 277 ] {2b544222-038d-463d-a8c2-6b669e9c8c02} executeQuery: Read 64 rows, 4.56 KiB in 0.001303 sec., 49117.4213353799 rows/sec., 3.42 MiB/sec. 2025.08.11 21:41:11.286879 [ 92 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.286904 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.286910 [ 277 ] {2b544222-038d-463d-a8c2-6b669e9c8c02} TCPHandler: Processed in 0.001490325 sec. 2025.08.11 21:41:11.286977 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergeTask::PrepareStage: Merging 5 parts: from all_1_96_19 to all_100_100_0 into Compact with storage Full 2025.08.11 21:41:11.287030 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:11.287029 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1546 rows, containing 5 columns (5 merged, 0 gathered) in 0.001642268 sec., 941381.0656969509 rows/sec., 75.00 MiB/sec. 2025.08.11 21:41:11.287085 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:11.287119 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26970 rows starting from the beginning of the part 2025.08.11 21:41:11.287132 [ 277 ] {2cc17145-bbe9-425f-a754-c89a3817a186} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:11.287172 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 202 rows starting from the beginning of the part 2025.08.11 21:41:11.287183 [ 277 ] {2cc17145-bbe9-425f-a754-c89a3817a186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:11.287212 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.11 21:41:11.287221 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2025.08.11 21:41:11.287273 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2025.08.11 21:41:11.287318 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 944 rows starting from the beginning of the part 2025.08.11 21:41:11.287510 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.287530 [ 277 ] {2cc17145-bbe9-425f-a754-c89a3817a186} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.287596 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_101_20} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.11 21:41:11.287602 [ 277 ] {2cc17145-bbe9-425f-a754-c89a3817a186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.287693 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.11 21:41:11.287945 [ 277 ] {2cc17145-bbe9-425f-a754-c89a3817a186} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.11 21:41:11.288159 [ 277 ] {2cc17145-bbe9-425f-a754-c89a3817a186} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.288259 [ 92 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.11 21:41:11.288288 [ 92 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.288290 [ 277 ] {2cc17145-bbe9-425f-a754-c89a3817a186} executeQuery: Read 24 rows, 1.66 KiB in 0.001176 sec., 20408.163265306124 rows/sec., 1.38 MiB/sec. 2025.08.11 21:41:11.288306 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.288369 [ 277 ] {2cc17145-bbe9-425f-a754-c89a3817a186} TCPHandler: Processed in 0.001388573 sec. 2025.08.11 21:41:11.288441 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:41:11.288558 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:11.288590 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5010 rows starting from the beginning of the part 2025.08.11 21:41:11.288652 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:11.288692 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:11.288728 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:11.288762 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:41:11.288796 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:11.290745 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5250 rows, containing 4 columns (4 merged, 0 gathered) in 0.002347009 sec., 2236889.5901123513 rows/sec., 150.83 MiB/sec. 2025.08.11 21:41:11.291072 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.11 21:41:11.291329 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.291397 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_101_20} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.11 21:41:11.291461 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.08.11 21:41:11.293584 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 28436 rows, containing 5 columns (5 merged, 0 gathered) in 0.006638602 sec., 4283431.963536901 rows/sec., 293.41 MiB/sec. 2025.08.11 21:41:11.293984 [ 189 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.08.11 21:41:11.294266 [ 189 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.294340 [ 189 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_100_20} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 5 parts: [all_1_96_19, all_100_100_0] -> all_1_100_20 2025.08.11 21:41:11.294437 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2025.08.11 21:41:11.868734 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 2025.08.11 21:41:11.869302 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.869353 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.869857 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:41:11.870084 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.870210 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 2025.08.11 21:41:11.870227 [ 86 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:41:11.870294 [ 86 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:11.870314 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:11.870417 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:11.870525 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:11.870562 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part 2025.08.11 21:41:11.870627 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:11.870683 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:11.870731 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:11.870779 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:11.870827 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:11.873087 [ 190 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721016 sec., 10267488.320539093 rows/sec., 146.88 MiB/sec. 2025.08.11 21:41:11.873470 [ 192 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:41:11.873803 [ 192 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_61_12} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:11.873887 [ 192 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_61_12} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:41:11.873995 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. 2025.08.11 21:41:13.387280 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.08.11 21:41:13.404276 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:13.404324 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:13.410962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:41:13.411676 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:13.411977 [ 66 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:41:13.412045 [ 66 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:13.412070 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:13.412200 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:13.415129 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.08.11 21:41:13.416248 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:13.417714 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:13.422059 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:13.426563 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:13.430946 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:13.435585 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:13.439494 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:13.494255 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.082113746 sec., 5601.9853241137 rows/sec., 28.97 MiB/sec. 2025.08.11 21:41:13.496455 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:41:13.498311 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_61_12} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:13.498416 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_61_12} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:41:13.500163 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.11 21:41:14.000214 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 316.99 MiB, peak 330.41 MiB, free memory in arenas 0.00 B, will set to 315.96 MiB (RSS), difference: -1.03 MiB 2025.08.11 21:41:14.456679 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1478 2025.08.11 21:41:14.459555 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:14.459604 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:14.460769 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.11 21:41:14.461030 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:14.461295 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1478 2025.08.11 21:41:16.287670 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:16.287860 [ 277 ] {15d664a0-52a5-4b5e-88d2-61893dddf2a5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:16.287924 [ 277 ] {15d664a0-52a5-4b5e-88d2-61893dddf2a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:16.288593 [ 277 ] {15d664a0-52a5-4b5e-88d2-61893dddf2a5} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:16.288631 [ 277 ] {15d664a0-52a5-4b5e-88d2-61893dddf2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:16.289029 [ 277 ] {15d664a0-52a5-4b5e-88d2-61893dddf2a5} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.11 21:41:16.289263 [ 277 ] {15d664a0-52a5-4b5e-88d2-61893dddf2a5} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:16.289410 [ 277 ] {15d664a0-52a5-4b5e-88d2-61893dddf2a5} executeQuery: Read 86 rows, 7.39 KiB in 0.001599 sec., 53783.61475922452 rows/sec., 4.51 MiB/sec. 2025.08.11 21:41:16.289452 [ 277 ] {15d664a0-52a5-4b5e-88d2-61893dddf2a5} TCPHandler: Processed in 0.001910072 sec. 2025.08.11 21:41:16.289577 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:16.289672 [ 277 ] {23432a47-cf67-4eb8-bcde-4615f45c4493} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:16.289713 [ 277 ] {23432a47-cf67-4eb8-bcde-4615f45c4493} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:16.290111 [ 277 ] {23432a47-cf67-4eb8-bcde-4615f45c4493} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:16.290145 [ 277 ] {23432a47-cf67-4eb8-bcde-4615f45c4493} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:16.290441 [ 277 ] {23432a47-cf67-4eb8-bcde-4615f45c4493} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.11 21:41:16.290652 [ 277 ] {23432a47-cf67-4eb8-bcde-4615f45c4493} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:16.290781 [ 277 ] {23432a47-cf67-4eb8-bcde-4615f45c4493} executeQuery: Read 15 rows, 1.13 KiB in 0.001128 sec., 13297.87234042553 rows/sec., 999.94 KiB/sec. 2025.08.11 21:41:16.290808 [ 84 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.11 21:41:16.290820 [ 277 ] {23432a47-cf67-4eb8-bcde-4615f45c4493} TCPHandler: Processed in 0.001292851 sec. 2025.08.11 21:41:16.290876 [ 84 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:16.290904 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:16.290964 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:16.291032 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:41:16.291062 [ 277 ] {4135e133-3986-4f7c-b5a7-9344f878fbdc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:16.291112 [ 277 ] {4135e133-3986-4f7c-b5a7-9344f878fbdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:16.291184 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:16.291224 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 72 rows starting from the beginning of the part 2025.08.11 21:41:16.291294 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 39 rows starting from the beginning of the part 2025.08.11 21:41:16.291342 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:16.291392 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 15 rows starting from the beginning of the part 2025.08.11 21:41:16.291435 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 31 rows starting from the beginning of the part 2025.08.11 21:41:16.291476 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 15 rows starting from the beginning of the part 2025.08.11 21:41:16.291547 [ 277 ] {4135e133-3986-4f7c-b5a7-9344f878fbdc} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:16.291590 [ 277 ] {4135e133-3986-4f7c-b5a7-9344f878fbdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:16.291933 [ 277 ] {4135e133-3986-4f7c-b5a7-9344f878fbdc} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.11 21:41:16.292163 [ 277 ] {4135e133-3986-4f7c-b5a7-9344f878fbdc} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:16.292295 [ 277 ] {4135e133-3986-4f7c-b5a7-9344f878fbdc} executeQuery: Read 79 rows, 6.32 KiB in 0.001251 sec., 63149.480415667465 rows/sec., 4.93 MiB/sec. 2025.08.11 21:41:16.292333 [ 277 ] {4135e133-3986-4f7c-b5a7-9344f878fbdc} TCPHandler: Processed in 0.001429404 sec. 2025.08.11 21:41:16.292353 [ 196 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.001384563 sec., 143727.65991868917 rows/sec., 11.06 MiB/sec. 2025.08.11 21:41:16.292442 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:16.292512 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.11 21:41:16.292543 [ 277 ] {bedc0978-28af-4b2f-8a48-d05528139bd0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:16.292590 [ 277 ] {bedc0978-28af-4b2f-8a48-d05528139bd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:16.292810 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:16.292889 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_86_17} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.11 21:41:16.292969 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:41:16.293008 [ 277 ] {bedc0978-28af-4b2f-8a48-d05528139bd0} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:16.293050 [ 277 ] {bedc0978-28af-4b2f-8a48-d05528139bd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:16.293393 [ 277 ] {bedc0978-28af-4b2f-8a48-d05528139bd0} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.11 21:41:16.293607 [ 277 ] {bedc0978-28af-4b2f-8a48-d05528139bd0} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:16.293741 [ 277 ] {bedc0978-28af-4b2f-8a48-d05528139bd0} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.08.11 21:41:16.293779 [ 277 ] {bedc0978-28af-4b2f-8a48-d05528139bd0} TCPHandler: Processed in 0.001385643 sec. 2025.08.11 21:41:16.293885 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:16.293988 [ 277 ] {e42f1795-1046-4e3b-b6b1-98c1f70088a7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:16.294046 [ 277 ] {e42f1795-1046-4e3b-b6b1-98c1f70088a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:16.294868 [ 277 ] {e42f1795-1046-4e3b-b6b1-98c1f70088a7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:16.294906 [ 277 ] {e42f1795-1046-4e3b-b6b1-98c1f70088a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:16.295448 [ 277 ] {e42f1795-1046-4e3b-b6b1-98c1f70088a7} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.11 21:41:16.295678 [ 277 ] {e42f1795-1046-4e3b-b6b1-98c1f70088a7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:16.295829 [ 277 ] {e42f1795-1046-4e3b-b6b1-98c1f70088a7} executeQuery: Read 15 rows, 27.52 KiB in 0.001861 sec., 8060.182697474476 rows/sec., 14.44 MiB/sec. 2025.08.11 21:41:16.295891 [ 277 ] {e42f1795-1046-4e3b-b6b1-98c1f70088a7} TCPHandler: Processed in 0.002057024 sec. 2025.08.11 21:41:16.296000 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:16.296097 [ 277 ] {66b04669-4eb6-43a7-810f-07e780316794} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:16.296139 [ 277 ] {66b04669-4eb6-43a7-810f-07e780316794} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:16.296472 [ 277 ] {66b04669-4eb6-43a7-810f-07e780316794} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:16.296509 [ 277 ] {66b04669-4eb6-43a7-810f-07e780316794} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:16.296818 [ 277 ] {66b04669-4eb6-43a7-810f-07e780316794} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.11 21:41:16.297034 [ 277 ] {66b04669-4eb6-43a7-810f-07e780316794} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:16.297165 [ 277 ] {66b04669-4eb6-43a7-810f-07e780316794} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.08.11 21:41:16.297203 [ 277 ] {66b04669-4eb6-43a7-810f-07e780316794} TCPHandler: Processed in 0.001253291 sec. 2025.08.11 21:41:19.211049 [ 83 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:41:19.211098 [ 83 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:41:19.370449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 2025.08.11 21:41:19.370993 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:19.371047 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:19.371557 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:41:19.371817 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:19.371970 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 2025.08.11 21:41:20.915329 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.08.11 21:41:20.930773 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:20.930836 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:20.936238 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:41:20.936951 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:20.939826 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.08.11 21:41:21.287445 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:21.287642 [ 277 ] {fbec5d6e-ab24-4edd-8436-de814afd88bf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:21.287714 [ 277 ] {fbec5d6e-ab24-4edd-8436-de814afd88bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:21.288422 [ 277 ] {fbec5d6e-ab24-4edd-8436-de814afd88bf} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:21.288469 [ 277 ] {fbec5d6e-ab24-4edd-8436-de814afd88bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:21.288880 [ 277 ] {fbec5d6e-ab24-4edd-8436-de814afd88bf} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.11 21:41:21.289107 [ 277 ] {fbec5d6e-ab24-4edd-8436-de814afd88bf} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:21.289259 [ 277 ] {fbec5d6e-ab24-4edd-8436-de814afd88bf} executeQuery: Read 110 rows, 9.47 KiB in 0.00167 sec., 65868.26347305388 rows/sec., 5.54 MiB/sec. 2025.08.11 21:41:21.289304 [ 277 ] {fbec5d6e-ab24-4edd-8436-de814afd88bf} TCPHandler: Processed in 0.001999673 sec. 2025.08.11 21:41:21.289426 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:21.289520 [ 277 ] {3eaf73d5-54d1-4f2f-9d29-95f97952bf7f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:21.289561 [ 277 ] {3eaf73d5-54d1-4f2f-9d29-95f97952bf7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:21.289977 [ 277 ] {3eaf73d5-54d1-4f2f-9d29-95f97952bf7f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:21.290013 [ 277 ] {3eaf73d5-54d1-4f2f-9d29-95f97952bf7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:21.290316 [ 277 ] {3eaf73d5-54d1-4f2f-9d29-95f97952bf7f} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.11 21:41:21.290533 [ 277 ] {3eaf73d5-54d1-4f2f-9d29-95f97952bf7f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:21.290713 [ 277 ] {3eaf73d5-54d1-4f2f-9d29-95f97952bf7f} executeQuery: Read 27 rows, 2.03 KiB in 0.001209 sec., 22332.506203473946 rows/sec., 1.64 MiB/sec. 2025.08.11 21:41:21.290756 [ 277 ] {3eaf73d5-54d1-4f2f-9d29-95f97952bf7f} TCPHandler: Processed in 0.001378023 sec. 2025.08.11 21:41:21.290879 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:21.290972 [ 277 ] {2cc5a70f-607f-4dd9-a07f-6bd949984e7a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:21.291011 [ 277 ] {2cc5a70f-607f-4dd9-a07f-6bd949984e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:21.291481 [ 277 ] {2cc5a70f-607f-4dd9-a07f-6bd949984e7a} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:21.291517 [ 277 ] {2cc5a70f-607f-4dd9-a07f-6bd949984e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:21.291825 [ 277 ] {2cc5a70f-607f-4dd9-a07f-6bd949984e7a} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.11 21:41:21.292029 [ 277 ] {2cc5a70f-607f-4dd9-a07f-6bd949984e7a} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:21.292156 [ 277 ] {2cc5a70f-607f-4dd9-a07f-6bd949984e7a} executeQuery: Read 91 rows, 7.28 KiB in 0.001201 sec., 75770.19150707743 rows/sec., 5.92 MiB/sec. 2025.08.11 21:41:21.292197 [ 277 ] {2cc5a70f-607f-4dd9-a07f-6bd949984e7a} TCPHandler: Processed in 0.001364772 sec. 2025.08.11 21:41:21.292316 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:21.292408 [ 277 ] {fc723d24-da7a-491b-acbe-e75f1372bcd0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:21.292450 [ 277 ] {fc723d24-da7a-491b-acbe-e75f1372bcd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:21.292913 [ 277 ] {fc723d24-da7a-491b-acbe-e75f1372bcd0} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:21.292948 [ 277 ] {fc723d24-da7a-491b-acbe-e75f1372bcd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:21.293270 [ 277 ] {fc723d24-da7a-491b-acbe-e75f1372bcd0} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.11 21:41:21.293473 [ 277 ] {fc723d24-da7a-491b-acbe-e75f1372bcd0} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:21.293603 [ 277 ] {fc723d24-da7a-491b-acbe-e75f1372bcd0} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.08.11 21:41:21.293642 [ 277 ] {fc723d24-da7a-491b-acbe-e75f1372bcd0} TCPHandler: Processed in 0.001373603 sec. 2025.08.11 21:41:21.293762 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:21.293853 [ 277 ] {2d05f2fa-a848-46ab-b81a-d517eed83b55} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:21.293907 [ 277 ] {2d05f2fa-a848-46ab-b81a-d517eed83b55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:21.294759 [ 277 ] {2d05f2fa-a848-46ab-b81a-d517eed83b55} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:21.294794 [ 277 ] {2d05f2fa-a848-46ab-b81a-d517eed83b55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:21.295330 [ 277 ] {2d05f2fa-a848-46ab-b81a-d517eed83b55} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.11 21:41:21.295550 [ 277 ] {2d05f2fa-a848-46ab-b81a-d517eed83b55} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:21.295688 [ 277 ] {2d05f2fa-a848-46ab-b81a-d517eed83b55} executeQuery: Read 27 rows, 49.54 KiB in 0.00185 sec., 14594.594594594593 rows/sec., 26.15 MiB/sec. 2025.08.11 21:41:21.295702 [ 81 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.11 21:41:21.295743 [ 277 ] {2d05f2fa-a848-46ab-b81a-d517eed83b55} TCPHandler: Processed in 0.002027794 sec. 2025.08.11 21:41:21.295747 [ 81 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:21.295773 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:21.295859 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:21.295923 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:41:21.295953 [ 277 ] {db9a0ed5-32ab-48eb-ae62-b9f7eb319eb0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:21.296010 [ 277 ] {db9a0ed5-32ab-48eb-ae62-b9f7eb319eb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:21.296211 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:21.296286 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1620 rows starting from the beginning of the part 2025.08.11 21:41:21.296377 [ 277 ] {db9a0ed5-32ab-48eb-ae62-b9f7eb319eb0} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:21.296417 [ 277 ] {db9a0ed5-32ab-48eb-ae62-b9f7eb319eb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:21.296432 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:21.296556 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 15 rows starting from the beginning of the part 2025.08.11 21:41:21.296674 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:21.296747 [ 277 ] {db9a0ed5-32ab-48eb-ae62-b9f7eb319eb0} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.11 21:41:21.296789 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 15 rows starting from the beginning of the part 2025.08.11 21:41:21.296896 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:21.296979 [ 277 ] {db9a0ed5-32ab-48eb-ae62-b9f7eb319eb0} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:21.297115 [ 277 ] {db9a0ed5-32ab-48eb-ae62-b9f7eb319eb0} executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. 2025.08.11 21:41:21.297153 [ 277 ] {db9a0ed5-32ab-48eb-ae62-b9f7eb319eb0} TCPHandler: Processed in 0.001341403 sec. 2025.08.11 21:41:21.306902 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1731 rows, containing 19 columns (19 merged, 0 gathered) in 0.011042325 sec., 156760.46484775623 rows/sec., 280.91 MiB/sec. 2025.08.11 21:41:21.308149 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.11 21:41:21.308480 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:21.308558 [ 199 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_86_17} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.11 21:41:21.308680 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.61 MiB. 2025.08.11 21:41:22.000260 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 316.52 MiB, peak 333.09 MiB, free memory in arenas 0.00 B, will set to 322.69 MiB (RSS), difference: 6.16 MiB 2025.08.11 21:41:24.461666 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1502 2025.08.11 21:41:24.463798 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:24.463843 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:24.464990 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.11 21:41:24.465254 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:24.465419 [ 78 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.11 21:41:24.465490 [ 78 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:24.465512 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1502 2025.08.11 21:41:24.465514 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:24.465666 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.11 21:41:24.466491 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:24.466703 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1350 rows starting from the beginning of the part 2025.08.11 21:41:24.467221 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part 2025.08.11 21:41:24.467714 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:24.468251 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:41:24.468813 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part 2025.08.11 21:41:24.469281 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:24.475909 [ 186 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1502 rows, containing 72 columns (72 merged, 0 gathered) in 0.010299222 sec., 145836.25831155013 rows/sec., 111.73 MiB/sec. 2025.08.11 21:41:24.477505 [ 186 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.11 21:41:24.478103 [ 186 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:24.478187 [ 186 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_46_9} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.11 21:41:24.478479 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.08.11 21:41:26.289773 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.289968 [ 277 ] {b31c601c-6586-49e7-8f49-bb52e80f9e1d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:41:26.290034 [ 277 ] {b31c601c-6586-49e7-8f49-bb52e80f9e1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:41:26.290672 [ 277 ] {b31c601c-6586-49e7-8f49-bb52e80f9e1d} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.290710 [ 277 ] {b31c601c-6586-49e7-8f49-bb52e80f9e1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.291203 [ 277 ] {b31c601c-6586-49e7-8f49-bb52e80f9e1d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:41:26.291474 [ 277 ] {b31c601c-6586-49e7-8f49-bb52e80f9e1d} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.291650 [ 277 ] {b31c601c-6586-49e7-8f49-bb52e80f9e1d} executeQuery: Read 24 rows, 2.04 KiB in 0.00173 sec., 13872.832369942196 rows/sec., 1.15 MiB/sec. 2025.08.11 21:41:26.291702 [ 277 ] {b31c601c-6586-49e7-8f49-bb52e80f9e1d} TCPHandler: Processed in 0.002061664 sec. 2025.08.11 21:41:26.291837 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.291954 [ 277 ] {2a39c533-6680-4754-bf55-a49e73994591} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:26.292002 [ 277 ] {2a39c533-6680-4754-bf55-a49e73994591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:26.292508 [ 277 ] {2a39c533-6680-4754-bf55-a49e73994591} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.292544 [ 277 ] {2a39c533-6680-4754-bf55-a49e73994591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.292873 [ 277 ] {2a39c533-6680-4754-bf55-a49e73994591} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.11 21:41:26.293091 [ 277 ] {2a39c533-6680-4754-bf55-a49e73994591} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.293224 [ 277 ] {2a39c533-6680-4754-bf55-a49e73994591} executeQuery: Read 206 rows, 18.85 KiB in 0.001295 sec., 159073.35907335908 rows/sec., 14.21 MiB/sec. 2025.08.11 21:41:26.293262 [ 277 ] {2a39c533-6680-4754-bf55-a49e73994591} TCPHandler: Processed in 0.001487055 sec. 2025.08.11 21:41:26.293372 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.293468 [ 277 ] {cfa0a984-cc35-4dd4-97e4-c68649e810bd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:26.293510 [ 277 ] {cfa0a984-cc35-4dd4-97e4-c68649e810bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:26.293910 [ 277 ] {cfa0a984-cc35-4dd4-97e4-c68649e810bd} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.293947 [ 277 ] {cfa0a984-cc35-4dd4-97e4-c68649e810bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.294244 [ 277 ] {cfa0a984-cc35-4dd4-97e4-c68649e810bd} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.11 21:41:26.294459 [ 277 ] {cfa0a984-cc35-4dd4-97e4-c68649e810bd} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.294589 [ 277 ] {cfa0a984-cc35-4dd4-97e4-c68649e810bd} executeQuery: Read 27 rows, 2.09 KiB in 0.001141 sec., 23663.45311130587 rows/sec., 1.79 MiB/sec. 2025.08.11 21:41:26.294627 [ 277 ] {cfa0a984-cc35-4dd4-97e4-c68649e810bd} TCPHandler: Processed in 0.001305262 sec. 2025.08.11 21:41:26.294728 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.294823 [ 277 ] {c704cf08-f6c9-406b-b787-ddcbf3c79af1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:41:26.294863 [ 277 ] {c704cf08-f6c9-406b-b787-ddcbf3c79af1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:41:26.295247 [ 277 ] {c704cf08-f6c9-406b-b787-ddcbf3c79af1} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.295284 [ 277 ] {c704cf08-f6c9-406b-b787-ddcbf3c79af1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.295574 [ 277 ] {c704cf08-f6c9-406b-b787-ddcbf3c79af1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:41:26.295783 [ 277 ] {c704cf08-f6c9-406b-b787-ddcbf3c79af1} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.295915 [ 277 ] {c704cf08-f6c9-406b-b787-ddcbf3c79af1} executeQuery: Read 24 rows, 2.04 KiB in 0.00111 sec., 21621.62162162162 rows/sec., 1.79 MiB/sec. 2025.08.11 21:41:26.295952 [ 277 ] {c704cf08-f6c9-406b-b787-ddcbf3c79af1} TCPHandler: Processed in 0.001272961 sec. 2025.08.11 21:41:26.296072 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.296192 [ 277 ] {f6a8ba10-faf7-491f-910b-6d54bd98cc52} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:41:26.296243 [ 277 ] {f6a8ba10-faf7-491f-910b-6d54bd98cc52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:41:26.296715 [ 277 ] {f6a8ba10-faf7-491f-910b-6d54bd98cc52} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.296760 [ 277 ] {f6a8ba10-faf7-491f-910b-6d54bd98cc52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.297110 [ 277 ] {f6a8ba10-faf7-491f-910b-6d54bd98cc52} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.11 21:41:26.297327 [ 277 ] {f6a8ba10-faf7-491f-910b-6d54bd98cc52} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.297459 [ 277 ] {f6a8ba10-faf7-491f-910b-6d54bd98cc52} executeQuery: Read 12 rows, 960.00 B in 0.00129 sec., 9302.32558139535 rows/sec., 726.74 KiB/sec. 2025.08.11 21:41:26.297498 [ 277 ] {f6a8ba10-faf7-491f-910b-6d54bd98cc52} TCPHandler: Processed in 0.001487795 sec. 2025.08.11 21:41:26.297599 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.297694 [ 277 ] {5591f3d0-7e49-45fd-855b-f0fa550d7322} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:26.297734 [ 277 ] {5591f3d0-7e49-45fd-855b-f0fa550d7322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:26.298168 [ 277 ] {5591f3d0-7e49-45fd-855b-f0fa550d7322} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.298203 [ 277 ] {5591f3d0-7e49-45fd-855b-f0fa550d7322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.298521 [ 277 ] {5591f3d0-7e49-45fd-855b-f0fa550d7322} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.11 21:41:26.298730 [ 277 ] {5591f3d0-7e49-45fd-855b-f0fa550d7322} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.298856 [ 277 ] {5591f3d0-7e49-45fd-855b-f0fa550d7322} executeQuery: Read 115 rows, 9.57 KiB in 0.001179 sec., 97540.28837998305 rows/sec., 7.93 MiB/sec. 2025.08.11 21:41:26.298894 [ 277 ] {5591f3d0-7e49-45fd-855b-f0fa550d7322} TCPHandler: Processed in 0.001343793 sec. 2025.08.11 21:41:26.299000 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.299095 [ 277 ] {102747a7-ba86-405f-8601-9b1c0c50b3be} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:26.299138 [ 277 ] {102747a7-ba86-405f-8601-9b1c0c50b3be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:26.299537 [ 277 ] {102747a7-ba86-405f-8601-9b1c0c50b3be} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.299574 [ 277 ] {102747a7-ba86-405f-8601-9b1c0c50b3be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.299909 [ 277 ] {102747a7-ba86-405f-8601-9b1c0c50b3be} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.11 21:41:26.300126 [ 277 ] {102747a7-ba86-405f-8601-9b1c0c50b3be} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.300255 [ 277 ] {102747a7-ba86-405f-8601-9b1c0c50b3be} executeQuery: Read 196 rows, 14.40 KiB in 0.001179 sec., 166242.57845631894 rows/sec., 11.93 MiB/sec. 2025.08.11 21:41:26.300292 [ 277 ] {102747a7-ba86-405f-8601-9b1c0c50b3be} TCPHandler: Processed in 0.001341162 sec. 2025.08.11 21:41:26.300398 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.300492 [ 277 ] {a5519730-e1be-4bcc-b2b1-a5aa00b4d343} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:26.300548 [ 277 ] {a5519730-e1be-4bcc-b2b1-a5aa00b4d343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:26.301452 [ 277 ] {a5519730-e1be-4bcc-b2b1-a5aa00b4d343} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.301498 [ 277 ] {a5519730-e1be-4bcc-b2b1-a5aa00b4d343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.302092 [ 277 ] {a5519730-e1be-4bcc-b2b1-a5aa00b4d343} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.11 21:41:26.302317 [ 277 ] {a5519730-e1be-4bcc-b2b1-a5aa00b4d343} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.302458 [ 277 ] {a5519730-e1be-4bcc-b2b1-a5aa00b4d343} executeQuery: Read 15 rows, 27.52 KiB in 0.001984 sec., 7560.4838709677415 rows/sec., 13.55 MiB/sec. 2025.08.11 21:41:26.302521 [ 277 ] {a5519730-e1be-4bcc-b2b1-a5aa00b4d343} TCPHandler: Processed in 0.002171836 sec. 2025.08.11 21:41:26.302628 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:26.302726 [ 277 ] {40a70531-6d56-426e-a8c1-3f8689229d04} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:26.302768 [ 277 ] {40a70531-6d56-426e-a8c1-3f8689229d04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:26.303085 [ 277 ] {40a70531-6d56-426e-a8c1-3f8689229d04} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.303122 [ 277 ] {40a70531-6d56-426e-a8c1-3f8689229d04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.303428 [ 277 ] {40a70531-6d56-426e-a8c1-3f8689229d04} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.11 21:41:26.303641 [ 277 ] {40a70531-6d56-426e-a8c1-3f8689229d04} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.303770 [ 277 ] {40a70531-6d56-426e-a8c1-3f8689229d04} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.08.11 21:41:26.303806 [ 277 ] {40a70531-6d56-426e-a8c1-3f8689229d04} TCPHandler: Processed in 0.001228021 sec. 2025.08.11 21:41:26.872256 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 2025.08.11 21:41:26.873069 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:26.873114 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:26.873607 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:41:26.873840 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:26.873978 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 2025.08.11 21:41:28.440002 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.08.11 21:41:28.455339 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:28.455392 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:28.461423 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:41:28.462128 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:28.464775 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.08.11 21:41:31.288125 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:31.288323 [ 277 ] {641ab6e7-fa6f-4992-80d2-6828c9afea4e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:31.288388 [ 277 ] {641ab6e7-fa6f-4992-80d2-6828c9afea4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:31.289071 [ 277 ] {641ab6e7-fa6f-4992-80d2-6828c9afea4e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:31.289118 [ 277 ] {641ab6e7-fa6f-4992-80d2-6828c9afea4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:31.289534 [ 277 ] {641ab6e7-fa6f-4992-80d2-6828c9afea4e} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.11 21:41:31.289773 [ 277 ] {641ab6e7-fa6f-4992-80d2-6828c9afea4e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:31.289925 [ 277 ] {641ab6e7-fa6f-4992-80d2-6828c9afea4e} executeQuery: Read 110 rows, 9.47 KiB in 0.001654 sec., 66505.44135429262 rows/sec., 5.59 MiB/sec. 2025.08.11 21:41:31.289966 [ 277 ] {641ab6e7-fa6f-4992-80d2-6828c9afea4e} TCPHandler: Processed in 0.001972183 sec. 2025.08.11 21:41:31.290089 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:31.290184 [ 277 ] {ad799522-6085-43ba-9d20-72012b16a534} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:31.290223 [ 277 ] {ad799522-6085-43ba-9d20-72012b16a534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:31.290621 [ 277 ] {ad799522-6085-43ba-9d20-72012b16a534} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:31.290656 [ 277 ] {ad799522-6085-43ba-9d20-72012b16a534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:31.290958 [ 277 ] {ad799522-6085-43ba-9d20-72012b16a534} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.11 21:41:31.291164 [ 277 ] {ad799522-6085-43ba-9d20-72012b16a534} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:31.291290 [ 277 ] {ad799522-6085-43ba-9d20-72012b16a534} executeQuery: Read 27 rows, 2.03 KiB in 0.001125 sec., 24000 rows/sec., 1.76 MiB/sec. 2025.08.11 21:41:31.291327 [ 277 ] {ad799522-6085-43ba-9d20-72012b16a534} TCPHandler: Processed in 0.001286001 sec. 2025.08.11 21:41:31.291436 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:31.291528 [ 277 ] {c2584d8d-2b87-4d7b-94f2-d87e28619267} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:31.291567 [ 277 ] {c2584d8d-2b87-4d7b-94f2-d87e28619267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:31.291987 [ 277 ] {c2584d8d-2b87-4d7b-94f2-d87e28619267} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:31.292023 [ 277 ] {c2584d8d-2b87-4d7b-94f2-d87e28619267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:31.292345 [ 277 ] {c2584d8d-2b87-4d7b-94f2-d87e28619267} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.11 21:41:31.292550 [ 277 ] {c2584d8d-2b87-4d7b-94f2-d87e28619267} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:31.292677 [ 277 ] {c2584d8d-2b87-4d7b-94f2-d87e28619267} executeQuery: Read 91 rows, 7.28 KiB in 0.001166 sec., 78044.59691252145 rows/sec., 6.10 MiB/sec. 2025.08.11 21:41:31.292713 [ 277 ] {c2584d8d-2b87-4d7b-94f2-d87e28619267} TCPHandler: Processed in 0.001324463 sec. 2025.08.11 21:41:31.292823 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:31.292916 [ 277 ] {dea72c95-2cd1-4c58-b69d-692e442196db} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:31.292958 [ 277 ] {dea72c95-2cd1-4c58-b69d-692e442196db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:31.293361 [ 277 ] {dea72c95-2cd1-4c58-b69d-692e442196db} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:31.293396 [ 277 ] {dea72c95-2cd1-4c58-b69d-692e442196db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:31.293717 [ 277 ] {dea72c95-2cd1-4c58-b69d-692e442196db} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.11 21:41:31.293934 [ 277 ] {dea72c95-2cd1-4c58-b69d-692e442196db} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:31.294057 [ 72 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2025.08.11 21:41:31.294064 [ 277 ] {dea72c95-2cd1-4c58-b69d-692e442196db} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.08.11 21:41:31.294131 [ 72 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:31.294148 [ 277 ] {dea72c95-2cd1-4c58-b69d-692e442196db} TCPHandler: Processed in 0.001371914 sec. 2025.08.11 21:41:31.294160 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:31.294256 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:31.294287 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:41:31.294353 [ 277 ] {7a087123-7b7a-4777-a072-4ad853cfe346} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:31.294413 [ 277 ] {7a087123-7b7a-4777-a072-4ad853cfe346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:31.294456 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:31.294502 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 28436 rows starting from the beginning of the part 2025.08.11 21:41:31.294570 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part 2025.08.11 21:41:31.294618 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.08.11 21:41:31.294662 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2025.08.11 21:41:31.294704 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 196 rows starting from the beginning of the part 2025.08.11 21:41:31.294743 [ 194 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2025.08.11 21:41:31.295249 [ 277 ] {7a087123-7b7a-4777-a072-4ad853cfe346} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:31.295289 [ 277 ] {7a087123-7b7a-4777-a072-4ad853cfe346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:31.295849 [ 277 ] {7a087123-7b7a-4777-a072-4ad853cfe346} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.11 21:41:31.296077 [ 277 ] {7a087123-7b7a-4777-a072-4ad853cfe346} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:31.296217 [ 277 ] {7a087123-7b7a-4777-a072-4ad853cfe346} executeQuery: Read 27 rows, 49.54 KiB in 0.001881 sec., 14354.066985645932 rows/sec., 25.72 MiB/sec. 2025.08.11 21:41:31.296270 [ 277 ] {7a087123-7b7a-4777-a072-4ad853cfe346} TCPHandler: Processed in 0.002060464 sec. 2025.08.11 21:41:31.296382 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:31.296476 [ 277 ] {306f6005-3792-449a-8d71-2bcd2ce51fd2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:31.296517 [ 277 ] {306f6005-3792-449a-8d71-2bcd2ce51fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:31.296896 [ 277 ] {306f6005-3792-449a-8d71-2bcd2ce51fd2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:31.296932 [ 277 ] {306f6005-3792-449a-8d71-2bcd2ce51fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:31.297232 [ 277 ] {306f6005-3792-449a-8d71-2bcd2ce51fd2} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.11 21:41:31.297438 [ 277 ] {306f6005-3792-449a-8d71-2bcd2ce51fd2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:31.297571 [ 277 ] {306f6005-3792-449a-8d71-2bcd2ce51fd2} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.08.11 21:41:31.297605 [ 277 ] {306f6005-3792-449a-8d71-2bcd2ce51fd2} TCPHandler: Processed in 0.001270071 sec. 2025.08.11 21:41:31.301017 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 29176 rows, containing 5 columns (5 merged, 0 gathered) in 0.006786384 sec., 4299196.744540244 rows/sec., 294.67 MiB/sec. 2025.08.11 21:41:31.301533 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2025.08.11 21:41:31.301899 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:31.301986 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_105_21} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2025.08.11 21:41:31.302088 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.08.11 21:41:34.211367 [ 68 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:41:34.211429 [ 68 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:41:34.374168 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 2025.08.11 21:41:34.375049 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:34.375124 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:34.375672 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:41:34.375909 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:34.376046 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 2025.08.11 21:41:34.465727 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1532 2025.08.11 21:41:34.468040 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:34.468093 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. 2025.08.11 21:41:34.469293 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.11 21:41:34.469572 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:34.469961 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1532 2025.08.11 21:41:35.001709 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00118227 sec. 2025.08.11 21:41:35.964899 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.08.11 21:41:35.982060 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:35.982126 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:35.988250 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:41:35.988938 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:35.992011 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.08.11 21:41:36.288025 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:36.288227 [ 277 ] {63db7f64-258b-4f9a-9047-c6746e834a69} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:36.288302 [ 277 ] {63db7f64-258b-4f9a-9047-c6746e834a69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:36.288995 [ 277 ] {63db7f64-258b-4f9a-9047-c6746e834a69} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.289038 [ 277 ] {63db7f64-258b-4f9a-9047-c6746e834a69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.289450 [ 277 ] {63db7f64-258b-4f9a-9047-c6746e834a69} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.11 21:41:36.289694 [ 277 ] {63db7f64-258b-4f9a-9047-c6746e834a69} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.289842 [ 65 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.11 21:41:36.289868 [ 277 ] {63db7f64-258b-4f9a-9047-c6746e834a69} executeQuery: Read 86 rows, 7.39 KiB in 0.001697 sec., 50677.6664702416 rows/sec., 4.25 MiB/sec. 2025.08.11 21:41:36.289885 [ 65 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.289905 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.289921 [ 277 ] {63db7f64-258b-4f9a-9047-c6746e834a69} TCPHandler: Processed in 0.002038535 sec. 2025.08.11 21:41:36.290027 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:41:36.290047 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:36.290171 [ 277 ] {1ecfd72a-6fc8-4dc5-a060-b6b6bd93d819} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:36.290179 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:36.290217 [ 277 ] {1ecfd72a-6fc8-4dc5-a060-b6b6bd93d819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:36.290227 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1409 rows starting from the beginning of the part 2025.08.11 21:41:36.290312 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 86 rows starting from the beginning of the part 2025.08.11 21:41:36.290363 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 110 rows starting from the beginning of the part 2025.08.11 21:41:36.290409 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 206 rows starting from the beginning of the part 2025.08.11 21:41:36.290447 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 110 rows starting from the beginning of the part 2025.08.11 21:41:36.290490 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 86 rows starting from the beginning of the part 2025.08.11 21:41:36.290647 [ 277 ] {1ecfd72a-6fc8-4dc5-a060-b6b6bd93d819} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.290689 [ 277 ] {1ecfd72a-6fc8-4dc5-a060-b6b6bd93d819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.291081 [ 277 ] {1ecfd72a-6fc8-4dc5-a060-b6b6bd93d819} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.11 21:41:36.291323 [ 277 ] {1ecfd72a-6fc8-4dc5-a060-b6b6bd93d819} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.291471 [ 277 ] {1ecfd72a-6fc8-4dc5-a060-b6b6bd93d819} executeQuery: Read 15 rows, 1.13 KiB in 0.001322 sec., 11346.4447806354 rows/sec., 853.20 KiB/sec. 2025.08.11 21:41:36.291512 [ 277 ] {1ecfd72a-6fc8-4dc5-a060-b6b6bd93d819} TCPHandler: Processed in 0.001517825 sec. 2025.08.11 21:41:36.291623 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:36.291695 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2007 rows, containing 5 columns (5 merged, 0 gathered) in 0.001727389 sec., 1161869.1562815325 rows/sec., 102.63 MiB/sec. 2025.08.11 21:41:36.291722 [ 277 ] {a53b1264-1854-480e-b833-216f736a9e42} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:36.291769 [ 277 ] {a53b1264-1854-480e-b833-216f736a9e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:36.292010 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.11 21:41:36.292219 [ 277 ] {a53b1264-1854-480e-b833-216f736a9e42} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.292263 [ 277 ] {a53b1264-1854-480e-b833-216f736a9e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.292425 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.292529 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_106_21} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.11 21:41:36.292610 [ 277 ] {a53b1264-1854-480e-b833-216f736a9e42} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.11 21:41:36.292631 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.11 21:41:36.292843 [ 277 ] {a53b1264-1854-480e-b833-216f736a9e42} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.292962 [ 65 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.11 21:41:36.292985 [ 277 ] {a53b1264-1854-480e-b833-216f736a9e42} executeQuery: Read 79 rows, 6.32 KiB in 0.001281 sec., 61670.569867291175 rows/sec., 4.82 MiB/sec. 2025.08.11 21:41:36.292994 [ 65 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.293016 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.293024 [ 277 ] {a53b1264-1854-480e-b833-216f736a9e42} TCPHandler: Processed in 0.001450484 sec. 2025.08.11 21:41:36.293087 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:41:36.293137 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:36.293180 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:36.293210 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 634 rows starting from the beginning of the part 2025.08.11 21:41:36.293236 [ 277 ] {d8430606-745c-4e54-b0be-d4b5f885adf8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:36.293254 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 79 rows starting from the beginning of the part 2025.08.11 21:41:36.293287 [ 277 ] {d8430606-745c-4e54-b0be-d4b5f885adf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:36.293295 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 91 rows starting from the beginning of the part 2025.08.11 21:41:36.293342 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 115 rows starting from the beginning of the part 2025.08.11 21:41:36.293376 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 91 rows starting from the beginning of the part 2025.08.11 21:41:36.293411 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 79 rows starting from the beginning of the part 2025.08.11 21:41:36.293712 [ 277 ] {d8430606-745c-4e54-b0be-d4b5f885adf8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.293753 [ 277 ] {d8430606-745c-4e54-b0be-d4b5f885adf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.294119 [ 277 ] {d8430606-745c-4e54-b0be-d4b5f885adf8} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.11 21:41:36.294210 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1089 rows, containing 5 columns (5 merged, 0 gathered) in 0.001150439 sec., 946595.1693223196 rows/sec., 76.36 MiB/sec. 2025.08.11 21:41:36.294371 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.11 21:41:36.294373 [ 277 ] {d8430606-745c-4e54-b0be-d4b5f885adf8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.294539 [ 277 ] {d8430606-745c-4e54-b0be-d4b5f885adf8} executeQuery: Read 160 rows, 11.41 KiB in 0.00132 sec., 121212.12121212122 rows/sec., 8.44 MiB/sec. 2025.08.11 21:41:36.294579 [ 277 ] {d8430606-745c-4e54-b0be-d4b5f885adf8} TCPHandler: Processed in 0.001491954 sec. 2025.08.11 21:41:36.294646 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.294693 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:36.294724 [ 198 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_106_21} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.11 21:41:36.294794 [ 277 ] {efbbdf19-5b2f-4858-8f16-c2e4b245ed24} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:36.294801 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.11 21:41:36.294858 [ 277 ] {efbbdf19-5b2f-4858-8f16-c2e4b245ed24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:36.295664 [ 277 ] {efbbdf19-5b2f-4858-8f16-c2e4b245ed24} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.295702 [ 277 ] {efbbdf19-5b2f-4858-8f16-c2e4b245ed24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.296241 [ 277 ] {efbbdf19-5b2f-4858-8f16-c2e4b245ed24} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.11 21:41:36.296478 [ 277 ] {efbbdf19-5b2f-4858-8f16-c2e4b245ed24} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.296624 [ 277 ] {efbbdf19-5b2f-4858-8f16-c2e4b245ed24} executeQuery: Read 15 rows, 27.52 KiB in 0.001847 sec., 8121.277747698971 rows/sec., 14.55 MiB/sec. 2025.08.11 21:41:36.296689 [ 277 ] {efbbdf19-5b2f-4858-8f16-c2e4b245ed24} TCPHandler: Processed in 0.002045014 sec. 2025.08.11 21:41:36.296799 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:36.296900 [ 277 ] {c122952e-6221-48d5-b7e4-166f82e2e277} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:36.296943 [ 277 ] {c122952e-6221-48d5-b7e4-166f82e2e277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:36.297275 [ 277 ] {c122952e-6221-48d5-b7e4-166f82e2e277} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.297310 [ 277 ] {c122952e-6221-48d5-b7e4-166f82e2e277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.297625 [ 277 ] {c122952e-6221-48d5-b7e4-166f82e2e277} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.11 21:41:36.297842 [ 277 ] {c122952e-6221-48d5-b7e4-166f82e2e277} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.297946 [ 65 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.11 21:41:36.297970 [ 65 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:36.297972 [ 277 ] {c122952e-6221-48d5-b7e4-166f82e2e277} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.08.11 21:41:36.297986 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:36.298013 [ 277 ] {c122952e-6221-48d5-b7e4-166f82e2e277} TCPHandler: Processed in 0.001262361 sec. 2025.08.11 21:41:36.298095 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:41:36.298246 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:36.298285 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5250 rows starting from the beginning of the part 2025.08.11 21:41:36.298354 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:36.298399 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:41:36.298441 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:36.298480 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:36.298520 [ 192 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:36.300187 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5550 rows, containing 4 columns (4 merged, 0 gathered) in 0.002144305 sec., 2588251.204935865 rows/sec., 174.51 MiB/sec. 2025.08.11 21:41:36.300593 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.11 21:41:36.300898 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:36.300986 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_106_21} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.11 21:41:36.301071 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.08.11 21:41:38.594934 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:38.595123 [ 277 ] {92465cf4-594e-4ff5-98de-9cc552931e5f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:41:38.595192 [ 277 ] {92465cf4-594e-4ff5-98de-9cc552931e5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:41:38.595843 [ 277 ] {92465cf4-594e-4ff5-98de-9cc552931e5f} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.595897 [ 277 ] {92465cf4-594e-4ff5-98de-9cc552931e5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.596353 [ 277 ] {92465cf4-594e-4ff5-98de-9cc552931e5f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.11 21:41:38.596609 [ 277 ] {92465cf4-594e-4ff5-98de-9cc552931e5f} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.596783 [ 277 ] {92465cf4-594e-4ff5-98de-9cc552931e5f} executeQuery: Read 2 rows, 167.00 B in 0.001709 sec., 1170.2750146284377 rows/sec., 95.43 KiB/sec. 2025.08.11 21:41:38.596836 [ 277 ] {92465cf4-594e-4ff5-98de-9cc552931e5f} TCPHandler: Processed in 0.002037744 sec. 2025.08.11 21:41:38.596961 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:38.597067 [ 277 ] {16a6f3d3-4b54-4117-a5d8-757e993251e8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:38.597112 [ 277 ] {16a6f3d3-4b54-4117-a5d8-757e993251e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:38.598215 [ 277 ] {16a6f3d3-4b54-4117-a5d8-757e993251e8} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.598256 [ 277 ] {16a6f3d3-4b54-4117-a5d8-757e993251e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.598668 [ 277 ] {16a6f3d3-4b54-4117-a5d8-757e993251e8} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.11 21:41:38.598896 [ 277 ] {16a6f3d3-4b54-4117-a5d8-757e993251e8} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.599040 [ 277 ] {16a6f3d3-4b54-4117-a5d8-757e993251e8} executeQuery: Read 1251 rows, 106.10 KiB in 0.001996 sec., 626753.507014028 rows/sec., 51.91 MiB/sec. 2025.08.11 21:41:38.599081 [ 277 ] {16a6f3d3-4b54-4117-a5d8-757e993251e8} TCPHandler: Processed in 0.002171947 sec. 2025.08.11 21:41:38.599206 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:38.599307 [ 277 ] {42f53ad1-43ec-4a49-a5be-0853c21f0ced} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:38.599352 [ 277 ] {42f53ad1-43ec-4a49-a5be-0853c21f0ced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:38.599782 [ 277 ] {42f53ad1-43ec-4a49-a5be-0853c21f0ced} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.599824 [ 277 ] {42f53ad1-43ec-4a49-a5be-0853c21f0ced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.600132 [ 277 ] {42f53ad1-43ec-4a49-a5be-0853c21f0ced} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.11 21:41:38.600361 [ 277 ] {42f53ad1-43ec-4a49-a5be-0853c21f0ced} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.600491 [ 62 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.11 21:41:38.600497 [ 277 ] {42f53ad1-43ec-4a49-a5be-0853c21f0ced} executeQuery: Read 29 rows, 2.17 KiB in 0.001211 sec., 23947.151114781173 rows/sec., 1.75 MiB/sec. 2025.08.11 21:41:38.600562 [ 62 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.600579 [ 277 ] {42f53ad1-43ec-4a49-a5be-0853c21f0ced} TCPHandler: Processed in 0.001422654 sec. 2025.08.11 21:41:38.600590 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.600708 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:38.600723 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:41:38.600810 [ 277 ] {7abc4b3d-88dd-47c1-8c64-7da5de9d715a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:41:38.600870 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:38.600876 [ 277 ] {7abc4b3d-88dd-47c1-8c64-7da5de9d715a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:41:38.600912 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 72 rows starting from the beginning of the part 2025.08.11 21:41:38.600984 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:38.601031 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:38.601077 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:38.601119 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 15 rows starting from the beginning of the part 2025.08.11 21:41:38.601164 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 29 rows starting from the beginning of the part 2025.08.11 21:41:38.601469 [ 277 ] {7abc4b3d-88dd-47c1-8c64-7da5de9d715a} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.601512 [ 277 ] {7abc4b3d-88dd-47c1-8c64-7da5de9d715a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.601853 [ 277 ] {7abc4b3d-88dd-47c1-8c64-7da5de9d715a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:41:38.602042 [ 187 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.001368573 sec., 143945.55496856943 rows/sec., 11.13 MiB/sec. 2025.08.11 21:41:38.602108 [ 277 ] {7abc4b3d-88dd-47c1-8c64-7da5de9d715a} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.602229 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.11 21:41:38.602249 [ 277 ] {7abc4b3d-88dd-47c1-8c64-7da5de9d715a} executeQuery: Read 228 rows, 15.81 KiB in 0.001457 sec., 156485.92999313658 rows/sec., 10.60 MiB/sec. 2025.08.11 21:41:38.602289 [ 277 ] {7abc4b3d-88dd-47c1-8c64-7da5de9d715a} TCPHandler: Processed in 0.001632847 sec. 2025.08.11 21:41:38.602413 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:38.602509 [ 277 ] {2ca3ad25-973b-4cdc-a3eb-8ee794016e7d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:38.602521 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.602550 [ 277 ] {2ca3ad25-973b-4cdc-a3eb-8ee794016e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:38.602600 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_91_18} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.11 21:41:38.602703 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:41:38.603212 [ 277 ] {2ca3ad25-973b-4cdc-a3eb-8ee794016e7d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.603248 [ 277 ] {2ca3ad25-973b-4cdc-a3eb-8ee794016e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.603614 [ 277 ] {2ca3ad25-973b-4cdc-a3eb-8ee794016e7d} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.11 21:41:38.603854 [ 277 ] {2ca3ad25-973b-4cdc-a3eb-8ee794016e7d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.603986 [ 277 ] {2ca3ad25-973b-4cdc-a3eb-8ee794016e7d} executeQuery: Read 549 rows, 41.73 KiB in 0.001493 sec., 367716.0080375084 rows/sec., 27.30 MiB/sec. 2025.08.11 21:41:38.604026 [ 277 ] {2ca3ad25-973b-4cdc-a3eb-8ee794016e7d} TCPHandler: Processed in 0.001670237 sec. 2025.08.11 21:41:38.604195 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:38.604327 [ 277 ] {bf75183d-9094-46a6-ba45-77a4c46e85b1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:38.604391 [ 277 ] {bf75183d-9094-46a6-ba45-77a4c46e85b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:38.605173 [ 277 ] {bf75183d-9094-46a6-ba45-77a4c46e85b1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.605212 [ 277 ] {bf75183d-9094-46a6-ba45-77a4c46e85b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.605610 [ 277 ] {bf75183d-9094-46a6-ba45-77a4c46e85b1} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.11 21:41:38.605827 [ 277 ] {bf75183d-9094-46a6-ba45-77a4c46e85b1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.605964 [ 277 ] {bf75183d-9094-46a6-ba45-77a4c46e85b1} executeQuery: Read 943 rows, 64.75 KiB in 0.001662 sec., 567388.6883273164 rows/sec., 38.05 MiB/sec. 2025.08.11 21:41:38.606002 [ 277 ] {bf75183d-9094-46a6-ba45-77a4c46e85b1} TCPHandler: Processed in 0.001903012 sec. 2025.08.11 21:41:38.606120 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:38.606220 [ 277 ] {afe7a067-a868-4952-adc4-2ddc682e74fe} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:38.606278 [ 277 ] {afe7a067-a868-4952-adc4-2ddc682e74fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:38.607153 [ 277 ] {afe7a067-a868-4952-adc4-2ddc682e74fe} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.607192 [ 277 ] {afe7a067-a868-4952-adc4-2ddc682e74fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.607777 [ 277 ] {afe7a067-a868-4952-adc4-2ddc682e74fe} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.11 21:41:38.608027 [ 277 ] {afe7a067-a868-4952-adc4-2ddc682e74fe} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.608199 [ 277 ] {afe7a067-a868-4952-adc4-2ddc682e74fe} executeQuery: Read 27 rows, 49.54 KiB in 0.001998 sec., 13513.513513513511 rows/sec., 24.22 MiB/sec. 2025.08.11 21:41:38.608297 [ 277 ] {afe7a067-a868-4952-adc4-2ddc682e74fe} TCPHandler: Processed in 0.002225787 sec. 2025.08.11 21:41:38.608443 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:38.608564 [ 277 ] {08d33ff7-6541-4026-8e15-1f2203bdb02b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:38.608622 [ 277 ] {08d33ff7-6541-4026-8e15-1f2203bdb02b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:38.609051 [ 277 ] {08d33ff7-6541-4026-8e15-1f2203bdb02b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:38.609098 [ 277 ] {08d33ff7-6541-4026-8e15-1f2203bdb02b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:38.609538 [ 277 ] {08d33ff7-6541-4026-8e15-1f2203bdb02b} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.11 21:41:38.609851 [ 277 ] {08d33ff7-6541-4026-8e15-1f2203bdb02b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:38.610031 [ 277 ] {08d33ff7-6541-4026-8e15-1f2203bdb02b} executeQuery: Read 36 rows, 2.48 KiB in 0.001491 sec., 24144.86921529175 rows/sec., 1.63 MiB/sec. 2025.08.11 21:41:38.610084 [ 277 ] {08d33ff7-6541-4026-8e15-1f2203bdb02b} TCPHandler: Processed in 0.001703189 sec. 2025.08.11 21:41:41.282574 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:41.282789 [ 277 ] {3f3b14a6-dfa1-4a38-9af6-abb6f64137ef} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:41.282863 [ 277 ] {3f3b14a6-dfa1-4a38-9af6-abb6f64137ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:41.283585 [ 277 ] {3f3b14a6-dfa1-4a38-9af6-abb6f64137ef} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:41.283636 [ 277 ] {3f3b14a6-dfa1-4a38-9af6-abb6f64137ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:41.284042 [ 277 ] {3f3b14a6-dfa1-4a38-9af6-abb6f64137ef} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.11 21:41:41.284262 [ 277 ] {3f3b14a6-dfa1-4a38-9af6-abb6f64137ef} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:41.284423 [ 277 ] {3f3b14a6-dfa1-4a38-9af6-abb6f64137ef} executeQuery: Read 56 rows, 4.41 KiB in 0.00169 sec., 33136.09467455621 rows/sec., 2.55 MiB/sec. 2025.08.11 21:41:41.284475 [ 277 ] {3f3b14a6-dfa1-4a38-9af6-abb6f64137ef} TCPHandler: Processed in 0.002041214 sec. 2025.08.11 21:41:41.284593 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:41.284694 [ 277 ] {1cf95bb5-de0e-4fd4-b95e-5e30be922b88} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:41.284736 [ 277 ] {1cf95bb5-de0e-4fd4-b95e-5e30be922b88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:41.285172 [ 277 ] {1cf95bb5-de0e-4fd4-b95e-5e30be922b88} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:41.285210 [ 277 ] {1cf95bb5-de0e-4fd4-b95e-5e30be922b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:41.285545 [ 277 ] {1cf95bb5-de0e-4fd4-b95e-5e30be922b88} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.11 21:41:41.285754 [ 277 ] {1cf95bb5-de0e-4fd4-b95e-5e30be922b88} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:41.285882 [ 277 ] {1cf95bb5-de0e-4fd4-b95e-5e30be922b88} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2025.08.11 21:41:41.285921 [ 277 ] {1cf95bb5-de0e-4fd4-b95e-5e30be922b88} TCPHandler: Processed in 0.001379574 sec. 2025.08.11 21:41:41.286031 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:41.286125 [ 277 ] {cf5b030c-cbc7-45a1-b23f-34770a178c11} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:41.286170 [ 277 ] {cf5b030c-cbc7-45a1-b23f-34770a178c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:41.286531 [ 277 ] {cf5b030c-cbc7-45a1-b23f-34770a178c11} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:41.286567 [ 277 ] {cf5b030c-cbc7-45a1-b23f-34770a178c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:41.286889 [ 277 ] {cf5b030c-cbc7-45a1-b23f-34770a178c11} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.11 21:41:41.287092 [ 277 ] {cf5b030c-cbc7-45a1-b23f-34770a178c11} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:41.287219 [ 277 ] {cf5b030c-cbc7-45a1-b23f-34770a178c11} executeQuery: Read 64 rows, 4.56 KiB in 0.001113 sec., 57502.246181491464 rows/sec., 4.00 MiB/sec. 2025.08.11 21:41:41.287255 [ 277 ] {cf5b030c-cbc7-45a1-b23f-34770a178c11} TCPHandler: Processed in 0.001272141 sec. 2025.08.11 21:41:41.287362 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:41.287455 [ 277 ] {0e9eb9f7-b638-405d-ab3a-3313a23f8ff6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:41.287496 [ 277 ] {0e9eb9f7-b638-405d-ab3a-3313a23f8ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:41.287812 [ 277 ] {0e9eb9f7-b638-405d-ab3a-3313a23f8ff6} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:41.287847 [ 277 ] {0e9eb9f7-b638-405d-ab3a-3313a23f8ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:41.288147 [ 277 ] {0e9eb9f7-b638-405d-ab3a-3313a23f8ff6} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.11 21:41:41.288361 [ 277 ] {0e9eb9f7-b638-405d-ab3a-3313a23f8ff6} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:41.288487 [ 277 ] {0e9eb9f7-b638-405d-ab3a-3313a23f8ff6} executeQuery: Read 24 rows, 1.66 KiB in 0.00105 sec., 22857.14285714286 rows/sec., 1.54 MiB/sec. 2025.08.11 21:41:41.288522 [ 277 ] {0e9eb9f7-b638-405d-ab3a-3313a23f8ff6} TCPHandler: Processed in 0.00120715 sec. 2025.08.11 21:41:41.876278 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 2025.08.11 21:41:41.876826 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:41.876876 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:41.877376 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:41:41.877637 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:41.877795 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 2025.08.11 21:41:43.492157 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.08.11 21:41:43.509790 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:43.509861 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:43.515847 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:41:43.516580 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:43.519816 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.08.11 21:41:44.470245 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1568 2025.08.11 21:41:44.472607 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:44.472644 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:44.473823 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.11 21:41:44.474080 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:44.474329 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1568 2025.08.11 21:41:46.287939 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:46.288140 [ 277 ] {fe11a31e-75db-4ab3-b01b-dac88cde7efe} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:46.288211 [ 277 ] {fe11a31e-75db-4ab3-b01b-dac88cde7efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:46.288945 [ 277 ] {fe11a31e-75db-4ab3-b01b-dac88cde7efe} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:46.288996 [ 277 ] {fe11a31e-75db-4ab3-b01b-dac88cde7efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:46.289418 [ 277 ] {fe11a31e-75db-4ab3-b01b-dac88cde7efe} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.11 21:41:46.289697 [ 277 ] {fe11a31e-75db-4ab3-b01b-dac88cde7efe} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:46.289863 [ 277 ] {fe11a31e-75db-4ab3-b01b-dac88cde7efe} executeQuery: Read 86 rows, 7.39 KiB in 0.001775 sec., 48450.70422535211 rows/sec., 4.07 MiB/sec. 2025.08.11 21:41:46.289915 [ 277 ] {fe11a31e-75db-4ab3-b01b-dac88cde7efe} TCPHandler: Processed in 0.002114466 sec. 2025.08.11 21:41:46.290047 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:46.290151 [ 277 ] {7054fd12-b658-4825-8d91-8aa868a4da6a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:46.290197 [ 277 ] {7054fd12-b658-4825-8d91-8aa868a4da6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:46.290624 [ 277 ] {7054fd12-b658-4825-8d91-8aa868a4da6a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:46.290663 [ 277 ] {7054fd12-b658-4825-8d91-8aa868a4da6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:46.291001 [ 277 ] {7054fd12-b658-4825-8d91-8aa868a4da6a} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.11 21:41:46.291221 [ 277 ] {7054fd12-b658-4825-8d91-8aa868a4da6a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:46.291359 [ 277 ] {7054fd12-b658-4825-8d91-8aa868a4da6a} executeQuery: Read 15 rows, 1.13 KiB in 0.001233 sec., 12165.450121654501 rows/sec., 914.78 KiB/sec. 2025.08.11 21:41:46.291401 [ 277 ] {7054fd12-b658-4825-8d91-8aa868a4da6a} TCPHandler: Processed in 0.001406874 sec. 2025.08.11 21:41:46.291538 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:46.291653 [ 277 ] {9dfa4ceb-ed90-440c-b8ba-2ef4a58184ad} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:46.291700 [ 277 ] {9dfa4ceb-ed90-440c-b8ba-2ef4a58184ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:46.292205 [ 277 ] {9dfa4ceb-ed90-440c-b8ba-2ef4a58184ad} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:46.292243 [ 277 ] {9dfa4ceb-ed90-440c-b8ba-2ef4a58184ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:46.292594 [ 277 ] {9dfa4ceb-ed90-440c-b8ba-2ef4a58184ad} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.11 21:41:46.292819 [ 277 ] {9dfa4ceb-ed90-440c-b8ba-2ef4a58184ad} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:46.292964 [ 277 ] {9dfa4ceb-ed90-440c-b8ba-2ef4a58184ad} executeQuery: Read 79 rows, 6.32 KiB in 0.001332 sec., 59309.309309309305 rows/sec., 4.63 MiB/sec. 2025.08.11 21:41:46.293006 [ 277 ] {9dfa4ceb-ed90-440c-b8ba-2ef4a58184ad} TCPHandler: Processed in 0.001531546 sec. 2025.08.11 21:41:46.293126 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:46.293225 [ 277 ] {255f9c3b-5528-430c-bc4e-804255241c29} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:46.293270 [ 277 ] {255f9c3b-5528-430c-bc4e-804255241c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:46.293701 [ 277 ] {255f9c3b-5528-430c-bc4e-804255241c29} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:46.293740 [ 277 ] {255f9c3b-5528-430c-bc4e-804255241c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:46.294105 [ 277 ] {255f9c3b-5528-430c-bc4e-804255241c29} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.11 21:41:46.294340 [ 277 ] {255f9c3b-5528-430c-bc4e-804255241c29} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:46.294475 [ 277 ] {255f9c3b-5528-430c-bc4e-804255241c29} executeQuery: Read 160 rows, 11.41 KiB in 0.001271 sec., 125885.12981904013 rows/sec., 8.77 MiB/sec. 2025.08.11 21:41:46.294514 [ 277 ] {255f9c3b-5528-430c-bc4e-804255241c29} TCPHandler: Processed in 0.001438104 sec. 2025.08.11 21:41:46.294628 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:46.294724 [ 277 ] {a84ea12d-5db4-4cda-a0cf-e037c55ce95a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:46.294782 [ 277 ] {a84ea12d-5db4-4cda-a0cf-e037c55ce95a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:46.295639 [ 277 ] {a84ea12d-5db4-4cda-a0cf-e037c55ce95a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:46.295677 [ 277 ] {a84ea12d-5db4-4cda-a0cf-e037c55ce95a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:46.296308 [ 277 ] {a84ea12d-5db4-4cda-a0cf-e037c55ce95a} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.11 21:41:46.296641 [ 277 ] {a84ea12d-5db4-4cda-a0cf-e037c55ce95a} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:46.296789 [ 56 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.11 21:41:46.296799 [ 277 ] {a84ea12d-5db4-4cda-a0cf-e037c55ce95a} executeQuery: Read 15 rows, 27.52 KiB in 0.002094 sec., 7163.323782234957 rows/sec., 12.84 MiB/sec. 2025.08.11 21:41:46.296862 [ 56 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:46.296889 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:46.296918 [ 277 ] {a84ea12d-5db4-4cda-a0cf-e037c55ce95a} TCPHandler: Processed in 0.002337719 sec. 2025.08.11 21:41:46.296990 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:41:46.297046 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:46.297150 [ 277 ] {6dc37957-999d-4582-8f43-06c9b041fba1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:46.297193 [ 277 ] {6dc37957-999d-4582-8f43-06c9b041fba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:46.297247 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:46.297320 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1731 rows starting from the beginning of the part 2025.08.11 21:41:46.297450 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 15 rows starting from the beginning of the part 2025.08.11 21:41:46.297551 [ 277 ] {6dc37957-999d-4582-8f43-06c9b041fba1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:46.297562 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:46.297596 [ 277 ] {6dc37957-999d-4582-8f43-06c9b041fba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:46.297691 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 15 rows starting from the beginning of the part 2025.08.11 21:41:46.297814 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 27 rows starting from the beginning of the part 2025.08.11 21:41:46.297945 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 15 rows starting from the beginning of the part 2025.08.11 21:41:46.297961 [ 277 ] {6dc37957-999d-4582-8f43-06c9b041fba1} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.11 21:41:46.298193 [ 277 ] {6dc37957-999d-4582-8f43-06c9b041fba1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:46.298332 [ 277 ] {6dc37957-999d-4582-8f43-06c9b041fba1} executeQuery: Read 60 rows, 4.14 KiB in 0.001202 sec., 49916.80532445924 rows/sec., 3.36 MiB/sec. 2025.08.11 21:41:46.298370 [ 277 ] {6dc37957-999d-4582-8f43-06c9b041fba1} TCPHandler: Processed in 0.001374943 sec. 2025.08.11 21:41:46.307581 [ 187 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1830 rows, containing 19 columns (19 merged, 0 gathered) in 0.010630129 sec., 172152.1911916591 rows/sec., 308.49 MiB/sec. 2025.08.11 21:41:46.309321 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.11 21:41:46.309728 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:46.309827 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_91_18} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.11 21:41:46.310015 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.25 MiB. 2025.08.11 21:41:47.000170 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 324.23 MiB, peak 341.44 MiB, free memory in arenas 0.00 B, will set to 328.91 MiB (RSS), difference: 4.68 MiB 2025.08.11 21:41:49.211480 [ 51 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:41:49.211538 [ 51 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:41:49.377955 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 2025.08.11 21:41:49.378554 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:49.378613 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:49.379153 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:41:49.379402 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:49.379557 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 2025.08.11 21:41:49.379572 [ 51 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:41:49.379674 [ 51 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:49.379709 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:49.379824 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:49.379918 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:49.379950 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part 2025.08.11 21:41:49.380009 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:49.380051 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:49.380095 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:49.380135 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:49.380173 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:41:49.382635 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002853918 sec., 10601565.987530125 rows/sec., 151.66 MiB/sec. 2025.08.11 21:41:49.383110 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:41:49.383470 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_66_13} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:49.383563 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_66_13} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:41:49.383703 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2025.08.11 21:41:49.520044 [ 51 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 2025.08.11 21:41:49.520088 [ 51 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:49.520110 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:49.520211 [ 189 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::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.08.11 21:41:49.520347 [ 189 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:49.520381 [ 189 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 252 rows starting from the beginning of the part 2025.08.11 21:41:49.520445 [ 189 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:49.520494 [ 189 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part 2025.08.11 21:41:49.520541 [ 189 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:49.520585 [ 189 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part 2025.08.11 21:41:49.521440 [ 186 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001269891 sec., 595326.6855186784 rows/sec., 43.45 MiB/sec. 2025.08.11 21:41:49.521629 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) 2025.08.11 21:41:49.521915 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:49.521998 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_30_7} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 2025.08.11 21:41:49.522068 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.11 21:41:51.020048 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.08.11 21:41:51.037083 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.037133 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.043386 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:41:51.044090 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.044424 [ 44 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:41:51.044517 [ 44 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.044556 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.044674 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:51.047099 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.08.11 21:41:51.047833 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:51.048679 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:51.052160 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:51.055564 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:51.059584 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:51.063987 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:51.067779 [ 196 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:41:51.120803 [ 186 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.076167216 sec., 6525.117052985106 rows/sec., 33.74 MiB/sec. 2025.08.11 21:41:51.124166 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:41:51.126330 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_66_13} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.126460 [ 189 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_66_13} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:41:51.129705 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.08.11 21:41:51.287405 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:51.287575 [ 277 ] {ec6fd1aa-7cf2-43d5-9a08-e38c9fe663e9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:51.287644 [ 277 ] {ec6fd1aa-7cf2-43d5-9a08-e38c9fe663e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:51.288340 [ 277 ] {ec6fd1aa-7cf2-43d5-9a08-e38c9fe663e9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.288382 [ 277 ] {ec6fd1aa-7cf2-43d5-9a08-e38c9fe663e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.288745 [ 277 ] {ec6fd1aa-7cf2-43d5-9a08-e38c9fe663e9} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.11 21:41:51.288990 [ 277 ] {ec6fd1aa-7cf2-43d5-9a08-e38c9fe663e9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.289131 [ 277 ] {ec6fd1aa-7cf2-43d5-9a08-e38c9fe663e9} executeQuery: Read 110 rows, 9.47 KiB in 0.001608 sec., 68407.96019900497 rows/sec., 5.75 MiB/sec. 2025.08.11 21:41:51.289170 [ 277 ] {ec6fd1aa-7cf2-43d5-9a08-e38c9fe663e9} TCPHandler: Processed in 0.001898421 sec. 2025.08.11 21:41:51.289293 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:51.289387 [ 277 ] {d6e6191f-a965-4e95-b166-5b9ba069c6c1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:51.289426 [ 277 ] {d6e6191f-a965-4e95-b166-5b9ba069c6c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:51.289827 [ 277 ] {d6e6191f-a965-4e95-b166-5b9ba069c6c1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.289862 [ 277 ] {d6e6191f-a965-4e95-b166-5b9ba069c6c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.290151 [ 277 ] {d6e6191f-a965-4e95-b166-5b9ba069c6c1} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.11 21:41:51.290351 [ 277 ] {d6e6191f-a965-4e95-b166-5b9ba069c6c1} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.290474 [ 277 ] {d6e6191f-a965-4e95-b166-5b9ba069c6c1} executeQuery: Read 27 rows, 2.03 KiB in 0.001107 sec., 24390.243902439026 rows/sec., 1.79 MiB/sec. 2025.08.11 21:41:51.290510 [ 277 ] {d6e6191f-a965-4e95-b166-5b9ba069c6c1} TCPHandler: Processed in 0.001264371 sec. 2025.08.11 21:41:51.290617 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:51.290709 [ 277 ] {f84156f4-f072-48a4-82a7-1ce01b693a88} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:51.290749 [ 277 ] {f84156f4-f072-48a4-82a7-1ce01b693a88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:51.291179 [ 277 ] {f84156f4-f072-48a4-82a7-1ce01b693a88} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.291214 [ 277 ] {f84156f4-f072-48a4-82a7-1ce01b693a88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.291508 [ 277 ] {f84156f4-f072-48a4-82a7-1ce01b693a88} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.11 21:41:51.291707 [ 277 ] {f84156f4-f072-48a4-82a7-1ce01b693a88} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.291830 [ 277 ] {f84156f4-f072-48a4-82a7-1ce01b693a88} executeQuery: Read 91 rows, 7.28 KiB in 0.001138 sec., 79964.85061511424 rows/sec., 6.24 MiB/sec. 2025.08.11 21:41:51.291866 [ 277 ] {f84156f4-f072-48a4-82a7-1ce01b693a88} TCPHandler: Processed in 0.001295312 sec. 2025.08.11 21:41:51.291979 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:51.292071 [ 277 ] {167884ca-47f3-4476-ae40-2ff57c7dd7af} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:51.292113 [ 277 ] {167884ca-47f3-4476-ae40-2ff57c7dd7af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:51.292519 [ 277 ] {167884ca-47f3-4476-ae40-2ff57c7dd7af} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.292555 [ 277 ] {167884ca-47f3-4476-ae40-2ff57c7dd7af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.292883 [ 277 ] {167884ca-47f3-4476-ae40-2ff57c7dd7af} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.11 21:41:51.293120 [ 277 ] {167884ca-47f3-4476-ae40-2ff57c7dd7af} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.293249 [ 277 ] {167884ca-47f3-4476-ae40-2ff57c7dd7af} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.08.11 21:41:51.293252 [ 48 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 2025.08.11 21:41:51.293286 [ 277 ] {167884ca-47f3-4476-ae40-2ff57c7dd7af} TCPHandler: Processed in 0.001354922 sec. 2025.08.11 21:41:51.293327 [ 48 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.293354 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.293459 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:41:51.293468 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:51.293583 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:51.293604 [ 277 ] {0dc8bf07-6aee-4a7f-9d2f-38885a1c84ba} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:51.293622 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 29176 rows starting from the beginning of the part 2025.08.11 21:41:51.293682 [ 277 ] {0dc8bf07-6aee-4a7f-9d2f-38885a1c84ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:51.293699 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2025.08.11 21:41:51.293755 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 943 rows starting from the beginning of the part 2025.08.11 21:41:51.293798 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part 2025.08.11 21:41:51.293838 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2025.08.11 21:41:51.293882 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2025.08.11 21:41:51.294607 [ 277 ] {0dc8bf07-6aee-4a7f-9d2f-38885a1c84ba} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.294651 [ 277 ] {0dc8bf07-6aee-4a7f-9d2f-38885a1c84ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.295369 [ 277 ] {0dc8bf07-6aee-4a7f-9d2f-38885a1c84ba} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.11 21:41:51.295624 [ 277 ] {0dc8bf07-6aee-4a7f-9d2f-38885a1c84ba} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.295780 [ 277 ] {0dc8bf07-6aee-4a7f-9d2f-38885a1c84ba} executeQuery: Read 27 rows, 49.54 KiB in 0.002201 sec., 12267.151294865971 rows/sec., 21.98 MiB/sec. 2025.08.11 21:41:51.295839 [ 277 ] {0dc8bf07-6aee-4a7f-9d2f-38885a1c84ba} TCPHandler: Processed in 0.002433361 sec. 2025.08.11 21:41:51.295967 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:51.296066 [ 277 ] {d3962ec7-fe1f-46a5-aa37-b076f494c395} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:51.296109 [ 277 ] {d3962ec7-fe1f-46a5-aa37-b076f494c395} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:51.296461 [ 277 ] {d3962ec7-fe1f-46a5-aa37-b076f494c395} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:51.296498 [ 277 ] {d3962ec7-fe1f-46a5-aa37-b076f494c395} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:51.296959 [ 277 ] {d3962ec7-fe1f-46a5-aa37-b076f494c395} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.11 21:41:51.297197 [ 277 ] {d3962ec7-fe1f-46a5-aa37-b076f494c395} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.297340 [ 277 ] {d3962ec7-fe1f-46a5-aa37-b076f494c395} executeQuery: Read 60 rows, 4.14 KiB in 0.001293 sec., 46403.71229698376 rows/sec., 3.13 MiB/sec. 2025.08.11 21:41:51.297377 [ 277 ] {d3962ec7-fe1f-46a5-aa37-b076f494c395} TCPHandler: Processed in 0.001459544 sec. 2025.08.11 21:41:51.301746 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergeTask::MergeProjectionsStage: Merge sorted 30663 rows, containing 5 columns (5 merged, 0 gathered) in 0.008332889 sec., 3679756.2046008296 rows/sec., 252.12 MiB/sec. 2025.08.11 21:41:51.302212 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) 2025.08.11 21:41:51.302458 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:51.302527 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_110_22} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 2025.08.11 21:41:51.302596 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.08.11 21:41:52.000197 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 330.55 MiB, peak 343.81 MiB, free memory in arenas 0.00 B, will set to 331.88 MiB (RSS), difference: 1.33 MiB 2025.08.11 21:41:54.474592 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1592 2025.08.11 21:41:54.476799 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:54.476860 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:54.478052 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.11 21:41:54.478342 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:54.478723 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1592 2025.08.11 21:41:56.289879 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.290098 [ 277 ] {947ae580-5e50-43b3-9249-e5a9821c4519} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:41:56.290168 [ 277 ] {947ae580-5e50-43b3-9249-e5a9821c4519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:41:56.290822 [ 277 ] {947ae580-5e50-43b3-9249-e5a9821c4519} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.290875 [ 277 ] {947ae580-5e50-43b3-9249-e5a9821c4519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.291300 [ 277 ] {947ae580-5e50-43b3-9249-e5a9821c4519} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:41:56.291542 [ 277 ] {947ae580-5e50-43b3-9249-e5a9821c4519} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.291716 [ 277 ] {947ae580-5e50-43b3-9249-e5a9821c4519} executeQuery: Read 24 rows, 2.04 KiB in 0.001673 sec., 14345.487148834429 rows/sec., 1.19 MiB/sec. 2025.08.11 21:41:56.291714 [ 39 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.08.11 21:41:56.291768 [ 277 ] {947ae580-5e50-43b3-9249-e5a9821c4519} TCPHandler: Processed in 0.002036274 sec. 2025.08.11 21:41:56.291795 [ 39 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.291826 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.291903 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.291933 [ 186 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.08.11 21:41:56.292013 [ 277 ] {9a3a070a-ff7e-4d48-a300-af9d0c44be7c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:41:56.292047 [ 186 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:56.292063 [ 277 ] {9a3a070a-ff7e-4d48-a300-af9d0c44be7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:41:56.292088 [ 186 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 24 rows starting from the beginning of the part 2025.08.11 21:41:56.292162 [ 186 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:56.292207 [ 186 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:56.292250 [ 186 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:56.292291 [ 186 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:56.292493 [ 277 ] {9a3a070a-ff7e-4d48-a300-af9d0c44be7c} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.292538 [ 277 ] {9a3a070a-ff7e-4d48-a300-af9d0c44be7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.292876 [ 277 ] {9a3a070a-ff7e-4d48-a300-af9d0c44be7c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.11 21:41:56.293053 [ 194 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00116593 sec., 102922.13083118199 rows/sec., 8.93 MiB/sec. 2025.08.11 21:41:56.293110 [ 277 ] {9a3a070a-ff7e-4d48-a300-af9d0c44be7c} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.293239 [ 188 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.08.11 21:41:56.293257 [ 277 ] {9a3a070a-ff7e-4d48-a300-af9d0c44be7c} executeQuery: Read 12 rows, 1002.00 B in 0.001268 sec., 9463.72239747634 rows/sec., 771.70 KiB/sec. 2025.08.11 21:41:56.293312 [ 277 ] {9a3a070a-ff7e-4d48-a300-af9d0c44be7c} TCPHandler: Processed in 0.001463144 sec. 2025.08.11 21:41:56.293416 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.293516 [ 277 ] {7eb09284-e9a8-4325-a5aa-115ff644bd98} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:41:56.293560 [ 277 ] {7eb09284-e9a8-4325-a5aa-115ff644bd98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:41:56.293592 [ 188 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.293684 [ 188 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_17_4} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.08.11 21:41:56.293796 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:41:56.294070 [ 277 ] {7eb09284-e9a8-4325-a5aa-115ff644bd98} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.294113 [ 277 ] {7eb09284-e9a8-4325-a5aa-115ff644bd98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.294459 [ 277 ] {7eb09284-e9a8-4325-a5aa-115ff644bd98} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.11 21:41:56.294700 [ 277 ] {7eb09284-e9a8-4325-a5aa-115ff644bd98} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.294834 [ 39 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.08.11 21:41:56.294835 [ 277 ] {7eb09284-e9a8-4325-a5aa-115ff644bd98} executeQuery: Read 212 rows, 19.29 KiB in 0.001339 sec., 158327.10978342048 rows/sec., 14.07 MiB/sec. 2025.08.11 21:41:56.294871 [ 39 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.294894 [ 277 ] {7eb09284-e9a8-4325-a5aa-115ff644bd98} TCPHandler: Processed in 0.001528226 sec. 2025.08.11 21:41:56.294901 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.294987 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:41:56.295019 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.295073 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:56.295104 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1409 rows starting from the beginning of the part 2025.08.11 21:41:56.295120 [ 277 ] {2ae77db5-be24-4011-98e8-534aefa4aae2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:41:56.295156 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:41:56.295165 [ 277 ] {2ae77db5-be24-4011-98e8-534aefa4aae2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:41:56.295206 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part 2025.08.11 21:41:56.295252 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 86 rows starting from the beginning of the part 2025.08.11 21:41:56.295292 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 110 rows starting from the beginning of the part 2025.08.11 21:41:56.295332 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 212 rows starting from the beginning of the part 2025.08.11 21:41:56.295592 [ 277 ] {2ae77db5-be24-4011-98e8-534aefa4aae2} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.295635 [ 277 ] {2ae77db5-be24-4011-98e8-534aefa4aae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.295964 [ 277 ] {2ae77db5-be24-4011-98e8-534aefa4aae2} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.11 21:41:56.296193 [ 277 ] {2ae77db5-be24-4011-98e8-534aefa4aae2} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.296329 [ 277 ] {2ae77db5-be24-4011-98e8-534aefa4aae2} executeQuery: Read 39 rows, 2.93 KiB in 0.001228 sec., 31758.95765472313 rows/sec., 2.33 MiB/sec. 2025.08.11 21:41:56.296367 [ 277 ] {2ae77db5-be24-4011-98e8-534aefa4aae2} TCPHandler: Processed in 0.001399293 sec. 2025.08.11 21:41:56.296489 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.296613 [ 277 ] {bc1b37e7-3a87-47fe-9be6-7e7c90802f52} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:41:56.296661 [ 277 ] {bc1b37e7-3a87-47fe-9be6-7e7c90802f52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:41:56.296686 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 3124 rows, containing 5 columns (5 merged, 0 gathered) in 0.001731919 sec., 1803779.5070092771 rows/sec., 157.87 MiB/sec. 2025.08.11 21:41:56.296913 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.08.11 21:41:56.297131 [ 277 ] {bc1b37e7-3a87-47fe-9be6-7e7c90802f52} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.297176 [ 277 ] {bc1b37e7-3a87-47fe-9be6-7e7c90802f52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.297195 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.297282 [ 194 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_111_22} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.08.11 21:41:56.297355 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.08.11 21:41:56.297508 [ 277 ] {bc1b37e7-3a87-47fe-9be6-7e7c90802f52} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:41:56.297732 [ 277 ] {bc1b37e7-3a87-47fe-9be6-7e7c90802f52} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.297869 [ 277 ] {bc1b37e7-3a87-47fe-9be6-7e7c90802f52} executeQuery: Read 24 rows, 2.04 KiB in 0.001281 sec., 18735.362997658078 rows/sec., 1.55 MiB/sec. 2025.08.11 21:41:56.297909 [ 277 ] {bc1b37e7-3a87-47fe-9be6-7e7c90802f52} TCPHandler: Processed in 0.001483275 sec. 2025.08.11 21:41:56.298012 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.298117 [ 277 ] {32ec3016-18ea-41c0-8817-c3e49d392a76} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:41:56.298163 [ 277 ] {32ec3016-18ea-41c0-8817-c3e49d392a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:41:56.298623 [ 277 ] {32ec3016-18ea-41c0-8817-c3e49d392a76} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.298664 [ 277 ] {32ec3016-18ea-41c0-8817-c3e49d392a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.299019 [ 277 ] {32ec3016-18ea-41c0-8817-c3e49d392a76} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.11 21:41:56.299234 [ 277 ] {32ec3016-18ea-41c0-8817-c3e49d392a76} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.299335 [ 39 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.08.11 21:41:56.299360 [ 277 ] {32ec3016-18ea-41c0-8817-c3e49d392a76} executeQuery: Read 12 rows, 960.00 B in 0.001266 sec., 9478.67298578199 rows/sec., 740.52 KiB/sec. 2025.08.11 21:41:56.299367 [ 39 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.299400 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.299404 [ 277 ] {32ec3016-18ea-41c0-8817-c3e49d392a76} TCPHandler: Processed in 0.001442754 sec. 2025.08.11 21:41:56.299467 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.08.11 21:41:56.299520 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.299568 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:56.299600 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part 2025.08.11 21:41:56.299617 [ 277 ] {0e6f681d-4060-4233-aac7-a3ea91af03b0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:41:56.299654 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2025.08.11 21:41:56.299661 [ 277 ] {0e6f681d-4060-4233-aac7-a3ea91af03b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:41:56.299706 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2025.08.11 21:41:56.299751 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.08.11 21:41:56.299790 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2025.08.11 21:41:56.300111 [ 277 ] {0e6f681d-4060-4233-aac7-a3ea91af03b0} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.300151 [ 277 ] {0e6f681d-4060-4233-aac7-a3ea91af03b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.300430 [ 200 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000989076 sec., 60662.67910656006 rows/sec., 4.86 MiB/sec. 2025.08.11 21:41:56.300477 [ 277 ] {0e6f681d-4060-4233-aac7-a3ea91af03b0} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.11 21:41:56.300550 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.08.11 21:41:56.300746 [ 277 ] {0e6f681d-4060-4233-aac7-a3ea91af03b0} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.300854 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.300878 [ 39 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.08.11 21:41:56.300891 [ 277 ] {0e6f681d-4060-4233-aac7-a3ea91af03b0} executeQuery: Read 127 rows, 10.55 KiB in 0.001292 sec., 98297.21362229102 rows/sec., 7.98 MiB/sec. 2025.08.11 21:41:56.300903 [ 39 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.300926 [ 190 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_17_4} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.08.11 21:41:56.300930 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.300935 [ 277 ] {0e6f681d-4060-4233-aac7-a3ea91af03b0} TCPHandler: Processed in 0.001462595 sec. 2025.08.11 21:41:56.301001 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.11 21:41:56.301045 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:41:56.301085 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.301152 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:56.301187 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 634 rows starting from the beginning of the part 2025.08.11 21:41:56.301191 [ 277 ] {de79a5a7-b639-46bd-a995-72e75f4d118e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:56.301244 [ 277 ] {de79a5a7-b639-46bd-a995-72e75f4d118e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:41:56.301250 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 549 rows starting from the beginning of the part 2025.08.11 21:41:56.301305 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part 2025.08.11 21:41:56.301346 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 79 rows starting from the beginning of the part 2025.08.11 21:41:56.301386 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 91 rows starting from the beginning of the part 2025.08.11 21:41:56.301427 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 127 rows starting from the beginning of the part 2025.08.11 21:41:56.301674 [ 277 ] {de79a5a7-b639-46bd-a995-72e75f4d118e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.301716 [ 277 ] {de79a5a7-b639-46bd-a995-72e75f4d118e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.302096 [ 277 ] {de79a5a7-b639-46bd-a995-72e75f4d118e} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.11 21:41:56.302340 [ 277 ] {de79a5a7-b639-46bd-a995-72e75f4d118e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.302455 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001475934 sec., 1046117.238304694 rows/sec., 83.34 MiB/sec. 2025.08.11 21:41:56.302491 [ 277 ] {de79a5a7-b639-46bd-a995-72e75f4d118e} executeQuery: Read 202 rows, 14.82 KiB in 0.001319 sec., 153146.32297194842 rows/sec., 10.97 MiB/sec. 2025.08.11 21:41:56.302536 [ 277 ] {de79a5a7-b639-46bd-a995-72e75f4d118e} TCPHandler: Processed in 0.001521246 sec. 2025.08.11 21:41:56.302631 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.08.11 21:41:56.302662 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.302757 [ 277 ] {44c54d59-1693-4d58-b4a8-451f0940c014} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:41:56.302813 [ 277 ] {44c54d59-1693-4d58-b4a8-451f0940c014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:41:56.302906 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.302987 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_111_22} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.08.11 21:41:56.303082 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.11 21:41:56.303613 [ 277 ] {44c54d59-1693-4d58-b4a8-451f0940c014} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.303649 [ 277 ] {44c54d59-1693-4d58-b4a8-451f0940c014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.304177 [ 277 ] {44c54d59-1693-4d58-b4a8-451f0940c014} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.11 21:41:56.304399 [ 277 ] {44c54d59-1693-4d58-b4a8-451f0940c014} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.304543 [ 277 ] {44c54d59-1693-4d58-b4a8-451f0940c014} executeQuery: Read 15 rows, 27.52 KiB in 0.001804 sec., 8314.855875831485 rows/sec., 14.90 MiB/sec. 2025.08.11 21:41:56.304609 [ 277 ] {44c54d59-1693-4d58-b4a8-451f0940c014} TCPHandler: Processed in 0.001998054 sec. 2025.08.11 21:41:56.304722 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:41:56.304818 [ 277 ] {910c3c9d-4d90-480b-bdff-bed381ef17a1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:41:56.304860 [ 277 ] {910c3c9d-4d90-480b-bdff-bed381ef17a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:41:56.305201 [ 277 ] {910c3c9d-4d90-480b-bdff-bed381ef17a1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.305238 [ 277 ] {910c3c9d-4d90-480b-bdff-bed381ef17a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.305547 [ 277 ] {910c3c9d-4d90-480b-bdff-bed381ef17a1} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.11 21:41:56.305755 [ 277 ] {910c3c9d-4d90-480b-bdff-bed381ef17a1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.305878 [ 39 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.08.11 21:41:56.305885 [ 277 ] {910c3c9d-4d90-480b-bdff-bed381ef17a1} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.08.11 21:41:56.305915 [ 39 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.305937 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.305937 [ 277 ] {910c3c9d-4d90-480b-bdff-bed381ef17a1} TCPHandler: Processed in 0.001265552 sec. 2025.08.11 21:41:56.306011 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:41:56.306115 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:41:56.306149 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5550 rows starting from the beginning of the part 2025.08.11 21:41:56.306207 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 36 rows starting from the beginning of the part 2025.08.11 21:41:56.306254 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 24 rows starting from the beginning of the part 2025.08.11 21:41:56.306297 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:56.306340 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:41:56.306382 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2025.08.11 21:41:56.308104 [ 195 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 5790 rows, containing 4 columns (4 merged, 0 gathered) in 0.002116046 sec., 2736235.4126517097 rows/sec., 184.49 MiB/sec. 2025.08.11 21:41:56.308564 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.08.11 21:41:56.308883 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.308974 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_111_22} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.08.11 21:41:56.309078 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2025.08.11 21:41:56.879750 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 2025.08.11 21:41:56.880278 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:56.880329 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:56.880835 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:41:56.881079 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:56.881237 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 2025.08.11 21:41:58.547216 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.08.11 21:41:58.562816 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:41:58.562884 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2025.08.11 21:41:58.568278 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:41:58.568967 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:41:58.572025 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.08.11 21:42:01.287743 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:01.287940 [ 277 ] {874a6610-2ebe-4e2d-9b8f-9704880f3992} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:01.288006 [ 277 ] {874a6610-2ebe-4e2d-9b8f-9704880f3992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:01.288703 [ 277 ] {874a6610-2ebe-4e2d-9b8f-9704880f3992} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:01.288747 [ 277 ] {874a6610-2ebe-4e2d-9b8f-9704880f3992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:01.289144 [ 277 ] {874a6610-2ebe-4e2d-9b8f-9704880f3992} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.11 21:42:01.289367 [ 277 ] {874a6610-2ebe-4e2d-9b8f-9704880f3992} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:01.289519 [ 277 ] {874a6610-2ebe-4e2d-9b8f-9704880f3992} executeQuery: Read 110 rows, 9.47 KiB in 0.001631 sec., 67443.2863274065 rows/sec., 5.67 MiB/sec. 2025.08.11 21:42:01.289562 [ 277 ] {874a6610-2ebe-4e2d-9b8f-9704880f3992} TCPHandler: Processed in 0.001951573 sec. 2025.08.11 21:42:01.289685 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:01.289783 [ 277 ] {0f73be35-f3f1-428e-ad81-f81529a61545} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:01.289824 [ 277 ] {0f73be35-f3f1-428e-ad81-f81529a61545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:01.290231 [ 277 ] {0f73be35-f3f1-428e-ad81-f81529a61545} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:01.290268 [ 277 ] {0f73be35-f3f1-428e-ad81-f81529a61545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:01.290569 [ 277 ] {0f73be35-f3f1-428e-ad81-f81529a61545} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.11 21:42:01.290775 [ 277 ] {0f73be35-f3f1-428e-ad81-f81529a61545} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:01.290905 [ 277 ] {0f73be35-f3f1-428e-ad81-f81529a61545} executeQuery: Read 27 rows, 2.03 KiB in 0.001142 sec., 23642.73204903678 rows/sec., 1.74 MiB/sec. 2025.08.11 21:42:01.290943 [ 277 ] {0f73be35-f3f1-428e-ad81-f81529a61545} TCPHandler: Processed in 0.001306852 sec. 2025.08.11 21:42:01.291042 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:01.291137 [ 277 ] {010854cd-9461-4feb-8073-9521ec32c9b1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:01.291176 [ 277 ] {010854cd-9461-4feb-8073-9521ec32c9b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:01.291598 [ 277 ] {010854cd-9461-4feb-8073-9521ec32c9b1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:01.291633 [ 277 ] {010854cd-9461-4feb-8073-9521ec32c9b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:01.291933 [ 277 ] {010854cd-9461-4feb-8073-9521ec32c9b1} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.11 21:42:01.292153 [ 277 ] {010854cd-9461-4feb-8073-9521ec32c9b1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:01.292281 [ 277 ] {010854cd-9461-4feb-8073-9521ec32c9b1} executeQuery: Read 91 rows, 7.28 KiB in 0.001162 sec., 78313.25301204818 rows/sec., 6.12 MiB/sec. 2025.08.11 21:42:01.292318 [ 277 ] {010854cd-9461-4feb-8073-9521ec32c9b1} TCPHandler: Processed in 0.001325652 sec. 2025.08.11 21:42:01.292428 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:01.292522 [ 277 ] {d6f9778b-1bb3-4a01-ad69-f4071b4bff45} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:01.292566 [ 277 ] {d6f9778b-1bb3-4a01-ad69-f4071b4bff45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:01.292971 [ 277 ] {d6f9778b-1bb3-4a01-ad69-f4071b4bff45} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:01.293006 [ 277 ] {d6f9778b-1bb3-4a01-ad69-f4071b4bff45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:01.293336 [ 277 ] {d6f9778b-1bb3-4a01-ad69-f4071b4bff45} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.11 21:42:01.293539 [ 277 ] {d6f9778b-1bb3-4a01-ad69-f4071b4bff45} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:01.293669 [ 277 ] {d6f9778b-1bb3-4a01-ad69-f4071b4bff45} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.08.11 21:42:01.293707 [ 277 ] {d6f9778b-1bb3-4a01-ad69-f4071b4bff45} TCPHandler: Processed in 0.001328402 sec. 2025.08.11 21:42:01.293815 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:01.293919 [ 277 ] {78663a77-bf30-4451-91c7-1af9aabbc538} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:01.293977 [ 277 ] {78663a77-bf30-4451-91c7-1af9aabbc538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:01.294811 [ 277 ] {78663a77-bf30-4451-91c7-1af9aabbc538} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:01.294849 [ 277 ] {78663a77-bf30-4451-91c7-1af9aabbc538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:01.295401 [ 277 ] {78663a77-bf30-4451-91c7-1af9aabbc538} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.11 21:42:01.295635 [ 277 ] {78663a77-bf30-4451-91c7-1af9aabbc538} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:01.295780 [ 277 ] {78663a77-bf30-4451-91c7-1af9aabbc538} executeQuery: Read 27 rows, 49.54 KiB in 0.00188 sec., 14361.702127659575 rows/sec., 25.74 MiB/sec. 2025.08.11 21:42:01.295836 [ 277 ] {78663a77-bf30-4451-91c7-1af9aabbc538} TCPHandler: Processed in 0.002072145 sec. 2025.08.11 21:42:01.295947 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:01.296043 [ 277 ] {76c9e9e0-382a-4318-a14f-c5ab4a457c79} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:01.296086 [ 277 ] {76c9e9e0-382a-4318-a14f-c5ab4a457c79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:01.296422 [ 277 ] {76c9e9e0-382a-4318-a14f-c5ab4a457c79} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:01.296459 [ 277 ] {76c9e9e0-382a-4318-a14f-c5ab4a457c79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:01.296766 [ 277 ] {76c9e9e0-382a-4318-a14f-c5ab4a457c79} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.11 21:42:01.296988 [ 277 ] {76c9e9e0-382a-4318-a14f-c5ab4a457c79} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:01.297121 [ 277 ] {76c9e9e0-382a-4318-a14f-c5ab4a457c79} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.08.11 21:42:01.297157 [ 277 ] {76c9e9e0-382a-4318-a14f-c5ab4a457c79} TCPHandler: Processed in 0.001260471 sec. 2025.08.11 21:42:04.211585 [ 27 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:42:04.211637 [ 27 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:42:04.381493 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 2025.08.11 21:42:04.382333 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:04.382422 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:04.383072 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.11 21:42:04.383338 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:04.383489 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 2025.08.11 21:42:04.478974 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1624 2025.08.11 21:42:04.481385 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:04.481450 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:04.482748 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.11 21:42:04.483046 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:04.483495 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1624 2025.08.11 21:42:06.072206 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.08.11 21:42:06.088329 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:06.088419 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:06.094387 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.11 21:42:06.095056 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:06.098458 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.08.11 21:42:06.287583 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:06.287868 [ 277 ] {8da01f3b-ec95-4e01-8168-d55003bc858a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:06.287974 [ 277 ] {8da01f3b-ec95-4e01-8168-d55003bc858a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:06.288872 [ 277 ] {8da01f3b-ec95-4e01-8168-d55003bc858a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:06.288921 [ 277 ] {8da01f3b-ec95-4e01-8168-d55003bc858a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:06.289329 [ 277 ] {8da01f3b-ec95-4e01-8168-d55003bc858a} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.11 21:42:06.289562 [ 277 ] {8da01f3b-ec95-4e01-8168-d55003bc858a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:06.289724 [ 277 ] {8da01f3b-ec95-4e01-8168-d55003bc858a} executeQuery: Read 86 rows, 7.39 KiB in 0.001933 sec., 44490.42938437661 rows/sec., 3.73 MiB/sec. 2025.08.11 21:42:06.289778 [ 277 ] {8da01f3b-ec95-4e01-8168-d55003bc858a} TCPHandler: Processed in 0.00238602 sec. 2025.08.11 21:42:06.289902 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:06.290006 [ 277 ] {e8ddb894-390a-4583-9b03-4d2422bc2beb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:06.290050 [ 277 ] {e8ddb894-390a-4583-9b03-4d2422bc2beb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:06.290464 [ 277 ] {e8ddb894-390a-4583-9b03-4d2422bc2beb} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:06.290504 [ 277 ] {e8ddb894-390a-4583-9b03-4d2422bc2beb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:06.290817 [ 277 ] {e8ddb894-390a-4583-9b03-4d2422bc2beb} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.11 21:42:06.291028 [ 277 ] {e8ddb894-390a-4583-9b03-4d2422bc2beb} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:06.291154 [ 24 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.11 21:42:06.291161 [ 277 ] {e8ddb894-390a-4583-9b03-4d2422bc2beb} executeQuery: Read 15 rows, 1.13 KiB in 0.001178 sec., 12733.446519524618 rows/sec., 957.50 KiB/sec. 2025.08.11 21:42:06.291237 [ 24 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:06.291246 [ 277 ] {e8ddb894-390a-4583-9b03-4d2422bc2beb} TCPHandler: Processed in 0.001395493 sec. 2025.08.11 21:42:06.291268 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:06.291367 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:06.291383 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:42:06.291468 [ 277 ] {8bad411b-a500-4d65-94e2-997e3eee2774} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:06.291514 [ 277 ] {8bad411b-a500-4d65-94e2-997e3eee2774} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:06.291521 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:06.291563 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 72 rows starting from the beginning of the part 2025.08.11 21:42:06.291634 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:06.291686 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:06.291733 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 39 rows starting from the beginning of the part 2025.08.11 21:42:06.291806 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:06.291882 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:06.291950 [ 277 ] {8bad411b-a500-4d65-94e2-997e3eee2774} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:06.291991 [ 277 ] {8bad411b-a500-4d65-94e2-997e3eee2774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:06.292342 [ 277 ] {8bad411b-a500-4d65-94e2-997e3eee2774} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.11 21:42:06.292575 [ 277 ] {8bad411b-a500-4d65-94e2-997e3eee2774} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:06.292707 [ 277 ] {8bad411b-a500-4d65-94e2-997e3eee2774} executeQuery: Read 79 rows, 6.32 KiB in 0.001258 sec., 62798.09220985691 rows/sec., 4.90 MiB/sec. 2025.08.11 21:42:06.292734 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402303 sec., 139056.96557733958 rows/sec., 10.71 MiB/sec. 2025.08.11 21:42:06.292746 [ 277 ] {8bad411b-a500-4d65-94e2-997e3eee2774} TCPHandler: Processed in 0.001429115 sec. 2025.08.11 21:42:06.292867 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.11 21:42:06.292873 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:06.292978 [ 277 ] {83890da0-4937-4dce-874b-6aee805effd6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:06.293026 [ 277 ] {83890da0-4937-4dce-874b-6aee805effd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:06.293130 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:06.293207 [ 200 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_96_19} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.11 21:42:06.293290 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:42:06.293443 [ 277 ] {83890da0-4937-4dce-874b-6aee805effd6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:06.293484 [ 277 ] {83890da0-4937-4dce-874b-6aee805effd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:06.293841 [ 277 ] {83890da0-4937-4dce-874b-6aee805effd6} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.11 21:42:06.294054 [ 277 ] {83890da0-4937-4dce-874b-6aee805effd6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:06.294184 [ 277 ] {83890da0-4937-4dce-874b-6aee805effd6} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.08.11 21:42:06.294222 [ 277 ] {83890da0-4937-4dce-874b-6aee805effd6} TCPHandler: Processed in 0.001396703 sec. 2025.08.11 21:42:06.294329 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:06.294423 [ 277 ] {f27925ea-5aed-4b1d-970b-009b2c7450f8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:06.294479 [ 277 ] {f27925ea-5aed-4b1d-970b-009b2c7450f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:06.295304 [ 277 ] {f27925ea-5aed-4b1d-970b-009b2c7450f8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:06.295341 [ 277 ] {f27925ea-5aed-4b1d-970b-009b2c7450f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:06.295873 [ 277 ] {f27925ea-5aed-4b1d-970b-009b2c7450f8} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.11 21:42:06.296096 [ 277 ] {f27925ea-5aed-4b1d-970b-009b2c7450f8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:06.296238 [ 277 ] {f27925ea-5aed-4b1d-970b-009b2c7450f8} executeQuery: Read 15 rows, 27.52 KiB in 0.001833 sec., 8183.306055646482 rows/sec., 14.66 MiB/sec. 2025.08.11 21:42:06.296304 [ 277 ] {f27925ea-5aed-4b1d-970b-009b2c7450f8} TCPHandler: Processed in 0.002024324 sec. 2025.08.11 21:42:06.296407 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:06.296503 [ 277 ] {959d5996-d39f-4a37-a867-cd20e140e78d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:06.296545 [ 277 ] {959d5996-d39f-4a37-a867-cd20e140e78d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:06.296876 [ 277 ] {959d5996-d39f-4a37-a867-cd20e140e78d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:06.296912 [ 277 ] {959d5996-d39f-4a37-a867-cd20e140e78d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:06.297221 [ 277 ] {959d5996-d39f-4a37-a867-cd20e140e78d} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.11 21:42:06.297431 [ 277 ] {959d5996-d39f-4a37-a867-cd20e140e78d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:06.297557 [ 277 ] {959d5996-d39f-4a37-a867-cd20e140e78d} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.08.11 21:42:06.297593 [ 277 ] {959d5996-d39f-4a37-a867-cd20e140e78d} TCPHandler: Processed in 0.001234371 sec. 2025.08.11 21:42:08.597016 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:08.597280 [ 277 ] {507943b7-36b3-43c8-9e1e-35963ac5da54} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:42:08.597380 [ 277 ] {507943b7-36b3-43c8-9e1e-35963ac5da54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:42:08.598051 [ 277 ] {507943b7-36b3-43c8-9e1e-35963ac5da54} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.598101 [ 277 ] {507943b7-36b3-43c8-9e1e-35963ac5da54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.598490 [ 277 ] {507943b7-36b3-43c8-9e1e-35963ac5da54} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.11 21:42:08.598757 [ 277 ] {507943b7-36b3-43c8-9e1e-35963ac5da54} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.598918 [ 277 ] {507943b7-36b3-43c8-9e1e-35963ac5da54} executeQuery: Read 4 rows, 334.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 190.74 KiB/sec. 2025.08.11 21:42:08.598969 [ 277 ] {507943b7-36b3-43c8-9e1e-35963ac5da54} TCPHandler: Processed in 0.002128636 sec. 2025.08.11 21:42:08.599091 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:08.599195 [ 277 ] {68e80d77-e572-4a30-ac35-1088fcaa4661} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:08.599239 [ 277 ] {68e80d77-e572-4a30-ac35-1088fcaa4661} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:08.600319 [ 277 ] {68e80d77-e572-4a30-ac35-1088fcaa4661} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.600357 [ 277 ] {68e80d77-e572-4a30-ac35-1088fcaa4661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.600762 [ 277 ] {68e80d77-e572-4a30-ac35-1088fcaa4661} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.11 21:42:08.600988 [ 277 ] {68e80d77-e572-4a30-ac35-1088fcaa4661} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.601125 [ 277 ] {68e80d77-e572-4a30-ac35-1088fcaa4661} executeQuery: Read 1252 rows, 106.17 KiB in 0.001954 sec., 640736.9498464687 rows/sec., 53.06 MiB/sec. 2025.08.11 21:42:08.601165 [ 277 ] {68e80d77-e572-4a30-ac35-1088fcaa4661} TCPHandler: Processed in 0.002127326 sec. 2025.08.11 21:42:08.601282 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:08.601379 [ 277 ] {c92278ce-1771-40f4-a311-60ec53defd5f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:08.601422 [ 277 ] {c92278ce-1771-40f4-a311-60ec53defd5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:08.601821 [ 277 ] {c92278ce-1771-40f4-a311-60ec53defd5f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.601858 [ 277 ] {c92278ce-1771-40f4-a311-60ec53defd5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.602172 [ 277 ] {c92278ce-1771-40f4-a311-60ec53defd5f} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.11 21:42:08.602390 [ 277 ] {c92278ce-1771-40f4-a311-60ec53defd5f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.602519 [ 277 ] {c92278ce-1771-40f4-a311-60ec53defd5f} executeQuery: Read 31 rows, 2.31 KiB in 0.001159 sec., 26747.195858498704 rows/sec., 1.95 MiB/sec. 2025.08.11 21:42:08.602557 [ 277 ] {c92278ce-1771-40f4-a311-60ec53defd5f} TCPHandler: Processed in 0.001325162 sec. 2025.08.11 21:42:08.602657 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:08.602753 [ 277 ] {8752826f-3602-4c01-b527-0d1fc4f2c057} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:42:08.602794 [ 277 ] {8752826f-3602-4c01-b527-0d1fc4f2c057} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:42:08.603266 [ 277 ] {8752826f-3602-4c01-b527-0d1fc4f2c057} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.603303 [ 277 ] {8752826f-3602-4c01-b527-0d1fc4f2c057} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.603623 [ 277 ] {8752826f-3602-4c01-b527-0d1fc4f2c057} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:42:08.603870 [ 277 ] {8752826f-3602-4c01-b527-0d1fc4f2c057} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.604000 [ 277 ] {8752826f-3602-4c01-b527-0d1fc4f2c057} executeQuery: Read 228 rows, 15.81 KiB in 0.001266 sec., 180094.78672985782 rows/sec., 12.19 MiB/sec. 2025.08.11 21:42:08.604037 [ 277 ] {8752826f-3602-4c01-b527-0d1fc4f2c057} TCPHandler: Processed in 0.001428964 sec. 2025.08.11 21:42:08.604141 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:08.604240 [ 277 ] {aaa7a005-dd74-43c1-94c5-d17ceb357ffa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:08.604280 [ 277 ] {aaa7a005-dd74-43c1-94c5-d17ceb357ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:08.604879 [ 277 ] {aaa7a005-dd74-43c1-94c5-d17ceb357ffa} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.604916 [ 277 ] {aaa7a005-dd74-43c1-94c5-d17ceb357ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.605256 [ 277 ] {aaa7a005-dd74-43c1-94c5-d17ceb357ffa} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.11 21:42:08.605467 [ 277 ] {aaa7a005-dd74-43c1-94c5-d17ceb357ffa} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.605601 [ 277 ] {aaa7a005-dd74-43c1-94c5-d17ceb357ffa} executeQuery: Read 551 rows, 41.89 KiB in 0.00138 sec., 399275.3623188406 rows/sec., 29.65 MiB/sec. 2025.08.11 21:42:08.605639 [ 277 ] {aaa7a005-dd74-43c1-94c5-d17ceb357ffa} TCPHandler: Processed in 0.001546066 sec. 2025.08.11 21:42:08.605747 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:08.605840 [ 277 ] {d7a9c0dc-4df7-4c33-b915-7f54ca1a32b6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:08.605883 [ 277 ] {d7a9c0dc-4df7-4c33-b915-7f54ca1a32b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:08.606468 [ 277 ] {d7a9c0dc-4df7-4c33-b915-7f54ca1a32b6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.606504 [ 277 ] {d7a9c0dc-4df7-4c33-b915-7f54ca1a32b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.606889 [ 277 ] {d7a9c0dc-4df7-4c33-b915-7f54ca1a32b6} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.11 21:42:08.607099 [ 277 ] {d7a9c0dc-4df7-4c33-b915-7f54ca1a32b6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.607226 [ 277 ] {d7a9c0dc-4df7-4c33-b915-7f54ca1a32b6} executeQuery: Read 944 rows, 64.82 KiB in 0.001405 sec., 671886.1209964412 rows/sec., 45.05 MiB/sec. 2025.08.11 21:42:08.607263 [ 277 ] {d7a9c0dc-4df7-4c33-b915-7f54ca1a32b6} TCPHandler: Processed in 0.001563036 sec. 2025.08.11 21:42:08.607371 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:08.607463 [ 277 ] {204ac20f-8c2a-4746-9f54-6c7e746f032f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:08.607518 [ 277 ] {204ac20f-8c2a-4746-9f54-6c7e746f032f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:08.608342 [ 277 ] {204ac20f-8c2a-4746-9f54-6c7e746f032f} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.608378 [ 277 ] {204ac20f-8c2a-4746-9f54-6c7e746f032f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.608895 [ 277 ] {204ac20f-8c2a-4746-9f54-6c7e746f032f} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.11 21:42:08.609112 [ 277 ] {204ac20f-8c2a-4746-9f54-6c7e746f032f} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.609235 [ 23 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.11 21:42:08.609249 [ 277 ] {204ac20f-8c2a-4746-9f54-6c7e746f032f} executeQuery: Read 27 rows, 49.54 KiB in 0.001804 sec., 14966.740576496673 rows/sec., 26.82 MiB/sec. 2025.08.11 21:42:08.609299 [ 23 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.609323 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.609331 [ 277 ] {204ac20f-8c2a-4746-9f54-6c7e746f032f} TCPHandler: Processed in 0.002006844 sec. 2025.08.11 21:42:08.609446 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:08.609450 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:42:08.609539 [ 277 ] {9cf6b228-a70e-4a23-af3c-7c8ef9a76460} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:08.609585 [ 277 ] {9cf6b228-a70e-4a23-af3c-7c8ef9a76460} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:08.609729 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:08.609796 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1830 rows starting from the beginning of the part 2025.08.11 21:42:08.609910 [ 277 ] {9cf6b228-a70e-4a23-af3c-7c8ef9a76460} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:08.609927 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:08.609954 [ 277 ] {9cf6b228-a70e-4a23-af3c-7c8ef9a76460} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:08.610047 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:08.610156 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:08.610254 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:08.610271 [ 277 ] {9cf6b228-a70e-4a23-af3c-7c8ef9a76460} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.11 21:42:08.610360 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:08.610487 [ 277 ] {9cf6b228-a70e-4a23-af3c-7c8ef9a76460} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.610618 [ 277 ] {9cf6b228-a70e-4a23-af3c-7c8ef9a76460} executeQuery: Read 36 rows, 2.48 KiB in 0.001097 sec., 32816.77301731996 rows/sec., 2.21 MiB/sec. 2025.08.11 21:42:08.610654 [ 277 ] {9cf6b228-a70e-4a23-af3c-7c8ef9a76460} TCPHandler: Processed in 0.001257101 sec. 2025.08.11 21:42:08.620588 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 19 columns (19 merged, 0 gathered) in 0.011198107 sec., 173332.86777845575 rows/sec., 310.60 MiB/sec. 2025.08.11 21:42:08.622865 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.11 21:42:08.623274 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:08.623364 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_96_19} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.11 21:42:08.623551 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.45 MiB. 2025.08.11 21:42:09.000183 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 333.08 MiB, peak 350.46 MiB, free memory in arenas 0.00 B, will set to 339.35 MiB (RSS), difference: 6.28 MiB 2025.08.11 21:42:11.282202 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:11.282392 [ 277 ] {1354a8c1-1b7d-401e-b3fe-c87936c6d54e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:11.282457 [ 277 ] {1354a8c1-1b7d-401e-b3fe-c87936c6d54e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:11.283104 [ 277 ] {1354a8c1-1b7d-401e-b3fe-c87936c6d54e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:11.283148 [ 277 ] {1354a8c1-1b7d-401e-b3fe-c87936c6d54e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:11.283527 [ 277 ] {1354a8c1-1b7d-401e-b3fe-c87936c6d54e} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.11 21:42:11.283766 [ 277 ] {1354a8c1-1b7d-401e-b3fe-c87936c6d54e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:11.283925 [ 277 ] {1354a8c1-1b7d-401e-b3fe-c87936c6d54e} executeQuery: Read 56 rows, 4.41 KiB in 0.001582 sec., 35398.23008849558 rows/sec., 2.72 MiB/sec. 2025.08.11 21:42:11.283969 [ 277 ] {1354a8c1-1b7d-401e-b3fe-c87936c6d54e} TCPHandler: Processed in 0.001896562 sec. 2025.08.11 21:42:11.284090 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:11.284192 [ 277 ] {00368373-fec9-4d77-be23-63d2d4d856bd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:11.284233 [ 277 ] {00368373-fec9-4d77-be23-63d2d4d856bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:11.284703 [ 277 ] {00368373-fec9-4d77-be23-63d2d4d856bd} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:11.284741 [ 277 ] {00368373-fec9-4d77-be23-63d2d4d856bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:11.285055 [ 277 ] {00368373-fec9-4d77-be23-63d2d4d856bd} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.11 21:42:11.285263 [ 277 ] {00368373-fec9-4d77-be23-63d2d4d856bd} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:11.285394 [ 277 ] {00368373-fec9-4d77-be23-63d2d4d856bd} executeQuery: Read 64 rows, 5.12 KiB in 0.001221 sec., 52416.052416052415 rows/sec., 4.09 MiB/sec. 2025.08.11 21:42:11.285432 [ 277 ] {00368373-fec9-4d77-be23-63d2d4d856bd} TCPHandler: Processed in 0.001390323 sec. 2025.08.11 21:42:11.285611 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:11.285711 [ 277 ] {2b381210-6ec3-495b-9875-b0555d857e94} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:11.285755 [ 277 ] {2b381210-6ec3-495b-9875-b0555d857e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:11.286168 [ 277 ] {2b381210-6ec3-495b-9875-b0555d857e94} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:11.286205 [ 277 ] {2b381210-6ec3-495b-9875-b0555d857e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:11.286531 [ 277 ] {2b381210-6ec3-495b-9875-b0555d857e94} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.11 21:42:11.286743 [ 277 ] {2b381210-6ec3-495b-9875-b0555d857e94} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:11.286873 [ 277 ] {2b381210-6ec3-495b-9875-b0555d857e94} executeQuery: Read 64 rows, 4.56 KiB in 0.001181 sec., 54191.363251481795 rows/sec., 3.77 MiB/sec. 2025.08.11 21:42:11.286871 [ 71 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 5 parts from all_1_110_22 to all_114_114_0 2025.08.11 21:42:11.286910 [ 277 ] {2b381210-6ec3-495b-9875-b0555d857e94} TCPHandler: Processed in 0.001349232 sec. 2025.08.11 21:42:11.286950 [ 71 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:11.286976 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:11.287038 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:11.287078 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergeTask::PrepareStage: Merging 5 parts: from all_1_110_22 to all_114_114_0 into Compact with storage Full 2025.08.11 21:42:11.287137 [ 277 ] {a9411789-8a74-4d4b-b761-44c215248433} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:11.287185 [ 277 ] {a9411789-8a74-4d4b-b761-44c215248433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:11.287227 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:11.287272 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 30663 rows starting from the beginning of the part 2025.08.11 21:42:11.287348 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 202 rows starting from the beginning of the part 2025.08.11 21:42:11.287403 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2025.08.11 21:42:11.287453 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part 2025.08.11 21:42:11.287500 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 944 rows starting from the beginning of the part 2025.08.11 21:42:11.287510 [ 277 ] {a9411789-8a74-4d4b-b761-44c215248433} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:11.287550 [ 277 ] {a9411789-8a74-4d4b-b761-44c215248433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:11.287951 [ 277 ] {a9411789-8a74-4d4b-b761-44c215248433} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.11 21:42:11.288156 [ 277 ] {a9411789-8a74-4d4b-b761-44c215248433} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:11.288286 [ 277 ] {a9411789-8a74-4d4b-b761-44c215248433} executeQuery: Read 24 rows, 1.66 KiB in 0.001168 sec., 20547.945205479453 rows/sec., 1.38 MiB/sec. 2025.08.11 21:42:11.288345 [ 277 ] {a9411789-8a74-4d4b-b761-44c215248433} TCPHandler: Processed in 0.001353963 sec. 2025.08.11 21:42:11.293298 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergeTask::MergeProjectionsStage: Merge sorted 32129 rows, containing 5 columns (5 merged, 0 gathered) in 0.006265565 sec., 5127869.553663556 rows/sec., 351.28 MiB/sec. 2025.08.11 21:42:11.293990 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary) 2025.08.11 21:42:11.294251 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:11.294318 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_114_23} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 5 parts: [all_1_110_22, all_114_114_0] -> all_1_114_23 2025.08.11 21:42:11.294398 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.08.11 21:42:11.883697 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 2025.08.11 21:42:11.884250 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:11.884319 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:11.884872 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.11 21:42:11.885096 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:11.885220 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 2025.08.11 21:42:13.598585 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.08.11 21:42:13.616084 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:13.616144 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:13.622289 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.11 21:42:13.622953 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:13.626126 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.08.11 21:42:14.483767 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1660 2025.08.11 21:42:14.486226 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:14.486285 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:14.487570 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.11 21:42:14.487851 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:14.488018 [ 43 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.11 21:42:14.488088 [ 43 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:14.488109 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:14.488202 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.11 21:42:14.488232 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1660 2025.08.11 21:42:14.488661 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:14.488791 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1502 rows starting from the beginning of the part 2025.08.11 21:42:14.489124 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part 2025.08.11 21:42:14.489460 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part 2025.08.11 21:42:14.489797 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part 2025.08.11 21:42:14.490148 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:42:14.490489 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part 2025.08.11 21:42:14.497504 [ 203 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1660 rows, containing 72 columns (72 merged, 0 gathered) in 0.009342157 sec., 177689.15679751473 rows/sec., 135.13 MiB/sec. 2025.08.11 21:42:14.499131 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.11 21:42:14.499645 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:14.499723 [ 191 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_51_10} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.11 21:42:14.499903 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.08.11 21:42:16.287431 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:16.287631 [ 277 ] {cc96ba59-c234-4a4d-9a24-7b2df69c5a76} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:16.287702 [ 277 ] {cc96ba59-c234-4a4d-9a24-7b2df69c5a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:16.288406 [ 277 ] {cc96ba59-c234-4a4d-9a24-7b2df69c5a76} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.288458 [ 277 ] {cc96ba59-c234-4a4d-9a24-7b2df69c5a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:16.288870 [ 277 ] {cc96ba59-c234-4a4d-9a24-7b2df69c5a76} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.11 21:42:16.289099 [ 277 ] {cc96ba59-c234-4a4d-9a24-7b2df69c5a76} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.289262 [ 277 ] {cc96ba59-c234-4a4d-9a24-7b2df69c5a76} executeQuery: Read 86 rows, 7.39 KiB in 0.001682 sec., 51129.60760998811 rows/sec., 4.29 MiB/sec. 2025.08.11 21:42:16.289260 [ 132 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.08.11 21:42:16.289315 [ 277 ] {cc96ba59-c234-4a4d-9a24-7b2df69c5a76} TCPHandler: Processed in 0.002020694 sec. 2025.08.11 21:42:16.289341 [ 132 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.289371 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:16.289446 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:16.289473 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:42:16.289556 [ 277 ] {1b396a1c-9b93-458f-8291-4cd1a9725972} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:16.289577 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:16.289602 [ 277 ] {1b396a1c-9b93-458f-8291-4cd1a9725972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:16.289611 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1409 rows starting from the beginning of the part 2025.08.11 21:42:16.289677 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 110 rows starting from the beginning of the part 2025.08.11 21:42:16.289725 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 86 rows starting from the beginning of the part 2025.08.11 21:42:16.289773 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:42:16.289814 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part 2025.08.11 21:42:16.289854 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 86 rows starting from the beginning of the part 2025.08.11 21:42:16.290053 [ 277 ] {1b396a1c-9b93-458f-8291-4cd1a9725972} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.290091 [ 277 ] {1b396a1c-9b93-458f-8291-4cd1a9725972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:16.290416 [ 277 ] {1b396a1c-9b93-458f-8291-4cd1a9725972} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.11 21:42:16.290634 [ 277 ] {1b396a1c-9b93-458f-8291-4cd1a9725972} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.290773 [ 277 ] {1b396a1c-9b93-458f-8291-4cd1a9725972} executeQuery: Read 15 rows, 1.13 KiB in 0.001242 sec., 12077.294685990337 rows/sec., 908.16 KiB/sec. 2025.08.11 21:42:16.290811 [ 277 ] {1b396a1c-9b93-458f-8291-4cd1a9725972} TCPHandler: Processed in 0.001416574 sec. 2025.08.11 21:42:16.290943 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:16.291038 [ 277 ] {ec245005-412a-4105-982f-5a7102ffb43c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:16.291079 [ 277 ] {ec245005-412a-4105-982f-5a7102ffb43c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:16.291162 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2999 rows, containing 5 columns (5 merged, 0 gathered) in 0.001732919 sec., 1730605.9890854678 rows/sec., 150.84 MiB/sec. 2025.08.11 21:42:16.291468 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.08.11 21:42:16.291521 [ 277 ] {ec245005-412a-4105-982f-5a7102ffb43c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.291564 [ 277 ] {ec245005-412a-4105-982f-5a7102ffb43c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:16.291859 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.291921 [ 277 ] {ec245005-412a-4105-982f-5a7102ffb43c} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.11 21:42:16.291956 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_116_23} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.08.11 21:42:16.292063 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.08.11 21:42:16.292158 [ 277 ] {ec245005-412a-4105-982f-5a7102ffb43c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.292295 [ 277 ] {ec245005-412a-4105-982f-5a7102ffb43c} executeQuery: Read 79 rows, 6.32 KiB in 0.001276 sec., 61912.225705329154 rows/sec., 4.83 MiB/sec. 2025.08.11 21:42:16.292304 [ 154 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.08.11 21:42:16.292337 [ 277 ] {ec245005-412a-4105-982f-5a7102ffb43c} TCPHandler: Processed in 0.001442945 sec. 2025.08.11 21:42:16.292349 [ 154 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.292377 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:16.292445 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:42:16.292457 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:16.292526 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:16.292549 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 634 rows starting from the beginning of the part 2025.08.11 21:42:16.292559 [ 277 ] {4925d1ae-8cda-4bea-af6c-b633790c050e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:16.292592 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 91 rows starting from the beginning of the part 2025.08.11 21:42:16.292604 [ 277 ] {4925d1ae-8cda-4bea-af6c-b633790c050e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:16.292628 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 79 rows starting from the beginning of the part 2025.08.11 21:42:16.292662 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 551 rows starting from the beginning of the part 2025.08.11 21:42:16.292695 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part 2025.08.11 21:42:16.292731 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 79 rows starting from the beginning of the part 2025.08.11 21:42:16.293019 [ 277 ] {4925d1ae-8cda-4bea-af6c-b633790c050e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.293054 [ 277 ] {4925d1ae-8cda-4bea-af6c-b633790c050e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:16.293407 [ 277 ] {4925d1ae-8cda-4bea-af6c-b633790c050e} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.11 21:42:16.293570 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 5 columns (5 merged, 0 gathered) in 0.001150769 sec., 1301738.228958201 rows/sec., 103.29 MiB/sec. 2025.08.11 21:42:16.293625 [ 277 ] {4925d1ae-8cda-4bea-af6c-b633790c050e} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.293725 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.08.11 21:42:16.293762 [ 277 ] {4925d1ae-8cda-4bea-af6c-b633790c050e} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2025.08.11 21:42:16.293805 [ 277 ] {4925d1ae-8cda-4bea-af6c-b633790c050e} TCPHandler: Processed in 0.001397043 sec. 2025.08.11 21:42:16.293906 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:16.293983 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.294002 [ 277 ] {08833d8b-6eff-443e-93a8-70495ffb69b0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:16.294054 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_116_23} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.08.11 21:42:16.294062 [ 277 ] {08833d8b-6eff-443e-93a8-70495ffb69b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:16.294143 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.11 21:42:16.294847 [ 277 ] {08833d8b-6eff-443e-93a8-70495ffb69b0} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.294887 [ 277 ] {08833d8b-6eff-443e-93a8-70495ffb69b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:16.295431 [ 277 ] {08833d8b-6eff-443e-93a8-70495ffb69b0} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.11 21:42:16.295656 [ 277 ] {08833d8b-6eff-443e-93a8-70495ffb69b0} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.295793 [ 277 ] {08833d8b-6eff-443e-93a8-70495ffb69b0} executeQuery: Read 15 rows, 27.52 KiB in 0.00181 sec., 8287.292817679558 rows/sec., 14.85 MiB/sec. 2025.08.11 21:42:16.295855 [ 277 ] {08833d8b-6eff-443e-93a8-70495ffb69b0} TCPHandler: Processed in 0.001997714 sec. 2025.08.11 21:42:16.295962 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:16.296057 [ 277 ] {54c7a9fe-7e21-4878-8355-1072d858a064} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:16.296100 [ 277 ] {54c7a9fe-7e21-4878-8355-1072d858a064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:16.296437 [ 277 ] {54c7a9fe-7e21-4878-8355-1072d858a064} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.296473 [ 277 ] {54c7a9fe-7e21-4878-8355-1072d858a064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:16.296776 [ 277 ] {54c7a9fe-7e21-4878-8355-1072d858a064} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.11 21:42:16.296991 [ 277 ] {54c7a9fe-7e21-4878-8355-1072d858a064} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.297106 [ 154 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.08.11 21:42:16.297118 [ 277 ] {54c7a9fe-7e21-4878-8355-1072d858a064} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.08.11 21:42:16.297142 [ 154 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:16.297166 [ 277 ] {54c7a9fe-7e21-4878-8355-1072d858a064} TCPHandler: Processed in 0.001252761 sec. 2025.08.11 21:42:16.297166 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:16.297269 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:42:16.297388 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:16.297424 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5790 rows starting from the beginning of the part 2025.08.11 21:42:16.297493 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2025.08.11 21:42:16.297545 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2025.08.11 21:42:16.297591 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 36 rows starting from the beginning of the part 2025.08.11 21:42:16.297633 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 24 rows starting from the beginning of the part 2025.08.11 21:42:16.297679 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2025.08.11 21:42:16.299329 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6030 rows, containing 4 columns (4 merged, 0 gathered) in 0.002100225 sec., 2871120.9513266436 rows/sec., 193.58 MiB/sec. 2025.08.11 21:42:16.299656 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.08.11 21:42:16.299892 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:16.299953 [ 194 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_116_23} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.08.11 21:42:16.300012 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.08.11 21:42:19.211703 [ 152 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:42:19.211758 [ 152 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:42:19.269734 [ 224 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:42:19.269762 [ 224 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:42:19.288918 [ 224 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:42:19.385390 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 2025.08.11 21:42:19.386124 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:19.386178 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:19.386697 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.11 21:42:19.386950 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:19.387105 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 2025.08.11 21:42:19.824261 [ 222 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:42:19.824316 [ 222 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:42:19.827732 [ 222 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:42:20.592457 [ 150 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 2025.08.11 21:42:20.592528 [ 150 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:20.592553 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2025.08.11 21:42:20.592662 [ 190 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:42:20.592795 [ 190 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:20.592835 [ 190 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:42:20.592910 [ 190 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:42:20.592960 [ 190 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2025.08.11 21:42:20.593003 [ 190 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2025.08.11 21:42:20.593044 [ 190 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part 2025.08.11 21:42:20.593769 [ 196 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001145409 sec., 34922.023486806895 rows/sec., 2.91 MiB/sec. 2025.08.11 21:42:20.594019 [ 196 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2025.08.11 21:42:20.594317 [ 196 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_26_6} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:20.594398 [ 196 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_26_6} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 2025.08.11 21:42:20.594511 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.11 21:42:21.126202 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.08.11 21:42:21.142308 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:21.142368 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:21.148316 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.11 21:42:21.148990 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:21.152476 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.08.11 21:42:21.288762 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:21.289038 [ 277 ] {bf24a9a3-b3b7-47ab-91a1-ff332faec2e4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:21.289105 [ 277 ] {bf24a9a3-b3b7-47ab-91a1-ff332faec2e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:21.289794 [ 277 ] {bf24a9a3-b3b7-47ab-91a1-ff332faec2e4} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:21.289837 [ 277 ] {bf24a9a3-b3b7-47ab-91a1-ff332faec2e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:21.290243 [ 277 ] {bf24a9a3-b3b7-47ab-91a1-ff332faec2e4} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.11 21:42:21.290483 [ 277 ] {bf24a9a3-b3b7-47ab-91a1-ff332faec2e4} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:21.290638 [ 277 ] {bf24a9a3-b3b7-47ab-91a1-ff332faec2e4} executeQuery: Read 110 rows, 9.47 KiB in 0.001667 sec., 65986.80263947211 rows/sec., 5.55 MiB/sec. 2025.08.11 21:42:21.290680 [ 277 ] {bf24a9a3-b3b7-47ab-91a1-ff332faec2e4} TCPHandler: Processed in 0.002106135 sec. 2025.08.11 21:42:21.290797 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:21.290893 [ 277 ] {9ae8a9b3-81b2-4d7b-ba6f-f73cfa29f970} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:21.290935 [ 277 ] {9ae8a9b3-81b2-4d7b-ba6f-f73cfa29f970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:21.291362 [ 277 ] {9ae8a9b3-81b2-4d7b-ba6f-f73cfa29f970} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:21.291400 [ 277 ] {9ae8a9b3-81b2-4d7b-ba6f-f73cfa29f970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:21.291699 [ 277 ] {9ae8a9b3-81b2-4d7b-ba6f-f73cfa29f970} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.11 21:42:21.291907 [ 277 ] {9ae8a9b3-81b2-4d7b-ba6f-f73cfa29f970} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:21.292036 [ 277 ] {9ae8a9b3-81b2-4d7b-ba6f-f73cfa29f970} executeQuery: Read 27 rows, 2.03 KiB in 0.001162 sec., 23235.800344234078 rows/sec., 1.71 MiB/sec. 2025.08.11 21:42:21.292073 [ 277 ] {9ae8a9b3-81b2-4d7b-ba6f-f73cfa29f970} TCPHandler: Processed in 0.001326733 sec. 2025.08.11 21:42:21.292184 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:21.292279 [ 277 ] {d14e75ed-6b13-46fc-b93a-4c73655bc1c7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:21.292317 [ 277 ] {d14e75ed-6b13-46fc-b93a-4c73655bc1c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:21.292752 [ 277 ] {d14e75ed-6b13-46fc-b93a-4c73655bc1c7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:21.292788 [ 277 ] {d14e75ed-6b13-46fc-b93a-4c73655bc1c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:21.293076 [ 277 ] {d14e75ed-6b13-46fc-b93a-4c73655bc1c7} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.11 21:42:21.293273 [ 277 ] {d14e75ed-6b13-46fc-b93a-4c73655bc1c7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:21.293396 [ 277 ] {d14e75ed-6b13-46fc-b93a-4c73655bc1c7} executeQuery: Read 91 rows, 7.28 KiB in 0.001135 sec., 80176.2114537445 rows/sec., 6.26 MiB/sec. 2025.08.11 21:42:21.293432 [ 277 ] {d14e75ed-6b13-46fc-b93a-4c73655bc1c7} TCPHandler: Processed in 0.001294811 sec. 2025.08.11 21:42:21.293538 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:21.293630 [ 277 ] {1d6b3b61-56c1-4a38-bda9-66080e3818ca} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:21.293673 [ 277 ] {1d6b3b61-56c1-4a38-bda9-66080e3818ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:21.294067 [ 277 ] {1d6b3b61-56c1-4a38-bda9-66080e3818ca} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:21.294103 [ 277 ] {1d6b3b61-56c1-4a38-bda9-66080e3818ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:21.294436 [ 277 ] {1d6b3b61-56c1-4a38-bda9-66080e3818ca} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.11 21:42:21.294644 [ 277 ] {1d6b3b61-56c1-4a38-bda9-66080e3818ca} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:21.294768 [ 277 ] {1d6b3b61-56c1-4a38-bda9-66080e3818ca} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2025.08.11 21:42:21.294803 [ 277 ] {1d6b3b61-56c1-4a38-bda9-66080e3818ca} TCPHandler: Processed in 0.001311022 sec. 2025.08.11 21:42:21.294915 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:21.295030 [ 277 ] {4e4e9303-c240-4219-8c20-99db7b638416} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:21.295095 [ 277 ] {4e4e9303-c240-4219-8c20-99db7b638416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:21.296059 [ 277 ] {4e4e9303-c240-4219-8c20-99db7b638416} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:21.296096 [ 277 ] {4e4e9303-c240-4219-8c20-99db7b638416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:21.296646 [ 277 ] {4e4e9303-c240-4219-8c20-99db7b638416} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.11 21:42:21.296873 [ 277 ] {4e4e9303-c240-4219-8c20-99db7b638416} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:21.297016 [ 277 ] {4e4e9303-c240-4219-8c20-99db7b638416} executeQuery: Read 27 rows, 49.54 KiB in 0.002008 sec., 13446.215139442233 rows/sec., 24.09 MiB/sec. 2025.08.11 21:42:21.297069 [ 277 ] {4e4e9303-c240-4219-8c20-99db7b638416} TCPHandler: Processed in 0.002213357 sec. 2025.08.11 21:42:21.297178 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:21.297274 [ 277 ] {a45b02ce-c76f-4486-b912-71892ba2d39c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:21.297316 [ 277 ] {a45b02ce-c76f-4486-b912-71892ba2d39c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:21.297633 [ 277 ] {a45b02ce-c76f-4486-b912-71892ba2d39c} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:21.297671 [ 277 ] {a45b02ce-c76f-4486-b912-71892ba2d39c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:21.297977 [ 277 ] {a45b02ce-c76f-4486-b912-71892ba2d39c} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.11 21:42:21.298196 [ 277 ] {a45b02ce-c76f-4486-b912-71892ba2d39c} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:21.298326 [ 277 ] {a45b02ce-c76f-4486-b912-71892ba2d39c} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.08.11 21:42:21.298363 [ 277 ] {a45b02ce-c76f-4486-b912-71892ba2d39c} TCPHandler: Processed in 0.001233281 sec. 2025.08.11 21:42:22.049151 [ 218 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:42:22.049218 [ 218 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:42:22.053043 [ 218 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:42:22.063091 [ 219 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:42:22.063148 [ 219 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:42:22.066662 [ 219 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:42:22.272565 [ 223 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:42:22.272626 [ 223 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:42:22.276217 [ 223 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:42:22.375762 [ 222 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:42:22.375805 [ 222 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:42:22.378262 [ 222 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:42:24.488551 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1684 2025.08.11 21:42:24.490969 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:24.491024 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:24.492227 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.11 21:42:24.492525 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:24.492907 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1684 2025.08.11 21:42:26.294114 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.294377 [ 277 ] {374a3067-5551-4a4b-ac49-02113ca445c2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:42:26.294477 [ 277 ] {374a3067-5551-4a4b-ac49-02113ca445c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:42:26.295225 [ 277 ] {374a3067-5551-4a4b-ac49-02113ca445c2} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.295279 [ 277 ] {374a3067-5551-4a4b-ac49-02113ca445c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.295707 [ 277 ] {374a3067-5551-4a4b-ac49-02113ca445c2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:42:26.295951 [ 277 ] {374a3067-5551-4a4b-ac49-02113ca445c2} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.296119 [ 277 ] {374a3067-5551-4a4b-ac49-02113ca445c2} executeQuery: Read 24 rows, 2.04 KiB in 0.001815 sec., 13223.140495867769 rows/sec., 1.10 MiB/sec. 2025.08.11 21:42:26.296174 [ 277 ] {374a3067-5551-4a4b-ac49-02113ca445c2} TCPHandler: Processed in 0.002262708 sec. 2025.08.11 21:42:26.296307 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.296416 [ 277 ] {76e1c6ed-3259-4123-ba76-6505bad2fec8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:26.296464 [ 277 ] {76e1c6ed-3259-4123-ba76-6505bad2fec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:26.297041 [ 277 ] {76e1c6ed-3259-4123-ba76-6505bad2fec8} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.297081 [ 277 ] {76e1c6ed-3259-4123-ba76-6505bad2fec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.297436 [ 277 ] {76e1c6ed-3259-4123-ba76-6505bad2fec8} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.11 21:42:26.297670 [ 277 ] {76e1c6ed-3259-4123-ba76-6505bad2fec8} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.297815 [ 277 ] {76e1c6ed-3259-4123-ba76-6505bad2fec8} executeQuery: Read 206 rows, 18.85 KiB in 0.001426 sec., 144460.0280504909 rows/sec., 12.91 MiB/sec. 2025.08.11 21:42:26.297857 [ 277 ] {76e1c6ed-3259-4123-ba76-6505bad2fec8} TCPHandler: Processed in 0.001604687 sec. 2025.08.11 21:42:26.297975 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.298077 [ 277 ] {147694a3-caee-4de0-91be-f714bfcd523f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:26.298120 [ 277 ] {147694a3-caee-4de0-91be-f714bfcd523f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:26.298554 [ 277 ] {147694a3-caee-4de0-91be-f714bfcd523f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.298595 [ 277 ] {147694a3-caee-4de0-91be-f714bfcd523f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.298934 [ 277 ] {147694a3-caee-4de0-91be-f714bfcd523f} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.11 21:42:26.299177 [ 277 ] {147694a3-caee-4de0-91be-f714bfcd523f} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.299315 [ 277 ] {147694a3-caee-4de0-91be-f714bfcd523f} executeQuery: Read 27 rows, 2.09 KiB in 0.00126 sec., 21428.571428571428 rows/sec., 1.62 MiB/sec. 2025.08.11 21:42:26.299355 [ 277 ] {147694a3-caee-4de0-91be-f714bfcd523f} TCPHandler: Processed in 0.001430324 sec. 2025.08.11 21:42:26.299460 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.299557 [ 277 ] {e6833ce0-3910-4a4e-8416-8ffa3466a60c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:42:26.299602 [ 277 ] {e6833ce0-3910-4a4e-8416-8ffa3466a60c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:42:26.300023 [ 277 ] {e6833ce0-3910-4a4e-8416-8ffa3466a60c} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.300062 [ 277 ] {e6833ce0-3910-4a4e-8416-8ffa3466a60c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.300369 [ 277 ] {e6833ce0-3910-4a4e-8416-8ffa3466a60c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:42:26.300588 [ 277 ] {e6833ce0-3910-4a4e-8416-8ffa3466a60c} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.300722 [ 277 ] {e6833ce0-3910-4a4e-8416-8ffa3466a60c} executeQuery: Read 24 rows, 2.04 KiB in 0.001184 sec., 20270.27027027027 rows/sec., 1.68 MiB/sec. 2025.08.11 21:42:26.300760 [ 277 ] {e6833ce0-3910-4a4e-8416-8ffa3466a60c} TCPHandler: Processed in 0.001349123 sec. 2025.08.11 21:42:26.300874 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.300970 [ 277 ] {8c6133fa-ffbe-4b06-aedf-d0eee0faf932} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:42:26.301010 [ 277 ] {8c6133fa-ffbe-4b06-aedf-d0eee0faf932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:42:26.301417 [ 277 ] {8c6133fa-ffbe-4b06-aedf-d0eee0faf932} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.301455 [ 277 ] {8c6133fa-ffbe-4b06-aedf-d0eee0faf932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.301836 [ 277 ] {8c6133fa-ffbe-4b06-aedf-d0eee0faf932} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.11 21:42:26.302066 [ 277 ] {8c6133fa-ffbe-4b06-aedf-d0eee0faf932} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.302201 [ 277 ] {8c6133fa-ffbe-4b06-aedf-d0eee0faf932} executeQuery: Read 12 rows, 960.00 B in 0.001249 sec., 9607.686148919136 rows/sec., 750.60 KiB/sec. 2025.08.11 21:42:26.302240 [ 277 ] {8c6133fa-ffbe-4b06-aedf-d0eee0faf932} TCPHandler: Processed in 0.001415574 sec. 2025.08.11 21:42:26.302349 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.302450 [ 277 ] {324ca298-4cd5-4c28-9879-4e02130ccef8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:26.302490 [ 277 ] {324ca298-4cd5-4c28-9879-4e02130ccef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:26.302957 [ 277 ] {324ca298-4cd5-4c28-9879-4e02130ccef8} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.302995 [ 277 ] {324ca298-4cd5-4c28-9879-4e02130ccef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.303306 [ 277 ] {324ca298-4cd5-4c28-9879-4e02130ccef8} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.11 21:42:26.303537 [ 277 ] {324ca298-4cd5-4c28-9879-4e02130ccef8} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.303672 [ 277 ] {324ca298-4cd5-4c28-9879-4e02130ccef8} executeQuery: Read 115 rows, 9.57 KiB in 0.00124 sec., 92741.93548387097 rows/sec., 7.54 MiB/sec. 2025.08.11 21:42:26.303710 [ 277 ] {324ca298-4cd5-4c28-9879-4e02130ccef8} TCPHandler: Processed in 0.001410263 sec. 2025.08.11 21:42:26.303825 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.303920 [ 277 ] {93779a7e-009f-4aad-a224-f88f482fb1d1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:26.303967 [ 277 ] {93779a7e-009f-4aad-a224-f88f482fb1d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:26.304404 [ 277 ] {93779a7e-009f-4aad-a224-f88f482fb1d1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.304442 [ 277 ] {93779a7e-009f-4aad-a224-f88f482fb1d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.304783 [ 277 ] {93779a7e-009f-4aad-a224-f88f482fb1d1} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.11 21:42:26.305007 [ 277 ] {93779a7e-009f-4aad-a224-f88f482fb1d1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.305140 [ 277 ] {93779a7e-009f-4aad-a224-f88f482fb1d1} executeQuery: Read 196 rows, 14.40 KiB in 0.001239 sec., 158192.09039548022 rows/sec., 11.35 MiB/sec. 2025.08.11 21:42:26.305178 [ 277 ] {93779a7e-009f-4aad-a224-f88f482fb1d1} TCPHandler: Processed in 0.001402673 sec. 2025.08.11 21:42:26.305303 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.305400 [ 277 ] {c0d4bc35-54b7-4247-bc3f-e985091aa469} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:26.305456 [ 277 ] {c0d4bc35-54b7-4247-bc3f-e985091aa469} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:26.306276 [ 277 ] {c0d4bc35-54b7-4247-bc3f-e985091aa469} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.306313 [ 277 ] {c0d4bc35-54b7-4247-bc3f-e985091aa469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.306861 [ 277 ] {c0d4bc35-54b7-4247-bc3f-e985091aa469} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.11 21:42:26.307095 [ 277 ] {c0d4bc35-54b7-4247-bc3f-e985091aa469} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.307252 [ 277 ] {c0d4bc35-54b7-4247-bc3f-e985091aa469} executeQuery: Read 15 rows, 27.52 KiB in 0.001869 sec., 8025.6821829855535 rows/sec., 14.38 MiB/sec. 2025.08.11 21:42:26.307330 [ 277 ] {c0d4bc35-54b7-4247-bc3f-e985091aa469} TCPHandler: Processed in 0.002076185 sec. 2025.08.11 21:42:26.307442 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:26.307538 [ 277 ] {250e3c70-8a1b-4aa8-a28c-1e08e658b3a9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:26.307580 [ 277 ] {250e3c70-8a1b-4aa8-a28c-1e08e658b3a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:26.307925 [ 277 ] {250e3c70-8a1b-4aa8-a28c-1e08e658b3a9} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.307961 [ 277 ] {250e3c70-8a1b-4aa8-a28c-1e08e658b3a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.308277 [ 277 ] {250e3c70-8a1b-4aa8-a28c-1e08e658b3a9} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.11 21:42:26.308492 [ 277 ] {250e3c70-8a1b-4aa8-a28c-1e08e658b3a9} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.308623 [ 277 ] {250e3c70-8a1b-4aa8-a28c-1e08e658b3a9} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.08.11 21:42:26.308659 [ 277 ] {250e3c70-8a1b-4aa8-a28c-1e08e658b3a9} TCPHandler: Processed in 0.001265711 sec. 2025.08.11 21:42:26.887384 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 2025.08.11 21:42:26.887924 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.887972 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.888486 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.11 21:42:26.888733 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.888871 [ 145 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.11 21:42:26.888883 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 2025.08.11 21:42:26.888911 [ 145 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:26.888931 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:26.889048 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:42:26.889208 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:26.889252 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part 2025.08.11 21:42:26.889313 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:42:26.889356 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:42:26.889404 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:42:26.889446 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:42:26.889485 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:42:26.891731 [ 188 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.002733036 sec., 11896294.084673602 rows/sec., 170.18 MiB/sec. 2025.08.11 21:42:26.892170 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.11 21:42:26.892486 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_71_14} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:26.892568 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_71_14} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.11 21:42:26.892686 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2025.08.11 21:42:28.652715 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.08.11 21:42:28.670268 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:28.670328 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:28.676467 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.11 21:42:28.677225 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:28.677553 [ 142 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.11 21:42:28.677617 [ 142 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:28.677639 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2025.08.11 21:42:28.677731 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:42:28.680603 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:28.680633 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.08.11 21:42:28.681429 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:42:28.684834 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:42:28.688367 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:42:28.692270 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:42:28.696738 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:42:28.701096 [ 192 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:42:28.755292 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.07759105 sec., 6895.12514652141 rows/sec., 35.65 MiB/sec. 2025.08.11 21:42:28.758209 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.11 21:42:28.760278 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_71_14} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:28.760391 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_71_14} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.11 21:42:28.763048 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.08.11 21:42:29.000198 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 340.66 MiB, peak 358.09 MiB, free memory in arenas 0.00 B, will set to 339.60 MiB (RSS), difference: -1.06 MiB 2025.08.11 21:42:31.288451 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:31.288665 [ 277 ] {127c210e-feeb-4f26-9bf2-03b9371a2727} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:31.288733 [ 277 ] {127c210e-feeb-4f26-9bf2-03b9371a2727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:31.289444 [ 277 ] {127c210e-feeb-4f26-9bf2-03b9371a2727} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:31.289496 [ 277 ] {127c210e-feeb-4f26-9bf2-03b9371a2727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:31.289935 [ 277 ] {127c210e-feeb-4f26-9bf2-03b9371a2727} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.11 21:42:31.290176 [ 277 ] {127c210e-feeb-4f26-9bf2-03b9371a2727} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:31.290337 [ 277 ] {127c210e-feeb-4f26-9bf2-03b9371a2727} executeQuery: Read 110 rows, 9.47 KiB in 0.001724 sec., 63805.104408352665 rows/sec., 5.36 MiB/sec. 2025.08.11 21:42:31.290392 [ 277 ] {127c210e-feeb-4f26-9bf2-03b9371a2727} TCPHandler: Processed in 0.002074214 sec. 2025.08.11 21:42:31.290516 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:31.290620 [ 277 ] {58b778f8-919a-4199-b018-ec55d03376d9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:31.290665 [ 277 ] {58b778f8-919a-4199-b018-ec55d03376d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:31.291088 [ 277 ] {58b778f8-919a-4199-b018-ec55d03376d9} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:31.291126 [ 277 ] {58b778f8-919a-4199-b018-ec55d03376d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:31.291429 [ 277 ] {58b778f8-919a-4199-b018-ec55d03376d9} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.11 21:42:31.291719 [ 277 ] {58b778f8-919a-4199-b018-ec55d03376d9} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:31.291859 [ 138 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.11 21:42:31.291873 [ 277 ] {58b778f8-919a-4199-b018-ec55d03376d9} executeQuery: Read 27 rows, 2.03 KiB in 0.001276 sec., 21159.87460815047 rows/sec., 1.55 MiB/sec. 2025.08.11 21:42:31.291928 [ 138 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:31.291939 [ 277 ] {58b778f8-919a-4199-b018-ec55d03376d9} TCPHandler: Processed in 0.001474955 sec. 2025.08.11 21:42:31.291957 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:31.292061 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:31.292071 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:42:31.292169 [ 277 ] {15c03c78-d5cc-4cab-9e9e-693957e89e8d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:31.292216 [ 277 ] {15c03c78-d5cc-4cab-9e9e-693957e89e8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:31.292233 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:31.292289 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 72 rows starting from the beginning of the part 2025.08.11 21:42:31.292365 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 31 rows starting from the beginning of the part 2025.08.11 21:42:31.292412 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:31.292463 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:31.292507 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:31.292550 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:31.292683 [ 277 ] {15c03c78-d5cc-4cab-9e9e-693957e89e8d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:31.292727 [ 277 ] {15c03c78-d5cc-4cab-9e9e-693957e89e8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:31.293083 [ 277 ] {15c03c78-d5cc-4cab-9e9e-693957e89e8d} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.11 21:42:31.293323 [ 277 ] {15c03c78-d5cc-4cab-9e9e-693957e89e8d} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:31.293432 [ 199 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411473 sec., 140987.46486826174 rows/sec., 10.89 MiB/sec. 2025.08.11 21:42:31.293465 [ 277 ] {15c03c78-d5cc-4cab-9e9e-693957e89e8d} executeQuery: Read 91 rows, 7.28 KiB in 0.001317 sec., 69096.43128321944 rows/sec., 5.40 MiB/sec. 2025.08.11 21:42:31.293513 [ 277 ] {15c03c78-d5cc-4cab-9e9e-693957e89e8d} TCPHandler: Processed in 0.001502785 sec. 2025.08.11 21:42:31.293577 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.11 21:42:31.293627 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:31.293734 [ 277 ] {6ef5df87-f5e3-4dc9-a38d-a5753d141a49} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:31.293783 [ 277 ] {6ef5df87-f5e3-4dc9-a38d-a5753d141a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:31.293839 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:31.293925 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_101_20} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.11 21:42:31.294002 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:42:31.294213 [ 277 ] {6ef5df87-f5e3-4dc9-a38d-a5753d141a49} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:31.294255 [ 277 ] {6ef5df87-f5e3-4dc9-a38d-a5753d141a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:31.294603 [ 277 ] {6ef5df87-f5e3-4dc9-a38d-a5753d141a49} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.11 21:42:31.294830 [ 277 ] {6ef5df87-f5e3-4dc9-a38d-a5753d141a49} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:31.294954 [ 138 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0 2025.08.11 21:42:31.294966 [ 277 ] {6ef5df87-f5e3-4dc9-a38d-a5753d141a49} executeQuery: Read 160 rows, 11.41 KiB in 0.001253 sec., 127693.53551476456 rows/sec., 8.89 MiB/sec. 2025.08.11 21:42:31.294994 [ 138 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:31.295016 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:31.295015 [ 277 ] {6ef5df87-f5e3-4dc9-a38d-a5753d141a49} TCPHandler: Processed in 0.001438584 sec. 2025.08.11 21:42:31.295095 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full 2025.08.11 21:42:31.295137 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:31.295208 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:31.295238 [ 277 ] {22dde9be-d875-40ab-a4f8-8b809991c50b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:31.295241 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTreeSequentialSource: Reading 5 marks from part all_1_114_23, total 32129 rows starting from the beginning of the part 2025.08.11 21:42:31.295302 [ 277 ] {22dde9be-d875-40ab-a4f8-8b809991c50b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:31.295318 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part 2025.08.11 21:42:31.295371 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part 2025.08.11 21:42:31.295412 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2025.08.11 21:42:31.295451 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 196 rows starting from the beginning of the part 2025.08.11 21:42:31.295491 [ 187 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2025.08.11 21:42:31.296165 [ 277 ] {22dde9be-d875-40ab-a4f8-8b809991c50b} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:31.296207 [ 277 ] {22dde9be-d875-40ab-a4f8-8b809991c50b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:31.296780 [ 277 ] {22dde9be-d875-40ab-a4f8-8b809991c50b} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.11 21:42:31.297013 [ 277 ] {22dde9be-d875-40ab-a4f8-8b809991c50b} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:31.297162 [ 277 ] {22dde9be-d875-40ab-a4f8-8b809991c50b} executeQuery: Read 27 rows, 49.54 KiB in 0.001941 sec., 13910.355486862441 rows/sec., 24.93 MiB/sec. 2025.08.11 21:42:31.297230 [ 277 ] {22dde9be-d875-40ab-a4f8-8b809991c50b} TCPHandler: Processed in 0.002141696 sec. 2025.08.11 21:42:31.297342 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:31.297437 [ 277 ] {767f4fe6-5063-4c37-9f1b-a9843a5a0279} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:31.297481 [ 277 ] {767f4fe6-5063-4c37-9f1b-a9843a5a0279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:31.297826 [ 277 ] {767f4fe6-5063-4c37-9f1b-a9843a5a0279} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:31.297863 [ 277 ] {767f4fe6-5063-4c37-9f1b-a9843a5a0279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:31.298168 [ 277 ] {767f4fe6-5063-4c37-9f1b-a9843a5a0279} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.11 21:42:31.298382 [ 277 ] {767f4fe6-5063-4c37-9f1b-a9843a5a0279} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:31.298516 [ 277 ] {767f4fe6-5063-4c37-9f1b-a9843a5a0279} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.08.11 21:42:31.298554 [ 277 ] {767f4fe6-5063-4c37-9f1b-a9843a5a0279} TCPHandler: Processed in 0.001261141 sec. 2025.08.11 21:42:31.302088 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergeTask::MergeProjectionsStage: Merge sorted 32869 rows, containing 5 columns (5 merged, 0 gathered) in 0.007028398 sec., 4676599.133970501 rows/sec., 320.54 MiB/sec. 2025.08.11 21:42:31.302273 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) 2025.08.11 21:42:31.302539 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:31.302607 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_119_24} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24 2025.08.11 21:42:31.302681 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.08.11 21:42:34.211996 [ 135 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:42:34.212056 [ 135 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:42:34.389172 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 2025.08.11 21:42:34.389885 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:34.389928 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:34.390425 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.11 21:42:34.390657 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:34.390786 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 2025.08.11 21:42:34.493241 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1714 2025.08.11 21:42:34.495577 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:34.495632 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:34.496831 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.11 21:42:34.497103 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:34.497487 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1714 2025.08.11 21:42:36.180798 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2025.08.11 21:42:36.197633 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:36.197698 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:36.203530 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.11 21:42:36.204217 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:36.207418 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2025.08.11 21:42:36.287900 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:36.288104 [ 277 ] {b931d0f2-f94c-412a-89f7-7e775d56dd38} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:36.288184 [ 277 ] {b931d0f2-f94c-412a-89f7-7e775d56dd38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:36.288939 [ 277 ] {b931d0f2-f94c-412a-89f7-7e775d56dd38} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:36.288994 [ 277 ] {b931d0f2-f94c-412a-89f7-7e775d56dd38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:36.289399 [ 277 ] {b931d0f2-f94c-412a-89f7-7e775d56dd38} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.11 21:42:36.289671 [ 277 ] {b931d0f2-f94c-412a-89f7-7e775d56dd38} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:36.289842 [ 277 ] {b931d0f2-f94c-412a-89f7-7e775d56dd38} executeQuery: Read 86 rows, 7.39 KiB in 0.001792 sec., 47991.07142857143 rows/sec., 4.03 MiB/sec. 2025.08.11 21:42:36.289916 [ 277 ] {b931d0f2-f94c-412a-89f7-7e775d56dd38} TCPHandler: Processed in 0.002161367 sec. 2025.08.11 21:42:36.290086 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:36.290212 [ 277 ] {96934817-61b1-4d1a-9959-0137aee4575c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:36.290268 [ 277 ] {96934817-61b1-4d1a-9959-0137aee4575c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:36.290771 [ 277 ] {96934817-61b1-4d1a-9959-0137aee4575c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:36.290811 [ 277 ] {96934817-61b1-4d1a-9959-0137aee4575c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:36.291153 [ 277 ] {96934817-61b1-4d1a-9959-0137aee4575c} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.11 21:42:36.291399 [ 277 ] {96934817-61b1-4d1a-9959-0137aee4575c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:36.291542 [ 277 ] {96934817-61b1-4d1a-9959-0137aee4575c} executeQuery: Read 15 rows, 1.13 KiB in 0.001361 sec., 11021.307861866275 rows/sec., 828.75 KiB/sec. 2025.08.11 21:42:36.291580 [ 277 ] {96934817-61b1-4d1a-9959-0137aee4575c} TCPHandler: Processed in 0.001556486 sec. 2025.08.11 21:42:36.291650 [ 220 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:42:36.291694 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:36.291694 [ 220 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:42:36.291805 [ 277 ] {6126edaa-af9d-48e2-86cf-ee70c484fc6a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:36.291852 [ 277 ] {6126edaa-af9d-48e2-86cf-ee70c484fc6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:36.292284 [ 277 ] {6126edaa-af9d-48e2-86cf-ee70c484fc6a} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:36.292323 [ 277 ] {6126edaa-af9d-48e2-86cf-ee70c484fc6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:36.292712 [ 277 ] {6126edaa-af9d-48e2-86cf-ee70c484fc6a} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.11 21:42:36.292998 [ 277 ] {6126edaa-af9d-48e2-86cf-ee70c484fc6a} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:36.293136 [ 277 ] {6126edaa-af9d-48e2-86cf-ee70c484fc6a} executeQuery: Read 79 rows, 6.32 KiB in 0.001349 sec., 58561.897702001486 rows/sec., 4.57 MiB/sec. 2025.08.11 21:42:36.293672 [ 277 ] {6126edaa-af9d-48e2-86cf-ee70c484fc6a} TCPHandler: Processed in 0.002028224 sec. 2025.08.11 21:42:36.293810 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:36.293910 [ 277 ] {6101afb6-b5ac-48b0-8ab3-5a958fc12cc0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:36.293956 [ 277 ] {6101afb6-b5ac-48b0-8ab3-5a958fc12cc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:36.294375 [ 277 ] {6101afb6-b5ac-48b0-8ab3-5a958fc12cc0} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:36.294413 [ 277 ] {6101afb6-b5ac-48b0-8ab3-5a958fc12cc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:36.294789 [ 277 ] {6101afb6-b5ac-48b0-8ab3-5a958fc12cc0} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.11 21:42:36.295010 [ 277 ] {6101afb6-b5ac-48b0-8ab3-5a958fc12cc0} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:36.295143 [ 277 ] {6101afb6-b5ac-48b0-8ab3-5a958fc12cc0} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2025.08.11 21:42:36.295180 [ 277 ] {6101afb6-b5ac-48b0-8ab3-5a958fc12cc0} TCPHandler: Processed in 0.001429704 sec. 2025.08.11 21:42:36.295292 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:36.295333 [ 220 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:42:36.295390 [ 277 ] {d44de69e-8ff9-4a58-88d1-512fa6dc7576} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:36.295451 [ 277 ] {d44de69e-8ff9-4a58-88d1-512fa6dc7576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:36.296304 [ 277 ] {d44de69e-8ff9-4a58-88d1-512fa6dc7576} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:36.296343 [ 277 ] {d44de69e-8ff9-4a58-88d1-512fa6dc7576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:36.296898 [ 277 ] {d44de69e-8ff9-4a58-88d1-512fa6dc7576} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.11 21:42:36.297137 [ 277 ] {d44de69e-8ff9-4a58-88d1-512fa6dc7576} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:36.297270 [ 133 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.11 21:42:36.297282 [ 277 ] {d44de69e-8ff9-4a58-88d1-512fa6dc7576} executeQuery: Read 15 rows, 27.52 KiB in 0.001911 sec., 7849.293563579278 rows/sec., 14.07 MiB/sec. 2025.08.11 21:42:36.297307 [ 133 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:36.297327 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:36.297364 [ 277 ] {d44de69e-8ff9-4a58-88d1-512fa6dc7576} TCPHandler: Processed in 0.002122395 sec. 2025.08.11 21:42:36.297412 [ 189 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:42:36.297489 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:36.297584 [ 277 ] {9b0ccf5f-1e83-489a-8449-b3d300c498d0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:36.297597 [ 189 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:36.297628 [ 277 ] {9b0ccf5f-1e83-489a-8449-b3d300c498d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:36.297649 [ 189 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1941 rows starting from the beginning of the part 2025.08.11 21:42:36.297777 [ 189 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:36.297883 [ 189 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:36.297986 [ 189 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:36.297987 [ 277 ] {9b0ccf5f-1e83-489a-8449-b3d300c498d0} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:36.298031 [ 277 ] {9b0ccf5f-1e83-489a-8449-b3d300c498d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:36.298085 [ 189 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:36.298185 [ 189 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:36.298356 [ 277 ] {9b0ccf5f-1e83-489a-8449-b3d300c498d0} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.11 21:42:36.298581 [ 277 ] {9b0ccf5f-1e83-489a-8449-b3d300c498d0} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:36.298714 [ 277 ] {9b0ccf5f-1e83-489a-8449-b3d300c498d0} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2025.08.11 21:42:36.298751 [ 277 ] {9b0ccf5f-1e83-489a-8449-b3d300c498d0} TCPHandler: Processed in 0.001311802 sec. 2025.08.11 21:42:36.308468 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2040 rows, containing 19 columns (19 merged, 0 gathered) in 0.011087166 sec., 183996.52354803742 rows/sec., 329.71 MiB/sec. 2025.08.11 21:42:36.310397 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.11 21:42:36.310797 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:36.310882 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_101_20} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.11 21:42:36.311056 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.83 MiB. 2025.08.11 21:42:37.000144 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 341.69 MiB, peak 359.50 MiB, free memory in arenas 0.00 B, will set to 344.81 MiB (RSS), difference: 3.11 MiB 2025.08.11 21:42:38.595854 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:38.596047 [ 277 ] {37da4050-6255-410a-8ed5-1f3d8863630d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:42:38.596122 [ 277 ] {37da4050-6255-410a-8ed5-1f3d8863630d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:42:38.596789 [ 277 ] {37da4050-6255-410a-8ed5-1f3d8863630d} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.596830 [ 277 ] {37da4050-6255-410a-8ed5-1f3d8863630d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.597205 [ 277 ] {37da4050-6255-410a-8ed5-1f3d8863630d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.11 21:42:38.597430 [ 277 ] {37da4050-6255-410a-8ed5-1f3d8863630d} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.597586 [ 277 ] {37da4050-6255-410a-8ed5-1f3d8863630d} executeQuery: Read 2 rows, 167.00 B in 0.001592 sec., 1256.2814070351758 rows/sec., 102.44 KiB/sec. 2025.08.11 21:42:38.597636 [ 277 ] {37da4050-6255-410a-8ed5-1f3d8863630d} TCPHandler: Processed in 0.001925772 sec. 2025.08.11 21:42:38.597755 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:38.597858 [ 277 ] {4d203223-b1e1-4701-971a-0d527a44f566} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:38.597902 [ 277 ] {4d203223-b1e1-4701-971a-0d527a44f566} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:38.598759 [ 277 ] {4d203223-b1e1-4701-971a-0d527a44f566} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.598794 [ 277 ] {4d203223-b1e1-4701-971a-0d527a44f566} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.599184 [ 277 ] {4d203223-b1e1-4701-971a-0d527a44f566} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.11 21:42:38.599414 [ 277 ] {4d203223-b1e1-4701-971a-0d527a44f566} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.599529 [ 101 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.08.11 21:42:38.599555 [ 277 ] {4d203223-b1e1-4701-971a-0d527a44f566} executeQuery: Read 1251 rows, 106.10 KiB in 0.001719 sec., 727748.6910994764 rows/sec., 60.28 MiB/sec. 2025.08.11 21:42:38.599568 [ 101 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.599588 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.599596 [ 277 ] {4d203223-b1e1-4701-971a-0d527a44f566} TCPHandler: Processed in 0.001893722 sec. 2025.08.11 21:42:38.599713 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:38.599712 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:42:38.599813 [ 277 ] {cec873b6-e610-48bc-bf3e-b60bb2968b80} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:38.599860 [ 277 ] {cec873b6-e610-48bc-bf3e-b60bb2968b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:38.599915 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:38.599982 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1409 rows starting from the beginning of the part 2025.08.11 21:42:38.600087 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 110 rows starting from the beginning of the part 2025.08.11 21:42:38.600168 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 206 rows starting from the beginning of the part 2025.08.11 21:42:38.600223 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 110 rows starting from the beginning of the part 2025.08.11 21:42:38.600265 [ 277 ] {cec873b6-e610-48bc-bf3e-b60bb2968b80} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.600272 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 86 rows starting from the beginning of the part 2025.08.11 21:42:38.600309 [ 277 ] {cec873b6-e610-48bc-bf3e-b60bb2968b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.600341 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:42:38.600640 [ 277 ] {cec873b6-e610-48bc-bf3e-b60bb2968b80} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.11 21:42:38.600900 [ 277 ] {cec873b6-e610-48bc-bf3e-b60bb2968b80} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.601036 [ 277 ] {cec873b6-e610-48bc-bf3e-b60bb2968b80} executeQuery: Read 29 rows, 2.17 KiB in 0.001243 sec., 23330.651649235722 rows/sec., 1.70 MiB/sec. 2025.08.11 21:42:38.601076 [ 277 ] {cec873b6-e610-48bc-bf3e-b60bb2968b80} TCPHandler: Processed in 0.001414434 sec. 2025.08.11 21:42:38.601187 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:38.601285 [ 277 ] {4ffb6376-2066-43a1-955a-1107b2ccdf32} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:42:38.601326 [ 277 ] {4ffb6376-2066-43a1-955a-1107b2ccdf32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:42:38.601836 [ 277 ] {4ffb6376-2066-43a1-955a-1107b2ccdf32} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.601871 [ 277 ] {4ffb6376-2066-43a1-955a-1107b2ccdf32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.602023 [ 196 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 3172 rows, containing 5 columns (5 merged, 0 gathered) in 0.00237049 sec., 1338119.9667579278 rows/sec., 117.33 MiB/sec. 2025.08.11 21:42:38.602196 [ 277 ] {4ffb6376-2066-43a1-955a-1107b2ccdf32} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:42:38.602254 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.08.11 21:42:38.602480 [ 277 ] {4ffb6376-2066-43a1-955a-1107b2ccdf32} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.602586 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.602627 [ 277 ] {4ffb6376-2066-43a1-955a-1107b2ccdf32} executeQuery: Read 228 rows, 15.81 KiB in 0.001361 sec., 167523.8795003674 rows/sec., 11.34 MiB/sec. 2025.08.11 21:42:38.602668 [ 277 ] {4ffb6376-2066-43a1-955a-1107b2ccdf32} TCPHandler: Processed in 0.001530695 sec. 2025.08.11 21:42:38.602674 [ 190 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_121_24} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.08.11 21:42:38.602767 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.11 21:42:38.602781 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:38.602882 [ 277 ] {e1632f41-99b3-4cf6-bc5a-4d5ad7710236} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:38.602922 [ 277 ] {e1632f41-99b3-4cf6-bc5a-4d5ad7710236} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:38.603483 [ 277 ] {e1632f41-99b3-4cf6-bc5a-4d5ad7710236} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.603519 [ 277 ] {e1632f41-99b3-4cf6-bc5a-4d5ad7710236} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.603864 [ 277 ] {e1632f41-99b3-4cf6-bc5a-4d5ad7710236} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.11 21:42:38.604108 [ 277 ] {e1632f41-99b3-4cf6-bc5a-4d5ad7710236} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.604219 [ 101 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.08.11 21:42:38.604237 [ 277 ] {e1632f41-99b3-4cf6-bc5a-4d5ad7710236} executeQuery: Read 549 rows, 41.73 KiB in 0.001374 sec., 399563.31877729256 rows/sec., 29.66 MiB/sec. 2025.08.11 21:42:38.604248 [ 101 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.604267 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.604275 [ 277 ] {e1632f41-99b3-4cf6-bc5a-4d5ad7710236} TCPHandler: Processed in 0.001543226 sec. 2025.08.11 21:42:38.604346 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:42:38.604390 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:38.604446 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:38.604478 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 634 rows starting from the beginning of the part 2025.08.11 21:42:38.604491 [ 277 ] {eeb6c464-3587-45a7-b92e-202b39053dc5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:38.604532 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 91 rows starting from the beginning of the part 2025.08.11 21:42:38.604540 [ 277 ] {eeb6c464-3587-45a7-b92e-202b39053dc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:38.604584 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 115 rows starting from the beginning of the part 2025.08.11 21:42:38.604632 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 91 rows starting from the beginning of the part 2025.08.11 21:42:38.604674 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 79 rows starting from the beginning of the part 2025.08.11 21:42:38.604715 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 549 rows starting from the beginning of the part 2025.08.11 21:42:38.605103 [ 277 ] {eeb6c464-3587-45a7-b92e-202b39053dc5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.605145 [ 277 ] {eeb6c464-3587-45a7-b92e-202b39053dc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.605564 [ 277 ] {eeb6c464-3587-45a7-b92e-202b39053dc5} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.11 21:42:38.605656 [ 190 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1559 rows, containing 5 columns (5 merged, 0 gathered) in 0.001348282 sec., 1156286.296190263 rows/sec., 92.13 MiB/sec. 2025.08.11 21:42:38.605793 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.08.11 21:42:38.605802 [ 277 ] {eeb6c464-3587-45a7-b92e-202b39053dc5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.605953 [ 277 ] {eeb6c464-3587-45a7-b92e-202b39053dc5} executeQuery: Read 943 rows, 64.75 KiB in 0.001481 sec., 636731.937879811 rows/sec., 42.70 MiB/sec. 2025.08.11 21:42:38.605993 [ 277 ] {eeb6c464-3587-45a7-b92e-202b39053dc5} TCPHandler: Processed in 0.001653558 sec. 2025.08.11 21:42:38.606056 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.606110 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:38.606126 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_121_24} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.08.11 21:42:38.606200 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.11 21:42:38.606213 [ 277 ] {2277b785-3404-452d-8cd5-446028094212} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:38.606275 [ 277 ] {2277b785-3404-452d-8cd5-446028094212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:38.607089 [ 277 ] {2277b785-3404-452d-8cd5-446028094212} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.607126 [ 277 ] {2277b785-3404-452d-8cd5-446028094212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.607696 [ 277 ] {2277b785-3404-452d-8cd5-446028094212} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.11 21:42:38.607930 [ 277 ] {2277b785-3404-452d-8cd5-446028094212} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.608070 [ 277 ] {2277b785-3404-452d-8cd5-446028094212} executeQuery: Read 27 rows, 49.54 KiB in 0.001875 sec., 14400 rows/sec., 25.80 MiB/sec. 2025.08.11 21:42:38.608135 [ 277 ] {2277b785-3404-452d-8cd5-446028094212} TCPHandler: Processed in 0.002075305 sec. 2025.08.11 21:42:38.608249 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:38.608345 [ 277 ] {98b3d6ff-2f03-4d1b-91d9-07925f2c963f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:38.608388 [ 277 ] {98b3d6ff-2f03-4d1b-91d9-07925f2c963f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:38.608716 [ 277 ] {98b3d6ff-2f03-4d1b-91d9-07925f2c963f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.608751 [ 277 ] {98b3d6ff-2f03-4d1b-91d9-07925f2c963f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.609060 [ 277 ] {98b3d6ff-2f03-4d1b-91d9-07925f2c963f} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.11 21:42:38.609277 [ 277 ] {98b3d6ff-2f03-4d1b-91d9-07925f2c963f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.609385 [ 101 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.08.11 21:42:38.609405 [ 277 ] {98b3d6ff-2f03-4d1b-91d9-07925f2c963f} executeQuery: Read 36 rows, 2.48 KiB in 0.001079 sec., 33364.22613531047 rows/sec., 2.25 MiB/sec. 2025.08.11 21:42:38.609415 [ 101 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:38.609435 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:38.609440 [ 277 ] {98b3d6ff-2f03-4d1b-91d9-07925f2c963f} TCPHandler: Processed in 0.001240651 sec. 2025.08.11 21:42:38.609501 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:42:38.609596 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:38.609621 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6030 rows starting from the beginning of the part 2025.08.11 21:42:38.609667 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:42:38.609704 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2025.08.11 21:42:38.609739 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2025.08.11 21:42:38.609771 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2025.08.11 21:42:38.609805 [ 190 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 36 rows starting from the beginning of the part 2025.08.11 21:42:38.611371 [ 200 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 6306 rows, containing 4 columns (4 merged, 0 gathered) in 0.001897282 sec., 3323702.01161451 rows/sec., 224.09 MiB/sec. 2025.08.11 21:42:38.611795 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.08.11 21:42:38.612057 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:38.612126 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_121_24} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.08.11 21:42:38.612186 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.08.11 21:42:41.282961 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:41.283159 [ 277 ] {37a3c30b-e269-456c-b5f5-0d5d750355aa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:41.283226 [ 277 ] {37a3c30b-e269-456c-b5f5-0d5d750355aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:41.283911 [ 277 ] {37a3c30b-e269-456c-b5f5-0d5d750355aa} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:41.284043 [ 277 ] {37a3c30b-e269-456c-b5f5-0d5d750355aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:41.284481 [ 277 ] {37a3c30b-e269-456c-b5f5-0d5d750355aa} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.11 21:42:41.284718 [ 277 ] {37a3c30b-e269-456c-b5f5-0d5d750355aa} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:41.284889 [ 277 ] {37a3c30b-e269-456c-b5f5-0d5d750355aa} executeQuery: Read 56 rows, 4.41 KiB in 0.001779 sec., 31478.358628442948 rows/sec., 2.42 MiB/sec. 2025.08.11 21:42:41.284944 [ 277 ] {37a3c30b-e269-456c-b5f5-0d5d750355aa} TCPHandler: Processed in 0.002115136 sec. 2025.08.11 21:42:41.285065 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:41.285169 [ 277 ] {55fde0a9-69f5-42d9-93fe-270970e5c389} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:41.285212 [ 277 ] {55fde0a9-69f5-42d9-93fe-270970e5c389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:41.285659 [ 277 ] {55fde0a9-69f5-42d9-93fe-270970e5c389} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:41.285695 [ 277 ] {55fde0a9-69f5-42d9-93fe-270970e5c389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:41.286099 [ 277 ] {55fde0a9-69f5-42d9-93fe-270970e5c389} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.11 21:42:41.286318 [ 277 ] {55fde0a9-69f5-42d9-93fe-270970e5c389} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:41.286451 [ 277 ] {55fde0a9-69f5-42d9-93fe-270970e5c389} executeQuery: Read 64 rows, 5.12 KiB in 0.001306 sec., 49004.59418070444 rows/sec., 3.82 MiB/sec. 2025.08.11 21:42:41.286490 [ 277 ] {55fde0a9-69f5-42d9-93fe-270970e5c389} TCPHandler: Processed in 0.001479425 sec. 2025.08.11 21:42:41.286601 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:41.286699 [ 277 ] {1896d623-28b9-490d-8728-cd2840da0109} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:41.286745 [ 277 ] {1896d623-28b9-490d-8728-cd2840da0109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:41.287113 [ 277 ] {1896d623-28b9-490d-8728-cd2840da0109} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:41.287147 [ 277 ] {1896d623-28b9-490d-8728-cd2840da0109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:41.287485 [ 277 ] {1896d623-28b9-490d-8728-cd2840da0109} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.11 21:42:41.287701 [ 277 ] {1896d623-28b9-490d-8728-cd2840da0109} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:41.287830 [ 277 ] {1896d623-28b9-490d-8728-cd2840da0109} executeQuery: Read 64 rows, 4.56 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 3.87 MiB/sec. 2025.08.11 21:42:41.287866 [ 277 ] {1896d623-28b9-490d-8728-cd2840da0109} TCPHandler: Processed in 0.001315723 sec. 2025.08.11 21:42:41.287977 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:41.288073 [ 277 ] {92d294ff-3556-48af-a058-71173afdc10d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:41.288114 [ 277 ] {92d294ff-3556-48af-a058-71173afdc10d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:41.288430 [ 277 ] {92d294ff-3556-48af-a058-71173afdc10d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:41.288464 [ 277 ] {92d294ff-3556-48af-a058-71173afdc10d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:41.288794 [ 277 ] {92d294ff-3556-48af-a058-71173afdc10d} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.11 21:42:41.289011 [ 277 ] {92d294ff-3556-48af-a058-71173afdc10d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:41.289139 [ 277 ] {92d294ff-3556-48af-a058-71173afdc10d} executeQuery: Read 24 rows, 1.66 KiB in 0.001085 sec., 22119.815668202766 rows/sec., 1.49 MiB/sec. 2025.08.11 21:42:41.289174 [ 277 ] {92d294ff-3556-48af-a058-71173afdc10d} TCPHandler: Processed in 0.001248151 sec. 2025.08.11 21:42:41.890900 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 2025.08.11 21:42:41.891471 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:41.891519 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:41.892059 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.11 21:42:41.892308 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:41.892459 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 2025.08.11 21:42:42.076950 [ 225 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:42:42.076990 [ 225 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:42:42.080701 [ 225 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:42:43.707470 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2025.08.11 21:42:43.723940 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:43.724004 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:43.729906 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.11 21:42:43.730613 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:43.733535 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.08.11 21:42:44.497700 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1750 2025.08.11 21:42:44.500542 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:44.500593 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:44.501869 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.11 21:42:44.502131 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:44.502396 [ 221 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:42:44.502425 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1750 2025.08.11 21:42:44.502450 [ 221 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:42:44.506662 [ 221 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:42:46.289228 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:46.289447 [ 277 ] {dbc8253d-3ee6-4f90-b29d-4a49bf650210} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:46.289524 [ 277 ] {dbc8253d-3ee6-4f90-b29d-4a49bf650210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:46.290294 [ 277 ] {dbc8253d-3ee6-4f90-b29d-4a49bf650210} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:46.290343 [ 277 ] {dbc8253d-3ee6-4f90-b29d-4a49bf650210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:46.290768 [ 277 ] {dbc8253d-3ee6-4f90-b29d-4a49bf650210} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.11 21:42:46.291010 [ 277 ] {dbc8253d-3ee6-4f90-b29d-4a49bf650210} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:46.291188 [ 277 ] {dbc8253d-3ee6-4f90-b29d-4a49bf650210} executeQuery: Read 86 rows, 7.39 KiB in 0.001795 sec., 47910.8635097493 rows/sec., 4.02 MiB/sec. 2025.08.11 21:42:46.291241 [ 277 ] {dbc8253d-3ee6-4f90-b29d-4a49bf650210} TCPHandler: Processed in 0.002156306 sec. 2025.08.11 21:42:46.291366 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:46.291470 [ 277 ] {adfccb94-3e3e-4aa7-98c9-0d7a0f11ffed} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:46.291514 [ 277 ] {adfccb94-3e3e-4aa7-98c9-0d7a0f11ffed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:46.291990 [ 277 ] {adfccb94-3e3e-4aa7-98c9-0d7a0f11ffed} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:46.292030 [ 277 ] {adfccb94-3e3e-4aa7-98c9-0d7a0f11ffed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:46.292347 [ 277 ] {adfccb94-3e3e-4aa7-98c9-0d7a0f11ffed} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.11 21:42:46.292570 [ 277 ] {adfccb94-3e3e-4aa7-98c9-0d7a0f11ffed} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:46.292709 [ 277 ] {adfccb94-3e3e-4aa7-98c9-0d7a0f11ffed} executeQuery: Read 15 rows, 1.13 KiB in 0.00126 sec., 11904.761904761905 rows/sec., 895.18 KiB/sec. 2025.08.11 21:42:46.292749 [ 277 ] {adfccb94-3e3e-4aa7-98c9-0d7a0f11ffed} TCPHandler: Processed in 0.001434644 sec. 2025.08.11 21:42:46.292853 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:46.292952 [ 277 ] {a48c3143-70f0-429e-8a59-7649e46f6678} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:46.292994 [ 277 ] {a48c3143-70f0-429e-8a59-7649e46f6678} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:46.293430 [ 277 ] {a48c3143-70f0-429e-8a59-7649e46f6678} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:46.293468 [ 277 ] {a48c3143-70f0-429e-8a59-7649e46f6678} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:46.293788 [ 277 ] {a48c3143-70f0-429e-8a59-7649e46f6678} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.11 21:42:46.294008 [ 277 ] {a48c3143-70f0-429e-8a59-7649e46f6678} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:46.294144 [ 277 ] {a48c3143-70f0-429e-8a59-7649e46f6678} executeQuery: Read 79 rows, 6.32 KiB in 0.001212 sec., 65181.51815181518 rows/sec., 5.09 MiB/sec. 2025.08.11 21:42:46.294185 [ 277 ] {a48c3143-70f0-429e-8a59-7649e46f6678} TCPHandler: Processed in 0.001381023 sec. 2025.08.11 21:42:46.294240 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:42:46.294292 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:42:46.294296 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:46.294400 [ 277 ] {4d28fe00-e2a6-4fba-8ff3-782d2a5e3bf6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:46.294446 [ 277 ] {4d28fe00-e2a6-4fba-8ff3-782d2a5e3bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:46.294871 [ 277 ] {4d28fe00-e2a6-4fba-8ff3-782d2a5e3bf6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:46.294910 [ 277 ] {4d28fe00-e2a6-4fba-8ff3-782d2a5e3bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:46.295285 [ 277 ] {4d28fe00-e2a6-4fba-8ff3-782d2a5e3bf6} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.11 21:42:46.295512 [ 277 ] {4d28fe00-e2a6-4fba-8ff3-782d2a5e3bf6} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:46.295653 [ 277 ] {4d28fe00-e2a6-4fba-8ff3-782d2a5e3bf6} executeQuery: Read 160 rows, 11.41 KiB in 0.001269 sec., 126083.5303388495 rows/sec., 8.78 MiB/sec. 2025.08.11 21:42:46.295692 [ 277 ] {4d28fe00-e2a6-4fba-8ff3-782d2a5e3bf6} TCPHandler: Processed in 0.001444154 sec. 2025.08.11 21:42:46.295719 [ 219 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:42:46.295773 [ 219 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:42:46.295802 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:46.295904 [ 277 ] {9e64c59f-3e88-455d-9dd6-c7fda4e1fe02} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:46.295963 [ 277 ] {9e64c59f-3e88-455d-9dd6-c7fda4e1fe02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:46.296774 [ 277 ] {9e64c59f-3e88-455d-9dd6-c7fda4e1fe02} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:46.296814 [ 277 ] {9e64c59f-3e88-455d-9dd6-c7fda4e1fe02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:46.297325 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:42:46.297381 [ 277 ] {9e64c59f-3e88-455d-9dd6-c7fda4e1fe02} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.11 21:42:46.297737 [ 277 ] {9e64c59f-3e88-455d-9dd6-c7fda4e1fe02} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:46.297892 [ 277 ] {9e64c59f-3e88-455d-9dd6-c7fda4e1fe02} executeQuery: Read 15 rows, 27.52 KiB in 0.002003 sec., 7488.766849725412 rows/sec., 13.42 MiB/sec. 2025.08.11 21:42:46.297960 [ 277 ] {9e64c59f-3e88-455d-9dd6-c7fda4e1fe02} TCPHandler: Processed in 0.002205977 sec. 2025.08.11 21:42:46.298072 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:46.298169 [ 277 ] {00b686c4-0d3e-4184-b028-a4e45edb8fed} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:46.298213 [ 277 ] {00b686c4-0d3e-4184-b028-a4e45edb8fed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:46.298568 [ 277 ] {00b686c4-0d3e-4184-b028-a4e45edb8fed} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:46.298608 [ 277 ] {00b686c4-0d3e-4184-b028-a4e45edb8fed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:46.298925 [ 277 ] {00b686c4-0d3e-4184-b028-a4e45edb8fed} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.11 21:42:46.299232 [ 277 ] {00b686c4-0d3e-4184-b028-a4e45edb8fed} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:46.299258 [ 219 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:42:46.299382 [ 277 ] {00b686c4-0d3e-4184-b028-a4e45edb8fed} executeQuery: Read 60 rows, 4.14 KiB in 0.001232 sec., 48701.2987012987 rows/sec., 3.28 MiB/sec. 2025.08.11 21:42:46.299424 [ 277 ] {00b686c4-0d3e-4184-b028-a4e45edb8fed} TCPHandler: Processed in 0.001400273 sec. 2025.08.11 21:42:46.944586 [ 222 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:42:46.944639 [ 222 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:42:46.946757 [ 222 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:42:47.469663 [ 222 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:42:47.469719 [ 222 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:42:47.472147 [ 222 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:42:48.000229 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 340.81 MiB, peak 359.50 MiB, free memory in arenas 0.00 B, will set to 344.81 MiB (RSS), difference: 4.00 MiB 2025.08.11 21:42:49.212115 [ 45 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:42:49.212168 [ 45 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:42:49.392656 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 2025.08.11 21:42:49.393235 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:49.393283 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:49.393776 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.11 21:42:49.394019 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:49.394166 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 2025.08.11 21:42:51.233665 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 557 2025.08.11 21:42:51.251544 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.251597 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.257800 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.11 21:42:51.258564 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.261808 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 557 2025.08.11 21:42:51.288785 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:51.288989 [ 277 ] {9eb3174a-b68c-49e4-90d0-1d0a3b990d67} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:51.289063 [ 277 ] {9eb3174a-b68c-49e4-90d0-1d0a3b990d67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:51.289831 [ 277 ] {9eb3174a-b68c-49e4-90d0-1d0a3b990d67} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.289874 [ 277 ] {9eb3174a-b68c-49e4-90d0-1d0a3b990d67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.290279 [ 277 ] {9eb3174a-b68c-49e4-90d0-1d0a3b990d67} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.11 21:42:51.290501 [ 277 ] {9eb3174a-b68c-49e4-90d0-1d0a3b990d67} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.290654 [ 277 ] {9eb3174a-b68c-49e4-90d0-1d0a3b990d67} executeQuery: Read 110 rows, 9.47 KiB in 0.001721 sec., 63916.32771644393 rows/sec., 5.37 MiB/sec. 2025.08.11 21:42:51.290696 [ 277 ] {9eb3174a-b68c-49e4-90d0-1d0a3b990d67} TCPHandler: Processed in 0.002051754 sec. 2025.08.11 21:42:51.290827 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:51.290922 [ 277 ] {1cc51347-27ab-4dff-9628-4356b7cceddd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:51.290963 [ 277 ] {1cc51347-27ab-4dff-9628-4356b7cceddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:51.291463 [ 277 ] {1cc51347-27ab-4dff-9628-4356b7cceddd} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.291499 [ 277 ] {1cc51347-27ab-4dff-9628-4356b7cceddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.291791 [ 277 ] {1cc51347-27ab-4dff-9628-4356b7cceddd} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.11 21:42:51.291996 [ 277 ] {1cc51347-27ab-4dff-9628-4356b7cceddd} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.292123 [ 277 ] {1cc51347-27ab-4dff-9628-4356b7cceddd} executeQuery: Read 27 rows, 2.03 KiB in 0.001221 sec., 22113.02211302211 rows/sec., 1.62 MiB/sec. 2025.08.11 21:42:51.292161 [ 277 ] {1cc51347-27ab-4dff-9628-4356b7cceddd} TCPHandler: Processed in 0.001386093 sec. 2025.08.11 21:42:51.292282 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:51.292379 [ 277 ] {17156dac-3ee8-4d47-b77b-9bba1c94d9e7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:51.292418 [ 277 ] {17156dac-3ee8-4d47-b77b-9bba1c94d9e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:51.292908 [ 277 ] {17156dac-3ee8-4d47-b77b-9bba1c94d9e7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.292945 [ 277 ] {17156dac-3ee8-4d47-b77b-9bba1c94d9e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.293244 [ 277 ] {17156dac-3ee8-4d47-b77b-9bba1c94d9e7} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.11 21:42:51.293445 [ 277 ] {17156dac-3ee8-4d47-b77b-9bba1c94d9e7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.293571 [ 277 ] {17156dac-3ee8-4d47-b77b-9bba1c94d9e7} executeQuery: Read 91 rows, 7.28 KiB in 0.00121 sec., 75206.61157024794 rows/sec., 5.87 MiB/sec. 2025.08.11 21:42:51.293609 [ 277 ] {17156dac-3ee8-4d47-b77b-9bba1c94d9e7} TCPHandler: Processed in 0.001374803 sec. 2025.08.11 21:42:51.293734 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:51.293828 [ 277 ] {0fa4aba1-f462-4b76-b4f3-8bc6ddd85112} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:51.293872 [ 277 ] {0fa4aba1-f462-4b76-b4f3-8bc6ddd85112} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:51.294304 [ 277 ] {0fa4aba1-f462-4b76-b4f3-8bc6ddd85112} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.294342 [ 277 ] {0fa4aba1-f462-4b76-b4f3-8bc6ddd85112} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.294670 [ 277 ] {0fa4aba1-f462-4b76-b4f3-8bc6ddd85112} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.11 21:42:51.294879 [ 277 ] {0fa4aba1-f462-4b76-b4f3-8bc6ddd85112} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.295002 [ 47 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 3 parts from all_1_119_24 to all_121_121_0 2025.08.11 21:42:51.295008 [ 277 ] {0fa4aba1-f462-4b76-b4f3-8bc6ddd85112} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2025.08.11 21:42:51.295069 [ 47 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.295088 [ 277 ] {0fa4aba1-f462-4b76-b4f3-8bc6ddd85112} TCPHandler: Processed in 0.001402064 sec. 2025.08.11 21:42:51.295097 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.295224 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} MergeTask::PrepareStage: Merging 3 parts: from all_1_119_24 to all_121_121_0 into Compact with storage Full 2025.08.11 21:42:51.295266 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:51.295369 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:51.295371 [ 277 ] {8d7b936b-1c5d-4c0f-95f6-e2fd5d9843cc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:51.295424 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 32869 rows starting from the beginning of the part 2025.08.11 21:42:51.295458 [ 277 ] {8d7b936b-1c5d-4c0f-95f6-e2fd5d9843cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:51.295518 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2025.08.11 21:42:51.295578 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 943 rows starting from the beginning of the part 2025.08.11 21:42:51.296318 [ 277 ] {8d7b936b-1c5d-4c0f-95f6-e2fd5d9843cc} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.296360 [ 277 ] {8d7b936b-1c5d-4c0f-95f6-e2fd5d9843cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.296915 [ 277 ] {8d7b936b-1c5d-4c0f-95f6-e2fd5d9843cc} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.11 21:42:51.297135 [ 277 ] {8d7b936b-1c5d-4c0f-95f6-e2fd5d9843cc} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.297275 [ 277 ] {8d7b936b-1c5d-4c0f-95f6-e2fd5d9843cc} executeQuery: Read 27 rows, 49.54 KiB in 0.001926 sec., 14018.691588785046 rows/sec., 25.12 MiB/sec. 2025.08.11 21:42:51.297329 [ 277 ] {8d7b936b-1c5d-4c0f-95f6-e2fd5d9843cc} TCPHandler: Processed in 0.002110535 sec. 2025.08.11 21:42:51.297443 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:51.297537 [ 277 ] {b4102541-a382-41d0-82e0-893c10605494} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:51.297579 [ 277 ] {b4102541-a382-41d0-82e0-893c10605494} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:51.297913 [ 277 ] {b4102541-a382-41d0-82e0-893c10605494} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.297949 [ 277 ] {b4102541-a382-41d0-82e0-893c10605494} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.298252 [ 277 ] {b4102541-a382-41d0-82e0-893c10605494} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.11 21:42:51.298457 [ 277 ] {b4102541-a382-41d0-82e0-893c10605494} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.298582 [ 277 ] {b4102541-a382-41d0-82e0-893c10605494} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.08.11 21:42:51.298618 [ 277 ] {b4102541-a382-41d0-82e0-893c10605494} TCPHandler: Processed in 0.00122259 sec. 2025.08.11 21:42:51.301566 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} MergeTask::MergeProjectionsStage: Merge sorted 33972 rows, containing 5 columns (5 merged, 0 gathered) in 0.006387897 sec., 5318182.181084009 rows/sec., 364.33 MiB/sec. 2025.08.11 21:42:51.301844 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} MergedBlockOutputStream: filled checksums all_1_121_25 (state Temporary) 2025.08.11 21:42:51.302126 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_121_25 to all_1_121_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.302197 [ 200 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_121_25} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 3 parts: [all_1_119_24, all_121_121_0] -> all_1_121_25 2025.08.11 21:42:51.302285 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.08.11 21:42:51.503044 [ 47 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 2025.08.11 21:42:51.503108 [ 47 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:51.503131 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:51.503265 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::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.08.11 21:42:51.503414 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:51.503459 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 252 rows starting from the beginning of the part 2025.08.11 21:42:51.503557 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2025.08.11 21:42:51.503631 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part 2025.08.11 21:42:51.503708 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2025.08.11 21:42:51.503786 [ 193 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 228 rows starting from the beginning of the part 2025.08.11 21:42:51.504753 [ 188 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001548316 sec., 488272.41984194436 rows/sec., 35.63 MiB/sec. 2025.08.11 21:42:51.504944 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) 2025.08.11 21:42:51.505223 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:51.505299 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_34_8} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 2025.08.11 21:42:51.505381 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.11 21:42:52.000246 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 345.83 MiB, peak 359.50 MiB, free memory in arenas 0.00 B, will set to 344.82 MiB (RSS), difference: -1.01 MiB 2025.08.11 21:42:54.502812 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1774 2025.08.11 21:42:54.505191 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:54.505250 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:54.506461 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.11 21:42:54.506751 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:54.507145 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1774 2025.08.11 21:42:56.290146 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.290341 [ 277 ] {20c080cb-6ec5-40a1-bcd9-4af8c1191a06} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:42:56.290407 [ 277 ] {20c080cb-6ec5-40a1-bcd9-4af8c1191a06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:42:56.291091 [ 277 ] {20c080cb-6ec5-40a1-bcd9-4af8c1191a06} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.291141 [ 277 ] {20c080cb-6ec5-40a1-bcd9-4af8c1191a06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.291534 [ 277 ] {20c080cb-6ec5-40a1-bcd9-4af8c1191a06} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:42:56.291820 [ 277 ] {20c080cb-6ec5-40a1-bcd9-4af8c1191a06} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.291986 [ 277 ] {20c080cb-6ec5-40a1-bcd9-4af8c1191a06} executeQuery: Read 24 rows, 2.04 KiB in 0.001696 sec., 14150.943396226416 rows/sec., 1.17 MiB/sec. 2025.08.11 21:42:56.292035 [ 277 ] {20c080cb-6ec5-40a1-bcd9-4af8c1191a06} TCPHandler: Processed in 0.002019233 sec. 2025.08.11 21:42:56.292153 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.292252 [ 277 ] {cf1f78cf-ec0f-4879-9342-e235b419a854} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:42:56.292295 [ 277 ] {cf1f78cf-ec0f-4879-9342-e235b419a854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:42:56.292703 [ 277 ] {cf1f78cf-ec0f-4879-9342-e235b419a854} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.292741 [ 277 ] {cf1f78cf-ec0f-4879-9342-e235b419a854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.293044 [ 277 ] {cf1f78cf-ec0f-4879-9342-e235b419a854} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.11 21:42:56.293254 [ 277 ] {cf1f78cf-ec0f-4879-9342-e235b419a854} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.293384 [ 277 ] {cf1f78cf-ec0f-4879-9342-e235b419a854} executeQuery: Read 12 rows, 1002.00 B in 0.001156 sec., 10380.622837370243 rows/sec., 846.47 KiB/sec. 2025.08.11 21:42:56.293422 [ 277 ] {cf1f78cf-ec0f-4879-9342-e235b419a854} TCPHandler: Processed in 0.001319462 sec. 2025.08.11 21:42:56.293529 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.293622 [ 277 ] {17a597a9-553e-46e3-a730-4c1f7a005ecc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:42:56.293660 [ 277 ] {17a597a9-553e-46e3-a730-4c1f7a005ecc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:42:56.294124 [ 277 ] {17a597a9-553e-46e3-a730-4c1f7a005ecc} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.294160 [ 277 ] {17a597a9-553e-46e3-a730-4c1f7a005ecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.294472 [ 277 ] {17a597a9-553e-46e3-a730-4c1f7a005ecc} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.11 21:42:56.294691 [ 277 ] {17a597a9-553e-46e3-a730-4c1f7a005ecc} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.294818 [ 277 ] {17a597a9-553e-46e3-a730-4c1f7a005ecc} executeQuery: Read 212 rows, 19.29 KiB in 0.001215 sec., 174485.59670781894 rows/sec., 15.50 MiB/sec. 2025.08.11 21:42:56.294854 [ 277 ] {17a597a9-553e-46e3-a730-4c1f7a005ecc} TCPHandler: Processed in 0.001372252 sec. 2025.08.11 21:42:56.294965 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.295057 [ 277 ] {517bd994-ad40-45dd-904f-81c399d521df} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:42:56.295096 [ 277 ] {517bd994-ad40-45dd-904f-81c399d521df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:42:56.295488 [ 277 ] {517bd994-ad40-45dd-904f-81c399d521df} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.295524 [ 277 ] {517bd994-ad40-45dd-904f-81c399d521df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.295816 [ 277 ] {517bd994-ad40-45dd-904f-81c399d521df} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.11 21:42:56.296019 [ 277 ] {517bd994-ad40-45dd-904f-81c399d521df} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.296144 [ 277 ] {517bd994-ad40-45dd-904f-81c399d521df} executeQuery: Read 39 rows, 2.93 KiB in 0.001106 sec., 35262.2061482821 rows/sec., 2.58 MiB/sec. 2025.08.11 21:42:56.296141 [ 54 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.11 21:42:56.296181 [ 277 ] {517bd994-ad40-45dd-904f-81c399d521df} TCPHandler: Processed in 0.001262271 sec. 2025.08.11 21:42:56.296218 [ 54 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.296243 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.296293 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.296338 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:42:56.296390 [ 277 ] {4abbf39c-0804-4719-a392-28a387b6e875} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:42:56.296431 [ 277 ] {4abbf39c-0804-4719-a392-28a387b6e875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:42:56.296441 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:42:56.296475 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 72 rows starting from the beginning of the part 2025.08.11 21:42:56.296542 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:56.296593 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 29 rows starting from the beginning of the part 2025.08.11 21:42:56.296640 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 15 rows starting from the beginning of the part 2025.08.11 21:42:56.296693 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 27 rows starting from the beginning of the part 2025.08.11 21:42:56.296739 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 39 rows starting from the beginning of the part 2025.08.11 21:42:56.296813 [ 277 ] {4abbf39c-0804-4719-a392-28a387b6e875} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.296848 [ 277 ] {4abbf39c-0804-4719-a392-28a387b6e875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.297154 [ 277 ] {4abbf39c-0804-4719-a392-28a387b6e875} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.11 21:42:56.297363 [ 277 ] {4abbf39c-0804-4719-a392-28a387b6e875} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.297488 [ 277 ] {4abbf39c-0804-4719-a392-28a387b6e875} executeQuery: Read 24 rows, 2.04 KiB in 0.001117 sec., 21486.123545210387 rows/sec., 1.78 MiB/sec. 2025.08.11 21:42:56.297525 [ 277 ] {4abbf39c-0804-4719-a392-28a387b6e875} TCPHandler: Processed in 0.001280081 sec. 2025.08.11 21:42:56.297570 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.001270191 sec., 155094.7849575379 rows/sec., 11.94 MiB/sec. 2025.08.11 21:42:56.297635 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.297712 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.11 21:42:56.297730 [ 277 ] {0320393c-2cf0-4e3d-8b39-eec8a8eb49bb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:42:56.297769 [ 277 ] {0320393c-2cf0-4e3d-8b39-eec8a8eb49bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:42:56.297938 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.297998 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_106_21} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.11 21:42:56.298060 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:42:56.298149 [ 277 ] {0320393c-2cf0-4e3d-8b39-eec8a8eb49bb} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.298183 [ 277 ] {0320393c-2cf0-4e3d-8b39-eec8a8eb49bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.298468 [ 277 ] {0320393c-2cf0-4e3d-8b39-eec8a8eb49bb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.11 21:42:56.298674 [ 277 ] {0320393c-2cf0-4e3d-8b39-eec8a8eb49bb} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.298796 [ 277 ] {0320393c-2cf0-4e3d-8b39-eec8a8eb49bb} executeQuery: Read 12 rows, 960.00 B in 0.001084 sec., 11070.110701107013 rows/sec., 864.85 KiB/sec. 2025.08.11 21:42:56.298833 [ 277 ] {0320393c-2cf0-4e3d-8b39-eec8a8eb49bb} TCPHandler: Processed in 0.001249681 sec. 2025.08.11 21:42:56.298934 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.299023 [ 277 ] {2fd901c7-dbfe-476c-8bf0-a8f529e3b7b4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:42:56.299061 [ 277 ] {2fd901c7-dbfe-476c-8bf0-a8f529e3b7b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:42:56.299470 [ 277 ] {2fd901c7-dbfe-476c-8bf0-a8f529e3b7b4} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.299506 [ 277 ] {2fd901c7-dbfe-476c-8bf0-a8f529e3b7b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.299807 [ 277 ] {2fd901c7-dbfe-476c-8bf0-a8f529e3b7b4} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.11 21:42:56.300009 [ 277 ] {2fd901c7-dbfe-476c-8bf0-a8f529e3b7b4} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.300131 [ 277 ] {2fd901c7-dbfe-476c-8bf0-a8f529e3b7b4} executeQuery: Read 127 rows, 10.55 KiB in 0.001125 sec., 112888.88888888889 rows/sec., 9.16 MiB/sec. 2025.08.11 21:42:56.300167 [ 277 ] {2fd901c7-dbfe-476c-8bf0-a8f529e3b7b4} TCPHandler: Processed in 0.001280051 sec. 2025.08.11 21:42:56.300275 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.300366 [ 277 ] {5b0cfb2a-85ec-4360-b54c-79307f860190} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:56.300407 [ 277 ] {5b0cfb2a-85ec-4360-b54c-79307f860190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:42:56.300790 [ 277 ] {5b0cfb2a-85ec-4360-b54c-79307f860190} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.300825 [ 277 ] {5b0cfb2a-85ec-4360-b54c-79307f860190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.301154 [ 277 ] {5b0cfb2a-85ec-4360-b54c-79307f860190} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.11 21:42:56.301357 [ 277 ] {5b0cfb2a-85ec-4360-b54c-79307f860190} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.301479 [ 277 ] {5b0cfb2a-85ec-4360-b54c-79307f860190} executeQuery: Read 202 rows, 14.82 KiB in 0.001131 sec., 178603.00618921308 rows/sec., 12.80 MiB/sec. 2025.08.11 21:42:56.301515 [ 277 ] {5b0cfb2a-85ec-4360-b54c-79307f860190} TCPHandler: Processed in 0.001286572 sec. 2025.08.11 21:42:56.301621 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.301713 [ 277 ] {287c89ab-58ec-42c0-89cd-ef675acf5ca8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:42:56.301766 [ 277 ] {287c89ab-58ec-42c0-89cd-ef675acf5ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:42:56.302512 [ 277 ] {287c89ab-58ec-42c0-89cd-ef675acf5ca8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.302548 [ 277 ] {287c89ab-58ec-42c0-89cd-ef675acf5ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.303058 [ 277 ] {287c89ab-58ec-42c0-89cd-ef675acf5ca8} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.11 21:42:56.303274 [ 277 ] {287c89ab-58ec-42c0-89cd-ef675acf5ca8} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.303417 [ 277 ] {287c89ab-58ec-42c0-89cd-ef675acf5ca8} executeQuery: Read 15 rows, 27.52 KiB in 0.001722 sec., 8710.801393728223 rows/sec., 15.61 MiB/sec. 2025.08.11 21:42:56.303479 [ 277 ] {287c89ab-58ec-42c0-89cd-ef675acf5ca8} TCPHandler: Processed in 0.001904342 sec. 2025.08.11 21:42:56.303600 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:42:56.303692 [ 277 ] {1ac58dd3-39fb-42bf-a0f4-1e04388dc196} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:42:56.303734 [ 277 ] {1ac58dd3-39fb-42bf-a0f4-1e04388dc196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:42:56.304063 [ 277 ] {1ac58dd3-39fb-42bf-a0f4-1e04388dc196} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.304098 [ 277 ] {1ac58dd3-39fb-42bf-a0f4-1e04388dc196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.304404 [ 277 ] {1ac58dd3-39fb-42bf-a0f4-1e04388dc196} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.11 21:42:56.304607 [ 277 ] {1ac58dd3-39fb-42bf-a0f4-1e04388dc196} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.304732 [ 277 ] {1ac58dd3-39fb-42bf-a0f4-1e04388dc196} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.08.11 21:42:56.304767 [ 277 ] {1ac58dd3-39fb-42bf-a0f4-1e04388dc196} TCPHandler: Processed in 0.001213971 sec. 2025.08.11 21:42:56.391300 [ 220 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:42:56.391370 [ 220 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:42:56.394724 [ 220 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:42:56.894419 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 2025.08.11 21:42:56.894917 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:56.894964 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:56.895449 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.11 21:42:56.895702 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:56.895842 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 2025.08.11 21:42:58.062979 [ 221 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:42:58.063042 [ 221 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:42:58.065062 [ 221 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:42:58.761978 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 565 2025.08.11 21:42:58.777590 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:42:58.777646 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2025.08.11 21:42:58.783490 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.11 21:42:58.784184 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:42:58.787036 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.08.11 21:42:59.000244 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 341.33 MiB, peak 359.50 MiB, free memory in arenas 0.00 B, will set to 344.82 MiB (RSS), difference: 3.48 MiB 2025.08.11 21:43:01.288447 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:01.288661 [ 277 ] {f2cf3d13-f036-4450-8058-024decda3f8e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:01.288738 [ 277 ] {f2cf3d13-f036-4450-8058-024decda3f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:01.289593 [ 277 ] {f2cf3d13-f036-4450-8058-024decda3f8e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.289642 [ 277 ] {f2cf3d13-f036-4450-8058-024decda3f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.290032 [ 277 ] {f2cf3d13-f036-4450-8058-024decda3f8e} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.11 21:43:01.290251 [ 277 ] {f2cf3d13-f036-4450-8058-024decda3f8e} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.290406 [ 277 ] {f2cf3d13-f036-4450-8058-024decda3f8e} executeQuery: Read 110 rows, 9.47 KiB in 0.001801 sec., 61077.179344808435 rows/sec., 5.13 MiB/sec. 2025.08.11 21:43:01.290422 [ 103 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.08.11 21:43:01.290448 [ 277 ] {f2cf3d13-f036-4450-8058-024decda3f8e} TCPHandler: Processed in 0.002139456 sec. 2025.08.11 21:43:01.290504 [ 103 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.290534 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.290626 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:01.290662 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:43:01.290726 [ 277 ] {0f2e53c0-b961-4498-8f0d-b5b98cfe8345} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:01.290772 [ 277 ] {0f2e53c0-b961-4498-8f0d-b5b98cfe8345} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:01.290824 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:01.290867 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1409 rows starting from the beginning of the part 2025.08.11 21:43:01.290939 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part 2025.08.11 21:43:01.290989 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 86 rows starting from the beginning of the part 2025.08.11 21:43:01.291038 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 110 rows starting from the beginning of the part 2025.08.11 21:43:01.291084 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 212 rows starting from the beginning of the part 2025.08.11 21:43:01.291131 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 110 rows starting from the beginning of the part 2025.08.11 21:43:01.291212 [ 277 ] {0f2e53c0-b961-4498-8f0d-b5b98cfe8345} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.291252 [ 277 ] {0f2e53c0-b961-4498-8f0d-b5b98cfe8345} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.291581 [ 277 ] {0f2e53c0-b961-4498-8f0d-b5b98cfe8345} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.11 21:43:01.291832 [ 277 ] {0f2e53c0-b961-4498-8f0d-b5b98cfe8345} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.291987 [ 277 ] {0f2e53c0-b961-4498-8f0d-b5b98cfe8345} executeQuery: Read 27 rows, 2.03 KiB in 0.001278 sec., 21126.76056338028 rows/sec., 1.55 MiB/sec. 2025.08.11 21:43:01.292029 [ 277 ] {0f2e53c0-b961-4498-8f0d-b5b98cfe8345} TCPHandler: Processed in 0.001450324 sec. 2025.08.11 21:43:01.292062 [ 223 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:01.292098 [ 223 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:01.292149 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:01.292255 [ 277 ] {890eecfc-fc2c-484e-ae07-041ef5360358} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:01.292296 [ 277 ] {890eecfc-fc2c-484e-ae07-041ef5360358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:01.292403 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 1983 rows, containing 5 columns (5 merged, 0 gathered) in 0.00180146 sec., 1100773.8167930457 rows/sec., 96.98 MiB/sec. 2025.08.11 21:43:01.292619 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.08.11 21:43:01.292777 [ 277 ] {890eecfc-fc2c-484e-ae07-041ef5360358} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.292823 [ 277 ] {890eecfc-fc2c-484e-ae07-041ef5360358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.292928 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.293011 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_126_25} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.08.11 21:43:01.293097 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.11 21:43:01.293158 [ 277 ] {890eecfc-fc2c-484e-ae07-041ef5360358} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.11 21:43:01.293396 [ 277 ] {890eecfc-fc2c-484e-ae07-041ef5360358} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.293546 [ 277 ] {890eecfc-fc2c-484e-ae07-041ef5360358} executeQuery: Read 91 rows, 7.28 KiB in 0.001308 sec., 69571.86544342508 rows/sec., 5.43 MiB/sec. 2025.08.11 21:43:01.293553 [ 103 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.08.11 21:43:01.293591 [ 277 ] {890eecfc-fc2c-484e-ae07-041ef5360358} TCPHandler: Processed in 0.001488205 sec. 2025.08.11 21:43:01.293601 [ 103 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.293630 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.293718 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:43:01.293719 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:01.293822 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:01.293839 [ 277 ] {e1378eb1-bcdf-460e-b9ef-6b145ce822c1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:01.293855 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 634 rows starting from the beginning of the part 2025.08.11 21:43:01.293888 [ 277 ] {e1378eb1-bcdf-460e-b9ef-6b145ce822c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:01.293914 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part 2025.08.11 21:43:01.293962 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 79 rows starting from the beginning of the part 2025.08.11 21:43:01.294007 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 91 rows starting from the beginning of the part 2025.08.11 21:43:01.294048 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 127 rows starting from the beginning of the part 2025.08.11 21:43:01.294086 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 91 rows starting from the beginning of the part 2025.08.11 21:43:01.294342 [ 277 ] {e1378eb1-bcdf-460e-b9ef-6b145ce822c1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.294385 [ 277 ] {e1378eb1-bcdf-460e-b9ef-6b145ce822c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.294773 [ 277 ] {e1378eb1-bcdf-460e-b9ef-6b145ce822c1} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.11 21:43:01.294987 [ 277 ] {e1378eb1-bcdf-460e-b9ef-6b145ce822c1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.294987 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 1086 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304732 sec., 832354.8437533531 rows/sec., 67.15 MiB/sec. 2025.08.11 21:43:01.295120 [ 277 ] {e1378eb1-bcdf-460e-b9ef-6b145ce822c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001297 sec., 123361.6037008481 rows/sec., 8.59 MiB/sec. 2025.08.11 21:43:01.295126 [ 103 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_121_25 to all_126_126_0 2025.08.11 21:43:01.295153 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.08.11 21:43:01.295167 [ 277 ] {e1378eb1-bcdf-460e-b9ef-6b145ce822c1} TCPHandler: Processed in 0.001494585 sec. 2025.08.11 21:43:01.295180 [ 103 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.295218 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.295303 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:01.295314 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:43:01.295358 [ 223 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:01.295404 [ 277 ] {e2ff0ac6-db52-414f-a9bc-ef5489b2d376} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:01.295463 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:01.295467 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.295464 [ 277 ] {e2ff0ac6-db52-414f-a9bc-ef5489b2d376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:01.295511 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_121_25, total 33972 rows starting from the beginning of the part 2025.08.11 21:43:01.295562 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_126_25} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.08.11 21:43:01.295599 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part 2025.08.11 21:43:01.295626 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.11 21:43:01.295648 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2025.08.11 21:43:01.295695 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::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.08.11 21:43:01.295734 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 202 rows starting from the beginning of the part 2025.08.11 21:43:01.295774 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2025.08.11 21:43:01.296366 [ 277 ] {e2ff0ac6-db52-414f-a9bc-ef5489b2d376} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.296408 [ 277 ] {e2ff0ac6-db52-414f-a9bc-ef5489b2d376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.296947 [ 277 ] {e2ff0ac6-db52-414f-a9bc-ef5489b2d376} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.11 21:43:01.297184 [ 277 ] {e2ff0ac6-db52-414f-a9bc-ef5489b2d376} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.297308 [ 107 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.11 21:43:01.297324 [ 277 ] {e2ff0ac6-db52-414f-a9bc-ef5489b2d376} executeQuery: Read 27 rows, 49.54 KiB in 0.001937 sec., 13939.081053175014 rows/sec., 24.98 MiB/sec. 2025.08.11 21:43:01.297354 [ 107 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.297379 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.297394 [ 277 ] {e2ff0ac6-db52-414f-a9bc-ef5489b2d376} TCPHandler: Processed in 0.002137996 sec. 2025.08.11 21:43:01.297464 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:43:01.297517 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:01.297615 [ 277 ] {f8ee5035-f457-45a8-b02f-a6415bf01686} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:01.297656 [ 277 ] {f8ee5035-f457-45a8-b02f-a6415bf01686} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:01.297708 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:01.297788 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2040 rows starting from the beginning of the part 2025.08.11 21:43:01.297957 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:01.298016 [ 277 ] {f8ee5035-f457-45a8-b02f-a6415bf01686} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.298057 [ 277 ] {f8ee5035-f457-45a8-b02f-a6415bf01686} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.298118 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:01.298285 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:01.298367 [ 277 ] {f8ee5035-f457-45a8-b02f-a6415bf01686} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.11 21:43:01.298439 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:01.298597 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:01.298598 [ 277 ] {f8ee5035-f457-45a8-b02f-a6415bf01686} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.298731 [ 107 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.08.11 21:43:01.298744 [ 277 ] {f8ee5035-f457-45a8-b02f-a6415bf01686} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2025.08.11 21:43:01.298763 [ 107 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:01.298789 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:01.298791 [ 277 ] {f8ee5035-f457-45a8-b02f-a6415bf01686} TCPHandler: Processed in 0.001320913 sec. 2025.08.11 21:43:01.298861 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:43:01.298953 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:01.298982 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6306 rows starting from the beginning of the part 2025.08.11 21:43:01.299039 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:01.299080 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part 2025.08.11 21:43:01.299117 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:43:01.299157 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2025.08.11 21:43:01.299194 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2025.08.11 21:43:01.301333 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 6570 rows, containing 4 columns (4 merged, 0 gathered) in 0.002504002 sec., 2623799.821246149 rows/sec., 176.90 MiB/sec. 2025.08.11 21:43:01.301713 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.08.11 21:43:01.301971 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.302032 [ 191 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_126_25} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.08.11 21:43:01.302092 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.08.11 21:43:01.302228 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} MergeTask::MergeProjectionsStage: Merge sorted 34718 rows, containing 5 columns (5 merged, 0 gathered) in 0.006962907 sec., 4986135.819421399 rows/sec., 341.76 MiB/sec. 2025.08.11 21:43:01.302445 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary) 2025.08.11 21:43:01.302685 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.302753 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_126_26} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_121_25, all_126_126_0] -> all_1_126_26 2025.08.11 21:43:01.302822 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.08.11 21:43:01.307342 [ 191 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2151 rows, containing 19 columns (19 merged, 0 gathered) in 0.009911386 sec., 217023.12875313303 rows/sec., 388.90 MiB/sec. 2025.08.11 21:43:01.309123 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.11 21:43:01.309451 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:01.309519 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_106_21} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.11 21:43:01.309666 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.31 MiB. 2025.08.11 21:43:02.000203 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 345.42 MiB, peak 365.20 MiB, free memory in arenas 0.00 B, will set to 348.33 MiB (RSS), difference: 2.91 MiB 2025.08.11 21:43:04.212209 [ 105 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:43:04.212265 [ 105 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:43:04.396050 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 2025.08.11 21:43:04.396840 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:04.396883 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:04.397383 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.11 21:43:04.397627 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:04.397772 [ 105 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.11 21:43:04.397795 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 2025.08.11 21:43:04.397830 [ 105 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:04.397857 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:04.397957 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:04.398061 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:04.398096 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part 2025.08.11 21:43:04.398162 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:04.398213 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:04.398259 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:04.398303 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:04.398348 [ 189 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:04.400784 [ 203 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.002869348 sec., 12138994.642685378 rows/sec., 173.65 MiB/sec. 2025.08.11 21:43:04.401164 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.11 21:43:04.401539 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_76_15} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:04.401633 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_76_15} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.11 21:43:04.401747 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2025.08.11 21:43:04.507396 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1806 2025.08.11 21:43:04.509692 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:04.509740 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:04.510925 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.11 21:43:04.511182 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:04.511329 [ 105 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.11 21:43:04.511394 [ 105 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:04.511426 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:04.511441 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1806 2025.08.11 21:43:04.511589 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.11 21:43:04.512213 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:04.512367 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1660 rows starting from the beginning of the part 2025.08.11 21:43:04.512744 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:04.513090 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part 2025.08.11 21:43:04.513409 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part 2025.08.11 21:43:04.513726 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:04.514056 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:43:04.520672 [ 189 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1806 rows, containing 72 columns (72 merged, 0 gathered) in 0.009166124 sec., 197029.84598506414 rows/sec., 148.99 MiB/sec. 2025.08.11 21:43:04.522468 [ 198 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.11 21:43:04.523056 [ 198 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:04.523136 [ 198 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_56_11} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.11 21:43:04.523461 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.08.11 21:43:06.287170 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.08.11 21:43:06.288334 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:06.288522 [ 277 ] {d60dde60-b073-4a35-8adb-84491c1cca41} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:06.288591 [ 277 ] {d60dde60-b073-4a35-8adb-84491c1cca41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:06.289331 [ 277 ] {d60dde60-b073-4a35-8adb-84491c1cca41} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:06.289385 [ 277 ] {d60dde60-b073-4a35-8adb-84491c1cca41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:06.289808 [ 277 ] {d60dde60-b073-4a35-8adb-84491c1cca41} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.11 21:43:06.290068 [ 277 ] {d60dde60-b073-4a35-8adb-84491c1cca41} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:06.290238 [ 277 ] {d60dde60-b073-4a35-8adb-84491c1cca41} executeQuery: Read 86 rows, 7.39 KiB in 0.001765 sec., 48725.21246458923 rows/sec., 4.09 MiB/sec. 2025.08.11 21:43:06.290291 [ 277 ] {d60dde60-b073-4a35-8adb-84491c1cca41} TCPHandler: Processed in 0.002094015 sec. 2025.08.11 21:43:06.290422 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:06.290524 [ 277 ] {c92ab246-3c03-484b-b131-67ff5d2366b5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:06.290569 [ 277 ] {c92ab246-3c03-484b-b131-67ff5d2366b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:06.291001 [ 277 ] {c92ab246-3c03-484b-b131-67ff5d2366b5} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:06.291037 [ 277 ] {c92ab246-3c03-484b-b131-67ff5d2366b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:06.291348 [ 277 ] {c92ab246-3c03-484b-b131-67ff5d2366b5} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.11 21:43:06.291568 [ 277 ] {c92ab246-3c03-484b-b131-67ff5d2366b5} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:06.291707 [ 277 ] {c92ab246-3c03-484b-b131-67ff5d2366b5} executeQuery: Read 15 rows, 1.13 KiB in 0.001203 sec., 12468.827930174562 rows/sec., 937.60 KiB/sec. 2025.08.11 21:43:06.291748 [ 277 ] {c92ab246-3c03-484b-b131-67ff5d2366b5} TCPHandler: Processed in 0.001379164 sec. 2025.08.11 21:43:06.291862 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:06.291958 [ 277 ] {1c148c43-8ac8-400d-9b15-1417d08def02} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:06.291999 [ 277 ] {1c148c43-8ac8-400d-9b15-1417d08def02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:06.292440 [ 277 ] {1c148c43-8ac8-400d-9b15-1417d08def02} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:06.292476 [ 277 ] {1c148c43-8ac8-400d-9b15-1417d08def02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:06.292811 [ 277 ] {1c148c43-8ac8-400d-9b15-1417d08def02} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.11 21:43:06.293043 [ 277 ] {1c148c43-8ac8-400d-9b15-1417d08def02} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:06.293177 [ 277 ] {1c148c43-8ac8-400d-9b15-1417d08def02} executeQuery: Read 79 rows, 6.32 KiB in 0.001237 sec., 63864.187550525465 rows/sec., 4.99 MiB/sec. 2025.08.11 21:43:06.293217 [ 277 ] {1c148c43-8ac8-400d-9b15-1417d08def02} TCPHandler: Processed in 0.001408534 sec. 2025.08.11 21:43:06.293332 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:06.293428 [ 277 ] {7fb96686-ce5d-4095-a3a5-11ed3de59dfc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:06.293472 [ 277 ] {7fb96686-ce5d-4095-a3a5-11ed3de59dfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:06.293920 [ 277 ] {7fb96686-ce5d-4095-a3a5-11ed3de59dfc} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:06.293954 [ 277 ] {7fb96686-ce5d-4095-a3a5-11ed3de59dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:06.294293 [ 277 ] {7fb96686-ce5d-4095-a3a5-11ed3de59dfc} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.11 21:43:06.294519 [ 277 ] {7fb96686-ce5d-4095-a3a5-11ed3de59dfc} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:06.294653 [ 277 ] {7fb96686-ce5d-4095-a3a5-11ed3de59dfc} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2025.08.11 21:43:06.294697 [ 277 ] {7fb96686-ce5d-4095-a3a5-11ed3de59dfc} TCPHandler: Processed in 0.001414834 sec. 2025.08.11 21:43:06.294812 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:06.294907 [ 277 ] {1f78a61b-27db-4fcb-970a-dfdcab8794d1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:06.294964 [ 277 ] {1f78a61b-27db-4fcb-970a-dfdcab8794d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:06.295807 [ 277 ] {1f78a61b-27db-4fcb-970a-dfdcab8794d1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:06.295844 [ 277 ] {1f78a61b-27db-4fcb-970a-dfdcab8794d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:06.296387 [ 277 ] {1f78a61b-27db-4fcb-970a-dfdcab8794d1} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.11 21:43:06.296618 [ 277 ] {1f78a61b-27db-4fcb-970a-dfdcab8794d1} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:06.296767 [ 277 ] {1f78a61b-27db-4fcb-970a-dfdcab8794d1} executeQuery: Read 15 rows, 27.52 KiB in 0.001875 sec., 8000 rows/sec., 14.34 MiB/sec. 2025.08.11 21:43:06.296845 [ 277 ] {1f78a61b-27db-4fcb-970a-dfdcab8794d1} TCPHandler: Processed in 0.002082545 sec. 2025.08.11 21:43:06.296870 [ 219 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:06.296934 [ 219 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:06.296959 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:06.297061 [ 277 ] {cd007aa8-16f5-48d8-a134-fcbde52bcfaa} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:06.297104 [ 277 ] {cd007aa8-16f5-48d8-a134-fcbde52bcfaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:06.297460 [ 277 ] {cd007aa8-16f5-48d8-a134-fcbde52bcfaa} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:06.297500 [ 277 ] {cd007aa8-16f5-48d8-a134-fcbde52bcfaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:06.297856 [ 277 ] {cd007aa8-16f5-48d8-a134-fcbde52bcfaa} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.11 21:43:06.298082 [ 277 ] {cd007aa8-16f5-48d8-a134-fcbde52bcfaa} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:06.298222 [ 277 ] {cd007aa8-16f5-48d8-a134-fcbde52bcfaa} executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. 2025.08.11 21:43:06.298262 [ 277 ] {cd007aa8-16f5-48d8-a134-fcbde52bcfaa} TCPHandler: Processed in 0.001352753 sec. 2025.08.11 21:43:06.300035 [ 219 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:06.304233 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:06.304294 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:06.310536 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.11 21:43:06.311251 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:06.311546 [ 126 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.11 21:43:06.311611 [ 126 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:06.311631 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:06.311734 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:06.314520 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.08.11 21:43:06.315620 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:06.317268 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:06.322171 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part 2025.08.11 21:43:06.326820 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part 2025.08.11 21:43:06.331614 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part 2025.08.11 21:43:06.336730 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part 2025.08.11 21:43:06.341436 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:06.397644 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.08595356 sec., 6666.390548570647 rows/sec., 34.47 MiB/sec. 2025.08.11 21:43:06.399610 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.11 21:43:06.401319 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:06.401413 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_76_15} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.11 21:43:06.403086 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.08.11 21:43:06.788103 [ 221 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:06.788156 [ 221 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:06.791024 [ 221 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:06.809526 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:06.809581 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:06.812371 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:07.000227 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 349.88 MiB, peak 367.29 MiB, free memory in arenas 0.00 B, will set to 348.44 MiB (RSS), difference: -1.44 MiB 2025.08.11 21:43:07.093645 [ 225 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:07.093693 [ 225 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:07.096825 [ 225 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:07.759734 [ 225 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:07.759802 [ 225 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:07.762289 [ 225 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:08.594161 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:08.594346 [ 277 ] {1cb447e6-4f0b-43f3-8f46-18157a815852} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:43:08.594415 [ 277 ] {1cb447e6-4f0b-43f3-8f46-18157a815852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:43:08.595048 [ 277 ] {1cb447e6-4f0b-43f3-8f46-18157a815852} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:08.595100 [ 277 ] {1cb447e6-4f0b-43f3-8f46-18157a815852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:08.595489 [ 277 ] {1cb447e6-4f0b-43f3-8f46-18157a815852} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.11 21:43:08.595719 [ 277 ] {1cb447e6-4f0b-43f3-8f46-18157a815852} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:08.595886 [ 277 ] {1cb447e6-4f0b-43f3-8f46-18157a815852} executeQuery: Read 4 rows, 334.00 B in 0.001587 sec., 2520.4788909892877 rows/sec., 205.53 KiB/sec. 2025.08.11 21:43:08.595937 [ 277 ] {1cb447e6-4f0b-43f3-8f46-18157a815852} TCPHandler: Processed in 0.001910661 sec. 2025.08.11 21:43:08.596062 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:08.596168 [ 277 ] {2808b4bb-565d-451b-934d-5a561fface68} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:08.596213 [ 277 ] {2808b4bb-565d-451b-934d-5a561fface68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:08.597297 [ 277 ] {2808b4bb-565d-451b-934d-5a561fface68} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:08.597336 [ 277 ] {2808b4bb-565d-451b-934d-5a561fface68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:08.597731 [ 277 ] {2808b4bb-565d-451b-934d-5a561fface68} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.11 21:43:08.597951 [ 277 ] {2808b4bb-565d-451b-934d-5a561fface68} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:08.598092 [ 277 ] {2808b4bb-565d-451b-934d-5a561fface68} executeQuery: Read 1252 rows, 106.17 KiB in 0.001947 sec., 643040.5752439651 rows/sec., 53.25 MiB/sec. 2025.08.11 21:43:08.598134 [ 277 ] {2808b4bb-565d-451b-934d-5a561fface68} TCPHandler: Processed in 0.002123225 sec. 2025.08.11 21:43:08.598252 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:08.598350 [ 277 ] {5786653e-7a14-4c4e-a007-cbb4986dfc33} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:08.598391 [ 277 ] {5786653e-7a14-4c4e-a007-cbb4986dfc33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:08.598809 [ 277 ] {5786653e-7a14-4c4e-a007-cbb4986dfc33} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:08.598849 [ 277 ] {5786653e-7a14-4c4e-a007-cbb4986dfc33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:08.599144 [ 277 ] {5786653e-7a14-4c4e-a007-cbb4986dfc33} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.11 21:43:08.599376 [ 277 ] {5786653e-7a14-4c4e-a007-cbb4986dfc33} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:08.599511 [ 277 ] {5786653e-7a14-4c4e-a007-cbb4986dfc33} executeQuery: Read 31 rows, 2.31 KiB in 0.00118 sec., 26271.186440677964 rows/sec., 1.91 MiB/sec. 2025.08.11 21:43:08.599552 [ 277 ] {5786653e-7a14-4c4e-a007-cbb4986dfc33} TCPHandler: Processed in 0.001350053 sec. 2025.08.11 21:43:08.599662 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:08.599757 [ 277 ] {fc153d92-9ec5-46e3-9cf6-08dd34661950} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:43:08.599797 [ 277 ] {fc153d92-9ec5-46e3-9cf6-08dd34661950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:43:08.600300 [ 277 ] {fc153d92-9ec5-46e3-9cf6-08dd34661950} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:08.600337 [ 277 ] {fc153d92-9ec5-46e3-9cf6-08dd34661950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:08.600645 [ 277 ] {fc153d92-9ec5-46e3-9cf6-08dd34661950} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.11 21:43:08.600873 [ 277 ] {fc153d92-9ec5-46e3-9cf6-08dd34661950} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:08.601009 [ 277 ] {fc153d92-9ec5-46e3-9cf6-08dd34661950} executeQuery: Read 228 rows, 15.81 KiB in 0.001269 sec., 179669.03073286053 rows/sec., 12.17 MiB/sec. 2025.08.11 21:43:08.601076 [ 277 ] {fc153d92-9ec5-46e3-9cf6-08dd34661950} TCPHandler: Processed in 0.001463225 sec. 2025.08.11 21:43:08.601189 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:08.601285 [ 277 ] {3f131911-cdc7-4ec3-b465-242dc5e7955e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:08.601325 [ 277 ] {3f131911-cdc7-4ec3-b465-242dc5e7955e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:08.601965 [ 277 ] {3f131911-cdc7-4ec3-b465-242dc5e7955e} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:08.602002 [ 277 ] {3f131911-cdc7-4ec3-b465-242dc5e7955e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:08.602335 [ 277 ] {3f131911-cdc7-4ec3-b465-242dc5e7955e} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.11 21:43:08.602558 [ 277 ] {3f131911-cdc7-4ec3-b465-242dc5e7955e} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:08.602718 [ 277 ] {3f131911-cdc7-4ec3-b465-242dc5e7955e} executeQuery: Read 551 rows, 41.89 KiB in 0.00145 sec., 380000 rows/sec., 28.21 MiB/sec. 2025.08.11 21:43:08.602758 [ 277 ] {3f131911-cdc7-4ec3-b465-242dc5e7955e} TCPHandler: Processed in 0.001616877 sec. 2025.08.11 21:43:08.602874 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:08.602969 [ 277 ] {ff9b2577-f286-4539-b67f-da7d7f40ec08} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:08.603013 [ 277 ] {ff9b2577-f286-4539-b67f-da7d7f40ec08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:08.603619 [ 277 ] {ff9b2577-f286-4539-b67f-da7d7f40ec08} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:08.603655 [ 277 ] {ff9b2577-f286-4539-b67f-da7d7f40ec08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:08.604041 [ 277 ] {ff9b2577-f286-4539-b67f-da7d7f40ec08} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.11 21:43:08.604276 [ 277 ] {ff9b2577-f286-4539-b67f-da7d7f40ec08} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:08.604411 [ 277 ] {ff9b2577-f286-4539-b67f-da7d7f40ec08} executeQuery: Read 944 rows, 64.82 KiB in 0.001459 sec., 647018.5058259082 rows/sec., 43.39 MiB/sec. 2025.08.11 21:43:08.604450 [ 277 ] {ff9b2577-f286-4539-b67f-da7d7f40ec08} TCPHandler: Processed in 0.001627417 sec. 2025.08.11 21:43:08.604566 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:08.604661 [ 277 ] {5c842679-0377-429b-9f1b-5ab46ac7dd71} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:08.604717 [ 277 ] {5c842679-0377-429b-9f1b-5ab46ac7dd71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:08.605546 [ 277 ] {5c842679-0377-429b-9f1b-5ab46ac7dd71} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:08.605583 [ 277 ] {5c842679-0377-429b-9f1b-5ab46ac7dd71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:08.606116 [ 277 ] {5c842679-0377-429b-9f1b-5ab46ac7dd71} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.11 21:43:08.606342 [ 277 ] {5c842679-0377-429b-9f1b-5ab46ac7dd71} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:08.606485 [ 277 ] {5c842679-0377-429b-9f1b-5ab46ac7dd71} executeQuery: Read 27 rows, 49.54 KiB in 0.001841 sec., 14665.942422596416 rows/sec., 26.28 MiB/sec. 2025.08.11 21:43:08.606552 [ 277 ] {5c842679-0377-429b-9f1b-5ab46ac7dd71} TCPHandler: Processed in 0.002035615 sec. 2025.08.11 21:43:08.606673 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:08.606769 [ 277 ] {a8a8423b-51a6-4339-b882-7ebb4fa65f76} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:08.606811 [ 277 ] {a8a8423b-51a6-4339-b882-7ebb4fa65f76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:08.607148 [ 277 ] {a8a8423b-51a6-4339-b882-7ebb4fa65f76} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:08.607184 [ 277 ] {a8a8423b-51a6-4339-b882-7ebb4fa65f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:08.607486 [ 277 ] {a8a8423b-51a6-4339-b882-7ebb4fa65f76} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.11 21:43:08.607706 [ 277 ] {a8a8423b-51a6-4339-b882-7ebb4fa65f76} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:08.607838 [ 277 ] {a8a8423b-51a6-4339-b882-7ebb4fa65f76} executeQuery: Read 36 rows, 2.48 KiB in 0.001086 sec., 33149.17127071823 rows/sec., 2.23 MiB/sec. 2025.08.11 21:43:08.607875 [ 277 ] {a8a8423b-51a6-4339-b882-7ebb4fa65f76} TCPHandler: Processed in 0.001251571 sec. 2025.08.11 21:43:11.283762 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:11.283960 [ 277 ] {30229c9c-5eeb-48cb-ba57-20f2c8770a88} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:11.284031 [ 277 ] {30229c9c-5eeb-48cb-ba57-20f2c8770a88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:11.284778 [ 277 ] {30229c9c-5eeb-48cb-ba57-20f2c8770a88} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:11.284828 [ 277 ] {30229c9c-5eeb-48cb-ba57-20f2c8770a88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:11.285235 [ 277 ] {30229c9c-5eeb-48cb-ba57-20f2c8770a88} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.11 21:43:11.285482 [ 277 ] {30229c9c-5eeb-48cb-ba57-20f2c8770a88} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:11.285640 [ 277 ] {30229c9c-5eeb-48cb-ba57-20f2c8770a88} executeQuery: Read 56 rows, 4.41 KiB in 0.001733 sec., 32313.90652048471 rows/sec., 2.48 MiB/sec. 2025.08.11 21:43:11.285683 [ 277 ] {30229c9c-5eeb-48cb-ba57-20f2c8770a88} TCPHandler: Processed in 0.002050554 sec. 2025.08.11 21:43:11.285817 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:11.285913 [ 277 ] {cc33356a-44d9-43d9-a177-c6c4abb5d581} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:11.285955 [ 277 ] {cc33356a-44d9-43d9-a177-c6c4abb5d581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:11.286387 [ 277 ] {cc33356a-44d9-43d9-a177-c6c4abb5d581} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:11.286423 [ 277 ] {cc33356a-44d9-43d9-a177-c6c4abb5d581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:11.286724 [ 277 ] {cc33356a-44d9-43d9-a177-c6c4abb5d581} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.11 21:43:11.286950 [ 277 ] {cc33356a-44d9-43d9-a177-c6c4abb5d581} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:11.287081 [ 277 ] {cc33356a-44d9-43d9-a177-c6c4abb5d581} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2025.08.11 21:43:11.287120 [ 277 ] {cc33356a-44d9-43d9-a177-c6c4abb5d581} TCPHandler: Processed in 0.001353352 sec. 2025.08.11 21:43:11.287237 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:11.287331 [ 277 ] {fceb087b-1a01-4878-9a1d-dc4e17259210} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:11.287376 [ 277 ] {fceb087b-1a01-4878-9a1d-dc4e17259210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:11.287749 [ 277 ] {fceb087b-1a01-4878-9a1d-dc4e17259210} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:11.287785 [ 277 ] {fceb087b-1a01-4878-9a1d-dc4e17259210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:11.288118 [ 277 ] {fceb087b-1a01-4878-9a1d-dc4e17259210} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.11 21:43:11.288341 [ 277 ] {fceb087b-1a01-4878-9a1d-dc4e17259210} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:11.288473 [ 277 ] {fceb087b-1a01-4878-9a1d-dc4e17259210} executeQuery: Read 64 rows, 4.56 KiB in 0.001159 sec., 55220.017256255385 rows/sec., 3.85 MiB/sec. 2025.08.11 21:43:11.288511 [ 277 ] {fceb087b-1a01-4878-9a1d-dc4e17259210} TCPHandler: Processed in 0.001324133 sec. 2025.08.11 21:43:11.288626 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:11.288720 [ 277 ] {5814cf22-3a88-46ff-8d69-1e3461f0ee1d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:11.288762 [ 277 ] {5814cf22-3a88-46ff-8d69-1e3461f0ee1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:11.289084 [ 277 ] {5814cf22-3a88-46ff-8d69-1e3461f0ee1d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:11.289119 [ 277 ] {5814cf22-3a88-46ff-8d69-1e3461f0ee1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:11.289418 [ 277 ] {5814cf22-3a88-46ff-8d69-1e3461f0ee1d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.11 21:43:11.289643 [ 277 ] {5814cf22-3a88-46ff-8d69-1e3461f0ee1d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:11.289773 [ 277 ] {5814cf22-3a88-46ff-8d69-1e3461f0ee1d} executeQuery: Read 24 rows, 1.66 KiB in 0.001069 sec., 22450.88868101029 rows/sec., 1.51 MiB/sec. 2025.08.11 21:43:11.289811 [ 277 ] {5814cf22-3a88-46ff-8d69-1e3461f0ee1d} TCPHandler: Processed in 0.001233211 sec. 2025.08.11 21:43:11.897997 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 2025.08.11 21:43:11.898547 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:11.898598 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:11.899100 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.11 21:43:11.899350 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:11.899506 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 2025.08.11 21:43:13.814640 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.08.11 21:43:13.830380 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:13.830427 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:13.836501 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.11 21:43:13.837180 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:13.840107 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.08.11 21:43:14.511703 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1842 2025.08.11 21:43:14.514146 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:14.514200 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:14.515392 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.11 21:43:14.515661 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:14.516093 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1842 2025.08.11 21:43:16.288056 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:16.288261 [ 277 ] {70f6a9d2-7a30-4c5b-8fe6-5cfde48d9264} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:16.288330 [ 277 ] {70f6a9d2-7a30-4c5b-8fe6-5cfde48d9264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:16.289034 [ 277 ] {70f6a9d2-7a30-4c5b-8fe6-5cfde48d9264} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:16.289086 [ 277 ] {70f6a9d2-7a30-4c5b-8fe6-5cfde48d9264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:16.289510 [ 277 ] {70f6a9d2-7a30-4c5b-8fe6-5cfde48d9264} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.11 21:43:16.289755 [ 277 ] {70f6a9d2-7a30-4c5b-8fe6-5cfde48d9264} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:16.289924 [ 277 ] {70f6a9d2-7a30-4c5b-8fe6-5cfde48d9264} executeQuery: Read 86 rows, 7.39 KiB in 0.001711 sec., 50263.00409117475 rows/sec., 4.22 MiB/sec. 2025.08.11 21:43:16.289978 [ 277 ] {70f6a9d2-7a30-4c5b-8fe6-5cfde48d9264} TCPHandler: Processed in 0.002067925 sec. 2025.08.11 21:43:16.290107 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:16.290213 [ 277 ] {0d5d7f5f-8882-4890-8bba-109fdbe43e25} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:16.290259 [ 277 ] {0d5d7f5f-8882-4890-8bba-109fdbe43e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:16.290686 [ 277 ] {0d5d7f5f-8882-4890-8bba-109fdbe43e25} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:16.290724 [ 277 ] {0d5d7f5f-8882-4890-8bba-109fdbe43e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:16.291037 [ 277 ] {0d5d7f5f-8882-4890-8bba-109fdbe43e25} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.11 21:43:16.291264 [ 277 ] {0d5d7f5f-8882-4890-8bba-109fdbe43e25} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:16.291402 [ 277 ] {0d5d7f5f-8882-4890-8bba-109fdbe43e25} executeQuery: Read 15 rows, 1.13 KiB in 0.001212 sec., 12376.237623762376 rows/sec., 930.64 KiB/sec. 2025.08.11 21:43:16.291444 [ 277 ] {0d5d7f5f-8882-4890-8bba-109fdbe43e25} TCPHandler: Processed in 0.001388714 sec. 2025.08.11 21:43:16.291566 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:16.291665 [ 277 ] {3869e8f9-25cf-4951-bfc5-376a4673f6b2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:16.291707 [ 277 ] {3869e8f9-25cf-4951-bfc5-376a4673f6b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:16.292159 [ 277 ] {3869e8f9-25cf-4951-bfc5-376a4673f6b2} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:16.292197 [ 277 ] {3869e8f9-25cf-4951-bfc5-376a4673f6b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:16.292563 [ 277 ] {3869e8f9-25cf-4951-bfc5-376a4673f6b2} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.11 21:43:16.292798 [ 277 ] {3869e8f9-25cf-4951-bfc5-376a4673f6b2} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:16.292933 [ 277 ] {3869e8f9-25cf-4951-bfc5-376a4673f6b2} executeQuery: Read 79 rows, 6.32 KiB in 0.001288 sec., 61335.40372670807 rows/sec., 4.79 MiB/sec. 2025.08.11 21:43:16.292974 [ 277 ] {3869e8f9-25cf-4951-bfc5-376a4673f6b2} TCPHandler: Processed in 0.001457124 sec. 2025.08.11 21:43:16.293090 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:16.293210 [ 277 ] {2601df26-bb11-4b2d-9b78-ded5b2581405} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:16.293255 [ 277 ] {2601df26-bb11-4b2d-9b78-ded5b2581405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:16.293674 [ 277 ] {2601df26-bb11-4b2d-9b78-ded5b2581405} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:16.293711 [ 277 ] {2601df26-bb11-4b2d-9b78-ded5b2581405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:16.294066 [ 277 ] {2601df26-bb11-4b2d-9b78-ded5b2581405} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.11 21:43:16.294321 [ 277 ] {2601df26-bb11-4b2d-9b78-ded5b2581405} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:16.294454 [ 277 ] {2601df26-bb11-4b2d-9b78-ded5b2581405} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2025.08.11 21:43:16.294493 [ 277 ] {2601df26-bb11-4b2d-9b78-ded5b2581405} TCPHandler: Processed in 0.001453505 sec. 2025.08.11 21:43:16.294603 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:16.294698 [ 277 ] {6eab7f9c-4c28-4d24-8a91-03a7960bd344} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:16.294755 [ 277 ] {6eab7f9c-4c28-4d24-8a91-03a7960bd344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:16.295566 [ 277 ] {6eab7f9c-4c28-4d24-8a91-03a7960bd344} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:16.295602 [ 277 ] {6eab7f9c-4c28-4d24-8a91-03a7960bd344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:16.296129 [ 277 ] {6eab7f9c-4c28-4d24-8a91-03a7960bd344} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.11 21:43:16.296350 [ 277 ] {6eab7f9c-4c28-4d24-8a91-03a7960bd344} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:16.296490 [ 277 ] {6eab7f9c-4c28-4d24-8a91-03a7960bd344} executeQuery: Read 15 rows, 27.52 KiB in 0.00181 sec., 8287.292817679558 rows/sec., 14.85 MiB/sec. 2025.08.11 21:43:16.296545 [ 277 ] {6eab7f9c-4c28-4d24-8a91-03a7960bd344} TCPHandler: Processed in 0.001991223 sec. 2025.08.11 21:43:16.296655 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:16.296751 [ 277 ] {1eb0481e-16ff-4ea5-a3e2-8f45cd5ea8f1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:16.296793 [ 277 ] {1eb0481e-16ff-4ea5-a3e2-8f45cd5ea8f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:16.297133 [ 277 ] {1eb0481e-16ff-4ea5-a3e2-8f45cd5ea8f1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:16.297169 [ 277 ] {1eb0481e-16ff-4ea5-a3e2-8f45cd5ea8f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:16.297483 [ 277 ] {1eb0481e-16ff-4ea5-a3e2-8f45cd5ea8f1} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.11 21:43:16.297708 [ 277 ] {1eb0481e-16ff-4ea5-a3e2-8f45cd5ea8f1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:16.297836 [ 277 ] {1eb0481e-16ff-4ea5-a3e2-8f45cd5ea8f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.08.11 21:43:16.297872 [ 277 ] {1eb0481e-16ff-4ea5-a3e2-8f45cd5ea8f1} TCPHandler: Processed in 0.001266371 sec. 2025.08.11 21:43:19.212535 [ 116 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:43:19.212586 [ 116 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:43:19.399755 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 2025.08.11 21:43:19.400492 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:19.400545 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:19.401048 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.11 21:43:19.401288 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:19.401445 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 2025.08.11 21:43:19.950020 [ 221 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): 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.08.11 21:43:19.950098 [ 221 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): 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.08.11 21:43:19.953095 [ 221 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): 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.08.11 21:43:21.289916 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:21.290111 [ 277 ] {8355ebfb-909b-4422-8e18-d8b7bef9d106} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:21.290177 [ 277 ] {8355ebfb-909b-4422-8e18-d8b7bef9d106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:21.290882 [ 277 ] {8355ebfb-909b-4422-8e18-d8b7bef9d106} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.290931 [ 277 ] {8355ebfb-909b-4422-8e18-d8b7bef9d106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.291322 [ 277 ] {8355ebfb-909b-4422-8e18-d8b7bef9d106} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.08.11 21:43:21.291542 [ 277 ] {8355ebfb-909b-4422-8e18-d8b7bef9d106} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.291700 [ 277 ] {8355ebfb-909b-4422-8e18-d8b7bef9d106} executeQuery: Read 110 rows, 9.47 KiB in 0.001639 sec., 67114.09395973154 rows/sec., 5.64 MiB/sec. 2025.08.11 21:43:21.291725 [ 114 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.08.11 21:43:21.291750 [ 277 ] {8355ebfb-909b-4422-8e18-d8b7bef9d106} TCPHandler: Processed in 0.001967483 sec. 2025.08.11 21:43:21.291801 [ 114 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.291830 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.291909 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:21.291941 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:43:21.292022 [ 277 ] {deb99c35-fe87-42b8-bd52-ea2cd6611cd4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:21.292069 [ 277 ] {deb99c35-fe87-42b8-bd52-ea2cd6611cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:21.292082 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:21.292126 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1409 rows starting from the beginning of the part 2025.08.11 21:43:21.292201 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 86 rows starting from the beginning of the part 2025.08.11 21:43:21.292255 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:43:21.292305 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part 2025.08.11 21:43:21.292349 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 86 rows starting from the beginning of the part 2025.08.11 21:43:21.292389 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 110 rows starting from the beginning of the part 2025.08.11 21:43:21.292548 [ 277 ] {deb99c35-fe87-42b8-bd52-ea2cd6611cd4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.292591 [ 277 ] {deb99c35-fe87-42b8-bd52-ea2cd6611cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.292912 [ 277 ] {deb99c35-fe87-42b8-bd52-ea2cd6611cd4} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.11 21:43:21.293142 [ 277 ] {deb99c35-fe87-42b8-bd52-ea2cd6611cd4} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.293270 [ 114 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.08.11 21:43:21.293279 [ 277 ] {deb99c35-fe87-42b8-bd52-ea2cd6611cd4} executeQuery: Read 27 rows, 2.03 KiB in 0.001283 sec., 21044.427123928293 rows/sec., 1.55 MiB/sec. 2025.08.11 21:43:21.293302 [ 114 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.293328 [ 277 ] {deb99c35-fe87-42b8-bd52-ea2cd6611cd4} TCPHandler: Processed in 0.001469574 sec. 2025.08.11 21:43:21.293329 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.293448 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:43:21.293462 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:21.293549 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:21.293563 [ 277 ] {737ca5f2-cb32-4a5c-83da-cd60f25216dc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:21.293577 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 72 rows starting from the beginning of the part 2025.08.11 21:43:21.293603 [ 277 ] {737ca5f2-cb32-4a5c-83da-cd60f25216dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:21.293632 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:21.293675 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:21.293717 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 31 rows starting from the beginning of the part 2025.08.11 21:43:21.293739 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2999 rows, containing 5 columns (5 merged, 0 gathered) in 0.001844461 sec., 1625949.2610578376 rows/sec., 141.72 MiB/sec. 2025.08.11 21:43:21.293755 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:21.293824 [ 197 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:21.294021 [ 277 ] {737ca5f2-cb32-4a5c-83da-cd60f25216dc} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.294057 [ 277 ] {737ca5f2-cb32-4a5c-83da-cd60f25216dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.294070 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.08.11 21:43:21.294391 [ 277 ] {737ca5f2-cb32-4a5c-83da-cd60f25216dc} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.08.11 21:43:21.294480 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.294505 [ 193 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.001098929 sec., 170165.67949339765 rows/sec., 13.09 MiB/sec. 2025.08.11 21:43:21.294583 [ 187 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_131_26} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.08.11 21:43:21.294655 [ 277 ] {737ca5f2-cb32-4a5c-83da-cd60f25216dc} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.294677 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.08.11 21:43:21.294695 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.11 21:43:21.294790 [ 114 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.08.11 21:43:21.294797 [ 277 ] {737ca5f2-cb32-4a5c-83da-cd60f25216dc} executeQuery: Read 91 rows, 7.28 KiB in 0.001253 sec., 72625.69832402235 rows/sec., 5.67 MiB/sec. 2025.08.11 21:43:21.294823 [ 114 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.294851 [ 277 ] {737ca5f2-cb32-4a5c-83da-cd60f25216dc} TCPHandler: Processed in 0.001436424 sec. 2025.08.11 21:43:21.294851 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.294936 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:43:21.294971 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:21.295006 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.295024 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:21.295054 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 634 rows starting from the beginning of the part 2025.08.11 21:43:21.295066 [ 277 ] {8f6eba4c-cca6-4faf-ac17-e7911f96be1d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:21.295090 [ 192 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_111_22} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.08.11 21:43:21.295106 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 79 rows starting from the beginning of the part 2025.08.11 21:43:21.295112 [ 277 ] {8f6eba4c-cca6-4faf-ac17-e7911f96be1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:21.295152 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 551 rows starting from the beginning of the part 2025.08.11 21:43:21.295190 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part 2025.08.11 21:43:21.295205 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:43:21.295226 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 79 rows starting from the beginning of the part 2025.08.11 21:43:21.295269 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 91 rows starting from the beginning of the part 2025.08.11 21:43:21.295515 [ 277 ] {8f6eba4c-cca6-4faf-ac17-e7911f96be1d} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.295549 [ 277 ] {8f6eba4c-cca6-4faf-ac17-e7911f96be1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.295871 [ 277 ] {8f6eba4c-cca6-4faf-ac17-e7911f96be1d} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.08.11 21:43:21.296077 [ 277 ] {8f6eba4c-cca6-4faf-ac17-e7911f96be1d} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.296163 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 5 columns (5 merged, 0 gathered) in 0.001254821 sec., 1193795.7684801258 rows/sec., 94.72 MiB/sec. 2025.08.11 21:43:21.296198 [ 114 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 3 parts from all_1_126_26 to all_128_128_0 2025.08.11 21:43:21.296206 [ 277 ] {8f6eba4c-cca6-4faf-ac17-e7911f96be1d} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2025.08.11 21:43:21.296230 [ 114 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.296253 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.296257 [ 277 ] {8f6eba4c-cca6-4faf-ac17-e7911f96be1d} TCPHandler: Processed in 0.001333342 sec. 2025.08.11 21:43:21.296321 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.08.11 21:43:21.296341 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} MergeTask::PrepareStage: Merging 3 parts: from all_1_126_26 to all_128_128_0 into Compact with storage Full 2025.08.11 21:43:21.296372 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:21.296470 [ 277 ] {1fd6aacb-e796-4455-8ce8-92365557c647} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:21.296479 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:21.296529 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_126_26, total 34718 rows starting from the beginning of the part 2025.08.11 21:43:21.296531 [ 277 ] {1fd6aacb-e796-4455-8ce8-92365557c647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:21.296596 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.296612 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part 2025.08.11 21:43:21.296665 [ 192 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_131_26} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.08.11 21:43:21.296673 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 944 rows starting from the beginning of the part 2025.08.11 21:43:21.296757 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.11 21:43:21.297384 [ 277 ] {1fd6aacb-e796-4455-8ce8-92365557c647} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.297426 [ 277 ] {1fd6aacb-e796-4455-8ce8-92365557c647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.297962 [ 277 ] {1fd6aacb-e796-4455-8ce8-92365557c647} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.11 21:43:21.298181 [ 277 ] {1fd6aacb-e796-4455-8ce8-92365557c647} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.298322 [ 277 ] {1fd6aacb-e796-4455-8ce8-92365557c647} executeQuery: Read 27 rows, 49.54 KiB in 0.00187 sec., 14438.502673796793 rows/sec., 25.87 MiB/sec. 2025.08.11 21:43:21.298386 [ 277 ] {1fd6aacb-e796-4455-8ce8-92365557c647} TCPHandler: Processed in 0.002061075 sec. 2025.08.11 21:43:21.298498 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:21.298592 [ 277 ] {9b54616b-8e31-4584-b6ba-0987c37ec228} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:21.298634 [ 277 ] {9b54616b-8e31-4584-b6ba-0987c37ec228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:21.298969 [ 277 ] {9b54616b-8e31-4584-b6ba-0987c37ec228} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.299009 [ 277 ] {9b54616b-8e31-4584-b6ba-0987c37ec228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.299315 [ 277 ] {9b54616b-8e31-4584-b6ba-0987c37ec228} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.08.11 21:43:21.299519 [ 277 ] {9b54616b-8e31-4584-b6ba-0987c37ec228} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.299632 [ 114 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.08.11 21:43:21.299645 [ 277 ] {9b54616b-8e31-4584-b6ba-0987c37ec228} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.08.11 21:43:21.299660 [ 114 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.299685 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.299688 [ 277 ] {9b54616b-8e31-4584-b6ba-0987c37ec228} TCPHandler: Processed in 0.001237841 sec. 2025.08.11 21:43:21.299766 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:43:21.299873 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:21.299904 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6570 rows starting from the beginning of the part 2025.08.11 21:43:21.299958 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part 2025.08.11 21:43:21.300002 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 36 rows starting from the beginning of the part 2025.08.11 21:43:21.300042 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:21.300079 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part 2025.08.11 21:43:21.300116 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:43:21.301666 [ 188 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 6810 rows, containing 4 columns (4 merged, 0 gathered) in 0.001937053 sec., 3515649.804109645 rows/sec., 237.02 MiB/sec. 2025.08.11 21:43:21.302031 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.08.11 21:43:21.302265 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.302333 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_131_26} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.08.11 21:43:21.302402 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2025.08.11 21:43:21.303383 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} MergeTask::MergeProjectionsStage: Merge sorted 35822 rows, containing 5 columns (5 merged, 0 gathered) in 0.007082639 sec., 5057719.3049088055 rows/sec., 346.49 MiB/sec. 2025.08.11 21:43:21.303679 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} MergedBlockOutputStream: filled checksums all_1_128_27 (state Temporary) 2025.08.11 21:43:21.303941 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_128_27 to all_1_128_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.304007 [ 191 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_128_27} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 3 parts: [all_1_126_26, all_128_128_0] -> all_1_128_27 2025.08.11 21:43:21.304080 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2025.08.11 21:43:21.340258 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.08.11 21:43:21.358227 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:21.358273 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:21.364552 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.11 21:43:21.365265 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:21.369009 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.08.11 21:43:22.000199 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 349.55 MiB, peak 367.29 MiB, free memory in arenas 0.00 B, will set to 348.45 MiB (RSS), difference: -1.10 MiB 2025.08.11 21:43:24.516401 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1866 2025.08.11 21:43:24.518644 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:24.518688 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:24.519837 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.11 21:43:24.520106 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:24.520421 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1866 2025.08.11 21:43:25.000500 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 344.44 MiB, peak 367.29 MiB, free memory in arenas 0.00 B, will set to 348.45 MiB (RSS), difference: 4.00 MiB 2025.08.11 21:43:26.291282 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.291550 [ 277 ] {4fc37cdc-5171-4ad9-8995-7a3be6071a6a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:43:26.291616 [ 277 ] {4fc37cdc-5171-4ad9-8995-7a3be6071a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:43:26.292262 [ 277 ] {4fc37cdc-5171-4ad9-8995-7a3be6071a6a} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.292304 [ 277 ] {4fc37cdc-5171-4ad9-8995-7a3be6071a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.292696 [ 277 ] {4fc37cdc-5171-4ad9-8995-7a3be6071a6a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:43:26.292913 [ 277 ] {4fc37cdc-5171-4ad9-8995-7a3be6071a6a} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.293066 [ 277 ] {4fc37cdc-5171-4ad9-8995-7a3be6071a6a} executeQuery: Read 24 rows, 2.04 KiB in 0.001577 sec., 15218.769816106531 rows/sec., 1.26 MiB/sec. 2025.08.11 21:43:26.293110 [ 277 ] {4fc37cdc-5171-4ad9-8995-7a3be6071a6a} TCPHandler: Processed in 0.002009124 sec. 2025.08.11 21:43:26.293228 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.293325 [ 277 ] {b77bb46a-1673-43aa-9551-cbe28978ded9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:26.293366 [ 277 ] {b77bb46a-1673-43aa-9551-cbe28978ded9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:26.293870 [ 277 ] {b77bb46a-1673-43aa-9551-cbe28978ded9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.293908 [ 277 ] {b77bb46a-1673-43aa-9551-cbe28978ded9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.294236 [ 277 ] {b77bb46a-1673-43aa-9551-cbe28978ded9} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.08.11 21:43:26.294454 [ 277 ] {b77bb46a-1673-43aa-9551-cbe28978ded9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.294581 [ 277 ] {b77bb46a-1673-43aa-9551-cbe28978ded9} executeQuery: Read 206 rows, 18.85 KiB in 0.001275 sec., 161568.6274509804 rows/sec., 14.44 MiB/sec. 2025.08.11 21:43:26.294620 [ 277 ] {b77bb46a-1673-43aa-9551-cbe28978ded9} TCPHandler: Processed in 0.001441154 sec. 2025.08.11 21:43:26.294732 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.294826 [ 277 ] {fd1b773b-0d71-42b1-a554-171cbc42a7f8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:26.294867 [ 277 ] {fd1b773b-0d71-42b1-a554-171cbc42a7f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:26.295256 [ 277 ] {fd1b773b-0d71-42b1-a554-171cbc42a7f8} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.295291 [ 277 ] {fd1b773b-0d71-42b1-a554-171cbc42a7f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.295582 [ 277 ] {fd1b773b-0d71-42b1-a554-171cbc42a7f8} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.11 21:43:26.295789 [ 277 ] {fd1b773b-0d71-42b1-a554-171cbc42a7f8} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.295917 [ 277 ] {fd1b773b-0d71-42b1-a554-171cbc42a7f8} executeQuery: Read 27 rows, 2.09 KiB in 0.001109 sec., 24346.257889990982 rows/sec., 1.84 MiB/sec. 2025.08.11 21:43:26.295956 [ 277 ] {fd1b773b-0d71-42b1-a554-171cbc42a7f8} TCPHandler: Processed in 0.001274311 sec. 2025.08.11 21:43:26.295997 [ 220 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:26.296048 [ 220 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:26.296056 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.296156 [ 277 ] {c03a7371-8cb1-49ab-8c5b-dd43d906abc8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:43:26.296195 [ 277 ] {c03a7371-8cb1-49ab-8c5b-dd43d906abc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:43:26.296587 [ 277 ] {c03a7371-8cb1-49ab-8c5b-dd43d906abc8} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.296625 [ 277 ] {c03a7371-8cb1-49ab-8c5b-dd43d906abc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.296983 [ 277 ] {c03a7371-8cb1-49ab-8c5b-dd43d906abc8} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.11 21:43:26.297192 [ 277 ] {c03a7371-8cb1-49ab-8c5b-dd43d906abc8} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.297325 [ 277 ] {c03a7371-8cb1-49ab-8c5b-dd43d906abc8} executeQuery: Read 24 rows, 2.04 KiB in 0.001187 sec., 20219.03959561921 rows/sec., 1.68 MiB/sec. 2025.08.11 21:43:26.297362 [ 277 ] {c03a7371-8cb1-49ab-8c5b-dd43d906abc8} TCPHandler: Processed in 0.001355483 sec. 2025.08.11 21:43:26.297467 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.297572 [ 277 ] {ccd17518-0208-44d4-99ea-1323eabe1ad2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:43:26.297616 [ 277 ] {ccd17518-0208-44d4-99ea-1323eabe1ad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:43:26.298016 [ 277 ] {ccd17518-0208-44d4-99ea-1323eabe1ad2} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.298056 [ 277 ] {ccd17518-0208-44d4-99ea-1323eabe1ad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.298397 [ 277 ] {ccd17518-0208-44d4-99ea-1323eabe1ad2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.11 21:43:26.298618 [ 277 ] {ccd17518-0208-44d4-99ea-1323eabe1ad2} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.298755 [ 277 ] {ccd17518-0208-44d4-99ea-1323eabe1ad2} executeQuery: Read 12 rows, 960.00 B in 0.001201 sec., 9991.673605328893 rows/sec., 780.60 KiB/sec. 2025.08.11 21:43:26.298797 [ 277 ] {ccd17518-0208-44d4-99ea-1323eabe1ad2} TCPHandler: Processed in 0.001379863 sec. 2025.08.11 21:43:26.298835 [ 220 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:26.298967 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.299067 [ 277 ] {c2aa00c5-27db-4721-ab0c-154494a87a0c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:26.299108 [ 277 ] {c2aa00c5-27db-4721-ab0c-154494a87a0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:26.299555 [ 277 ] {c2aa00c5-27db-4721-ab0c-154494a87a0c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.299592 [ 277 ] {c2aa00c5-27db-4721-ab0c-154494a87a0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.299903 [ 277 ] {c2aa00c5-27db-4721-ab0c-154494a87a0c} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.08.11 21:43:26.300123 [ 277 ] {c2aa00c5-27db-4721-ab0c-154494a87a0c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.300256 [ 277 ] {c2aa00c5-27db-4721-ab0c-154494a87a0c} executeQuery: Read 115 rows, 9.57 KiB in 0.001205 sec., 95435.68464730291 rows/sec., 7.76 MiB/sec. 2025.08.11 21:43:26.300296 [ 277 ] {c2aa00c5-27db-4721-ab0c-154494a87a0c} TCPHandler: Processed in 0.001378393 sec. 2025.08.11 21:43:26.300405 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.300501 [ 277 ] {b9b8b704-f17b-4bca-8141-ca02f3d60373} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:26.300545 [ 277 ] {b9b8b704-f17b-4bca-8141-ca02f3d60373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:26.300958 [ 277 ] {b9b8b704-f17b-4bca-8141-ca02f3d60373} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.300994 [ 277 ] {b9b8b704-f17b-4bca-8141-ca02f3d60373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.301335 [ 277 ] {b9b8b704-f17b-4bca-8141-ca02f3d60373} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.08.11 21:43:26.301559 [ 277 ] {b9b8b704-f17b-4bca-8141-ca02f3d60373} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.301688 [ 277 ] {b9b8b704-f17b-4bca-8141-ca02f3d60373} executeQuery: Read 196 rows, 14.40 KiB in 0.001204 sec., 162790.6976744186 rows/sec., 11.68 MiB/sec. 2025.08.11 21:43:26.301727 [ 277 ] {b9b8b704-f17b-4bca-8141-ca02f3d60373} TCPHandler: Processed in 0.001371313 sec. 2025.08.11 21:43:26.301835 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.301930 [ 277 ] {1b3cb22d-823c-4235-ac76-bec4a129df2e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:26.301985 [ 277 ] {1b3cb22d-823c-4235-ac76-bec4a129df2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:26.302783 [ 277 ] {1b3cb22d-823c-4235-ac76-bec4a129df2e} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.302820 [ 277 ] {1b3cb22d-823c-4235-ac76-bec4a129df2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.303346 [ 277 ] {1b3cb22d-823c-4235-ac76-bec4a129df2e} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.11 21:43:26.303572 [ 277 ] {1b3cb22d-823c-4235-ac76-bec4a129df2e} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.303703 [ 102 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.08.11 21:43:26.303715 [ 277 ] {1b3cb22d-823c-4235-ac76-bec4a129df2e} executeQuery: Read 15 rows, 27.52 KiB in 0.001801 sec., 8328.706274292059 rows/sec., 14.92 MiB/sec. 2025.08.11 21:43:26.303783 [ 102 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.303812 [ 277 ] {1b3cb22d-823c-4235-ac76-bec4a129df2e} TCPHandler: Processed in 0.002025224 sec. 2025.08.11 21:43:26.303813 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.303937 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:26.303944 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:43:26.304039 [ 277 ] {b4defbf2-1e31-4a43-8a5e-c5afd1dfe064} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:26.304085 [ 277 ] {b4defbf2-1e31-4a43-8a5e-c5afd1dfe064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:26.304226 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:26.304300 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2151 rows starting from the beginning of the part 2025.08.11 21:43:26.304419 [ 277 ] {b4defbf2-1e31-4a43-8a5e-c5afd1dfe064} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.304452 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:26.304459 [ 277 ] {b4defbf2-1e31-4a43-8a5e-c5afd1dfe064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.304575 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:26.304677 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:26.304776 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:26.304797 [ 277 ] {b4defbf2-1e31-4a43-8a5e-c5afd1dfe064} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.08.11 21:43:26.304871 [ 194 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:26.305037 [ 277 ] {b4defbf2-1e31-4a43-8a5e-c5afd1dfe064} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.305178 [ 277 ] {b4defbf2-1e31-4a43-8a5e-c5afd1dfe064} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2025.08.11 21:43:26.305217 [ 277 ] {b4defbf2-1e31-4a43-8a5e-c5afd1dfe064} TCPHandler: Processed in 0.001329933 sec. 2025.08.11 21:43:26.312707 [ 198 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2250 rows, containing 19 columns (19 merged, 0 gathered) in 0.008859849 sec., 253954.66672174662 rows/sec., 455.08 MiB/sec. 2025.08.11 21:43:26.315116 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.08.11 21:43:26.315502 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.315585 [ 188 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_111_22} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.08.11 21:43:26.315766 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.40 MiB. 2025.08.11 21:43:26.901687 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 2025.08.11 21:43:26.902522 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:26.902594 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:26.903063 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.11 21:43:26.903306 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:26.903448 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 2025.08.11 21:43:27.000178 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 349.14 MiB, peak 367.50 MiB, free memory in arenas 0.00 B, will set to 350.14 MiB (RSS), difference: 1.00 MiB 2025.08.11 21:43:28.869150 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.08.11 21:43:28.887358 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:28.887423 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:28.893787 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.11 21:43:28.894462 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:28.897753 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.08.11 21:43:31.289582 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:31.289786 [ 277 ] {163084f0-b103-47c4-af73-687e88c94e29} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:31.289858 [ 277 ] {163084f0-b103-47c4-af73-687e88c94e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:31.290720 [ 277 ] {163084f0-b103-47c4-af73-687e88c94e29} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:31.290769 [ 277 ] {163084f0-b103-47c4-af73-687e88c94e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:31.291190 [ 277 ] {163084f0-b103-47c4-af73-687e88c94e29} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.08.11 21:43:31.291436 [ 277 ] {163084f0-b103-47c4-af73-687e88c94e29} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:31.291604 [ 277 ] {163084f0-b103-47c4-af73-687e88c94e29} executeQuery: Read 110 rows, 9.47 KiB in 0.001822 sec., 60373.21624588364 rows/sec., 5.07 MiB/sec. 2025.08.11 21:43:31.291658 [ 277 ] {163084f0-b103-47c4-af73-687e88c94e29} TCPHandler: Processed in 0.002182587 sec. 2025.08.11 21:43:31.291709 [ 225 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:31.291744 [ 225 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:31.291787 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:31.291890 [ 277 ] {abbe9810-3504-436e-bdc2-d1c83f98cd40} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:31.291933 [ 277 ] {abbe9810-3504-436e-bdc2-d1c83f98cd40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:31.292380 [ 277 ] {abbe9810-3504-436e-bdc2-d1c83f98cd40} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:31.292417 [ 277 ] {abbe9810-3504-436e-bdc2-d1c83f98cd40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:31.292729 [ 277 ] {abbe9810-3504-436e-bdc2-d1c83f98cd40} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.11 21:43:31.292962 [ 277 ] {abbe9810-3504-436e-bdc2-d1c83f98cd40} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:31.293099 [ 277 ] {abbe9810-3504-436e-bdc2-d1c83f98cd40} executeQuery: Read 27 rows, 2.03 KiB in 0.001231 sec., 21933.387489845652 rows/sec., 1.61 MiB/sec. 2025.08.11 21:43:31.293141 [ 277 ] {abbe9810-3504-436e-bdc2-d1c83f98cd40} TCPHandler: Processed in 0.001405163 sec. 2025.08.11 21:43:31.293243 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:31.293342 [ 277 ] {e00fae97-5be9-4bb8-8cac-13b0165a01ba} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:31.293384 [ 277 ] {e00fae97-5be9-4bb8-8cac-13b0165a01ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:31.293820 [ 277 ] {e00fae97-5be9-4bb8-8cac-13b0165a01ba} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:31.293856 [ 277 ] {e00fae97-5be9-4bb8-8cac-13b0165a01ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:31.294183 [ 277 ] {e00fae97-5be9-4bb8-8cac-13b0165a01ba} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.08.11 21:43:31.294437 [ 277 ] {e00fae97-5be9-4bb8-8cac-13b0165a01ba} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:31.294588 [ 277 ] {e00fae97-5be9-4bb8-8cac-13b0165a01ba} executeQuery: Read 91 rows, 7.28 KiB in 0.001265 sec., 71936.75889328062 rows/sec., 5.62 MiB/sec. 2025.08.11 21:43:31.294627 [ 277 ] {e00fae97-5be9-4bb8-8cac-13b0165a01ba} TCPHandler: Processed in 0.001432194 sec. 2025.08.11 21:43:31.294749 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:31.294858 [ 225 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:31.294862 [ 277 ] {47ae9f5d-be67-4f10-b100-8984fbbf04e8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:31.294923 [ 277 ] {47ae9f5d-be67-4f10-b100-8984fbbf04e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:31.295412 [ 277 ] {47ae9f5d-be67-4f10-b100-8984fbbf04e8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:31.295455 [ 277 ] {47ae9f5d-be67-4f10-b100-8984fbbf04e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:31.295822 [ 277 ] {47ae9f5d-be67-4f10-b100-8984fbbf04e8} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.08.11 21:43:31.296038 [ 277 ] {47ae9f5d-be67-4f10-b100-8984fbbf04e8} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:31.296146 [ 94 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 5 parts from all_1_128_27 to all_132_132_0 2025.08.11 21:43:31.296167 [ 277 ] {47ae9f5d-be67-4f10-b100-8984fbbf04e8} executeQuery: Read 160 rows, 11.41 KiB in 0.001329 sec., 120391.27163280662 rows/sec., 8.39 MiB/sec. 2025.08.11 21:43:31.296212 [ 94 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:31.296220 [ 277 ] {47ae9f5d-be67-4f10-b100-8984fbbf04e8} TCPHandler: Processed in 0.001529496 sec. 2025.08.11 21:43:31.296241 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:31.296330 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:31.296368 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergeTask::PrepareStage: Merging 5 parts: from all_1_128_27 to all_132_132_0 into Compact with storage Full 2025.08.11 21:43:31.296427 [ 277 ] {4b27e78a-8292-4f2d-9186-dd90e450aca0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:31.296486 [ 277 ] {4b27e78a-8292-4f2d-9186-dd90e450aca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:31.296522 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:31.296565 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_128_27, total 35822 rows starting from the beginning of the part 2025.08.11 21:43:31.296634 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part 2025.08.11 21:43:31.296680 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2025.08.11 21:43:31.296723 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part 2025.08.11 21:43:31.296766 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 196 rows starting from the beginning of the part 2025.08.11 21:43:31.297318 [ 277 ] {4b27e78a-8292-4f2d-9186-dd90e450aca0} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:31.297359 [ 277 ] {4b27e78a-8292-4f2d-9186-dd90e450aca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:31.297897 [ 277 ] {4b27e78a-8292-4f2d-9186-dd90e450aca0} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.11 21:43:31.298139 [ 277 ] {4b27e78a-8292-4f2d-9186-dd90e450aca0} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:31.298277 [ 277 ] {4b27e78a-8292-4f2d-9186-dd90e450aca0} executeQuery: Read 27 rows, 49.54 KiB in 0.001868 sec., 14453.961456102783 rows/sec., 25.90 MiB/sec. 2025.08.11 21:43:31.298331 [ 277 ] {4b27e78a-8292-4f2d-9186-dd90e450aca0} TCPHandler: Processed in 0.002048094 sec. 2025.08.11 21:43:31.298443 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:31.298536 [ 277 ] {90938ba1-1803-4bc5-8649-9ca217f0fcc2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:31.298577 [ 277 ] {90938ba1-1803-4bc5-8649-9ca217f0fcc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:31.298904 [ 277 ] {90938ba1-1803-4bc5-8649-9ca217f0fcc2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:31.298940 [ 277 ] {90938ba1-1803-4bc5-8649-9ca217f0fcc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:31.299238 [ 277 ] {90938ba1-1803-4bc5-8649-9ca217f0fcc2} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.08.11 21:43:31.299441 [ 277 ] {90938ba1-1803-4bc5-8649-9ca217f0fcc2} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:31.299567 [ 277 ] {90938ba1-1803-4bc5-8649-9ca217f0fcc2} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.08.11 21:43:31.299602 [ 277 ] {90938ba1-1803-4bc5-8649-9ca217f0fcc2} TCPHandler: Processed in 0.00120704 sec. 2025.08.11 21:43:31.299694 [ 221 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:31.299729 [ 221 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:31.301775 [ 221 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:31.303160 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergeTask::MergeProjectionsStage: Merge sorted 36402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006847745 sec., 5315910.5661790855 rows/sec., 364.34 MiB/sec. 2025.08.11 21:43:31.303586 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} MergedBlockOutputStream: filled checksums all_1_132_28 (state Temporary) 2025.08.11 21:43:31.303905 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_132_28 to all_1_132_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:31.303988 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_132_28} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 5 parts: [all_1_128_27, all_132_132_0] -> all_1_132_28 2025.08.11 21:43:31.304104 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.08.11 21:43:31.917485 [ 225 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:31.917525 [ 225 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:31.919663 [ 225 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:32.283854 [ 221 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:32.283947 [ 221 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:32.286781 [ 221 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:32.310468 [ 218 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:32.310527 [ 218 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:32.313449 [ 218 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:34.212836 [ 91 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:43:34.212892 [ 91 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:43:34.403656 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 2025.08.11 21:43:34.404482 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:34.404564 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:34.405165 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.11 21:43:34.405407 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:34.405558 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 2025.08.11 21:43:34.520661 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1896 2025.08.11 21:43:34.523359 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:34.523397 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:34.524578 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.11 21:43:34.524836 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:34.525092 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1896 2025.08.11 21:43:35.001837 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001297012 sec. 2025.08.11 21:43:35.165886 [ 224 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:43:35.165921 [ 224 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:43:35.168739 [ 224 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:43:35.339525 [ 222 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:43:35.339589 [ 222 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:43:35.341749 [ 222 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:43:35.714145 [ 218 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:43:35.714198 [ 218 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:43:35.716633 [ 218 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:43:36.288823 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:36.289105 [ 277 ] {69023848-1c88-4dda-9992-9ab74d685f0b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:36.289216 [ 277 ] {69023848-1c88-4dda-9992-9ab74d685f0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:36.290126 [ 277 ] {69023848-1c88-4dda-9992-9ab74d685f0b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:36.290168 [ 277 ] {69023848-1c88-4dda-9992-9ab74d685f0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:36.290542 [ 277 ] {69023848-1c88-4dda-9992-9ab74d685f0b} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.08.11 21:43:36.290776 [ 277 ] {69023848-1c88-4dda-9992-9ab74d685f0b} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:36.290926 [ 277 ] {69023848-1c88-4dda-9992-9ab74d685f0b} executeQuery: Read 86 rows, 7.39 KiB in 0.001898 sec., 45310.853530031614 rows/sec., 3.80 MiB/sec. 2025.08.11 21:43:36.290966 [ 277 ] {69023848-1c88-4dda-9992-9ab74d685f0b} TCPHandler: Processed in 0.002280378 sec. 2025.08.11 21:43:36.291089 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:36.291183 [ 277 ] {9f1526b1-1ac7-4e0b-ad5c-170cb6591e69} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:36.291223 [ 277 ] {9f1526b1-1ac7-4e0b-ad5c-170cb6591e69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:36.291614 [ 277 ] {9f1526b1-1ac7-4e0b-ad5c-170cb6591e69} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:36.291650 [ 277 ] {9f1526b1-1ac7-4e0b-ad5c-170cb6591e69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:36.291933 [ 277 ] {9f1526b1-1ac7-4e0b-ad5c-170cb6591e69} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.11 21:43:36.292135 [ 277 ] {9f1526b1-1ac7-4e0b-ad5c-170cb6591e69} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:36.292260 [ 277 ] {9f1526b1-1ac7-4e0b-ad5c-170cb6591e69} executeQuery: Read 15 rows, 1.13 KiB in 0.001096 sec., 13686.131386861314 rows/sec., 1.01 MiB/sec. 2025.08.11 21:43:36.292297 [ 277 ] {9f1526b1-1ac7-4e0b-ad5c-170cb6591e69} TCPHandler: Processed in 0.001256191 sec. 2025.08.11 21:43:36.292400 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:36.292492 [ 277 ] {cc80b78a-130a-493d-af3f-0921c3e05886} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:36.292531 [ 277 ] {cc80b78a-130a-493d-af3f-0921c3e05886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:36.292938 [ 277 ] {cc80b78a-130a-493d-af3f-0921c3e05886} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:36.292973 [ 277 ] {cc80b78a-130a-493d-af3f-0921c3e05886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:36.293259 [ 277 ] {cc80b78a-130a-493d-af3f-0921c3e05886} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.08.11 21:43:36.293458 [ 277 ] {cc80b78a-130a-493d-af3f-0921c3e05886} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:36.293580 [ 277 ] {cc80b78a-130a-493d-af3f-0921c3e05886} executeQuery: Read 79 rows, 6.32 KiB in 0.001106 sec., 71428.57142857143 rows/sec., 5.58 MiB/sec. 2025.08.11 21:43:36.293616 [ 277 ] {cc80b78a-130a-493d-af3f-0921c3e05886} TCPHandler: Processed in 0.001263711 sec. 2025.08.11 21:43:36.293722 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:36.293814 [ 277 ] {653d2cc6-b6b6-417c-9d11-ff5cad6f60af} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:36.293857 [ 277 ] {653d2cc6-b6b6-417c-9d11-ff5cad6f60af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:36.294268 [ 277 ] {653d2cc6-b6b6-417c-9d11-ff5cad6f60af} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:36.294307 [ 277 ] {653d2cc6-b6b6-417c-9d11-ff5cad6f60af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:36.294657 [ 277 ] {653d2cc6-b6b6-417c-9d11-ff5cad6f60af} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.08.11 21:43:36.294876 [ 277 ] {653d2cc6-b6b6-417c-9d11-ff5cad6f60af} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:36.295012 [ 277 ] {653d2cc6-b6b6-417c-9d11-ff5cad6f60af} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.08.11 21:43:36.295052 [ 277 ] {653d2cc6-b6b6-417c-9d11-ff5cad6f60af} TCPHandler: Processed in 0.001376633 sec. 2025.08.11 21:43:36.295160 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:36.295257 [ 277 ] {3523d67c-a08d-44bd-b405-c41c67080ca7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:36.295315 [ 277 ] {3523d67c-a08d-44bd-b405-c41c67080ca7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:36.296115 [ 277 ] {3523d67c-a08d-44bd-b405-c41c67080ca7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:36.296153 [ 277 ] {3523d67c-a08d-44bd-b405-c41c67080ca7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:36.296681 [ 277 ] {3523d67c-a08d-44bd-b405-c41c67080ca7} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.11 21:43:36.296916 [ 277 ] {3523d67c-a08d-44bd-b405-c41c67080ca7} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:36.297061 [ 277 ] {3523d67c-a08d-44bd-b405-c41c67080ca7} executeQuery: Read 15 rows, 27.52 KiB in 0.001821 sec., 8237.232289950576 rows/sec., 14.76 MiB/sec. 2025.08.11 21:43:36.297130 [ 277 ] {3523d67c-a08d-44bd-b405-c41c67080ca7} TCPHandler: Processed in 0.002022904 sec. 2025.08.11 21:43:36.297241 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:36.297337 [ 277 ] {d4c126d7-7d10-42f2-8ee1-5e8c5ce3140e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:36.297380 [ 277 ] {d4c126d7-7d10-42f2-8ee1-5e8c5ce3140e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:36.297704 [ 277 ] {d4c126d7-7d10-42f2-8ee1-5e8c5ce3140e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:36.297740 [ 277 ] {d4c126d7-7d10-42f2-8ee1-5e8c5ce3140e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:36.298052 [ 277 ] {d4c126d7-7d10-42f2-8ee1-5e8c5ce3140e} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.08.11 21:43:36.298273 [ 277 ] {d4c126d7-7d10-42f2-8ee1-5e8c5ce3140e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:36.298406 [ 277 ] {d4c126d7-7d10-42f2-8ee1-5e8c5ce3140e} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.08.11 21:43:36.298444 [ 277 ] {d4c126d7-7d10-42f2-8ee1-5e8c5ce3140e} TCPHandler: Processed in 0.001252301 sec. 2025.08.11 21:43:36.397892 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.08.11 21:43:36.414237 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:36.414292 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:36.420409 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.11 21:43:36.421107 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:36.424024 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.08.11 21:43:38.528976 [ 225 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): 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.08.11 21:43:38.529027 [ 225 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): 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.08.11 21:43:38.531221 [ 225 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): 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.08.11 21:43:39.596882 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:39.597067 [ 277 ] {a5710901-cd4f-46c6-92d9-69ddb953b7ba} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:43:39.597140 [ 277 ] {a5710901-cd4f-46c6-92d9-69ddb953b7ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:43:39.597822 [ 277 ] {a5710901-cd4f-46c6-92d9-69ddb953b7ba} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:39.597869 [ 277 ] {a5710901-cd4f-46c6-92d9-69ddb953b7ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:39.598259 [ 277 ] {a5710901-cd4f-46c6-92d9-69ddb953b7ba} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.11 21:43:39.598476 [ 277 ] {a5710901-cd4f-46c6-92d9-69ddb953b7ba} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:39.598625 [ 277 ] {a5710901-cd4f-46c6-92d9-69ddb953b7ba} executeQuery: Read 2 rows, 167.00 B in 0.001612 sec., 1240.6947890818858 rows/sec., 101.17 KiB/sec. 2025.08.11 21:43:39.598667 [ 277 ] {a5710901-cd4f-46c6-92d9-69ddb953b7ba} TCPHandler: Processed in 0.001915172 sec. 2025.08.11 21:43:39.598785 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:39.598879 [ 277 ] {364136e4-bf81-4ea4-88da-76c9a9838f8a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:39.598918 [ 277 ] {364136e4-bf81-4ea4-88da-76c9a9838f8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:39.599998 [ 277 ] {364136e4-bf81-4ea4-88da-76c9a9838f8a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:39.600033 [ 277 ] {364136e4-bf81-4ea4-88da-76c9a9838f8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:39.600397 [ 277 ] {364136e4-bf81-4ea4-88da-76c9a9838f8a} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.08.11 21:43:39.600597 [ 277 ] {364136e4-bf81-4ea4-88da-76c9a9838f8a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:39.600722 [ 277 ] {364136e4-bf81-4ea4-88da-76c9a9838f8a} executeQuery: Read 1251 rows, 106.10 KiB in 0.001861 sec., 672219.2369693713 rows/sec., 55.68 MiB/sec. 2025.08.11 21:43:39.600759 [ 277 ] {364136e4-bf81-4ea4-88da-76c9a9838f8a} TCPHandler: Processed in 0.002021944 sec. 2025.08.11 21:43:39.600872 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:39.600965 [ 277 ] {f1d3a503-3615-42b3-a342-02e458e18d2c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:39.601005 [ 277 ] {f1d3a503-3615-42b3-a342-02e458e18d2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:39.601412 [ 277 ] {f1d3a503-3615-42b3-a342-02e458e18d2c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:39.601445 [ 277 ] {f1d3a503-3615-42b3-a342-02e458e18d2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:39.601762 [ 277 ] {f1d3a503-3615-42b3-a342-02e458e18d2c} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.11 21:43:39.601976 [ 277 ] {f1d3a503-3615-42b3-a342-02e458e18d2c} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:39.602103 [ 277 ] {f1d3a503-3615-42b3-a342-02e458e18d2c} executeQuery: Read 29 rows, 2.17 KiB in 0.001156 sec., 25086.50519031142 rows/sec., 1.83 MiB/sec. 2025.08.11 21:43:39.602140 [ 277 ] {f1d3a503-3615-42b3-a342-02e458e18d2c} TCPHandler: Processed in 0.001315182 sec. 2025.08.11 21:43:39.602250 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:39.602336 [ 277 ] {e5c21beb-0ebe-441a-afb8-729c0267c647} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:43:39.602373 [ 277 ] {e5c21beb-0ebe-441a-afb8-729c0267c647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:43:39.602835 [ 277 ] {e5c21beb-0ebe-441a-afb8-729c0267c647} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:39.602867 [ 277 ] {e5c21beb-0ebe-441a-afb8-729c0267c647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:39.603211 [ 277 ] {e5c21beb-0ebe-441a-afb8-729c0267c647} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.11 21:43:39.603407 [ 277 ] {e5c21beb-0ebe-441a-afb8-729c0267c647} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:39.603528 [ 277 ] {e5c21beb-0ebe-441a-afb8-729c0267c647} executeQuery: Read 228 rows, 15.81 KiB in 0.0012 sec., 190000.00000000003 rows/sec., 12.87 MiB/sec. 2025.08.11 21:43:39.603565 [ 277 ] {e5c21beb-0ebe-441a-afb8-729c0267c647} TCPHandler: Processed in 0.001357423 sec. 2025.08.11 21:43:39.603671 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:39.603765 [ 277 ] {52494e22-8fac-4207-9163-116d85ba5cb9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:39.603803 [ 277 ] {52494e22-8fac-4207-9163-116d85ba5cb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:39.604403 [ 277 ] {52494e22-8fac-4207-9163-116d85ba5cb9} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:39.604438 [ 277 ] {52494e22-8fac-4207-9163-116d85ba5cb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:39.604745 [ 277 ] {52494e22-8fac-4207-9163-116d85ba5cb9} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.08.11 21:43:39.604946 [ 277 ] {52494e22-8fac-4207-9163-116d85ba5cb9} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:39.605068 [ 277 ] {52494e22-8fac-4207-9163-116d85ba5cb9} executeQuery: Read 549 rows, 41.73 KiB in 0.001321 sec., 415594.2467827404 rows/sec., 30.85 MiB/sec. 2025.08.11 21:43:39.605105 [ 277 ] {52494e22-8fac-4207-9163-116d85ba5cb9} TCPHandler: Processed in 0.001480605 sec. 2025.08.11 21:43:39.605215 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:39.605307 [ 277 ] {7d8747a1-66be-4a18-9264-c3f6ead136ba} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:39.605350 [ 277 ] {7d8747a1-66be-4a18-9264-c3f6ead136ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:39.605941 [ 277 ] {7d8747a1-66be-4a18-9264-c3f6ead136ba} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:39.605975 [ 277 ] {7d8747a1-66be-4a18-9264-c3f6ead136ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:39.606337 [ 277 ] {7d8747a1-66be-4a18-9264-c3f6ead136ba} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.08.11 21:43:39.606629 [ 277 ] {7d8747a1-66be-4a18-9264-c3f6ead136ba} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:39.606788 [ 277 ] {7d8747a1-66be-4a18-9264-c3f6ead136ba} executeQuery: Read 943 rows, 64.79 KiB in 0.001497 sec., 629926.5197060788 rows/sec., 42.27 MiB/sec. 2025.08.11 21:43:39.606837 [ 277 ] {7d8747a1-66be-4a18-9264-c3f6ead136ba} TCPHandler: Processed in 0.001669428 sec. 2025.08.11 21:43:39.606967 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:39.607065 [ 277 ] {7d3e7e0e-5347-465e-89c6-c08aaee484cb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:39.607124 [ 277 ] {7d3e7e0e-5347-465e-89c6-c08aaee484cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:39.608017 [ 277 ] {7d3e7e0e-5347-465e-89c6-c08aaee484cb} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:39.608052 [ 277 ] {7d3e7e0e-5347-465e-89c6-c08aaee484cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:39.608585 [ 277 ] {7d3e7e0e-5347-465e-89c6-c08aaee484cb} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.11 21:43:39.608810 [ 277 ] {7d3e7e0e-5347-465e-89c6-c08aaee484cb} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:39.608947 [ 277 ] {7d3e7e0e-5347-465e-89c6-c08aaee484cb} executeQuery: Read 27 rows, 49.54 KiB in 0.001901 sec., 14203.051025775909 rows/sec., 25.45 MiB/sec. 2025.08.11 21:43:39.609003 [ 277 ] {7d3e7e0e-5347-465e-89c6-c08aaee484cb} TCPHandler: Processed in 0.002089026 sec. 2025.08.11 21:43:39.609116 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:39.609212 [ 277 ] {8d633e9f-8ce6-43ff-884f-d1145887483f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:39.609256 [ 277 ] {8d633e9f-8ce6-43ff-884f-d1145887483f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:39.609583 [ 277 ] {8d633e9f-8ce6-43ff-884f-d1145887483f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:39.609617 [ 277 ] {8d633e9f-8ce6-43ff-884f-d1145887483f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2025.08.11 21:43:39.609914 [ 277 ] {8d633e9f-8ce6-43ff-884f-d1145887483f} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.08.11 21:43:39.610126 [ 277 ] {8d633e9f-8ce6-43ff-884f-d1145887483f} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:39.610254 [ 277 ] {8d633e9f-8ce6-43ff-884f-d1145887483f} executeQuery: Read 42 rows, 2.89 KiB in 0.00106 sec., 39622.64150943396 rows/sec., 2.66 MiB/sec. 2025.08.11 21:43:39.610289 [ 277 ] {8d633e9f-8ce6-43ff-884f-d1145887483f} TCPHandler: Processed in 0.00122233 sec. 2025.08.11 21:43:41.283152 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:41.283359 [ 277 ] {4d8d38b0-3776-4cdf-b425-584d888fe9e2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:41.283429 [ 277 ] {4d8d38b0-3776-4cdf-b425-584d888fe9e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:41.284113 [ 277 ] {4d8d38b0-3776-4cdf-b425-584d888fe9e2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.284164 [ 277 ] {4d8d38b0-3776-4cdf-b425-584d888fe9e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.284575 [ 277 ] {4d8d38b0-3776-4cdf-b425-584d888fe9e2} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.08.11 21:43:41.284805 [ 277 ] {4d8d38b0-3776-4cdf-b425-584d888fe9e2} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.284962 [ 79 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.08.11 21:43:41.284968 [ 277 ] {4d8d38b0-3776-4cdf-b425-584d888fe9e2} executeQuery: Read 56 rows, 4.41 KiB in 0.00166 sec., 33734.93975903615 rows/sec., 2.59 MiB/sec. 2025.08.11 21:43:41.285037 [ 79 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.285063 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.285072 [ 277 ] {4d8d38b0-3776-4cdf-b425-584d888fe9e2} TCPHandler: Processed in 0.002095275 sec. 2025.08.11 21:43:41.285155 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:43:41.285203 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:41.285250 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:41.285281 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1409 rows starting from the beginning of the part 2025.08.11 21:43:41.285333 [ 277 ] {210453f1-545d-4ddd-bb43-7416f58de239} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:41.285338 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 206 rows starting from the beginning of the part 2025.08.11 21:43:41.285378 [ 277 ] {210453f1-545d-4ddd-bb43-7416f58de239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:41.285389 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 110 rows starting from the beginning of the part 2025.08.11 21:43:41.285433 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 86 rows starting from the beginning of the part 2025.08.11 21:43:41.285474 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:43:41.285543 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part 2025.08.11 21:43:41.285819 [ 277 ] {210453f1-545d-4ddd-bb43-7416f58de239} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.285856 [ 277 ] {210453f1-545d-4ddd-bb43-7416f58de239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.286170 [ 277 ] {210453f1-545d-4ddd-bb43-7416f58de239} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.08.11 21:43:41.286396 [ 277 ] {210453f1-545d-4ddd-bb43-7416f58de239} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.286517 [ 79 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.08.11 21:43:41.286536 [ 277 ] {210453f1-545d-4ddd-bb43-7416f58de239} executeQuery: Read 64 rows, 5.12 KiB in 0.001226 sec., 52202.28384991843 rows/sec., 4.07 MiB/sec. 2025.08.11 21:43:41.286550 [ 79 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.286577 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.286584 [ 277 ] {210453f1-545d-4ddd-bb43-7416f58de239} TCPHandler: Processed in 0.001433635 sec. 2025.08.11 21:43:41.286677 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:43:41.286705 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:41.286813 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:41.286814 [ 277 ] {4c430bb5-ba08-4185-ab24-8b51d54b0993} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:41.286840 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.001719849 sec., 1812949.8578072842 rows/sec., 158.72 MiB/sec. 2025.08.11 21:43:41.286878 [ 277 ] {4c430bb5-ba08-4185-ab24-8b51d54b0993} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:41.286853 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 634 rows starting from the beginning of the part 2025.08.11 21:43:41.286975 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 115 rows starting from the beginning of the part 2025.08.11 21:43:41.287017 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 91 rows starting from the beginning of the part 2025.08.11 21:43:41.287055 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.08.11 21:43:41.287060 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 79 rows starting from the beginning of the part 2025.08.11 21:43:41.287116 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 549 rows starting from the beginning of the part 2025.08.11 21:43:41.287156 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part 2025.08.11 21:43:41.287281 [ 277 ] {4c430bb5-ba08-4185-ab24-8b51d54b0993} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.287317 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.287325 [ 277 ] {4c430bb5-ba08-4185-ab24-8b51d54b0993} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.287385 [ 189 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_136_27} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.08.11 21:43:41.287447 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.08.11 21:43:41.287672 [ 277 ] {4c430bb5-ba08-4185-ab24-8b51d54b0993} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.08.11 21:43:41.287907 [ 277 ] {4c430bb5-ba08-4185-ab24-8b51d54b0993} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.288046 [ 277 ] {4c430bb5-ba08-4185-ab24-8b51d54b0993} executeQuery: Read 52 rows, 3.70 KiB in 0.001254 sec., 41467.304625199366 rows/sec., 2.88 MiB/sec. 2025.08.11 21:43:41.288085 [ 277 ] {4c430bb5-ba08-4185-ab24-8b51d54b0993} TCPHandler: Processed in 0.001430244 sec. 2025.08.11 21:43:41.288192 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:41.288293 [ 277 ] {479f5c77-11a0-4881-a642-07dd7439c0e0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:41.288338 [ 277 ] {479f5c77-11a0-4881-a642-07dd7439c0e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:41.288380 [ 200 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 5 columns (5 merged, 0 gathered) in 0.001751149 sec., 874854.1671782355 rows/sec., 69.67 MiB/sec. 2025.08.11 21:43:41.288537 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.08.11 21:43:41.288680 [ 277 ] {479f5c77-11a0-4881-a642-07dd7439c0e0} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.288724 [ 277 ] {479f5c77-11a0-4881-a642-07dd7439c0e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.288801 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.288881 [ 196 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_136_27} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.08.11 21:43:41.288957 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.11 21:43:41.289080 [ 277 ] {479f5c77-11a0-4881-a642-07dd7439c0e0} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.08.11 21:43:41.289305 [ 277 ] {479f5c77-11a0-4881-a642-07dd7439c0e0} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.289427 [ 79 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.08.11 21:43:41.289443 [ 277 ] {479f5c77-11a0-4881-a642-07dd7439c0e0} executeQuery: Read 18 rows, 1.25 KiB in 0.001169 sec., 15397.775876817794 rows/sec., 1.04 MiB/sec. 2025.08.11 21:43:41.289458 [ 79 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.289483 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.289490 [ 277 ] {479f5c77-11a0-4881-a642-07dd7439c0e0} TCPHandler: Processed in 0.001348422 sec. 2025.08.11 21:43:41.289547 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:43:41.289615 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:41.289638 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 6810 rows starting from the beginning of the part 2025.08.11 21:43:41.289679 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part 2025.08.11 21:43:41.289712 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part 2025.08.11 21:43:41.289744 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part 2025.08.11 21:43:41.289774 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 42 rows starting from the beginning of the part 2025.08.11 21:43:41.289805 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 18 rows starting from the beginning of the part 2025.08.11 21:43:41.291305 [ 198 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 7050 rows, containing 4 columns (4 merged, 0 gathered) in 0.001785219 sec., 3949095.3210782544 rows/sec., 266.24 MiB/sec. 2025.08.11 21:43:41.291669 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.08.11 21:43:41.291907 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.291969 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_136_27} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.08.11 21:43:41.292024 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.08.11 21:43:41.905857 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 2025.08.11 21:43:41.906397 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.906444 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.906921 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.11 21:43:41.907159 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.907361 [ 83 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.11 21:43:41.907372 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 2025.08.11 21:43:41.907443 [ 83 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:41.907474 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:41.907608 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:41.907771 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:41.907815 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part 2025.08.11 21:43:41.907887 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:41.907936 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:41.907983 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:41.908025 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:41.908070 [ 200 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:43:41.910692 [ 198 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.003144523 sec., 11794475.66451255 rows/sec., 168.72 MiB/sec. 2025.08.11 21:43:41.911140 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.11 21:43:41.911470 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_81_16} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:41.911549 [ 187 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_81_16} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.11 21:43:41.911654 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.08.11 21:43:43.924230 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.08.11 21:43:43.941255 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:43.941315 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:43.947429 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.11 21:43:43.948123 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:43.948511 [ 81 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.11 21:43:43.948613 [ 81 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:43.948650 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:43.948799 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:43.951286 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.08.11 21:43:43.952292 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:43.953732 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:43.958416 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:43.962998 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:43.967471 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:43.972377 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:43.977169 [ 198 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:43:44.000199 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 364.64 MiB, peak 367.50 MiB, free memory in arenas 0.00 B, will set to 350.14 MiB (RSS), difference: -14.49 MiB 2025.08.11 21:43:44.035219 [ 195 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.086475589 sec., 7054.013821172122 rows/sec., 36.48 MiB/sec. 2025.08.11 21:43:44.038667 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.11 21:43:44.040801 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_81_16} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:44.040915 [ 193 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_81_16} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.11 21:43:44.043896 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.08.11 21:43:44.525509 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1932 2025.08.11 21:43:44.528462 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:44.528509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:44.529676 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.11 21:43:44.529936 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:44.530206 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1932 2025.08.11 21:43:45.000214 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 336.74 MiB, peak 367.50 MiB, free memory in arenas 0.00 B, will set to 350.35 MiB (RSS), difference: 13.61 MiB 2025.08.11 21:43:46.281654 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.282059 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} executeQuery: (from [fd00:1122:3344:101::d]:36765) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.11 21:43:46.282537 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.11 21:43:46.282581 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.11 21:43:46.282844 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:43:46.282915 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.11 21:43:46.283063 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.08.11 21:43:46.283229 [ 289 ] {a226f013-4194-43fc-8487-5373bc2035fe} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.11 21:43:46.283263 [ 290 ] {a226f013-4194-43fc-8487-5373bc2035fe} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.11 21:43:46.283229 [ 292 ] {a226f013-4194-43fc-8487-5373bc2035fe} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.11 21:43:46.283321 [ 295 ] {a226f013-4194-43fc-8487-5373bc2035fe} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.11 21:43:46.283473 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2025.08.11 21:43:46.283506 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.11 21:43:46.283613 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.11 21:43:46.283635 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (SelectExecutor): Reading approx. 35 rows with 4 streams 2025.08.11 21:43:46.283673 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:43:46.283714 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:43:46.283752 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:43:46.283790 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.11 21:43:46.285036 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} executeQuery: Read 35 rows, 1.48 KiB in 0.003148 sec., 11118.170266836085 rows/sec., 470.29 KiB/sec. 2025.08.11 21:43:46.285227 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} MemoryTracker: Peak memory usage (for query): 145.19 KiB. 2025.08.11 21:43:46.285244 [ 277 ] {a226f013-4194-43fc-8487-5373bc2035fe} TCPHandler: Processed in 0.003778504 sec. 2025.08.11 21:43:46.293477 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.293611 [ 277 ] {fed58f41-a96a-49f1-a01e-054834d4b7bd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.11 21:43:46.293665 [ 277 ] {fed58f41-a96a-49f1-a01e-054834d4b7bd} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.11 21:43:46.294332 [ 277 ] {fed58f41-a96a-49f1-a01e-054834d4b7bd} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.294374 [ 277 ] {fed58f41-a96a-49f1-a01e-054834d4b7bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.294812 [ 277 ] {fed58f41-a96a-49f1-a01e-054834d4b7bd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.11 21:43:46.295019 [ 277 ] {fed58f41-a96a-49f1-a01e-054834d4b7bd} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.295181 [ 277 ] {fed58f41-a96a-49f1-a01e-054834d4b7bd} executeQuery: Read 1 rows, 106.00 B in 0.001609 sec., 621.5040397762585 rows/sec., 64.34 KiB/sec. 2025.08.11 21:43:46.295224 [ 277 ] {fed58f41-a96a-49f1-a01e-054834d4b7bd} TCPHandler: Processed in 0.00180974 sec. 2025.08.11 21:43:46.295339 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.295437 [ 277 ] {4362c8f9-669b-4536-931a-435a10b75a55} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:46.295479 [ 277 ] {4362c8f9-669b-4536-931a-435a10b75a55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:46.295955 [ 277 ] {4362c8f9-669b-4536-931a-435a10b75a55} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.295992 [ 277 ] {4362c8f9-669b-4536-931a-435a10b75a55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.296314 [ 277 ] {4362c8f9-669b-4536-931a-435a10b75a55} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.08.11 21:43:46.296537 [ 277 ] {4362c8f9-669b-4536-931a-435a10b75a55} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.296672 [ 277 ] {4362c8f9-669b-4536-931a-435a10b75a55} executeQuery: Read 87 rows, 7.48 KiB in 0.001256 sec., 69267.51592356688 rows/sec., 5.82 MiB/sec. 2025.08.11 21:43:46.296712 [ 277 ] {4362c8f9-669b-4536-931a-435a10b75a55} TCPHandler: Processed in 0.001423174 sec. 2025.08.11 21:43:46.296829 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.296925 [ 277 ] {ca712413-4096-42c6-9b40-928144738b5d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:46.296965 [ 277 ] {ca712413-4096-42c6-9b40-928144738b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:46.297364 [ 277 ] {ca712413-4096-42c6-9b40-928144738b5d} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.297401 [ 277 ] {ca712413-4096-42c6-9b40-928144738b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.297702 [ 277 ] {ca712413-4096-42c6-9b40-928144738b5d} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.11 21:43:46.297924 [ 277 ] {ca712413-4096-42c6-9b40-928144738b5d} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.298037 [ 80 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.08.11 21:43:46.298059 [ 277 ] {ca712413-4096-42c6-9b40-928144738b5d} executeQuery: Read 15 rows, 1.13 KiB in 0.001151 sec., 13032.145960034753 rows/sec., 979.96 KiB/sec. 2025.08.11 21:43:46.298092 [ 80 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.298107 [ 277 ] {ca712413-4096-42c6-9b40-928144738b5d} TCPHandler: Processed in 0.001327472 sec. 2025.08.11 21:43:46.298119 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.298217 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.298229 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:43:46.298317 [ 277 ] {8d9f5e16-b2a1-4d32-ae5f-2d90976be92f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:43:46.298362 [ 277 ] {8d9f5e16-b2a1-4d32-ae5f-2d90976be92f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:43:46.298365 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:46.298412 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 72 rows starting from the beginning of the part 2025.08.11 21:43:46.298483 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:46.298539 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:46.298588 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:46.298635 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 29 rows starting from the beginning of the part 2025.08.11 21:43:46.298682 [ 195 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:46.298752 [ 277 ] {8d9f5e16-b2a1-4d32-ae5f-2d90976be92f} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.298794 [ 277 ] {8d9f5e16-b2a1-4d32-ae5f-2d90976be92f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.299116 [ 277 ] {8d9f5e16-b2a1-4d32-ae5f-2d90976be92f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.11 21:43:46.299366 [ 277 ] {8d9f5e16-b2a1-4d32-ae5f-2d90976be92f} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.299475 [ 80 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 6 parts from all_1_34_8 to all_39_39_0 2025.08.11 21:43:46.299506 [ 80 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.299507 [ 277 ] {8d9f5e16-b2a1-4d32-ae5f-2d90976be92f} executeQuery: Read 1 rows, 68.00 B in 0.001206 sec., 829.1873963515754 rows/sec., 55.06 KiB/sec. 2025.08.11 21:43:46.299524 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.299560 [ 277 ] {8d9f5e16-b2a1-4d32-ae5f-2d90976be92f} TCPHandler: Processed in 0.001392194 sec. 2025.08.11 21:43:46.299635 [ 191 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_8 to all_39_39_0 into Compact with storage Full 2025.08.11 21:43:46.299660 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478094 sec., 125161.1873128502 rows/sec., 9.67 MiB/sec. 2025.08.11 21:43:46.299675 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.299737 [ 191 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:46.299772 [ 191 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 252 rows starting from the beginning of the part 2025.08.11 21:43:46.299784 [ 277 ] {de2914dc-b261-4268-ba40-2bc49c6a0991} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:46.299829 [ 277 ] {de2914dc-b261-4268-ba40-2bc49c6a0991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:46.299830 [ 191 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:46.299856 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.08.11 21:43:46.299892 [ 191 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part 2025.08.11 21:43:46.299940 [ 191 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:46.299983 [ 191 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 228 rows starting from the beginning of the part 2025.08.11 21:43:46.300026 [ 191 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2025.08.11 21:43:46.300242 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.300256 [ 277 ] {de2914dc-b261-4268-ba40-2bc49c6a0991} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.300308 [ 277 ] {de2914dc-b261-4268-ba40-2bc49c6a0991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.300343 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_116_23} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.08.11 21:43:46.300462 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:43:46.300638 [ 277 ] {de2914dc-b261-4268-ba40-2bc49c6a0991} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.08.11 21:43:46.300872 [ 277 ] {de2914dc-b261-4268-ba40-2bc49c6a0991} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.300882 [ 194 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294082 sec., 584970.6587372362 rows/sec., 42.69 MiB/sec. 2025.08.11 21:43:46.301007 [ 277 ] {de2914dc-b261-4268-ba40-2bc49c6a0991} executeQuery: Read 79 rows, 6.32 KiB in 0.00124 sec., 63709.67741935484 rows/sec., 4.97 MiB/sec. 2025.08.11 21:43:46.301035 [ 203 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} MergedBlockOutputStream: filled checksums all_1_39_9 (state Temporary) 2025.08.11 21:43:46.301052 [ 277 ] {de2914dc-b261-4268-ba40-2bc49c6a0991} TCPHandler: Processed in 0.001425224 sec. 2025.08.11 21:43:46.301192 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.301291 [ 277 ] {c125c0d9-c9b0-4089-8372-69fee3e1ba83} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:46.301300 [ 203 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_39_9 to all_1_39_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.301336 [ 277 ] {c125c0d9-c9b0-4089-8372-69fee3e1ba83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:46.301380 [ 203 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_39_9} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 6 parts: [all_1_34_8, all_39_39_0] -> all_1_39_9 2025.08.11 21:43:46.301459 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.08.11 21:43:46.301759 [ 277 ] {c125c0d9-c9b0-4089-8372-69fee3e1ba83} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.301799 [ 277 ] {c125c0d9-c9b0-4089-8372-69fee3e1ba83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.302139 [ 277 ] {c125c0d9-c9b0-4089-8372-69fee3e1ba83} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.08.11 21:43:46.302362 [ 277 ] {c125c0d9-c9b0-4089-8372-69fee3e1ba83} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.302493 [ 277 ] {c125c0d9-c9b0-4089-8372-69fee3e1ba83} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.08.11 21:43:46.302497 [ 77 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 4 parts from all_1_132_28 to all_135_135_0 2025.08.11 21:43:46.302531 [ 277 ] {c125c0d9-c9b0-4089-8372-69fee3e1ba83} TCPHandler: Processed in 0.001388724 sec. 2025.08.11 21:43:46.302540 [ 77 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.302559 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.302625 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} MergeTask::PrepareStage: Merging 4 parts: from all_1_132_28 to all_135_135_0 into Compact with storage Full 2025.08.11 21:43:46.302641 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.302739 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:46.302749 [ 277 ] {84730907-57f5-4c3b-83e7-04a2a421b121} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.11 21:43:46.302781 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_132_28, total 36402 rows starting from the beginning of the part 2025.08.11 21:43:46.302802 [ 277 ] {84730907-57f5-4c3b-83e7-04a2a421b121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.11 21:43:46.302847 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part 2025.08.11 21:43:46.302896 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part 2025.08.11 21:43:46.302939 [ 186 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 943 rows starting from the beginning of the part 2025.08.11 21:43:46.303129 [ 277 ] {84730907-57f5-4c3b-83e7-04a2a421b121} oximeter.measurements_f64 (df457bb6-0f26-4199-8e30-822e4f6b0c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.303168 [ 277 ] {84730907-57f5-4c3b-83e7-04a2a421b121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.303483 [ 277 ] {84730907-57f5-4c3b-83e7-04a2a421b121} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.11 21:43:46.303715 [ 277 ] {84730907-57f5-4c3b-83e7-04a2a421b121} oximeter.measurements_f64 (df457bb6-0f26-4199-8e30-822e4f6b0c98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.303847 [ 277 ] {84730907-57f5-4c3b-83e7-04a2a421b121} executeQuery: Read 1 rows, 65.00 B in 0.001123 sec., 890.4719501335708 rows/sec., 56.52 KiB/sec. 2025.08.11 21:43:46.303884 [ 277 ] {84730907-57f5-4c3b-83e7-04a2a421b121} TCPHandler: Processed in 0.001291272 sec. 2025.08.11 21:43:46.304013 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.304107 [ 277 ] {e272dbbb-c061-4676-90bb-224659d27e4b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:46.304163 [ 277 ] {e272dbbb-c061-4676-90bb-224659d27e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:46.304960 [ 277 ] {e272dbbb-c061-4676-90bb-224659d27e4b} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.304994 [ 277 ] {e272dbbb-c061-4676-90bb-224659d27e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.305548 [ 277 ] {e272dbbb-c061-4676-90bb-224659d27e4b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.11 21:43:46.305790 [ 277 ] {e272dbbb-c061-4676-90bb-224659d27e4b} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.305936 [ 277 ] {e272dbbb-c061-4676-90bb-224659d27e4b} executeQuery: Read 15 rows, 27.52 KiB in 0.001844 sec., 8134.490238611714 rows/sec., 14.58 MiB/sec. 2025.08.11 21:43:46.305999 [ 277 ] {e272dbbb-c061-4676-90bb-224659d27e4b} TCPHandler: Processed in 0.002042724 sec. 2025.08.11 21:43:46.306131 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:46.306228 [ 277 ] {8b220635-c772-4558-ac75-61547752bcbb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:46.306269 [ 277 ] {8b220635-c772-4558-ac75-61547752bcbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:46.306717 [ 277 ] {8b220635-c772-4558-ac75-61547752bcbb} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:46.306755 [ 277 ] {8b220635-c772-4558-ac75-61547752bcbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:46.307081 [ 277 ] {8b220635-c772-4558-ac75-61547752bcbb} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.08.11 21:43:46.307307 [ 277 ] {8b220635-c772-4558-ac75-61547752bcbb} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.307440 [ 277 ] {8b220635-c772-4558-ac75-61547752bcbb} executeQuery: Read 60 rows, 4.14 KiB in 0.001231 sec., 48740.86108854589 rows/sec., 3.28 MiB/sec. 2025.08.11 21:43:46.307479 [ 277 ] {8b220635-c772-4558-ac75-61547752bcbb} TCPHandler: Processed in 0.001408163 sec. 2025.08.11 21:43:46.309729 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} MergeTask::MergeProjectionsStage: Merge sorted 37665 rows, containing 5 columns (5 merged, 0 gathered) in 0.007127449 sec., 5284499.405046602 rows/sec., 362.04 MiB/sec. 2025.08.11 21:43:46.310172 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} MergedBlockOutputStream: filled checksums all_1_135_29 (state Temporary) 2025.08.11 21:43:46.310459 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_135_29 to all_1_135_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:46.310536 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_135_29} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 4 parts: [all_1_132_28, all_135_135_0] -> all_1_135_29 2025.08.11 21:43:46.310617 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.08.11 21:43:49.212947 [ 75 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:43:49.213000 [ 75 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:43:49.407549 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 2025.08.11 21:43:49.408389 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:49.408443 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:49.408945 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.11 21:43:49.409187 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:49.409348 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 2025.08.11 21:43:51.053162 [ 222 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:51.053227 [ 222 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:51.057062 [ 222 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:43:51.133817 [ 219 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:51.133864 [ 219 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:51.137509 [ 219 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:43:51.240521 [ 74 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 2025.08.11 21:43:51.240583 [ 74 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.240606 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.240706 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:43:51.240815 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_30_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:51.240849 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:43:51.240916 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2025.08.11 21:43:51.240968 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2025.08.11 21:43:51.241011 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part 2025.08.11 21:43:51.241052 [ 194 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::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.08.11 21:43:51.241800 [ 196 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_30_7} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001132339 sec., 33558.85472460103 rows/sec., 2.80 MiB/sec. 2025.08.11 21:43:51.242002 [ 197 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_30_7} MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) 2025.08.11 21:43:51.242367 [ 197 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_30_7} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.242456 [ 197 ] {5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e::all_1_30_7} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 2025.08.11 21:43:51.242572 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.11 21:43:51.290987 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:51.291156 [ 277 ] {d23a07e2-1144-401f-9034-0b415107c427} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:51.291227 [ 277 ] {d23a07e2-1144-401f-9034-0b415107c427} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:51.291941 [ 277 ] {d23a07e2-1144-401f-9034-0b415107c427} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.291989 [ 277 ] {d23a07e2-1144-401f-9034-0b415107c427} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.292378 [ 277 ] {d23a07e2-1144-401f-9034-0b415107c427} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.08.11 21:43:51.292609 [ 277 ] {d23a07e2-1144-401f-9034-0b415107c427} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.292762 [ 277 ] {d23a07e2-1144-401f-9034-0b415107c427} executeQuery: Read 110 rows, 9.47 KiB in 0.001655 sec., 66465.25679758308 rows/sec., 5.59 MiB/sec. 2025.08.11 21:43:51.292805 [ 277 ] {d23a07e2-1144-401f-9034-0b415107c427} TCPHandler: Processed in 0.001948173 sec. 2025.08.11 21:43:51.292944 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:51.293045 [ 277 ] {9d97cbc0-f676-4c57-bf30-d80e1b2c8e86} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:51.293086 [ 277 ] {9d97cbc0-f676-4c57-bf30-d80e1b2c8e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:51.293499 [ 277 ] {9d97cbc0-f676-4c57-bf30-d80e1b2c8e86} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.293537 [ 277 ] {9d97cbc0-f676-4c57-bf30-d80e1b2c8e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.293832 [ 277 ] {9d97cbc0-f676-4c57-bf30-d80e1b2c8e86} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.11 21:43:51.294063 [ 277 ] {9d97cbc0-f676-4c57-bf30-d80e1b2c8e86} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.294199 [ 277 ] {9d97cbc0-f676-4c57-bf30-d80e1b2c8e86} executeQuery: Read 27 rows, 2.03 KiB in 0.001174 sec., 22998.296422487227 rows/sec., 1.69 MiB/sec. 2025.08.11 21:43:51.294238 [ 277 ] {9d97cbc0-f676-4c57-bf30-d80e1b2c8e86} TCPHandler: Processed in 0.001346432 sec. 2025.08.11 21:43:51.294377 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:51.294485 [ 277 ] {be237662-275b-4b7d-b621-93ff837c8238} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:51.294527 [ 277 ] {be237662-275b-4b7d-b621-93ff837c8238} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:51.294973 [ 277 ] {be237662-275b-4b7d-b621-93ff837c8238} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.295011 [ 277 ] {be237662-275b-4b7d-b621-93ff837c8238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.295332 [ 277 ] {be237662-275b-4b7d-b621-93ff837c8238} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.08.11 21:43:51.295621 [ 277 ] {be237662-275b-4b7d-b621-93ff837c8238} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.295760 [ 277 ] {be237662-275b-4b7d-b621-93ff837c8238} executeQuery: Read 91 rows, 7.28 KiB in 0.0013 sec., 70000 rows/sec., 5.47 MiB/sec. 2025.08.11 21:43:51.295798 [ 277 ] {be237662-275b-4b7d-b621-93ff837c8238} TCPHandler: Processed in 0.001487185 sec. 2025.08.11 21:43:51.295916 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:51.296012 [ 277 ] {a2c500d6-b30f-4c5a-ba20-7bd53f833dd3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:51.296056 [ 277 ] {a2c500d6-b30f-4c5a-ba20-7bd53f833dd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:51.296506 [ 277 ] {a2c500d6-b30f-4c5a-ba20-7bd53f833dd3} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.296546 [ 277 ] {a2c500d6-b30f-4c5a-ba20-7bd53f833dd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.296907 [ 277 ] {a2c500d6-b30f-4c5a-ba20-7bd53f833dd3} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.08.11 21:43:51.297146 [ 277 ] {a2c500d6-b30f-4c5a-ba20-7bd53f833dd3} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.297286 [ 277 ] {a2c500d6-b30f-4c5a-ba20-7bd53f833dd3} executeQuery: Read 160 rows, 11.41 KiB in 0.001293 sec., 123743.23279195667 rows/sec., 8.62 MiB/sec. 2025.08.11 21:43:51.297327 [ 277 ] {a2c500d6-b30f-4c5a-ba20-7bd53f833dd3} TCPHandler: Processed in 0.001459325 sec. 2025.08.11 21:43:51.297411 [ 219 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:51.297448 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:51.297460 [ 219 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:51.297554 [ 277 ] {84e9c544-3f52-44dc-a107-576ebae9a7e0} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:51.297615 [ 277 ] {84e9c544-3f52-44dc-a107-576ebae9a7e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:51.298448 [ 277 ] {84e9c544-3f52-44dc-a107-576ebae9a7e0} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.298486 [ 277 ] {84e9c544-3f52-44dc-a107-576ebae9a7e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.299054 [ 277 ] {84e9c544-3f52-44dc-a107-576ebae9a7e0} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.11 21:43:51.299319 [ 219 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:43:51.299413 [ 277 ] {84e9c544-3f52-44dc-a107-576ebae9a7e0} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.299563 [ 74 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.08.11 21:43:51.299570 [ 277 ] {84e9c544-3f52-44dc-a107-576ebae9a7e0} executeQuery: Read 27 rows, 49.54 KiB in 0.002035 sec., 13267.813267813268 rows/sec., 23.78 MiB/sec. 2025.08.11 21:43:51.299615 [ 74 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.299641 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.299650 [ 277 ] {84e9c544-3f52-44dc-a107-576ebae9a7e0} TCPHandler: Processed in 0.002257068 sec. 2025.08.11 21:43:51.299750 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:43:51.299778 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:51.299882 [ 277 ] {24583c8b-a707-4cf6-b9c3-4c5f790de411} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:51.299924 [ 277 ] {24583c8b-a707-4cf6-b9c3-4c5f790de411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:51.300006 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:51.300069 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2250 rows starting from the beginning of the part 2025.08.11 21:43:51.300195 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:51.300298 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:51.300301 [ 277 ] {24583c8b-a707-4cf6-b9c3-4c5f790de411} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.300349 [ 277 ] {24583c8b-a707-4cf6-b9c3-4c5f790de411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.300398 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:51.300504 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 15 rows starting from the beginning of the part 2025.08.11 21:43:51.300608 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 27 rows starting from the beginning of the part 2025.08.11 21:43:51.300669 [ 277 ] {24583c8b-a707-4cf6-b9c3-4c5f790de411} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.08.11 21:43:51.300889 [ 277 ] {24583c8b-a707-4cf6-b9c3-4c5f790de411} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.301032 [ 277 ] {24583c8b-a707-4cf6-b9c3-4c5f790de411} executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. 2025.08.11 21:43:51.301071 [ 277 ] {24583c8b-a707-4cf6-b9c3-4c5f790de411} TCPHandler: Processed in 0.001343313 sec. 2025.08.11 21:43:51.310670 [ 197 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2361 rows, containing 19 columns (19 merged, 0 gathered) in 0.010972584 sec., 215172.65213007253 rows/sec., 385.58 MiB/sec. 2025.08.11 21:43:51.312560 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.08.11 21:43:51.312930 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.313010 [ 196 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_116_23} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.08.11 21:43:51.313119 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.61 MiB. 2025.08.11 21:43:51.451351 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.08.11 21:43:51.468832 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:51.468896 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:51.474999 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.11 21:43:51.475775 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:51.479791 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.08.11 21:43:52.000180 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 351.95 MiB, peak 369.99 MiB, free memory in arenas 0.00 B, will set to 356.53 MiB (RSS), difference: 4.58 MiB 2025.08.11 21:43:52.367000 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:52.367053 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:52.369964 [ 224 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:43:52.544433 [ 220 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:52.544483 [ 220 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:52.546663 [ 220 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:43:54.530441 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1964 2025.08.11 21:43:54.532849 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:54.532912 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:54.534155 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.11 21:43:54.534439 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:54.534590 [ 68 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.11 21:43:54.534652 [ 68 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:54.534671 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2025.08.11 21:43:54.534798 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:43:54.534851 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1964 2025.08.11 21:43:54.535386 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:54.535555 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1806 rows starting from the beginning of the part 2025.08.11 21:43:54.535956 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part 2025.08.11 21:43:54.536331 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:54.536699 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 30 rows starting from the beginning of the part 2025.08.11 21:43:54.537101 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part 2025.08.11 21:43:54.537458 [ 197 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:43:54.545080 [ 196 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1964 rows, containing 72 columns (72 merged, 0 gathered) in 0.010343233 sec., 189882.60247062016 rows/sec., 143.12 MiB/sec. 2025.08.11 21:43:54.547069 [ 187 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.11 21:43:54.547696 [ 187 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:54.547774 [ 187 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_61_12} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.11 21:43:54.548026 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.06 MiB. 2025.08.11 21:43:56.290850 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.291054 [ 277 ] {634f531e-c4c2-4a82-b599-593328b17a04} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:43:56.291125 [ 277 ] {634f531e-c4c2-4a82-b599-593328b17a04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:43:56.291790 [ 277 ] {634f531e-c4c2-4a82-b599-593328b17a04} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.291842 [ 277 ] {634f531e-c4c2-4a82-b599-593328b17a04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.292237 [ 277 ] {634f531e-c4c2-4a82-b599-593328b17a04} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:43:56.292555 [ 277 ] {634f531e-c4c2-4a82-b599-593328b17a04} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.292727 [ 67 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.08.11 21:43:56.292737 [ 277 ] {634f531e-c4c2-4a82-b599-593328b17a04} executeQuery: Read 24 rows, 2.04 KiB in 0.001735 sec., 13832.8530259366 rows/sec., 1.15 MiB/sec. 2025.08.11 21:43:56.292802 [ 67 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.292831 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.292834 [ 277 ] {634f531e-c4c2-4a82-b599-593328b17a04} TCPHandler: Processed in 0.002127976 sec. 2025.08.11 21:43:56.292942 [ 222 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): 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.08.11 21:43:56.292964 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::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.08.11 21:43:56.293013 [ 222 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): 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.08.11 21:43:56.292982 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.293135 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:56.293148 [ 277 ] {7b227026-d3b9-4722-9b84-70e5162477d7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:43:56.293176 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 24 rows starting from the beginning of the part 2025.08.11 21:43:56.293202 [ 277 ] {7b227026-d3b9-4722-9b84-70e5162477d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:43:56.293251 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:56.293306 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:56.293354 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:56.293397 [ 200 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2025.08.11 21:43:56.293674 [ 277 ] {7b227026-d3b9-4722-9b84-70e5162477d7} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.293721 [ 277 ] {7b227026-d3b9-4722-9b84-70e5162477d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.294091 [ 277 ] {7b227026-d3b9-4722-9b84-70e5162477d7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.11 21:43:56.294275 [ 187 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001371413 sec., 87500.99350086371 rows/sec., 7.59 MiB/sec. 2025.08.11 21:43:56.294375 [ 277 ] {7b227026-d3b9-4722-9b84-70e5162477d7} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.294441 [ 189 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.08.11 21:43:56.294524 [ 277 ] {7b227026-d3b9-4722-9b84-70e5162477d7} executeQuery: Read 12 rows, 1002.00 B in 0.001401 sec., 8565.310492505354 rows/sec., 698.44 KiB/sec. 2025.08.11 21:43:56.294565 [ 277 ] {7b227026-d3b9-4722-9b84-70e5162477d7} TCPHandler: Processed in 0.001638088 sec. 2025.08.11 21:43:56.294684 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.294718 [ 189 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.294783 [ 277 ] {d5f18d50-b420-414a-86ad-c73ecb2c021f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:43:56.294785 [ 189 ] {44d70c08-7ed3-40bd-8109-0d9c726d71e2::all_1_21_5} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.08.11 21:43:56.294826 [ 277 ] {d5f18d50-b420-414a-86ad-c73ecb2c021f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:43:56.294880 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.11 21:43:56.294933 [ 222 ] {} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): 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.08.11 21:43:56.295373 [ 277 ] {d5f18d50-b420-414a-86ad-c73ecb2c021f} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.295416 [ 277 ] {d5f18d50-b420-414a-86ad-c73ecb2c021f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.295758 [ 277 ] {d5f18d50-b420-414a-86ad-c73ecb2c021f} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.08.11 21:43:56.295967 [ 277 ] {d5f18d50-b420-414a-86ad-c73ecb2c021f} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.296097 [ 277 ] {d5f18d50-b420-414a-86ad-c73ecb2c021f} executeQuery: Read 212 rows, 19.29 KiB in 0.001335 sec., 158801.49812734083 rows/sec., 14.11 MiB/sec. 2025.08.11 21:43:56.296136 [ 277 ] {d5f18d50-b420-414a-86ad-c73ecb2c021f} TCPHandler: Processed in 0.001502135 sec. 2025.08.11 21:43:56.296254 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.296351 [ 277 ] {6462d5c6-a960-438c-9678-9fa4c365bb51} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:43:56.296392 [ 277 ] {6462d5c6-a960-438c-9678-9fa4c365bb51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:43:56.296807 [ 277 ] {6462d5c6-a960-438c-9678-9fa4c365bb51} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.296845 [ 277 ] {6462d5c6-a960-438c-9678-9fa4c365bb51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.297152 [ 277 ] {6462d5c6-a960-438c-9678-9fa4c365bb51} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.11 21:43:56.297366 [ 277 ] {6462d5c6-a960-438c-9678-9fa4c365bb51} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.297500 [ 277 ] {6462d5c6-a960-438c-9678-9fa4c365bb51} executeQuery: Read 39 rows, 2.93 KiB in 0.001168 sec., 33390.41095890411 rows/sec., 2.45 MiB/sec. 2025.08.11 21:43:56.297539 [ 277 ] {6462d5c6-a960-438c-9678-9fa4c365bb51} TCPHandler: Processed in 0.001334353 sec. 2025.08.11 21:43:56.297643 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.297746 [ 277 ] {1b5e5ea9-1184-4c2e-85ad-5561b0f6829b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:43:56.297790 [ 277 ] {1b5e5ea9-1184-4c2e-85ad-5561b0f6829b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:43:56.298202 [ 277 ] {1b5e5ea9-1184-4c2e-85ad-5561b0f6829b} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.298238 [ 277 ] {1b5e5ea9-1184-4c2e-85ad-5561b0f6829b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.298538 [ 277 ] {1b5e5ea9-1184-4c2e-85ad-5561b0f6829b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.11 21:43:56.298757 [ 277 ] {1b5e5ea9-1184-4c2e-85ad-5561b0f6829b} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.298890 [ 277 ] {1b5e5ea9-1184-4c2e-85ad-5561b0f6829b} executeQuery: Read 24 rows, 2.04 KiB in 0.001168 sec., 20547.945205479453 rows/sec., 1.70 MiB/sec. 2025.08.11 21:43:56.298930 [ 277 ] {1b5e5ea9-1184-4c2e-85ad-5561b0f6829b} TCPHandler: Processed in 0.001334222 sec. 2025.08.11 21:43:56.299033 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.299126 [ 277 ] {ab2ac85e-bf35-42f8-a6cd-039c7633c159} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:43:56.299166 [ 277 ] {ab2ac85e-bf35-42f8-a6cd-039c7633c159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:43:56.299601 [ 277 ] {ab2ac85e-bf35-42f8-a6cd-039c7633c159} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.299638 [ 277 ] {ab2ac85e-bf35-42f8-a6cd-039c7633c159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.299932 [ 277 ] {ab2ac85e-bf35-42f8-a6cd-039c7633c159} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.11 21:43:56.300146 [ 277 ] {ab2ac85e-bf35-42f8-a6cd-039c7633c159} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.300256 [ 67 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.08.11 21:43:56.300275 [ 277 ] {ab2ac85e-bf35-42f8-a6cd-039c7633c159} executeQuery: Read 12 rows, 960.00 B in 0.001166 sec., 10291.595197255576 rows/sec., 804.03 KiB/sec. 2025.08.11 21:43:56.300300 [ 67 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.300324 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.300324 [ 277 ] {ab2ac85e-bf35-42f8-a6cd-039c7633c159} TCPHandler: Processed in 0.001339432 sec. 2025.08.11 21:43:56.300401 [ 223 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): 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.08.11 21:43:56.300403 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::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.08.11 21:43:56.300437 [ 223 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): 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.08.11 21:43:56.300444 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.300510 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:56.300541 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part 2025.08.11 21:43:56.300557 [ 277 ] {f9066307-b484-4a7d-a27c-acaff2d8688c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:43:56.300596 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2025.08.11 21:43:56.300597 [ 277 ] {f9066307-b484-4a7d-a27c-acaff2d8688c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:43:56.300656 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2025.08.11 21:43:56.300708 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2025.08.11 21:43:56.300748 [ 189 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2025.08.11 21:43:56.301077 [ 277 ] {f9066307-b484-4a7d-a27c-acaff2d8688c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.301120 [ 277 ] {f9066307-b484-4a7d-a27c-acaff2d8688c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.301436 [ 199 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001066158 sec., 56276.83701665232 rows/sec., 4.51 MiB/sec. 2025.08.11 21:43:56.301475 [ 277 ] {f9066307-b484-4a7d-a27c-acaff2d8688c} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.08.11 21:43:56.301563 [ 193 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.08.11 21:43:56.301785 [ 277 ] {f9066307-b484-4a7d-a27c-acaff2d8688c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.301878 [ 193 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.301944 [ 277 ] {f9066307-b484-4a7d-a27c-acaff2d8688c} executeQuery: Read 127 rows, 10.55 KiB in 0.001404 sec., 90455.84045584044 rows/sec., 7.34 MiB/sec. 2025.08.11 21:43:56.301947 [ 193 ] {340d26c3-fdeb-4172-afc7-56b0d802f5bb::all_1_21_5} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.08.11 21:43:56.302021 [ 277 ] {f9066307-b484-4a7d-a27c-acaff2d8688c} TCPHandler: Processed in 0.001625468 sec. 2025.08.11 21:43:56.302053 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.11 21:43:56.302159 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.302264 [ 277 ] {2e6aa613-d89e-4f24-bd8c-f5ec9feab6cc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:56.302311 [ 277 ] {2e6aa613-d89e-4f24-bd8c-f5ec9feab6cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:43:56.302377 [ 223 ] {} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): 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.08.11 21:43:56.302738 [ 277 ] {2e6aa613-d89e-4f24-bd8c-f5ec9feab6cc} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.302778 [ 277 ] {2e6aa613-d89e-4f24-bd8c-f5ec9feab6cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.303144 [ 277 ] {2e6aa613-d89e-4f24-bd8c-f5ec9feab6cc} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.08.11 21:43:56.303362 [ 277 ] {2e6aa613-d89e-4f24-bd8c-f5ec9feab6cc} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.303502 [ 277 ] {2e6aa613-d89e-4f24-bd8c-f5ec9feab6cc} executeQuery: Read 202 rows, 14.82 KiB in 0.001258 sec., 160572.33704292527 rows/sec., 11.51 MiB/sec. 2025.08.11 21:43:56.303541 [ 277 ] {2e6aa613-d89e-4f24-bd8c-f5ec9feab6cc} TCPHandler: Processed in 0.001433974 sec. 2025.08.11 21:43:56.303659 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.303754 [ 277 ] {675cba12-08d5-476e-8d57-85e102372747} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:43:56.303810 [ 277 ] {675cba12-08d5-476e-8d57-85e102372747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:43:56.304664 [ 277 ] {675cba12-08d5-476e-8d57-85e102372747} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.304698 [ 277 ] {675cba12-08d5-476e-8d57-85e102372747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.305236 [ 277 ] {675cba12-08d5-476e-8d57-85e102372747} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.11 21:43:56.305479 [ 277 ] {675cba12-08d5-476e-8d57-85e102372747} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.305628 [ 277 ] {675cba12-08d5-476e-8d57-85e102372747} executeQuery: Read 15 rows, 27.52 KiB in 0.001893 sec., 7923.9302694136295 rows/sec., 14.20 MiB/sec. 2025.08.11 21:43:56.305698 [ 277 ] {675cba12-08d5-476e-8d57-85e102372747} TCPHandler: Processed in 0.002088725 sec. 2025.08.11 21:43:56.305817 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:43:56.305911 [ 277 ] {780a9a68-f1d2-4eea-8f5f-7117ae05a632} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:43:56.305953 [ 277 ] {780a9a68-f1d2-4eea-8f5f-7117ae05a632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:43:56.306302 [ 277 ] {780a9a68-f1d2-4eea-8f5f-7117ae05a632} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.306340 [ 277 ] {780a9a68-f1d2-4eea-8f5f-7117ae05a632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.306648 [ 277 ] {780a9a68-f1d2-4eea-8f5f-7117ae05a632} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.08.11 21:43:56.306865 [ 277 ] {780a9a68-f1d2-4eea-8f5f-7117ae05a632} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.306995 [ 277 ] {780a9a68-f1d2-4eea-8f5f-7117ae05a632} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.08.11 21:43:56.307031 [ 277 ] {780a9a68-f1d2-4eea-8f5f-7117ae05a632} TCPHandler: Processed in 0.001264551 sec. 2025.08.11 21:43:56.909555 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 2025.08.11 21:43:56.910074 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:56.910112 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:56.910618 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.11 21:43:56.910857 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:56.911008 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 2025.08.11 21:43:57.267804 [ 224 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:57.267857 [ 224 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:57.269829 [ 224 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:43:58.110341 [ 64 ] {} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.11 21:43:58.110439 [ 64 ] {} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:58.110477 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:58.110647 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.08.11 21:43:58.110957 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:43:58.110997 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part 2025.08.11 21:43:58.111078 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.08.11 21:43:58.111142 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2025.08.11 21:43:58.111203 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.08.11 21:43:58.111260 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::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.08.11 21:43:58.112689 [ 199 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.002123085 sec., 16956.457230869233 rows/sec., 3.43 MiB/sec. 2025.08.11 21:43:58.112820 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.11 21:43:58.113109 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:58.113174 [ 187 ] {ac5157dc-fc60-4cca-be7f-55a8a772a27b::all_1_5_1} oximeter.timeseries_schema (ac5157dc-fc60-4cca-be7f-55a8a772a27b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.11 21:43:58.113237 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.08.11 21:43:58.979936 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.08.11 21:43:58.997731 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:43:58.997779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:43:59.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 361.13 MiB, peak 369.99 MiB, free memory in arenas 0.00 B, will set to 356.54 MiB (RSS), difference: -4.59 MiB 2025.08.11 21:43:59.003953 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.11 21:43:59.004639 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:43:59.007715 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.08.11 21:44:00.000234 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 352.54 MiB, peak 369.99 MiB, free memory in arenas 0.00 B, will set to 356.54 MiB (RSS), difference: 4.00 MiB 2025.08.11 21:44:01.289496 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:01.289801 [ 277 ] {28680e56-bdb7-407b-8444-40011e63020d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:01.289898 [ 277 ] {28680e56-bdb7-407b-8444-40011e63020d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:01.290585 [ 277 ] {28680e56-bdb7-407b-8444-40011e63020d} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:01.290632 [ 277 ] {28680e56-bdb7-407b-8444-40011e63020d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:01.291023 [ 277 ] {28680e56-bdb7-407b-8444-40011e63020d} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.08.11 21:44:01.291243 [ 277 ] {28680e56-bdb7-407b-8444-40011e63020d} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:01.291404 [ 277 ] {28680e56-bdb7-407b-8444-40011e63020d} executeQuery: Read 110 rows, 9.47 KiB in 0.00168 sec., 65476.19047619047 rows/sec., 5.50 MiB/sec. 2025.08.11 21:44:01.291456 [ 277 ] {28680e56-bdb7-407b-8444-40011e63020d} TCPHandler: Processed in 0.002143356 sec. 2025.08.11 21:44:01.291580 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:01.291679 [ 277 ] {a686895b-2c97-413c-8115-a10388cd782e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:01.291722 [ 277 ] {a686895b-2c97-413c-8115-a10388cd782e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:01.292148 [ 277 ] {a686895b-2c97-413c-8115-a10388cd782e} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:01.292184 [ 277 ] {a686895b-2c97-413c-8115-a10388cd782e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:01.292474 [ 277 ] {a686895b-2c97-413c-8115-a10388cd782e} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.11 21:44:01.292687 [ 277 ] {a686895b-2c97-413c-8115-a10388cd782e} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:01.292817 [ 277 ] {a686895b-2c97-413c-8115-a10388cd782e} executeQuery: Read 27 rows, 2.03 KiB in 0.001161 sec., 23255.813953488374 rows/sec., 1.71 MiB/sec. 2025.08.11 21:44:01.292855 [ 277 ] {a686895b-2c97-413c-8115-a10388cd782e} TCPHandler: Processed in 0.001324972 sec. 2025.08.11 21:44:01.292969 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:01.293062 [ 277 ] {ef0d4b14-c594-4147-a94d-1a6d8a4b0dff} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:01.293102 [ 277 ] {ef0d4b14-c594-4147-a94d-1a6d8a4b0dff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:01.293524 [ 277 ] {ef0d4b14-c594-4147-a94d-1a6d8a4b0dff} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:01.293560 [ 277 ] {ef0d4b14-c594-4147-a94d-1a6d8a4b0dff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:01.293854 [ 277 ] {ef0d4b14-c594-4147-a94d-1a6d8a4b0dff} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.08.11 21:44:01.294055 [ 277 ] {ef0d4b14-c594-4147-a94d-1a6d8a4b0dff} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:01.294182 [ 277 ] {ef0d4b14-c594-4147-a94d-1a6d8a4b0dff} executeQuery: Read 91 rows, 7.28 KiB in 0.001139 sec., 79894.64442493414 rows/sec., 6.24 MiB/sec. 2025.08.11 21:44:01.294219 [ 277 ] {ef0d4b14-c594-4147-a94d-1a6d8a4b0dff} TCPHandler: Processed in 0.001297072 sec. 2025.08.11 21:44:01.294330 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:01.294423 [ 277 ] {5488953d-baea-4d2c-9b77-4727fd7f4373} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:01.294467 [ 277 ] {5488953d-baea-4d2c-9b77-4727fd7f4373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:01.294889 [ 277 ] {5488953d-baea-4d2c-9b77-4727fd7f4373} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:01.294926 [ 277 ] {5488953d-baea-4d2c-9b77-4727fd7f4373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:01.295253 [ 277 ] {5488953d-baea-4d2c-9b77-4727fd7f4373} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.08.11 21:44:01.295470 [ 277 ] {5488953d-baea-4d2c-9b77-4727fd7f4373} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:01.295600 [ 277 ] {5488953d-baea-4d2c-9b77-4727fd7f4373} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.08.11 21:44:01.295620 [ 59 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 5 parts from all_1_135_29 to all_139_139_0 2025.08.11 21:44:01.295638 [ 277 ] {5488953d-baea-4d2c-9b77-4727fd7f4373} TCPHandler: Processed in 0.001355393 sec. 2025.08.11 21:44:01.295704 [ 59 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:01.295736 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:01.295819 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:01.295854 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergeTask::PrepareStage: Merging 5 parts: from all_1_135_29 to all_139_139_0 into Compact with storage Full 2025.08.11 21:44:01.295937 [ 277 ] {fe3f668f-9e1e-4211-8f7b-061083f29372} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:01.295999 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:01.296008 [ 277 ] {fe3f668f-9e1e-4211-8f7b-061083f29372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:01.296045 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergeTreeSequentialSource: Reading 6 marks from part all_1_135_29, total 37665 rows starting from the beginning of the part 2025.08.11 21:44:01.296117 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 52 rows starting from the beginning of the part 2025.08.11 21:44:01.296166 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part 2025.08.11 21:44:01.296210 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2025.08.11 21:44:01.296253 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 202 rows starting from the beginning of the part 2025.08.11 21:44:01.296962 [ 277 ] {fe3f668f-9e1e-4211-8f7b-061083f29372} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:01.297003 [ 277 ] {fe3f668f-9e1e-4211-8f7b-061083f29372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:01.297554 [ 277 ] {fe3f668f-9e1e-4211-8f7b-061083f29372} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.11 21:44:01.297786 [ 277 ] {fe3f668f-9e1e-4211-8f7b-061083f29372} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:01.297927 [ 277 ] {fe3f668f-9e1e-4211-8f7b-061083f29372} executeQuery: Read 27 rows, 49.54 KiB in 0.002015 sec., 13399.503722084368 rows/sec., 24.01 MiB/sec. 2025.08.11 21:44:01.297992 [ 277 ] {fe3f668f-9e1e-4211-8f7b-061083f29372} TCPHandler: Processed in 0.002232437 sec. 2025.08.11 21:44:01.298105 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:01.298199 [ 277 ] {c8ac80b4-b576-4409-8478-ab1f78aa0b08} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:01.298241 [ 277 ] {c8ac80b4-b576-4409-8478-ab1f78aa0b08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:01.298572 [ 277 ] {c8ac80b4-b576-4409-8478-ab1f78aa0b08} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:01.298608 [ 277 ] {c8ac80b4-b576-4409-8478-ab1f78aa0b08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:01.298909 [ 277 ] {c8ac80b4-b576-4409-8478-ab1f78aa0b08} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.08.11 21:44:01.299135 [ 277 ] {c8ac80b4-b576-4409-8478-ab1f78aa0b08} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:01.299260 [ 277 ] {c8ac80b4-b576-4409-8478-ab1f78aa0b08} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.08.11 21:44:01.299295 [ 277 ] {c8ac80b4-b576-4409-8478-ab1f78aa0b08} TCPHandler: Processed in 0.001238071 sec. 2025.08.11 21:44:01.302680 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergeTask::MergeProjectionsStage: Merge sorted 38239 rows, containing 5 columns (5 merged, 0 gathered) in 0.006879176 sec., 5558659.932526803 rows/sec., 380.98 MiB/sec. 2025.08.11 21:44:01.303296 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} MergedBlockOutputStream: filled checksums all_1_139_30 (state Temporary) 2025.08.11 21:44:01.303677 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_139_30 to all_1_139_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:01.303778 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_139_30} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 5 parts: [all_1_135_29, all_139_139_0] -> all_1_139_30 2025.08.11 21:44:01.303926 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.08.11 21:44:04.213049 [ 55 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:44:04.213110 [ 55 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:44:04.411245 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 2025.08.11 21:44:04.412124 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:04.412212 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:04.412741 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.11 21:44:04.412969 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:04.413105 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 2025.08.11 21:44:04.535148 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1996 2025.08.11 21:44:04.537542 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:04.537587 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:04.538741 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.11 21:44:04.539007 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:04.539268 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1996 2025.08.11 21:44:06.288632 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:06.288828 [ 277 ] {4afa9f25-5d3c-4f60-9493-d696cd72fa6c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:06.288894 [ 277 ] {4afa9f25-5d3c-4f60-9493-d696cd72fa6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:06.289524 [ 277 ] {4afa9f25-5d3c-4f60-9493-d696cd72fa6c} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.289568 [ 277 ] {4afa9f25-5d3c-4f60-9493-d696cd72fa6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:06.289951 [ 277 ] {4afa9f25-5d3c-4f60-9493-d696cd72fa6c} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.08.11 21:44:06.290175 [ 277 ] {4afa9f25-5d3c-4f60-9493-d696cd72fa6c} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.290324 [ 277 ] {4afa9f25-5d3c-4f60-9493-d696cd72fa6c} executeQuery: Read 86 rows, 7.39 KiB in 0.001547 sec., 55591.46735617324 rows/sec., 4.66 MiB/sec. 2025.08.11 21:44:06.290323 [ 53 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.08.11 21:44:06.290365 [ 277 ] {4afa9f25-5d3c-4f60-9493-d696cd72fa6c} TCPHandler: Processed in 0.001864612 sec. 2025.08.11 21:44:06.290367 [ 53 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.290392 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:06.290485 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:06.290527 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:44:06.290579 [ 277 ] {cfd4a8e5-7902-4795-a47a-4261d26eef09} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:06.290625 [ 277 ] {cfd4a8e5-7902-4795-a47a-4261d26eef09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:06.290675 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:06.290715 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1409 rows starting from the beginning of the part 2025.08.11 21:44:06.290784 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 87 rows starting from the beginning of the part 2025.08.11 21:44:06.290833 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 110 rows starting from the beginning of the part 2025.08.11 21:44:06.290882 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 212 rows starting from the beginning of the part 2025.08.11 21:44:06.290925 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 110 rows starting from the beginning of the part 2025.08.11 21:44:06.290968 [ 198 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 86 rows starting from the beginning of the part 2025.08.11 21:44:06.291022 [ 277 ] {cfd4a8e5-7902-4795-a47a-4261d26eef09} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.291061 [ 277 ] {cfd4a8e5-7902-4795-a47a-4261d26eef09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:06.291390 [ 277 ] {cfd4a8e5-7902-4795-a47a-4261d26eef09} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.11 21:44:06.291625 [ 277 ] {cfd4a8e5-7902-4795-a47a-4261d26eef09} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.291760 [ 277 ] {cfd4a8e5-7902-4795-a47a-4261d26eef09} executeQuery: Read 15 rows, 1.13 KiB in 0.0012 sec., 12500.000000000002 rows/sec., 939.94 KiB/sec. 2025.08.11 21:44:06.291798 [ 277 ] {cfd4a8e5-7902-4795-a47a-4261d26eef09} TCPHandler: Processed in 0.001361363 sec. 2025.08.11 21:44:06.291905 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:06.292000 [ 277 ] {f2847b6a-d1cc-49b6-943a-db3aa5444511} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:06.292039 [ 277 ] {f2847b6a-d1cc-49b6-943a-db3aa5444511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:06.292292 [ 188 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2014 rows, containing 5 columns (5 merged, 0 gathered) in 0.001821081 sec., 1105936.5289078301 rows/sec., 97.65 MiB/sec. 2025.08.11 21:44:06.292445 [ 277 ] {f2847b6a-d1cc-49b6-943a-db3aa5444511} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.292486 [ 277 ] {f2847b6a-d1cc-49b6-943a-db3aa5444511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:06.292617 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.08.11 21:44:06.292804 [ 277 ] {f2847b6a-d1cc-49b6-943a-db3aa5444511} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.08.11 21:44:06.293037 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.293077 [ 277 ] {f2847b6a-d1cc-49b6-943a-db3aa5444511} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.293130 [ 199 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_141_28} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.08.11 21:44:06.293203 [ 53 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.08.11 21:44:06.293216 [ 277 ] {f2847b6a-d1cc-49b6-943a-db3aa5444511} executeQuery: Read 79 rows, 6.32 KiB in 0.001234 sec., 64019.4489465154 rows/sec., 5.00 MiB/sec. 2025.08.11 21:44:06.293238 [ 53 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.293255 [ 277 ] {f2847b6a-d1cc-49b6-943a-db3aa5444511} TCPHandler: Processed in 0.001396613 sec. 2025.08.11 21:44:06.293256 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:06.293260 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.11 21:44:06.293374 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:06.293376 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:44:06.293479 [ 277 ] {fe8a22a5-a816-4011-8607-1f325d162802} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:06.293490 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:06.293532 [ 277 ] {fe8a22a5-a816-4011-8607-1f325d162802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:06.293532 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 634 rows starting from the beginning of the part 2025.08.11 21:44:06.293613 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 79 rows starting from the beginning of the part 2025.08.11 21:44:06.293657 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 91 rows starting from the beginning of the part 2025.08.11 21:44:06.293698 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 127 rows starting from the beginning of the part 2025.08.11 21:44:06.293737 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 91 rows starting from the beginning of the part 2025.08.11 21:44:06.293777 [ 199 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 79 rows starting from the beginning of the part 2025.08.11 21:44:06.293964 [ 277 ] {fe8a22a5-a816-4011-8607-1f325d162802} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.294006 [ 277 ] {fe8a22a5-a816-4011-8607-1f325d162802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:06.294350 [ 277 ] {fe8a22a5-a816-4011-8607-1f325d162802} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.08.11 21:44:06.294567 [ 277 ] {fe8a22a5-a816-4011-8607-1f325d162802} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.294696 [ 277 ] {fe8a22a5-a816-4011-8607-1f325d162802} executeQuery: Read 160 rows, 11.41 KiB in 0.001239 sec., 129136.40032284099 rows/sec., 8.99 MiB/sec. 2025.08.11 21:44:06.294696 [ 203 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352633 sec., 813968.0164538348 rows/sec., 65.69 MiB/sec. 2025.08.11 21:44:06.294734 [ 277 ] {fe8a22a5-a816-4011-8607-1f325d162802} TCPHandler: Processed in 0.001408034 sec. 2025.08.11 21:44:06.294856 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:06.294910 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.08.11 21:44:06.294951 [ 277 ] {6fd53ee9-5ecf-425a-b5d9-870ba10c8232} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:06.295010 [ 277 ] {6fd53ee9-5ecf-425a-b5d9-870ba10c8232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:06.295211 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.295298 [ 188 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_141_28} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.08.11 21:44:06.295414 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.08.11 21:44:06.295808 [ 277 ] {6fd53ee9-5ecf-425a-b5d9-870ba10c8232} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.295849 [ 277 ] {6fd53ee9-5ecf-425a-b5d9-870ba10c8232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:06.296375 [ 277 ] {6fd53ee9-5ecf-425a-b5d9-870ba10c8232} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.11 21:44:06.296597 [ 277 ] {6fd53ee9-5ecf-425a-b5d9-870ba10c8232} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.296734 [ 277 ] {6fd53ee9-5ecf-425a-b5d9-870ba10c8232} executeQuery: Read 15 rows, 27.52 KiB in 0.001802 sec., 8324.084350721421 rows/sec., 14.92 MiB/sec. 2025.08.11 21:44:06.296789 [ 277 ] {6fd53ee9-5ecf-425a-b5d9-870ba10c8232} TCPHandler: Processed in 0.001980613 sec. 2025.08.11 21:44:06.296901 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:06.296995 [ 277 ] {420dceca-d818-46c4-bccb-96fe838153d1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:06.297036 [ 277 ] {420dceca-d818-46c4-bccb-96fe838153d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:06.297366 [ 277 ] {420dceca-d818-46c4-bccb-96fe838153d1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.297400 [ 277 ] {420dceca-d818-46c4-bccb-96fe838153d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:06.297693 [ 277 ] {420dceca-d818-46c4-bccb-96fe838153d1} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.08.11 21:44:06.297896 [ 277 ] {420dceca-d818-46c4-bccb-96fe838153d1} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.298021 [ 52 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.08.11 21:44:06.298023 [ 277 ] {420dceca-d818-46c4-bccb-96fe838153d1} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2025.08.11 21:44:06.298074 [ 52 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.298097 [ 277 ] {420dceca-d818-46c4-bccb-96fe838153d1} TCPHandler: Processed in 0.00124249 sec. 2025.08.11 21:44:06.298100 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:06.298203 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:44:06.298313 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:06.298344 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7050 rows starting from the beginning of the part 2025.08.11 21:44:06.298403 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:06.298453 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:44:06.298497 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:06.298541 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:06.298582 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:06.300325 [ 186 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 7350 rows, containing 4 columns (4 merged, 0 gathered) in 0.002155876 sec., 3409286.990531923 rows/sec., 229.84 MiB/sec. 2025.08.11 21:44:06.300708 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.08.11 21:44:06.300942 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.301006 [ 203 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_141_28} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.08.11 21:44:06.301064 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.08.11 21:44:06.507833 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.08.11 21:44:06.526448 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:06.526502 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:06.532686 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.11 21:44:06.533467 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:06.536534 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.08.11 21:44:07.000288 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 357.57 MiB, peak 369.99 MiB, free memory in arenas 0.00 B, will set to 356.54 MiB (RSS), difference: -1.03 MiB 2025.08.11 21:44:08.596160 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:08.596342 [ 277 ] {28e8e624-461a-4042-8d69-3ee80b0522df} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:44:08.596409 [ 277 ] {28e8e624-461a-4042-8d69-3ee80b0522df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:44:08.597060 [ 277 ] {28e8e624-461a-4042-8d69-3ee80b0522df} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.597111 [ 277 ] {28e8e624-461a-4042-8d69-3ee80b0522df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:08.597490 [ 277 ] {28e8e624-461a-4042-8d69-3ee80b0522df} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.11 21:44:08.597728 [ 277 ] {28e8e624-461a-4042-8d69-3ee80b0522df} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.597892 [ 277 ] {28e8e624-461a-4042-8d69-3ee80b0522df} executeQuery: Read 4 rows, 334.00 B in 0.001599 sec., 2501.5634771732334 rows/sec., 203.98 KiB/sec. 2025.08.11 21:44:08.597941 [ 277 ] {28e8e624-461a-4042-8d69-3ee80b0522df} TCPHandler: Processed in 0.001912443 sec. 2025.08.11 21:44:08.598077 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:08.598182 [ 277 ] {50a17821-0144-4c30-afb2-482e1f8797b7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:08.598223 [ 277 ] {50a17821-0144-4c30-afb2-482e1f8797b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:08.599658 [ 277 ] {50a17821-0144-4c30-afb2-482e1f8797b7} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.599697 [ 277 ] {50a17821-0144-4c30-afb2-482e1f8797b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:08.600100 [ 277 ] {50a17821-0144-4c30-afb2-482e1f8797b7} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.08.11 21:44:08.600328 [ 277 ] {50a17821-0144-4c30-afb2-482e1f8797b7} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.600469 [ 277 ] {50a17821-0144-4c30-afb2-482e1f8797b7} executeQuery: Read 1252 rows, 106.17 KiB in 0.002312 sec., 541522.491349481 rows/sec., 44.85 MiB/sec. 2025.08.11 21:44:08.600509 [ 277 ] {50a17821-0144-4c30-afb2-482e1f8797b7} TCPHandler: Processed in 0.002482802 sec. 2025.08.11 21:44:08.600631 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:08.600728 [ 277 ] {fdf03381-f32c-458b-82e8-97199fd0a894} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:08.600772 [ 277 ] {fdf03381-f32c-458b-82e8-97199fd0a894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:08.601198 [ 277 ] {fdf03381-f32c-458b-82e8-97199fd0a894} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.601236 [ 277 ] {fdf03381-f32c-458b-82e8-97199fd0a894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:08.601572 [ 277 ] {fdf03381-f32c-458b-82e8-97199fd0a894} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.11 21:44:08.601782 [ 277 ] {fdf03381-f32c-458b-82e8-97199fd0a894} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.601909 [ 277 ] {fdf03381-f32c-458b-82e8-97199fd0a894} executeQuery: Read 31 rows, 2.31 KiB in 0.001202 sec., 25790.349417637273 rows/sec., 1.88 MiB/sec. 2025.08.11 21:44:08.601912 [ 44 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.08.11 21:44:08.601947 [ 277 ] {fdf03381-f32c-458b-82e8-97199fd0a894} TCPHandler: Processed in 0.001364663 sec. 2025.08.11 21:44:08.601985 [ 44 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.602012 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:08.602080 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:08.602149 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:44:08.602178 [ 277 ] {c493bced-93ef-4681-85f9-e76be9b340a4} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:44:08.602238 [ 277 ] {c493bced-93ef-4681-85f9-e76be9b340a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:44:08.602316 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:08.602361 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 72 rows starting from the beginning of the part 2025.08.11 21:44:08.602442 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:08.602497 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 39 rows starting from the beginning of the part 2025.08.11 21:44:08.602546 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:08.602595 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 15 rows starting from the beginning of the part 2025.08.11 21:44:08.602640 [ 188 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 31 rows starting from the beginning of the part 2025.08.11 21:44:08.602769 [ 277 ] {c493bced-93ef-4681-85f9-e76be9b340a4} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.602813 [ 277 ] {c493bced-93ef-4681-85f9-e76be9b340a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:08.603153 [ 277 ] {c493bced-93ef-4681-85f9-e76be9b340a4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.11 21:44:08.603398 [ 277 ] {c493bced-93ef-4681-85f9-e76be9b340a4} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.603527 [ 277 ] {c493bced-93ef-4681-85f9-e76be9b340a4} executeQuery: Read 228 rows, 15.81 KiB in 0.001368 sec., 166666.66666666666 rows/sec., 11.29 MiB/sec. 2025.08.11 21:44:08.603544 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.001456964 sec., 144821.69772211256 rows/sec., 11.14 MiB/sec. 2025.08.11 21:44:08.603566 [ 277 ] {c493bced-93ef-4681-85f9-e76be9b340a4} TCPHandler: Processed in 0.001540666 sec. 2025.08.11 21:44:08.603701 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:08.603734 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.08.11 21:44:08.603794 [ 277 ] {8b617850-4eb4-482d-9c7c-fa8aaaa7938c} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:08.603838 [ 277 ] {8b617850-4eb4-482d-9c7c-fa8aaaa7938c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:08.604032 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.604114 [ 186 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_121_24} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.08.11 21:44:08.604213 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:44:08.604509 [ 277 ] {8b617850-4eb4-482d-9c7c-fa8aaaa7938c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.604549 [ 277 ] {8b617850-4eb4-482d-9c7c-fa8aaaa7938c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:08.604888 [ 277 ] {8b617850-4eb4-482d-9c7c-fa8aaaa7938c} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.08.11 21:44:08.605110 [ 277 ] {8b617850-4eb4-482d-9c7c-fa8aaaa7938c} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.605240 [ 277 ] {8b617850-4eb4-482d-9c7c-fa8aaaa7938c} executeQuery: Read 551 rows, 41.89 KiB in 0.001464 sec., 376366.12021857925 rows/sec., 27.94 MiB/sec. 2025.08.11 21:44:08.605278 [ 277 ] {8b617850-4eb4-482d-9c7c-fa8aaaa7938c} TCPHandler: Processed in 0.001624027 sec. 2025.08.11 21:44:08.605389 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:08.605482 [ 277 ] {c21691c0-6125-4f2e-96d6-4832b63793be} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:08.605526 [ 277 ] {c21691c0-6125-4f2e-96d6-4832b63793be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:08.606151 [ 277 ] {c21691c0-6125-4f2e-96d6-4832b63793be} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.606187 [ 277 ] {c21691c0-6125-4f2e-96d6-4832b63793be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:08.606600 [ 277 ] {c21691c0-6125-4f2e-96d6-4832b63793be} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.08.11 21:44:08.606837 [ 277 ] {c21691c0-6125-4f2e-96d6-4832b63793be} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.606965 [ 277 ] {c21691c0-6125-4f2e-96d6-4832b63793be} executeQuery: Read 944 rows, 64.82 KiB in 0.001501 sec., 628914.0572951366 rows/sec., 42.17 MiB/sec. 2025.08.11 21:44:08.607001 [ 277 ] {c21691c0-6125-4f2e-96d6-4832b63793be} TCPHandler: Processed in 0.001659527 sec. 2025.08.11 21:44:08.607113 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:08.607205 [ 277 ] {b2882d3e-6508-4c10-b749-b73121acddb5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:08.607261 [ 277 ] {b2882d3e-6508-4c10-b749-b73121acddb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:08.608106 [ 277 ] {b2882d3e-6508-4c10-b749-b73121acddb5} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.608142 [ 277 ] {b2882d3e-6508-4c10-b749-b73121acddb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:08.608687 [ 277 ] {b2882d3e-6508-4c10-b749-b73121acddb5} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.11 21:44:08.608922 [ 277 ] {b2882d3e-6508-4c10-b749-b73121acddb5} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.609060 [ 277 ] {b2882d3e-6508-4c10-b749-b73121acddb5} executeQuery: Read 27 rows, 49.54 KiB in 0.001873 sec., 14415.376401494927 rows/sec., 25.83 MiB/sec. 2025.08.11 21:44:08.609115 [ 277 ] {b2882d3e-6508-4c10-b749-b73121acddb5} TCPHandler: Processed in 0.002048834 sec. 2025.08.11 21:44:08.609226 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:08.609319 [ 277 ] {b62d2458-fa27-4e6e-80cc-b438835d4c9d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:08.609360 [ 277 ] {b62d2458-fa27-4e6e-80cc-b438835d4c9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:08.609698 [ 277 ] {b62d2458-fa27-4e6e-80cc-b438835d4c9d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:08.609734 [ 277 ] {b62d2458-fa27-4e6e-80cc-b438835d4c9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2025.08.11 21:44:08.610036 [ 277 ] {b62d2458-fa27-4e6e-80cc-b438835d4c9d} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.08.11 21:44:08.610251 [ 277 ] {b62d2458-fa27-4e6e-80cc-b438835d4c9d} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:08.610376 [ 277 ] {b62d2458-fa27-4e6e-80cc-b438835d4c9d} executeQuery: Read 36 rows, 2.48 KiB in 0.001076 sec., 33457.24907063197 rows/sec., 2.25 MiB/sec. 2025.08.11 21:44:08.610411 [ 277 ] {b62d2458-fa27-4e6e-80cc-b438835d4c9d} TCPHandler: Processed in 0.00123245 sec. 2025.08.11 21:44:11.240902 [ 218 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:11.240971 [ 218 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:11.244828 [ 218 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:11.283973 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:11.284177 [ 277 ] {8f5a1d88-fde2-4893-97a6-b4cab90718dc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:11.284244 [ 277 ] {8f5a1d88-fde2-4893-97a6-b4cab90718dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:11.284937 [ 277 ] {8f5a1d88-fde2-4893-97a6-b4cab90718dc} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:11.284978 [ 277 ] {8f5a1d88-fde2-4893-97a6-b4cab90718dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:11.285423 [ 277 ] {8f5a1d88-fde2-4893-97a6-b4cab90718dc} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.08.11 21:44:11.285681 [ 277 ] {8f5a1d88-fde2-4893-97a6-b4cab90718dc} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:11.285848 [ 277 ] {8f5a1d88-fde2-4893-97a6-b4cab90718dc} executeQuery: Read 56 rows, 4.41 KiB in 0.001727 sec., 32426.17255356109 rows/sec., 2.49 MiB/sec. 2025.08.11 21:44:11.285903 [ 277 ] {8f5a1d88-fde2-4893-97a6-b4cab90718dc} TCPHandler: Processed in 0.002072145 sec. 2025.08.11 21:44:11.286031 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:11.286134 [ 277 ] {4aac0efa-b9ce-4cb5-b395-5bd6fc8d4422} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:11.286178 [ 277 ] {4aac0efa-b9ce-4cb5-b395-5bd6fc8d4422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:11.286611 [ 277 ] {4aac0efa-b9ce-4cb5-b395-5bd6fc8d4422} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:11.286646 [ 277 ] {4aac0efa-b9ce-4cb5-b395-5bd6fc8d4422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:11.286963 [ 277 ] {4aac0efa-b9ce-4cb5-b395-5bd6fc8d4422} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.08.11 21:44:11.287185 [ 277 ] {4aac0efa-b9ce-4cb5-b395-5bd6fc8d4422} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:11.287317 [ 277 ] {4aac0efa-b9ce-4cb5-b395-5bd6fc8d4422} executeQuery: Read 64 rows, 5.12 KiB in 0.001207 sec., 53024.02651201326 rows/sec., 4.14 MiB/sec. 2025.08.11 21:44:11.287357 [ 277 ] {4aac0efa-b9ce-4cb5-b395-5bd6fc8d4422} TCPHandler: Processed in 0.001378373 sec. 2025.08.11 21:44:11.287427 [ 223 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:11.287468 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:11.287479 [ 223 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:11.287579 [ 277 ] {d1796f6e-0241-4e4f-9ecc-a7964e7fd9f9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:11.287629 [ 277 ] {d1796f6e-0241-4e4f-9ecc-a7964e7fd9f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:11.287995 [ 277 ] {d1796f6e-0241-4e4f-9ecc-a7964e7fd9f9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:11.288031 [ 277 ] {d1796f6e-0241-4e4f-9ecc-a7964e7fd9f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:11.288374 [ 277 ] {d1796f6e-0241-4e4f-9ecc-a7964e7fd9f9} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.08.11 21:44:11.288732 [ 277 ] {d1796f6e-0241-4e4f-9ecc-a7964e7fd9f9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:11.288908 [ 277 ] {d1796f6e-0241-4e4f-9ecc-a7964e7fd9f9} executeQuery: Read 64 rows, 4.56 KiB in 0.001347 sec., 47512.991833704524 rows/sec., 3.31 MiB/sec. 2025.08.11 21:44:11.288956 [ 277 ] {d1796f6e-0241-4e4f-9ecc-a7964e7fd9f9} TCPHandler: Processed in 0.001537136 sec. 2025.08.11 21:44:11.289057 [ 222 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:11.289086 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:11.289088 [ 222 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:11.289202 [ 277 ] {0db9069a-60a7-47a0-81b3-e7d1ecba91dd} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:11.289250 [ 277 ] {0db9069a-60a7-47a0-81b3-e7d1ecba91dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:11.289574 [ 277 ] {0db9069a-60a7-47a0-81b3-e7d1ecba91dd} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:11.289614 [ 277 ] {0db9069a-60a7-47a0-81b3-e7d1ecba91dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:11.289979 [ 277 ] {0db9069a-60a7-47a0-81b3-e7d1ecba91dd} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.08.11 21:44:11.290263 [ 277 ] {0db9069a-60a7-47a0-81b3-e7d1ecba91dd} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:11.290341 [ 223 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:11.290410 [ 277 ] {0db9069a-60a7-47a0-81b3-e7d1ecba91dd} executeQuery: Read 24 rows, 1.66 KiB in 0.001228 sec., 19543.97394136808 rows/sec., 1.32 MiB/sec. 2025.08.11 21:44:11.290452 [ 277 ] {0db9069a-60a7-47a0-81b3-e7d1ecba91dd} TCPHandler: Processed in 0.001425754 sec. 2025.08.11 21:44:11.292244 [ 222 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:11.760476 [ 220 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:44:11.760529 [ 220 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:44:11.764184 [ 220 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:44:11.913347 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 2025.08.11 21:44:11.914137 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:11.914215 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:11.914885 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.11 21:44:11.915112 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:11.915246 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 2025.08.11 21:44:12.136845 [ 224 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:12.136889 [ 224 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:12.139473 [ 224 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:12.353548 [ 225 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:44:12.353596 [ 225 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:44:12.356324 [ 225 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:44:13.000238 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 352.54 MiB, peak 369.99 MiB, free memory in arenas 0.00 B, will set to 356.54 MiB (RSS), difference: 4.00 MiB 2025.08.11 21:44:14.036662 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.08.11 21:44:14.053196 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:14.053243 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:14.059197 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.11 21:44:14.059926 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:14.062885 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.08.11 21:44:14.539588 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2032 2025.08.11 21:44:14.542478 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:14.542606 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:14.543830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.11 21:44:14.544114 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:14.544507 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2032 2025.08.11 21:44:16.288638 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:16.288833 [ 277 ] {fb5bc3a3-e54b-4a47-bf69-f0ad66e3ba26} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:16.288902 [ 277 ] {fb5bc3a3-e54b-4a47-bf69-f0ad66e3ba26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:16.289559 [ 277 ] {fb5bc3a3-e54b-4a47-bf69-f0ad66e3ba26} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:16.289616 [ 277 ] {fb5bc3a3-e54b-4a47-bf69-f0ad66e3ba26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:16.290011 [ 277 ] {fb5bc3a3-e54b-4a47-bf69-f0ad66e3ba26} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.08.11 21:44:16.290235 [ 277 ] {fb5bc3a3-e54b-4a47-bf69-f0ad66e3ba26} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:16.290401 [ 277 ] {fb5bc3a3-e54b-4a47-bf69-f0ad66e3ba26} executeQuery: Read 86 rows, 7.39 KiB in 0.001619 sec., 53119.20938851143 rows/sec., 4.46 MiB/sec. 2025.08.11 21:44:16.290454 [ 277 ] {fb5bc3a3-e54b-4a47-bf69-f0ad66e3ba26} TCPHandler: Processed in 0.001958093 sec. 2025.08.11 21:44:16.290575 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:16.290678 [ 277 ] {81c261df-0cbb-4c0c-9c48-188a1a4a1c85} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:16.290721 [ 277 ] {81c261df-0cbb-4c0c-9c48-188a1a4a1c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:16.291130 [ 277 ] {81c261df-0cbb-4c0c-9c48-188a1a4a1c85} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:16.291169 [ 277 ] {81c261df-0cbb-4c0c-9c48-188a1a4a1c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:16.291471 [ 277 ] {81c261df-0cbb-4c0c-9c48-188a1a4a1c85} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.11 21:44:16.291715 [ 277 ] {81c261df-0cbb-4c0c-9c48-188a1a4a1c85} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:16.291851 [ 277 ] {81c261df-0cbb-4c0c-9c48-188a1a4a1c85} executeQuery: Read 15 rows, 1.13 KiB in 0.001197 sec., 12531.328320802006 rows/sec., 942.30 KiB/sec. 2025.08.11 21:44:16.291890 [ 277 ] {81c261df-0cbb-4c0c-9c48-188a1a4a1c85} TCPHandler: Processed in 0.001367954 sec. 2025.08.11 21:44:16.291991 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:16.292086 [ 277 ] {cb9509bd-423e-45f2-bc2e-6d8dad02d2b3} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:16.292126 [ 277 ] {cb9509bd-423e-45f2-bc2e-6d8dad02d2b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:16.292534 [ 277 ] {cb9509bd-423e-45f2-bc2e-6d8dad02d2b3} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:16.292572 [ 277 ] {cb9509bd-423e-45f2-bc2e-6d8dad02d2b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:16.292882 [ 277 ] {cb9509bd-423e-45f2-bc2e-6d8dad02d2b3} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.08.11 21:44:16.293095 [ 277 ] {cb9509bd-423e-45f2-bc2e-6d8dad02d2b3} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:16.293224 [ 277 ] {cb9509bd-423e-45f2-bc2e-6d8dad02d2b3} executeQuery: Read 79 rows, 6.32 KiB in 0.001156 sec., 68339.10034602077 rows/sec., 5.34 MiB/sec. 2025.08.11 21:44:16.293262 [ 277 ] {cb9509bd-423e-45f2-bc2e-6d8dad02d2b3} TCPHandler: Processed in 0.001319913 sec. 2025.08.11 21:44:16.293372 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:16.293467 [ 277 ] {aeef3bc0-6cc3-48e9-9eb9-1a8e07a37fc9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:16.293511 [ 277 ] {aeef3bc0-6cc3-48e9-9eb9-1a8e07a37fc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:16.293904 [ 277 ] {aeef3bc0-6cc3-48e9-9eb9-1a8e07a37fc9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:16.293941 [ 277 ] {aeef3bc0-6cc3-48e9-9eb9-1a8e07a37fc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:16.294273 [ 277 ] {aeef3bc0-6cc3-48e9-9eb9-1a8e07a37fc9} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.08.11 21:44:16.294484 [ 277 ] {aeef3bc0-6cc3-48e9-9eb9-1a8e07a37fc9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:16.294610 [ 37 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 4 parts from all_1_139_30 to all_142_142_0 2025.08.11 21:44:16.294616 [ 277 ] {aeef3bc0-6cc3-48e9-9eb9-1a8e07a37fc9} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.08.11 21:44:16.294684 [ 37 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:16.294698 [ 277 ] {aeef3bc0-6cc3-48e9-9eb9-1a8e07a37fc9} TCPHandler: Processed in 0.001374063 sec. 2025.08.11 21:44:16.294711 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:16.294813 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:16.294813 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} MergeTask::PrepareStage: Merging 4 parts: from all_1_139_30 to all_142_142_0 into Compact with storage Full 2025.08.11 21:44:16.294915 [ 277 ] {ae651ad5-2059-4dd2-8424-240ce03ce99f} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:16.294961 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:16.294975 [ 277 ] {ae651ad5-2059-4dd2-8424-240ce03ce99f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:16.295003 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} MergeTreeSequentialSource: Reading 6 marks from part all_1_139_30, total 38239 rows starting from the beginning of the part 2025.08.11 21:44:16.295077 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part 2025.08.11 21:44:16.295125 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2025.08.11 21:44:16.295170 [ 188 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 944 rows starting from the beginning of the part 2025.08.11 21:44:16.295766 [ 277 ] {ae651ad5-2059-4dd2-8424-240ce03ce99f} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:16.295807 [ 277 ] {ae651ad5-2059-4dd2-8424-240ce03ce99f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:16.296360 [ 277 ] {ae651ad5-2059-4dd2-8424-240ce03ce99f} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.11 21:44:16.296619 [ 277 ] {ae651ad5-2059-4dd2-8424-240ce03ce99f} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:16.296751 [ 37 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.08.11 21:44:16.296767 [ 277 ] {ae651ad5-2059-4dd2-8424-240ce03ce99f} executeQuery: Read 15 rows, 27.52 KiB in 0.00187 sec., 8021.390374331551 rows/sec., 14.37 MiB/sec. 2025.08.11 21:44:16.296794 [ 37 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:16.296821 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:16.296843 [ 277 ] {ae651ad5-2059-4dd2-8424-240ce03ce99f} TCPHandler: Processed in 0.002079394 sec. 2025.08.11 21:44:16.296937 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:44:16.296960 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:16.297074 [ 277 ] {eec57bdb-eb4c-401d-bbc2-13ea4cde5969} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:16.297117 [ 277 ] {eec57bdb-eb4c-401d-bbc2-13ea4cde5969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:16.297205 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:16.297273 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2361 rows starting from the beginning of the part 2025.08.11 21:44:16.297409 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 15 rows starting from the beginning of the part 2025.08.11 21:44:16.297449 [ 277 ] {eec57bdb-eb4c-401d-bbc2-13ea4cde5969} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:16.297491 [ 277 ] {eec57bdb-eb4c-401d-bbc2-13ea4cde5969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:16.297518 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:16.297624 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 15 rows starting from the beginning of the part 2025.08.11 21:44:16.297742 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:16.297828 [ 277 ] {eec57bdb-eb4c-401d-bbc2-13ea4cde5969} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.08.11 21:44:16.297852 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 15 rows starting from the beginning of the part 2025.08.11 21:44:16.298052 [ 277 ] {eec57bdb-eb4c-401d-bbc2-13ea4cde5969} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:16.298192 [ 277 ] {eec57bdb-eb4c-401d-bbc2-13ea4cde5969} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2025.08.11 21:44:16.298229 [ 277 ] {eec57bdb-eb4c-401d-bbc2-13ea4cde5969} TCPHandler: Processed in 0.001318812 sec. 2025.08.11 21:44:16.302086 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} MergeTask::MergeProjectionsStage: Merge sorted 39503 rows, containing 5 columns (5 merged, 0 gathered) in 0.007308712 sec., 5404919.498811829 rows/sec., 370.30 MiB/sec. 2025.08.11 21:44:16.302895 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} MergedBlockOutputStream: filled checksums all_1_142_31 (state Temporary) 2025.08.11 21:44:16.303235 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_142_31 to all_1_142_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:16.303328 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_142_31} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 4 parts: [all_1_139_30, all_142_142_0] -> all_1_142_31 2025.08.11 21:44:16.303434 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.08.11 21:44:16.310020 [ 192 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2460 rows, containing 19 columns (19 merged, 0 gathered) in 0.01314133 sec., 187195.66436578336 rows/sec., 335.45 MiB/sec. 2025.08.11 21:44:16.312594 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.08.11 21:44:16.313012 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:16.313100 [ 195 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_121_24} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.08.11 21:44:16.313245 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.68 MiB. 2025.08.11 21:44:16.965115 [ 219 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:44:16.965205 [ 219 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:44:16.968100 [ 219 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:44:17.000216 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 357.07 MiB, peak 375.70 MiB, free memory in arenas 0.00 B, will set to 363.52 MiB (RSS), difference: 6.46 MiB 2025.08.11 21:44:19.213352 [ 32 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:44:19.213407 [ 32 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:44:19.415407 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 2025.08.11 21:44:19.415936 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:19.415984 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:19.416490 [ 245 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.11 21:44:19.416739 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:19.416890 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 2025.08.11 21:44:19.416890 [ 32 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.11 21:44:19.416974 [ 32 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:19.416997 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:19.417115 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:19.417252 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:19.417292 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part 2025.08.11 21:44:19.417355 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:19.417399 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:19.417440 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:19.417480 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:19.417519 [ 194 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:19.420157 [ 192 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.003093252 sec., 12739343.577568203 rows/sec., 182.24 MiB/sec. 2025.08.11 21:44:19.420623 [ 196 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.11 21:44:19.420940 [ 196 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_86_17} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:19.421031 [ 196 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_86_17} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.11 21:44:19.421156 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.08.11 21:44:21.289848 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:21.290128 [ 277 ] {f1ac1be1-3dfa-4193-98db-95bbf9a1b5dc} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:21.290223 [ 277 ] {f1ac1be1-3dfa-4193-98db-95bbf9a1b5dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:21.291010 [ 277 ] {f1ac1be1-3dfa-4193-98db-95bbf9a1b5dc} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:21.291057 [ 277 ] {f1ac1be1-3dfa-4193-98db-95bbf9a1b5dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:21.291452 [ 277 ] {f1ac1be1-3dfa-4193-98db-95bbf9a1b5dc} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.08.11 21:44:21.291676 [ 277 ] {f1ac1be1-3dfa-4193-98db-95bbf9a1b5dc} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:21.291824 [ 277 ] {f1ac1be1-3dfa-4193-98db-95bbf9a1b5dc} executeQuery: Read 110 rows, 9.47 KiB in 0.001768 sec., 62217.19457013575 rows/sec., 5.23 MiB/sec. 2025.08.11 21:44:21.291866 [ 277 ] {f1ac1be1-3dfa-4193-98db-95bbf9a1b5dc} TCPHandler: Processed in 0.002186647 sec. 2025.08.11 21:44:21.291984 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:21.292079 [ 277 ] {310de711-5f39-45f4-aa4e-1e111babbf29} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:21.292119 [ 277 ] {310de711-5f39-45f4-aa4e-1e111babbf29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:21.292525 [ 277 ] {310de711-5f39-45f4-aa4e-1e111babbf29} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:21.292560 [ 277 ] {310de711-5f39-45f4-aa4e-1e111babbf29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:21.292850 [ 277 ] {310de711-5f39-45f4-aa4e-1e111babbf29} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.11 21:44:21.293069 [ 277 ] {310de711-5f39-45f4-aa4e-1e111babbf29} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:21.293197 [ 277 ] {310de711-5f39-45f4-aa4e-1e111babbf29} executeQuery: Read 27 rows, 2.03 KiB in 0.001137 sec., 23746.701846965698 rows/sec., 1.74 MiB/sec. 2025.08.11 21:44:21.293235 [ 277 ] {310de711-5f39-45f4-aa4e-1e111babbf29} TCPHandler: Processed in 0.001297602 sec. 2025.08.11 21:44:21.293332 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:21.293424 [ 277 ] {da3568b5-6e25-4c2c-aa0a-9f9715ec9530} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:21.293462 [ 277 ] {da3568b5-6e25-4c2c-aa0a-9f9715ec9530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:21.293874 [ 277 ] {da3568b5-6e25-4c2c-aa0a-9f9715ec9530} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:21.293909 [ 277 ] {da3568b5-6e25-4c2c-aa0a-9f9715ec9530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:21.294203 [ 277 ] {da3568b5-6e25-4c2c-aa0a-9f9715ec9530} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.08.11 21:44:21.294405 [ 277 ] {da3568b5-6e25-4c2c-aa0a-9f9715ec9530} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:21.294529 [ 277 ] {da3568b5-6e25-4c2c-aa0a-9f9715ec9530} executeQuery: Read 91 rows, 7.28 KiB in 0.001124 sec., 80960.85409252669 rows/sec., 6.32 MiB/sec. 2025.08.11 21:44:21.294566 [ 277 ] {da3568b5-6e25-4c2c-aa0a-9f9715ec9530} TCPHandler: Processed in 0.001280991 sec. 2025.08.11 21:44:21.294679 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:21.294771 [ 277 ] {3b603e25-bdbb-40e3-9d1c-ccee555b43ef} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:21.294813 [ 277 ] {3b603e25-bdbb-40e3-9d1c-ccee555b43ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:21.295198 [ 277 ] {3b603e25-bdbb-40e3-9d1c-ccee555b43ef} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:21.295232 [ 277 ] {3b603e25-bdbb-40e3-9d1c-ccee555b43ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:21.295556 [ 277 ] {3b603e25-bdbb-40e3-9d1c-ccee555b43ef} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.08.11 21:44:21.295757 [ 277 ] {3b603e25-bdbb-40e3-9d1c-ccee555b43ef} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:21.295886 [ 277 ] {3b603e25-bdbb-40e3-9d1c-ccee555b43ef} executeQuery: Read 160 rows, 11.41 KiB in 0.001133 sec., 141218.00529567522 rows/sec., 9.84 MiB/sec. 2025.08.11 21:44:21.295921 [ 277 ] {3b603e25-bdbb-40e3-9d1c-ccee555b43ef} TCPHandler: Processed in 0.001289582 sec. 2025.08.11 21:44:21.296023 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:21.296114 [ 277 ] {732e61c4-b285-41c0-ade2-56a00ad05d50} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:21.296168 [ 277 ] {732e61c4-b285-41c0-ade2-56a00ad05d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:21.296966 [ 277 ] {732e61c4-b285-41c0-ade2-56a00ad05d50} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:21.297002 [ 277 ] {732e61c4-b285-41c0-ade2-56a00ad05d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:21.297524 [ 277 ] {732e61c4-b285-41c0-ade2-56a00ad05d50} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.11 21:44:21.297740 [ 277 ] {732e61c4-b285-41c0-ade2-56a00ad05d50} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:21.297874 [ 277 ] {732e61c4-b285-41c0-ade2-56a00ad05d50} executeQuery: Read 27 rows, 49.54 KiB in 0.001777 sec., 15194.147439504784 rows/sec., 27.23 MiB/sec. 2025.08.11 21:44:21.297928 [ 277 ] {732e61c4-b285-41c0-ade2-56a00ad05d50} TCPHandler: Processed in 0.001950713 sec. 2025.08.11 21:44:21.297989 [ 220 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:44:21.298039 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:21.298047 [ 220 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:44:21.298141 [ 277 ] {14877de0-fe18-4ad9-b72f-da10a6002e87} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:21.298187 [ 277 ] {14877de0-fe18-4ad9-b72f-da10a6002e87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:21.298515 [ 277 ] {14877de0-fe18-4ad9-b72f-da10a6002e87} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:21.298553 [ 277 ] {14877de0-fe18-4ad9-b72f-da10a6002e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:21.298886 [ 277 ] {14877de0-fe18-4ad9-b72f-da10a6002e87} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.08.11 21:44:21.299142 [ 277 ] {14877de0-fe18-4ad9-b72f-da10a6002e87} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:21.299271 [ 277 ] {14877de0-fe18-4ad9-b72f-da10a6002e87} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.08.11 21:44:21.299307 [ 277 ] {14877de0-fe18-4ad9-b72f-da10a6002e87} TCPHandler: Processed in 0.001315711 sec. 2025.08.11 21:44:21.300213 [ 220 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:44:21.562967 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.08.11 21:44:21.580786 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:21.580835 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:21.586936 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.11 21:44:21.587654 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:21.587984 [ 27 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.11 21:44:21.588055 [ 27 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:21.588078 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:21.588193 [ 194 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:21.590947 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.08.11 21:44:21.591937 [ 194 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:21.593601 [ 194 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:21.598667 [ 194 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:21.603701 [ 194 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:21.608446 [ 194 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:21.613712 [ 194 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:21.618467 [ 194 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:21.678002 [ 197 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.089859526 sec., 7211.255487815505 rows/sec., 37.29 MiB/sec. 2025.08.11 21:44:21.680814 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.11 21:44:21.682722 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_86_17} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:21.682798 [ 200 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_86_17} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.11 21:44:21.685246 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.08.11 21:44:22.000238 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 365.05 MiB, peak 382.46 MiB, free memory in arenas 0.00 B, will set to 363.52 MiB (RSS), difference: -1.53 MiB 2025.08.11 21:44:24.544746 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2056 2025.08.11 21:44:24.547096 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:24.547145 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:24.548345 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.11 21:44:24.548619 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:24.548803 [ 219 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:44:24.548840 [ 219 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:44:24.549000 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2056 2025.08.11 21:44:24.551380 [ 219 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): 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.08.11 21:44:26.290936 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.291251 [ 277 ] {65292d2d-b513-405b-91b7-85a5a9ef1dd2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:44:26.291359 [ 277 ] {65292d2d-b513-405b-91b7-85a5a9ef1dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:44:26.292146 [ 277 ] {65292d2d-b513-405b-91b7-85a5a9ef1dd2} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.292199 [ 277 ] {65292d2d-b513-405b-91b7-85a5a9ef1dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.292602 [ 277 ] {65292d2d-b513-405b-91b7-85a5a9ef1dd2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:44:26.292828 [ 277 ] {65292d2d-b513-405b-91b7-85a5a9ef1dd2} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.292995 [ 277 ] {65292d2d-b513-405b-91b7-85a5a9ef1dd2} executeQuery: Read 24 rows, 2.04 KiB in 0.001826 sec., 13143.483023001096 rows/sec., 1.09 MiB/sec. 2025.08.11 21:44:26.293053 [ 277 ] {65292d2d-b513-405b-91b7-85a5a9ef1dd2} TCPHandler: Processed in 0.002307739 sec. 2025.08.11 21:44:26.293177 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.293283 [ 277 ] {df3f07a8-7e58-4530-95a1-dbfa22117278} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:26.293326 [ 277 ] {df3f07a8-7e58-4530-95a1-dbfa22117278} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:26.293838 [ 277 ] {df3f07a8-7e58-4530-95a1-dbfa22117278} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.293876 [ 277 ] {df3f07a8-7e58-4530-95a1-dbfa22117278} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.294206 [ 277 ] {df3f07a8-7e58-4530-95a1-dbfa22117278} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.08.11 21:44:26.294430 [ 277 ] {df3f07a8-7e58-4530-95a1-dbfa22117278} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.294567 [ 277 ] {df3f07a8-7e58-4530-95a1-dbfa22117278} executeQuery: Read 206 rows, 18.85 KiB in 0.001309 sec., 157372.0397249809 rows/sec., 14.06 MiB/sec. 2025.08.11 21:44:26.294575 [ 23 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.08.11 21:44:26.294607 [ 277 ] {df3f07a8-7e58-4530-95a1-dbfa22117278} TCPHandler: Processed in 0.001482175 sec. 2025.08.11 21:44:26.294647 [ 23 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.294675 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.294741 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.294799 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:44:26.294841 [ 277 ] {582cab97-876c-4c77-b71c-d322578faee8} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:26.294888 [ 277 ] {582cab97-876c-4c77-b71c-d322578faee8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:26.294945 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:26.294987 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1410 rows starting from the beginning of the part 2025.08.11 21:44:26.295053 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1252 rows starting from the beginning of the part 2025.08.11 21:44:26.295099 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part 2025.08.11 21:44:26.295141 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 86 rows starting from the beginning of the part 2025.08.11 21:44:26.295199 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 110 rows starting from the beginning of the part 2025.08.11 21:44:26.295252 [ 192 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 206 rows starting from the beginning of the part 2025.08.11 21:44:26.295346 [ 277 ] {582cab97-876c-4c77-b71c-d322578faee8} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.295388 [ 277 ] {582cab97-876c-4c77-b71c-d322578faee8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.295760 [ 277 ] {582cab97-876c-4c77-b71c-d322578faee8} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.11 21:44:26.295991 [ 277 ] {582cab97-876c-4c77-b71c-d322578faee8} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.296131 [ 277 ] {582cab97-876c-4c77-b71c-d322578faee8} executeQuery: Read 27 rows, 2.09 KiB in 0.001309 sec., 20626.432391138274 rows/sec., 1.56 MiB/sec. 2025.08.11 21:44:26.296170 [ 277 ] {582cab97-876c-4c77-b71c-d322578faee8} TCPHandler: Processed in 0.001477884 sec. 2025.08.11 21:44:26.296281 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.296378 [ 277 ] {5e0b807e-a1fc-4d73-a224-bb240d908bf5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:44:26.296418 [ 277 ] {5e0b807e-a1fc-4d73-a224-bb240d908bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:44:26.296726 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001987494 sec., 1569816.0598220676 rows/sec., 137.43 MiB/sec. 2025.08.11 21:44:26.296812 [ 277 ] {5e0b807e-a1fc-4d73-a224-bb240d908bf5} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.296847 [ 277 ] {5e0b807e-a1fc-4d73-a224-bb240d908bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.296933 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.08.11 21:44:26.297147 [ 277 ] {5e0b807e-a1fc-4d73-a224-bb240d908bf5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.11 21:44:26.297194 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.297265 [ 197 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_146_29} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.08.11 21:44:26.297356 [ 277 ] {5e0b807e-a1fc-4d73-a224-bb240d908bf5} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.297361 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.08.11 21:44:26.297489 [ 277 ] {5e0b807e-a1fc-4d73-a224-bb240d908bf5} executeQuery: Read 24 rows, 2.04 KiB in 0.001131 sec., 21220.15915119363 rows/sec., 1.76 MiB/sec. 2025.08.11 21:44:26.297527 [ 277 ] {5e0b807e-a1fc-4d73-a224-bb240d908bf5} TCPHandler: Processed in 0.001295272 sec. 2025.08.11 21:44:26.297637 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.297731 [ 277 ] {e30fbc7d-36ae-4de7-9709-a4b4656fa9d5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:44:26.297770 [ 277 ] {e30fbc7d-36ae-4de7-9709-a4b4656fa9d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:44:26.298157 [ 277 ] {e30fbc7d-36ae-4de7-9709-a4b4656fa9d5} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.298193 [ 277 ] {e30fbc7d-36ae-4de7-9709-a4b4656fa9d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.298494 [ 277 ] {e30fbc7d-36ae-4de7-9709-a4b4656fa9d5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.11 21:44:26.298698 [ 277 ] {e30fbc7d-36ae-4de7-9709-a4b4656fa9d5} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.298826 [ 277 ] {e30fbc7d-36ae-4de7-9709-a4b4656fa9d5} executeQuery: Read 12 rows, 960.00 B in 0.001113 sec., 10781.671159029649 rows/sec., 842.32 KiB/sec. 2025.08.11 21:44:26.298865 [ 277 ] {e30fbc7d-36ae-4de7-9709-a4b4656fa9d5} TCPHandler: Processed in 0.001277132 sec. 2025.08.11 21:44:26.298965 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.299059 [ 277 ] {0a7b36c6-f319-44a6-84a4-67b1eeb2e19a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:26.299098 [ 277 ] {0a7b36c6-f319-44a6-84a4-67b1eeb2e19a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:26.299518 [ 277 ] {0a7b36c6-f319-44a6-84a4-67b1eeb2e19a} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.299553 [ 277 ] {0a7b36c6-f319-44a6-84a4-67b1eeb2e19a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.299868 [ 277 ] {0a7b36c6-f319-44a6-84a4-67b1eeb2e19a} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.08.11 21:44:26.300101 [ 277 ] {0a7b36c6-f319-44a6-84a4-67b1eeb2e19a} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.300227 [ 23 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.08.11 21:44:26.300230 [ 277 ] {0a7b36c6-f319-44a6-84a4-67b1eeb2e19a} executeQuery: Read 115 rows, 9.57 KiB in 0.001189 sec., 96719.93271656855 rows/sec., 7.86 MiB/sec. 2025.08.11 21:44:26.300268 [ 23 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.300289 [ 277 ] {0a7b36c6-f319-44a6-84a4-67b1eeb2e19a} TCPHandler: Processed in 0.001373013 sec. 2025.08.11 21:44:26.300292 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.300389 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:44:26.300407 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.300486 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:26.300504 [ 277 ] {929e71be-45fb-48fc-bbb5-903a6a7271c1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:26.300515 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 634 rows starting from the beginning of the part 2025.08.11 21:44:26.300547 [ 277 ] {929e71be-45fb-48fc-bbb5-903a6a7271c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:26.300574 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 551 rows starting from the beginning of the part 2025.08.11 21:44:26.300620 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part 2025.08.11 21:44:26.300660 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 79 rows starting from the beginning of the part 2025.08.11 21:44:26.300701 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 91 rows starting from the beginning of the part 2025.08.11 21:44:26.300739 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 115 rows starting from the beginning of the part 2025.08.11 21:44:26.300952 [ 277 ] {929e71be-45fb-48fc-bbb5-903a6a7271c1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.300987 [ 277 ] {929e71be-45fb-48fc-bbb5-903a6a7271c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.301324 [ 277 ] {929e71be-45fb-48fc-bbb5-903a6a7271c1} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.08.11 21:44:26.301546 [ 277 ] {929e71be-45fb-48fc-bbb5-903a6a7271c1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.301677 [ 277 ] {929e71be-45fb-48fc-bbb5-903a6a7271c1} executeQuery: Read 196 rows, 14.40 KiB in 0.001192 sec., 164429.5302013423 rows/sec., 11.80 MiB/sec. 2025.08.11 21:44:26.301709 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355663 sec., 1131549.6550396373 rows/sec., 90.12 MiB/sec. 2025.08.11 21:44:26.301716 [ 277 ] {929e71be-45fb-48fc-bbb5-903a6a7271c1} TCPHandler: Processed in 0.001357182 sec. 2025.08.11 21:44:26.301844 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.301845 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.08.11 21:44:26.301938 [ 277 ] {cf9653d8-ab3f-4189-831d-223dbcab6f6d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:26.301994 [ 277 ] {cf9653d8-ab3f-4189-831d-223dbcab6f6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:26.302093 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.302153 [ 189 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_146_29} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.08.11 21:44:26.302212 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.11 21:44:26.302782 [ 277 ] {cf9653d8-ab3f-4189-831d-223dbcab6f6d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.302818 [ 277 ] {cf9653d8-ab3f-4189-831d-223dbcab6f6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.303347 [ 277 ] {cf9653d8-ab3f-4189-831d-223dbcab6f6d} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.11 21:44:26.303570 [ 277 ] {cf9653d8-ab3f-4189-831d-223dbcab6f6d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.303708 [ 277 ] {cf9653d8-ab3f-4189-831d-223dbcab6f6d} executeQuery: Read 15 rows, 27.52 KiB in 0.001789 sec., 8384.572386808273 rows/sec., 15.02 MiB/sec. 2025.08.11 21:44:26.303775 [ 277 ] {cf9653d8-ab3f-4189-831d-223dbcab6f6d} TCPHandler: Processed in 0.001980654 sec. 2025.08.11 21:44:26.303886 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:26.303980 [ 277 ] {7a5b2dcd-7b7d-471f-8f0b-910035c5aca5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:26.304022 [ 277 ] {7a5b2dcd-7b7d-471f-8f0b-910035c5aca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:26.304351 [ 277 ] {7a5b2dcd-7b7d-471f-8f0b-910035c5aca5} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.304387 [ 277 ] {7a5b2dcd-7b7d-471f-8f0b-910035c5aca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.304693 [ 277 ] {7a5b2dcd-7b7d-471f-8f0b-910035c5aca5} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.08.11 21:44:26.304909 [ 277 ] {7a5b2dcd-7b7d-471f-8f0b-910035c5aca5} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.305021 [ 23 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.08.11 21:44:26.305034 [ 277 ] {7a5b2dcd-7b7d-471f-8f0b-910035c5aca5} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.08.11 21:44:26.305053 [ 23 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.305075 [ 277 ] {7a5b2dcd-7b7d-471f-8f0b-910035c5aca5} TCPHandler: Processed in 0.001269001 sec. 2025.08.11 21:44:26.305075 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.305164 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:44:26.305264 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:26.305295 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7350 rows starting from the beginning of the part 2025.08.11 21:44:26.305350 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 36 rows starting from the beginning of the part 2025.08.11 21:44:26.305396 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 24 rows starting from the beginning of the part 2025.08.11 21:44:26.305439 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:26.305479 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:44:26.305518 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:26.307375 [ 189 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 7590 rows, containing 4 columns (4 merged, 0 gathered) in 0.002209457 sec., 3435233.181727456 rows/sec., 231.59 MiB/sec. 2025.08.11 21:44:26.307771 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.08.11 21:44:26.308013 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.308076 [ 197 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_146_29} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.08.11 21:44:26.308135 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.08.11 21:44:26.917123 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833 2025.08.11 21:44:26.917871 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:26.917922 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:26.918407 [ 245 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.11 21:44:26.918639 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:26.918790 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 2025.08.11 21:44:29.091086 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.08.11 21:44:29.109100 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:29.109166 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:29.115278 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.11 21:44:29.116008 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:29.119323 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.08.11 21:44:31.290097 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:31.290311 [ 277 ] {6a953aae-2811-4e12-a35e-09414bc9e5ee} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:31.290385 [ 277 ] {6a953aae-2811-4e12-a35e-09414bc9e5ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:31.291229 [ 277 ] {6a953aae-2811-4e12-a35e-09414bc9e5ee} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:31.291266 [ 277 ] {6a953aae-2811-4e12-a35e-09414bc9e5ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:31.291673 [ 277 ] {6a953aae-2811-4e12-a35e-09414bc9e5ee} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.08.11 21:44:31.291921 [ 277 ] {6a953aae-2811-4e12-a35e-09414bc9e5ee} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:31.292068 [ 277 ] {6a953aae-2811-4e12-a35e-09414bc9e5ee} executeQuery: Read 110 rows, 9.47 KiB in 0.001813 sec., 60672.91781577496 rows/sec., 5.10 MiB/sec. 2025.08.11 21:44:31.292111 [ 277 ] {6a953aae-2811-4e12-a35e-09414bc9e5ee} TCPHandler: Processed in 0.002152246 sec. 2025.08.11 21:44:31.292250 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:31.292346 [ 277 ] {2805e398-198e-4c24-bf17-7006e1421784} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:31.292387 [ 277 ] {2805e398-198e-4c24-bf17-7006e1421784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:31.292869 [ 277 ] {2805e398-198e-4c24-bf17-7006e1421784} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:31.292904 [ 277 ] {2805e398-198e-4c24-bf17-7006e1421784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:31.293212 [ 277 ] {2805e398-198e-4c24-bf17-7006e1421784} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.11 21:44:31.293434 [ 277 ] {2805e398-198e-4c24-bf17-7006e1421784} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:31.293564 [ 277 ] {2805e398-198e-4c24-bf17-7006e1421784} executeQuery: Read 27 rows, 2.03 KiB in 0.001237 sec., 21827.000808407436 rows/sec., 1.60 MiB/sec. 2025.08.11 21:44:31.293605 [ 277 ] {2805e398-198e-4c24-bf17-7006e1421784} TCPHandler: Processed in 0.001408424 sec. 2025.08.11 21:44:31.293730 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:31.293825 [ 277 ] {e0bef201-6a5d-4536-8272-71771cca4c18} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:31.293864 [ 277 ] {e0bef201-6a5d-4536-8272-71771cca4c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:31.294311 [ 277 ] {e0bef201-6a5d-4536-8272-71771cca4c18} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:31.294346 [ 277 ] {e0bef201-6a5d-4536-8272-71771cca4c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:31.294656 [ 277 ] {e0bef201-6a5d-4536-8272-71771cca4c18} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.08.11 21:44:31.294887 [ 277 ] {e0bef201-6a5d-4536-8272-71771cca4c18} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:31.295015 [ 277 ] {e0bef201-6a5d-4536-8272-71771cca4c18} executeQuery: Read 91 rows, 7.28 KiB in 0.001207 sec., 75393.53769676885 rows/sec., 5.89 MiB/sec. 2025.08.11 21:44:31.295055 [ 277 ] {e0bef201-6a5d-4536-8272-71771cca4c18} TCPHandler: Processed in 0.001380813 sec. 2025.08.11 21:44:31.295183 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:31.295276 [ 277 ] {5c365cbf-0055-4d62-8a1a-0eb060ad58c1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:31.295317 [ 277 ] {5c365cbf-0055-4d62-8a1a-0eb060ad58c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:31.295747 [ 277 ] {5c365cbf-0055-4d62-8a1a-0eb060ad58c1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:31.295780 [ 277 ] {5c365cbf-0055-4d62-8a1a-0eb060ad58c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:31.296107 [ 277 ] {5c365cbf-0055-4d62-8a1a-0eb060ad58c1} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.08.11 21:44:31.296316 [ 277 ] {5c365cbf-0055-4d62-8a1a-0eb060ad58c1} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:31.296432 [ 125 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 2 parts from all_1_142_31 to all_143_143_0 2025.08.11 21:44:31.296441 [ 277 ] {5c365cbf-0055-4d62-8a1a-0eb060ad58c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2025.08.11 21:44:31.296466 [ 125 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:31.296588 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:31.296588 [ 277 ] {5c365cbf-0055-4d62-8a1a-0eb060ad58c1} TCPHandler: Processed in 0.001463255 sec. 2025.08.11 21:44:31.296668 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_143_32} MergeTask::PrepareStage: Merging 2 parts: from all_1_142_31 to all_143_143_0 into Compact with storage Full 2025.08.11 21:44:31.296708 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:31.296769 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_143_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:31.296801 [ 277 ] {f4762cad-371b-4a3b-8765-7b529635d121} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:31.296804 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_143_32} MergeTreeSequentialSource: Reading 6 marks from part all_1_142_31, total 39503 rows starting from the beginning of the part 2025.08.11 21:44:31.296856 [ 277 ] {f4762cad-371b-4a3b-8765-7b529635d121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:31.296877 [ 197 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_143_32} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part 2025.08.11 21:44:31.297803 [ 277 ] {f4762cad-371b-4a3b-8765-7b529635d121} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:31.297837 [ 277 ] {f4762cad-371b-4a3b-8765-7b529635d121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:31.298398 [ 277 ] {f4762cad-371b-4a3b-8765-7b529635d121} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.11 21:44:31.298629 [ 277 ] {f4762cad-371b-4a3b-8765-7b529635d121} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:31.298806 [ 277 ] {f4762cad-371b-4a3b-8765-7b529635d121} executeQuery: Read 27 rows, 49.54 KiB in 0.00202 sec., 13366.336633663366 rows/sec., 23.95 MiB/sec. 2025.08.11 21:44:31.298887 [ 277 ] {f4762cad-371b-4a3b-8765-7b529635d121} TCPHandler: Processed in 0.002224838 sec. 2025.08.11 21:44:31.299023 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:31.299136 [ 277 ] {bc04b573-fa4d-40ef-9854-071461beb246} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:31.299185 [ 277 ] {bc04b573-fa4d-40ef-9854-071461beb246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:31.299582 [ 277 ] {bc04b573-fa4d-40ef-9854-071461beb246} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:31.299624 [ 277 ] {bc04b573-fa4d-40ef-9854-071461beb246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:31.299985 [ 277 ] {bc04b573-fa4d-40ef-9854-071461beb246} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.08.11 21:44:31.300193 [ 277 ] {bc04b573-fa4d-40ef-9854-071461beb246} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:31.300320 [ 277 ] {bc04b573-fa4d-40ef-9854-071461beb246} executeQuery: Read 60 rows, 4.14 KiB in 0.001209 sec., 49627.79156327544 rows/sec., 3.34 MiB/sec. 2025.08.11 21:44:31.300356 [ 277 ] {bc04b573-fa4d-40ef-9854-071461beb246} TCPHandler: Processed in 0.001391353 sec. 2025.08.11 21:44:31.303518 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_143_32} MergeTask::MergeProjectionsStage: Merge sorted 39567 rows, containing 5 columns (5 merged, 0 gathered) in 0.006877425 sec., 5753170.699789529 rows/sec., 394.17 MiB/sec. 2025.08.11 21:44:31.304329 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_143_32} MergedBlockOutputStream: filled checksums all_1_143_32 (state Temporary) 2025.08.11 21:44:31.304672 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_143_32} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_143_32 to all_1_143_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:31.304761 [ 199 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_143_32} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 2 parts: [all_1_142_31, all_143_143_0] -> all_1_143_32 2025.08.11 21:44:31.304856 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.08.11 21:44:34.213451 [ 154 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:44:34.213507 [ 154 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:44:34.419085 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321 2025.08.11 21:44:34.419873 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:34.419944 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:34.420492 [ 245 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.11 21:44:34.420722 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:34.420860 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 2025.08.11 21:44:34.549316 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2086 2025.08.11 21:44:34.551689 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:34.551733 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:34.552890 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.11 21:44:34.553155 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:34.553422 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2086 2025.08.11 21:44:36.290585 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:36.290803 [ 277 ] {0f0d5554-f476-4d65-9db4-a13cd01269bf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:36.290884 [ 277 ] {0f0d5554-f476-4d65-9db4-a13cd01269bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:36.291597 [ 277 ] {0f0d5554-f476-4d65-9db4-a13cd01269bf} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.291643 [ 277 ] {0f0d5554-f476-4d65-9db4-a13cd01269bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.292059 [ 277 ] {0f0d5554-f476-4d65-9db4-a13cd01269bf} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.08.11 21:44:36.292303 [ 277 ] {0f0d5554-f476-4d65-9db4-a13cd01269bf} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.292467 [ 277 ] {0f0d5554-f476-4d65-9db4-a13cd01269bf} executeQuery: Read 86 rows, 7.39 KiB in 0.001719 sec., 50029.08667830133 rows/sec., 4.20 MiB/sec. 2025.08.11 21:44:36.292522 [ 277 ] {0f0d5554-f476-4d65-9db4-a13cd01269bf} TCPHandler: Processed in 0.002077725 sec. 2025.08.11 21:44:36.292645 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:36.292748 [ 277 ] {3c22a90b-8541-4a9f-8396-8b19fedec602} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:36.292794 [ 277 ] {3c22a90b-8541-4a9f-8396-8b19fedec602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:36.293214 [ 277 ] {3c22a90b-8541-4a9f-8396-8b19fedec602} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.293252 [ 277 ] {3c22a90b-8541-4a9f-8396-8b19fedec602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.293573 [ 277 ] {3c22a90b-8541-4a9f-8396-8b19fedec602} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.11 21:44:36.293806 [ 277 ] {3c22a90b-8541-4a9f-8396-8b19fedec602} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.293922 [ 168 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.08.11 21:44:36.293945 [ 277 ] {3c22a90b-8541-4a9f-8396-8b19fedec602} executeQuery: Read 15 rows, 1.13 KiB in 0.00122 sec., 12295.081967213115 rows/sec., 924.53 KiB/sec. 2025.08.11 21:44:36.293989 [ 168 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.294000 [ 277 ] {3c22a90b-8541-4a9f-8396-8b19fedec602} TCPHandler: Processed in 0.001405964 sec. 2025.08.11 21:44:36.294018 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.294118 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:36.294149 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::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.08.11 21:44:36.294226 [ 277 ] {aa10f087-4dce-4c41-af31-a85b6710c02b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:36.294273 [ 277 ] {aa10f087-4dce-4c41-af31-a85b6710c02b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:36.294295 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:36.294333 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 72 rows starting from the beginning of the part 2025.08.11 21:44:36.294403 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 15 rows starting from the beginning of the part 2025.08.11 21:44:36.294450 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:36.294494 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:36.294538 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:36.294580 [ 198 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 15 rows starting from the beginning of the part 2025.08.11 21:44:36.294732 [ 277 ] {aa10f087-4dce-4c41-af31-a85b6710c02b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.294775 [ 277 ] {aa10f087-4dce-4c41-af31-a85b6710c02b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.295131 [ 277 ] {aa10f087-4dce-4c41-af31-a85b6710c02b} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.08.11 21:44:36.295380 [ 277 ] {aa10f087-4dce-4c41-af31-a85b6710c02b} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.295482 [ 203 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389483 sec., 131703.6624413541 rows/sec., 10.19 MiB/sec. 2025.08.11 21:44:36.295518 [ 277 ] {aa10f087-4dce-4c41-af31-a85b6710c02b} executeQuery: Read 79 rows, 6.32 KiB in 0.00131 sec., 60305.34351145038 rows/sec., 4.71 MiB/sec. 2025.08.11 21:44:36.295567 [ 277 ] {aa10f087-4dce-4c41-af31-a85b6710c02b} TCPHandler: Processed in 0.001499465 sec. 2025.08.11 21:44:36.295678 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:36.295704 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.08.11 21:44:36.295774 [ 277 ] {843cfb97-ca06-489a-97c6-cdcd809b1ddb} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:36.295825 [ 277 ] {843cfb97-ca06-489a-97c6-cdcd809b1ddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:36.296073 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.296174 [ 191 ] {bcf45c89-8af0-4f9c-82e8-06432edb0e8e::all_1_126_25} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.08.11 21:44:36.296235 [ 277 ] {843cfb97-ca06-489a-97c6-cdcd809b1ddb} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.296275 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.11 21:44:36.296277 [ 277 ] {843cfb97-ca06-489a-97c6-cdcd809b1ddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.296658 [ 277 ] {843cfb97-ca06-489a-97c6-cdcd809b1ddb} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.08.11 21:44:36.296884 [ 277 ] {843cfb97-ca06-489a-97c6-cdcd809b1ddb} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.297010 [ 152 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 2 parts from all_1_143_32 to all_144_144_0 2025.08.11 21:44:36.297019 [ 277 ] {843cfb97-ca06-489a-97c6-cdcd809b1ddb} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2025.08.11 21:44:36.297056 [ 152 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.297078 [ 277 ] {843cfb97-ca06-489a-97c6-cdcd809b1ddb} TCPHandler: Processed in 0.001448004 sec. 2025.08.11 21:44:36.297082 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.297165 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_144_33} MergeTask::PrepareStage: Merging 2 parts: from all_1_143_32 to all_144_144_0 into Compact with storage Full 2025.08.11 21:44:36.297188 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:36.297245 [ 221 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:36.297265 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_144_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:36.297280 [ 221 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:36.297288 [ 277 ] {28f91a95-7e89-45e4-888a-74db031dcf97} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:36.297303 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_144_33} MergeTreeSequentialSource: Reading 6 marks from part all_1_143_32, total 39567 rows starting from the beginning of the part 2025.08.11 21:44:36.297358 [ 277 ] {28f91a95-7e89-45e4-888a-74db031dcf97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:36.297366 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_144_33} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2025.08.11 21:44:36.298218 [ 277 ] {28f91a95-7e89-45e4-888a-74db031dcf97} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.298258 [ 277 ] {28f91a95-7e89-45e4-888a-74db031dcf97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.298809 [ 277 ] {28f91a95-7e89-45e4-888a-74db031dcf97} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.11 21:44:36.299045 [ 277 ] {28f91a95-7e89-45e4-888a-74db031dcf97} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.299192 [ 277 ] {28f91a95-7e89-45e4-888a-74db031dcf97} executeQuery: Read 15 rows, 27.52 KiB in 0.001921 sec., 7808.4331077563775 rows/sec., 13.99 MiB/sec. 2025.08.11 21:44:36.299266 [ 277 ] {28f91a95-7e89-45e4-888a-74db031dcf97} TCPHandler: Processed in 0.002125916 sec. 2025.08.11 21:44:36.299387 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:36.299484 [ 277 ] {054d0633-6cc2-43ff-b6d2-4d806b50194b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:36.299526 [ 277 ] {054d0633-6cc2-43ff-b6d2-4d806b50194b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:36.299878 [ 277 ] {054d0633-6cc2-43ff-b6d2-4d806b50194b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.299913 [ 277 ] {054d0633-6cc2-43ff-b6d2-4d806b50194b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.300229 [ 277 ] {054d0633-6cc2-43ff-b6d2-4d806b50194b} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.08.11 21:44:36.300458 [ 277 ] {054d0633-6cc2-43ff-b6d2-4d806b50194b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.300594 [ 277 ] {054d0633-6cc2-43ff-b6d2-4d806b50194b} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2025.08.11 21:44:36.300632 [ 277 ] {054d0633-6cc2-43ff-b6d2-4d806b50194b} TCPHandler: Processed in 0.001293252 sec. 2025.08.11 21:44:36.300667 [ 220 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:36.300704 [ 220 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:36.301072 [ 221 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:36.303852 [ 203 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_144_33} MergeTask::MergeProjectionsStage: Merge sorted 39727 rows, containing 5 columns (5 merged, 0 gathered) in 0.006712203 sec., 5918623.140569497 rows/sec., 405.53 MiB/sec. 2025.08.11 21:44:36.304071 [ 220 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:36.304357 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_144_33} MergedBlockOutputStream: filled checksums all_1_144_33 (state Temporary) 2025.08.11 21:44:36.304654 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_144_33} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_144_33 to all_1_144_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.304732 [ 190 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_144_33} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 2 parts: [all_1_143_32, all_144_144_0] -> all_1_144_33 2025.08.11 21:44:36.304816 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.08.11 21:44:36.619539 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2025.08.11 21:44:36.638206 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:36.638260 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:36.644554 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.11 21:44:36.645294 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:36.648813 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.08.11 21:44:36.931799 [ 220 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:36.931843 [ 220 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:36.935195 [ 220 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:37.000151 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 364.55 MiB, peak 382.46 MiB, free memory in arenas 0.00 B, will set to 363.53 MiB (RSS), difference: -1.02 MiB 2025.08.11 21:44:37.475688 [ 218 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:37.475745 [ 218 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:37.478689 [ 218 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:38.286855 [ 222 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:44:38.286932 [ 222 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:44:38.288913 [ 222 ] {} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): 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.08.11 21:44:38.596621 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:38.596806 [ 277 ] {fbee3091-aa9f-434e-8463-41f171fe223b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:44:38.596879 [ 277 ] {fbee3091-aa9f-434e-8463-41f171fe223b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:44:38.597515 [ 277 ] {fbee3091-aa9f-434e-8463-41f171fe223b} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.597567 [ 277 ] {fbee3091-aa9f-434e-8463-41f171fe223b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.597961 [ 277 ] {fbee3091-aa9f-434e-8463-41f171fe223b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.11 21:44:38.598202 [ 277 ] {fbee3091-aa9f-434e-8463-41f171fe223b} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.598369 [ 277 ] {fbee3091-aa9f-434e-8463-41f171fe223b} executeQuery: Read 2 rows, 167.00 B in 0.00161 sec., 1242.2360248447203 rows/sec., 101.30 KiB/sec. 2025.08.11 21:44:38.598424 [ 277 ] {fbee3091-aa9f-434e-8463-41f171fe223b} TCPHandler: Processed in 0.001941662 sec. 2025.08.11 21:44:38.598550 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:38.598653 [ 277 ] {0c9fac91-40ca-46e4-be69-9e1377a08e35} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:38.598697 [ 277 ] {0c9fac91-40ca-46e4-be69-9e1377a08e35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:38.599590 [ 277 ] {0c9fac91-40ca-46e4-be69-9e1377a08e35} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.599631 [ 277 ] {0c9fac91-40ca-46e4-be69-9e1377a08e35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.600025 [ 277 ] {0c9fac91-40ca-46e4-be69-9e1377a08e35} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.08.11 21:44:38.600249 [ 277 ] {0c9fac91-40ca-46e4-be69-9e1377a08e35} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.600385 [ 277 ] {0c9fac91-40ca-46e4-be69-9e1377a08e35} executeQuery: Read 1251 rows, 106.10 KiB in 0.001754 sec., 713226.9099201824 rows/sec., 59.07 MiB/sec. 2025.08.11 21:44:38.600427 [ 277 ] {0c9fac91-40ca-46e4-be69-9e1377a08e35} TCPHandler: Processed in 0.001928632 sec. 2025.08.11 21:44:38.600550 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:38.600649 [ 277 ] {87fa8b4e-e03c-4928-8732-c14f3c51264a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:38.600693 [ 277 ] {87fa8b4e-e03c-4928-8732-c14f3c51264a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:38.601116 [ 277 ] {87fa8b4e-e03c-4928-8732-c14f3c51264a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.601153 [ 277 ] {87fa8b4e-e03c-4928-8732-c14f3c51264a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.601454 [ 277 ] {87fa8b4e-e03c-4928-8732-c14f3c51264a} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.11 21:44:38.601671 [ 277 ] {87fa8b4e-e03c-4928-8732-c14f3c51264a} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.601807 [ 277 ] {87fa8b4e-e03c-4928-8732-c14f3c51264a} executeQuery: Read 29 rows, 2.17 KiB in 0.001176 sec., 24659.863945578232 rows/sec., 1.80 MiB/sec. 2025.08.11 21:44:38.601846 [ 277 ] {87fa8b4e-e03c-4928-8732-c14f3c51264a} TCPHandler: Processed in 0.001345853 sec. 2025.08.11 21:44:38.601960 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:38.602054 [ 277 ] {663f9260-2fe7-445f-ba7e-643981463d7e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:44:38.602095 [ 277 ] {663f9260-2fe7-445f-ba7e-643981463d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:44:38.602565 [ 277 ] {663f9260-2fe7-445f-ba7e-643981463d7e} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.602602 [ 277 ] {663f9260-2fe7-445f-ba7e-643981463d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.602920 [ 277 ] {663f9260-2fe7-445f-ba7e-643981463d7e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.11 21:44:38.603154 [ 277 ] {663f9260-2fe7-445f-ba7e-643981463d7e} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.603289 [ 277 ] {663f9260-2fe7-445f-ba7e-643981463d7e} executeQuery: Read 228 rows, 15.81 KiB in 0.00125 sec., 182400 rows/sec., 12.35 MiB/sec. 2025.08.11 21:44:38.603310 [ 221 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): 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.08.11 21:44:38.603329 [ 277 ] {663f9260-2fe7-445f-ba7e-643981463d7e} TCPHandler: Processed in 0.001418604 sec. 2025.08.11 21:44:38.603345 [ 221 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): 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.08.11 21:44:38.603447 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:38.603541 [ 277 ] {0f443ec2-f4b1-44d1-8b64-0c611affe494} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:38.603582 [ 277 ] {0f443ec2-f4b1-44d1-8b64-0c611affe494} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:38.604151 [ 277 ] {0f443ec2-f4b1-44d1-8b64-0c611affe494} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.604187 [ 277 ] {0f443ec2-f4b1-44d1-8b64-0c611affe494} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.604521 [ 277 ] {0f443ec2-f4b1-44d1-8b64-0c611affe494} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.08.11 21:44:38.604754 [ 277 ] {0f443ec2-f4b1-44d1-8b64-0c611affe494} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.604889 [ 277 ] {0f443ec2-f4b1-44d1-8b64-0c611affe494} executeQuery: Read 549 rows, 41.73 KiB in 0.001363 sec., 402787.9677182685 rows/sec., 29.90 MiB/sec. 2025.08.11 21:44:38.604930 [ 277 ] {0f443ec2-f4b1-44d1-8b64-0c611affe494} TCPHandler: Processed in 0.001531665 sec. 2025.08.11 21:44:38.605048 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:38.605143 [ 277 ] {7f2c7bbd-95ef-4d22-991d-ee539a3d55f9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:38.605189 [ 277 ] {7f2c7bbd-95ef-4d22-991d-ee539a3d55f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:38.605727 [ 221 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): 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.08.11 21:44:38.605755 [ 277 ] {7f2c7bbd-95ef-4d22-991d-ee539a3d55f9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.605792 [ 277 ] {7f2c7bbd-95ef-4d22-991d-ee539a3d55f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.606166 [ 277 ] {7f2c7bbd-95ef-4d22-991d-ee539a3d55f9} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.08.11 21:44:38.606383 [ 277 ] {7f2c7bbd-95ef-4d22-991d-ee539a3d55f9} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.606483 [ 139 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Selected 6 parts from all_1_144_33 to all_149_149_0 2025.08.11 21:44:38.606507 [ 277 ] {7f2c7bbd-95ef-4d22-991d-ee539a3d55f9} executeQuery: Read 943 rows, 64.75 KiB in 0.001425 sec., 661754.3859649122 rows/sec., 44.37 MiB/sec. 2025.08.11 21:44:38.606545 [ 139 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.606556 [ 277 ] {7f2c7bbd-95ef-4d22-991d-ee539a3d55f9} TCPHandler: Processed in 0.001604737 sec. 2025.08.11 21:44:38.606570 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.606676 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:38.606704 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_144_33 to all_149_149_0 into Compact with storage Full 2025.08.11 21:44:38.606770 [ 277 ] {81697d39-d349-42fb-b1c7-eecd8f1dc1ac} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:38.606894 [ 277 ] {81697d39-d349-42fb-b1c7-eecd8f1dc1ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:38.606926 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:38.606969 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTreeSequentialSource: Reading 6 marks from part all_1_144_33, total 39727 rows starting from the beginning of the part 2025.08.11 21:44:38.607042 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part 2025.08.11 21:44:38.607089 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 196 rows starting from the beginning of the part 2025.08.11 21:44:38.607142 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part 2025.08.11 21:44:38.607184 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part 2025.08.11 21:44:38.607228 [ 198 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 943 rows starting from the beginning of the part 2025.08.11 21:44:38.607733 [ 277 ] {81697d39-d349-42fb-b1c7-eecd8f1dc1ac} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.607775 [ 277 ] {81697d39-d349-42fb-b1c7-eecd8f1dc1ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.608333 [ 277 ] {81697d39-d349-42fb-b1c7-eecd8f1dc1ac} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.11 21:44:38.608597 [ 277 ] {81697d39-d349-42fb-b1c7-eecd8f1dc1ac} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.608747 [ 277 ] {81697d39-d349-42fb-b1c7-eecd8f1dc1ac} executeQuery: Read 27 rows, 49.54 KiB in 0.001931 sec., 13982.392542723977 rows/sec., 25.06 MiB/sec. 2025.08.11 21:44:38.608762 [ 148 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.08.11 21:44:38.608820 [ 277 ] {81697d39-d349-42fb-b1c7-eecd8f1dc1ac} TCPHandler: Processed in 0.002136816 sec. 2025.08.11 21:44:38.608828 [ 148 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.608865 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. 2025.08.11 21:44:38.608946 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:38.608969 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::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.08.11 21:44:38.609047 [ 277 ] {d56a5178-b050-48f4-ae8b-e0001a0eda64} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:38.609095 [ 277 ] {d56a5178-b050-48f4-ae8b-e0001a0eda64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:38.609208 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:38.609279 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2460 rows starting from the beginning of the part 2025.08.11 21:44:38.609409 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:38.609455 [ 277 ] {d56a5178-b050-48f4-ae8b-e0001a0eda64} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:38.609498 [ 277 ] {d56a5178-b050-48f4-ae8b-e0001a0eda64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:38.609520 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 15 rows starting from the beginning of the part 2025.08.11 21:44:38.609640 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:38.609754 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 15 rows starting from the beginning of the part 2025.08.11 21:44:38.609818 [ 277 ] {d56a5178-b050-48f4-ae8b-e0001a0eda64} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.08.11 21:44:38.609868 [ 203 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 27 rows starting from the beginning of the part 2025.08.11 21:44:38.610064 [ 277 ] {d56a5178-b050-48f4-ae8b-e0001a0eda64} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.610207 [ 277 ] {d56a5178-b050-48f4-ae8b-e0001a0eda64} executeQuery: Read 36 rows, 2.48 KiB in 0.001178 sec., 30560.271646859084 rows/sec., 2.06 MiB/sec. 2025.08.11 21:44:38.610247 [ 277 ] {d56a5178-b050-48f4-ae8b-e0001a0eda64} TCPHandler: Processed in 0.001349432 sec. 2025.08.11 21:44:38.621503 [ 195 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergeTask::MergeProjectionsStage: Merge sorted 41346 rows, containing 5 columns (5 merged, 0 gathered) in 0.014801718 sec., 2793324.396532889 rows/sec., 191.38 MiB/sec. 2025.08.11 21:44:38.621873 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} MergedBlockOutputStream: filled checksums all_1_149_34 (state Temporary) 2025.08.11 21:44:38.621941 [ 186 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2571 rows, containing 19 columns (19 merged, 0 gathered) in 0.013017768 sec., 197499.29480998585 rows/sec., 353.91 MiB/sec. 2025.08.11 21:44:38.622195 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_merge_all_1_149_34 to all_1_149_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.622283 [ 196 ] {a5686cda-6b76-410b-b26f-7f29ae890420::all_1_149_34} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420) (MergerMutator): Merged 6 parts: [all_1_144_33, all_149_149_0] -> all_1_149_34 2025.08.11 21:44:38.622400 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.08.11 21:44:38.624413 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.08.11 21:44:38.624777 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:38.624854 [ 200 ] {6923f86b-1d96-481a-a86c-94755267d5cb::all_1_126_25} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.08.11 21:44:38.625021 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.89 MiB. 2025.08.11 21:44:39.000174 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 364.17 MiB, peak 389.68 MiB, free memory in arenas 0.00 B, will set to 370.38 MiB (RSS), difference: 6.21 MiB 2025.08.11 21:44:41.284169 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:41.284366 [ 277 ] {9cfd29de-fae5-48fe-885f-2eff4b24bbd9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:41.284435 [ 277 ] {9cfd29de-fae5-48fe-885f-2eff4b24bbd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:41.285088 [ 277 ] {9cfd29de-fae5-48fe-885f-2eff4b24bbd9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:41.285137 [ 277 ] {9cfd29de-fae5-48fe-885f-2eff4b24bbd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:41.285548 [ 277 ] {9cfd29de-fae5-48fe-885f-2eff4b24bbd9} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.08.11 21:44:41.285794 [ 277 ] {9cfd29de-fae5-48fe-885f-2eff4b24bbd9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:41.285962 [ 277 ] {9cfd29de-fae5-48fe-885f-2eff4b24bbd9} executeQuery: Read 56 rows, 4.41 KiB in 0.001644 sec., 34063.2603406326 rows/sec., 2.62 MiB/sec. 2025.08.11 21:44:41.286017 [ 277 ] {9cfd29de-fae5-48fe-885f-2eff4b24bbd9} TCPHandler: Processed in 0.001979643 sec. 2025.08.11 21:44:41.286139 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:41.286242 [ 277 ] {fba0bf94-0aef-4cf8-b7b4-b24ec890e2e1} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:41.286286 [ 277 ] {fba0bf94-0aef-4cf8-b7b4-b24ec890e2e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:41.286743 [ 277 ] {fba0bf94-0aef-4cf8-b7b4-b24ec890e2e1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:41.286782 [ 277 ] {fba0bf94-0aef-4cf8-b7b4-b24ec890e2e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:41.287097 [ 277 ] {fba0bf94-0aef-4cf8-b7b4-b24ec890e2e1} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.08.11 21:44:41.287335 [ 277 ] {fba0bf94-0aef-4cf8-b7b4-b24ec890e2e1} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:41.287471 [ 277 ] {fba0bf94-0aef-4cf8-b7b4-b24ec890e2e1} executeQuery: Read 64 rows, 5.12 KiB in 0.001251 sec., 51159.07274180656 rows/sec., 3.99 MiB/sec. 2025.08.11 21:44:41.287513 [ 277 ] {fba0bf94-0aef-4cf8-b7b4-b24ec890e2e1} TCPHandler: Processed in 0.001425724 sec. 2025.08.11 21:44:41.287628 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:41.287724 [ 277 ] {fa7ed7ce-d5de-4ab3-9c6c-59d2d167d7bf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:41.287769 [ 277 ] {fa7ed7ce-d5de-4ab3-9c6c-59d2d167d7bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:41.288152 [ 277 ] {fa7ed7ce-d5de-4ab3-9c6c-59d2d167d7bf} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:41.288190 [ 277 ] {fa7ed7ce-d5de-4ab3-9c6c-59d2d167d7bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:41.288545 [ 277 ] {fa7ed7ce-d5de-4ab3-9c6c-59d2d167d7bf} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.08.11 21:44:41.288769 [ 277 ] {fa7ed7ce-d5de-4ab3-9c6c-59d2d167d7bf} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:41.288906 [ 277 ] {fa7ed7ce-d5de-4ab3-9c6c-59d2d167d7bf} executeQuery: Read 64 rows, 4.56 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 3.72 MiB/sec. 2025.08.11 21:44:41.288946 [ 277 ] {fa7ed7ce-d5de-4ab3-9c6c-59d2d167d7bf} TCPHandler: Processed in 0.001367663 sec. 2025.08.11 21:44:41.289059 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:41.289154 [ 277 ] {bd188dfb-33fa-4850-bbb0-dab94f53037e} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:41.289196 [ 277 ] {bd188dfb-33fa-4850-bbb0-dab94f53037e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:41.289523 [ 277 ] {bd188dfb-33fa-4850-bbb0-dab94f53037e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:41.289560 [ 277 ] {bd188dfb-33fa-4850-bbb0-dab94f53037e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:41.289870 [ 277 ] {bd188dfb-33fa-4850-bbb0-dab94f53037e} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.08.11 21:44:41.290089 [ 277 ] {bd188dfb-33fa-4850-bbb0-dab94f53037e} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:41.290223 [ 277 ] {bd188dfb-33fa-4850-bbb0-dab94f53037e} executeQuery: Read 24 rows, 1.66 KiB in 0.001086 sec., 22099.447513812156 rows/sec., 1.49 MiB/sec. 2025.08.11 21:44:41.290261 [ 277 ] {bd188dfb-33fa-4850-bbb0-dab94f53037e} TCPHandler: Processed in 0.001250992 sec. 2025.08.11 21:44:41.921100 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748 2025.08.11 21:44:41.921624 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:41.921669 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:41.922143 [ 245 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.11 21:44:41.922373 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:41.922500 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748 2025.08.11 21:44:44.148991 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2025.08.11 21:44:44.166545 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:44.166608 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:44.173213 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.11 21:44:44.173968 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:44.177109 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2025.08.11 21:44:44.554474 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2122 2025.08.11 21:44:44.557005 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:44.557060 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:44.558340 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.11 21:44:44.558600 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:44.558757 [ 141 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.11 21:44:44.558825 [ 141 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:44.558846 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:44.558869 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2122 2025.08.11 21:44:44.558961 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:44:44.559532 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:44.559691 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1964 rows starting from the beginning of the part 2025.08.11 21:44:44.560076 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::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.08.11 21:44:44.560436 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part 2025.08.11 21:44:44.560795 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part 2025.08.11 21:44:44.561144 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part 2025.08.11 21:44:44.561489 [ 194 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part 2025.08.11 21:44:44.568345 [ 193 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 72 columns (72 merged, 0 gathered) in 0.009439798 sec., 224792.94578125508 rows/sec., 168.65 MiB/sec. 2025.08.11 21:44:44.570491 [ 192 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.11 21:44:44.571109 [ 192 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:44.571189 [ 192 ] {502629ca-760b-42ad-8133-cf946d444763::all_1_66_13} system.query_log (502629ca-760b-42ad-8133-cf946d444763) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.11 21:44:44.571533 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.77 MiB. 2025.08.11 21:44:46.289536 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:46.289737 [ 277 ] {fd934589-a0c9-4623-acef-26f58a2114c9} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:46.289808 [ 277 ] {fd934589-a0c9-4623-acef-26f58a2114c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:46.290595 [ 277 ] {fd934589-a0c9-4623-acef-26f58a2114c9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.290647 [ 277 ] {fd934589-a0c9-4623-acef-26f58a2114c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.291076 [ 277 ] {fd934589-a0c9-4623-acef-26f58a2114c9} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.08.11 21:44:46.291330 [ 277 ] {fd934589-a0c9-4623-acef-26f58a2114c9} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.291506 [ 277 ] {fd934589-a0c9-4623-acef-26f58a2114c9} executeQuery: Read 86 rows, 7.39 KiB in 0.001818 sec., 47304.730473047304 rows/sec., 3.97 MiB/sec. 2025.08.11 21:44:46.291516 [ 140 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.08.11 21:44:46.291568 [ 277 ] {fd934589-a0c9-4623-acef-26f58a2114c9} TCPHandler: Processed in 0.002167556 sec. 2025.08.11 21:44:46.291589 [ 140 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.291617 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.291712 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:46.291760 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::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.08.11 21:44:46.291823 [ 277 ] {21df1ea8-3b55-42e2-93a2-fde60074ec24} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:46.291873 [ 277 ] {21df1ea8-3b55-42e2-93a2-fde60074ec24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:46.291913 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:46.291952 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1410 rows starting from the beginning of the part 2025.08.11 21:44:46.292021 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 110 rows starting from the beginning of the part 2025.08.11 21:44:46.292070 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 86 rows starting from the beginning of the part 2025.08.11 21:44:46.292113 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1251 rows starting from the beginning of the part 2025.08.11 21:44:46.292153 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part 2025.08.11 21:44:46.292194 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 86 rows starting from the beginning of the part 2025.08.11 21:44:46.292334 [ 277 ] {21df1ea8-3b55-42e2-93a2-fde60074ec24} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.292377 [ 277 ] {21df1ea8-3b55-42e2-93a2-fde60074ec24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.292750 [ 277 ] {21df1ea8-3b55-42e2-93a2-fde60074ec24} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.11 21:44:46.293004 [ 277 ] {21df1ea8-3b55-42e2-93a2-fde60074ec24} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.293160 [ 277 ] {21df1ea8-3b55-42e2-93a2-fde60074ec24} executeQuery: Read 15 rows, 1.13 KiB in 0.00136 sec., 11029.411764705881 rows/sec., 829.36 KiB/sec. 2025.08.11 21:44:46.293205 [ 277 ] {21df1ea8-3b55-42e2-93a2-fde60074ec24} TCPHandler: Processed in 0.001546216 sec. 2025.08.11 21:44:46.293329 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:46.293431 [ 277 ] {53faff28-5821-4769-99c1-10c7326a2864} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:46.293474 [ 277 ] {53faff28-5821-4769-99c1-10c7326a2864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:46.293647 [ 186 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 2999 rows, containing 5 columns (5 merged, 0 gathered) in 0.001947163 sec., 1540189.4962055052 rows/sec., 134.26 MiB/sec. 2025.08.11 21:44:46.293874 [ 193 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.08.11 21:44:46.293943 [ 277 ] {53faff28-5821-4769-99c1-10c7326a2864} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.293980 [ 277 ] {53faff28-5821-4769-99c1-10c7326a2864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.294158 [ 193 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.294233 [ 193 ] {e465c49b-54ef-4907-a032-409fd5d3dbb3::all_1_151_30} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.08.11 21:44:46.294301 [ 277 ] {53faff28-5821-4769-99c1-10c7326a2864} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.08.11 21:44:46.294330 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.11 21:44:46.294526 [ 277 ] {53faff28-5821-4769-99c1-10c7326a2864} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.294662 [ 277 ] {53faff28-5821-4769-99c1-10c7326a2864} executeQuery: Read 79 rows, 6.32 KiB in 0.001252 sec., 63099.04153354632 rows/sec., 4.93 MiB/sec. 2025.08.11 21:44:46.294661 [ 140 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.08.11 21:44:46.294707 [ 277 ] {53faff28-5821-4769-99c1-10c7326a2864} TCPHandler: Processed in 0.001427984 sec. 2025.08.11 21:44:46.294732 [ 140 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.294759 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.294837 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:46.294895 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::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.08.11 21:44:46.294940 [ 277 ] {7ad6d80c-d477-4c16-8113-3c4b750de6e5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:46.294992 [ 277 ] {7ad6d80c-d477-4c16-8113-3c4b750de6e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:46.295050 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:46.295089 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 634 rows starting from the beginning of the part 2025.08.11 21:44:46.295160 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 91 rows starting from the beginning of the part 2025.08.11 21:44:46.295209 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 79 rows starting from the beginning of the part 2025.08.11 21:44:46.295254 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 549 rows starting from the beginning of the part 2025.08.11 21:44:46.295297 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part 2025.08.11 21:44:46.295341 [ 187 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 79 rows starting from the beginning of the part 2025.08.11 21:44:46.295434 [ 277 ] {7ad6d80c-d477-4c16-8113-3c4b750de6e5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.295477 [ 277 ] {7ad6d80c-d477-4c16-8113-3c4b750de6e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.295853 [ 277 ] {7ad6d80c-d477-4c16-8113-3c4b750de6e5} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.08.11 21:44:46.296101 [ 277 ] {7ad6d80c-d477-4c16-8113-3c4b750de6e5} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.296239 [ 277 ] {7ad6d80c-d477-4c16-8113-3c4b750de6e5} executeQuery: Read 160 rows, 11.41 KiB in 0.001319 sec., 121304.01819560272 rows/sec., 8.45 MiB/sec. 2025.08.11 21:44:46.296281 [ 277 ] {7ad6d80c-d477-4c16-8113-3c4b750de6e5} TCPHandler: Processed in 0.001493525 sec. 2025.08.11 21:44:46.296400 [ 193 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001566186 sec., 955186.6764228514 rows/sec., 75.78 MiB/sec. 2025.08.11 21:44:46.296407 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:46.296515 [ 277 ] {da07ce63-fc95-4a88-9292-93d0381c824d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:46.296572 [ 277 ] {da07ce63-fc95-4a88-9292-93d0381c824d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:46.296582 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.08.11 21:44:46.296876 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.296959 [ 186 ] {479415e8-fae5-47e5-8169-89841a50eed7::all_1_151_30} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.08.11 21:44:46.297055 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.08.11 21:44:46.297472 [ 277 ] {da07ce63-fc95-4a88-9292-93d0381c824d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.297530 [ 277 ] {da07ce63-fc95-4a88-9292-93d0381c824d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.298198 [ 277 ] {da07ce63-fc95-4a88-9292-93d0381c824d} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.11 21:44:46.298459 [ 277 ] {da07ce63-fc95-4a88-9292-93d0381c824d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.298659 [ 277 ] {da07ce63-fc95-4a88-9292-93d0381c824d} executeQuery: Read 15 rows, 27.52 KiB in 0.002161 sec., 6941.230911614993 rows/sec., 12.44 MiB/sec. 2025.08.11 21:44:46.298776 [ 277 ] {da07ce63-fc95-4a88-9292-93d0381c824d} TCPHandler: Processed in 0.002433411 sec. 2025.08.11 21:44:46.298932 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:46.299043 [ 277 ] {878e89d8-24f0-454c-a7b2-d7ad39c1c87b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:46.299087 [ 277 ] {878e89d8-24f0-454c-a7b2-d7ad39c1c87b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:46.299437 [ 277 ] {878e89d8-24f0-454c-a7b2-d7ad39c1c87b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.299474 [ 277 ] {878e89d8-24f0-454c-a7b2-d7ad39c1c87b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.299803 [ 277 ] {878e89d8-24f0-454c-a7b2-d7ad39c1c87b} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.08.11 21:44:46.300039 [ 277 ] {878e89d8-24f0-454c-a7b2-d7ad39c1c87b} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.300165 [ 140 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.08.11 21:44:46.300173 [ 277 ] {878e89d8-24f0-454c-a7b2-d7ad39c1c87b} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2025.08.11 21:44:46.300208 [ 140 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:46.300228 [ 277 ] {878e89d8-24f0-454c-a7b2-d7ad39c1c87b} TCPHandler: Processed in 0.001362272 sec. 2025.08.11 21:44:46.300231 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:46.300338 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::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.08.11 21:44:46.300435 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:46.300464 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7590 rows starting from the beginning of the part 2025.08.11 21:44:46.300518 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:46.300562 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:46.300601 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 36 rows starting from the beginning of the part 2025.08.11 21:44:46.300637 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 24 rows starting from the beginning of the part 2025.08.11 21:44:46.300673 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part 2025.08.11 21:44:46.302618 [ 199 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 7830 rows, containing 4 columns (4 merged, 0 gathered) in 0.002309528 sec., 3390303.126872677 rows/sec., 228.56 MiB/sec. 2025.08.11 21:44:46.303047 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.08.11 21:44:46.303318 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:46.303386 [ 193 ] {23da573c-af4b-423f-bb11-e64c599614ce::all_1_151_30} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.08.11 21:44:46.303447 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2025.08.11 21:44:47.286872 [ 224 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:44:47.286926 [ 224 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:44:47.289130 [ 224 ] {} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): 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.08.11 21:44:49.213594 [ 137 ] {} DNSResolver: Updating DNS cache 2025.08.11 21:44:49.213676 [ 137 ] {} DNSResolver: Updated DNS cache 2025.08.11 21:44:49.422735 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236 2025.08.11 21:44:49.423267 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:49.423302 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:49.423783 [ 245 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.11 21:44:49.424012 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:49.424137 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 2025.08.11 21:44:50.316222 [ 136 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Selected 5 parts from all_1_39_9 to all_43_43_0 2025.08.11 21:44:50.316294 [ 136 ] {} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:50.316322 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:50.316448 [ 186 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_39_9 to all_43_43_0 into Compact with storage Full 2025.08.11 21:44:50.316604 [ 186 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:50.316641 [ 186 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_9, total 253 rows starting from the beginning of the part 2025.08.11 21:44:50.316708 [ 186 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2025.08.11 21:44:50.316752 [ 186 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part 2025.08.11 21:44:50.316793 [ 186 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2025.08.11 21:44:50.316833 [ 186 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 228 rows starting from the beginning of the part 2025.08.11 21:44:50.317712 [ 199 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317773 sec., 574454.0220508388 rows/sec., 41.92 MiB/sec. 2025.08.11 21:44:50.317933 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} MergedBlockOutputStream: filled checksums all_1_43_10 (state Temporary) 2025.08.11 21:44:50.318281 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_merge_all_1_43_10 to all_1_43_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:50.318368 [ 197 ] {b2c73313-0ebd-4db3-b2ae-8b090e200b8e::all_1_43_10} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e) (MergerMutator): Merged 5 parts: [all_1_39_9, all_43_43_0] -> all_1_43_10 2025.08.11 21:44:50.318469 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.11 21:44:50.370277 [ 223 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:44:50.370308 [ 223 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:44:50.372667 [ 223 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): 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.08.11 21:44:50.511900 [ 221 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): 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.08.11 21:44:50.511963 [ 221 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): 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.08.11 21:44:50.513988 [ 221 ] {} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): 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.08.11 21:44:51.072303 [ 218 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:44:51.072376 [ 218 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:44:51.075283 [ 218 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): 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.08.11 21:44:51.290074 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:51.290289 [ 277 ] {b8a5fc78-eccd-4477-af7f-05721e43cc3a} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:51.290365 [ 277 ] {b8a5fc78-eccd-4477-af7f-05721e43cc3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:51.291081 [ 277 ] {b8a5fc78-eccd-4477-af7f-05721e43cc3a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:51.291129 [ 277 ] {b8a5fc78-eccd-4477-af7f-05721e43cc3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:51.291544 [ 277 ] {b8a5fc78-eccd-4477-af7f-05721e43cc3a} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.08.11 21:44:51.291782 [ 277 ] {b8a5fc78-eccd-4477-af7f-05721e43cc3a} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:51.291935 [ 277 ] {b8a5fc78-eccd-4477-af7f-05721e43cc3a} executeQuery: Read 110 rows, 9.47 KiB in 0.001705 sec., 64516.12903225807 rows/sec., 5.42 MiB/sec. 2025.08.11 21:44:51.291977 [ 277 ] {b8a5fc78-eccd-4477-af7f-05721e43cc3a} TCPHandler: Processed in 0.002048454 sec. 2025.08.11 21:44:51.292105 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:51.292201 [ 277 ] {e81d7dfb-1d1f-4eb4-b825-10ecec558ad5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:51.292242 [ 277 ] {e81d7dfb-1d1f-4eb4-b825-10ecec558ad5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:51.292652 [ 277 ] {e81d7dfb-1d1f-4eb4-b825-10ecec558ad5} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:51.292689 [ 277 ] {e81d7dfb-1d1f-4eb4-b825-10ecec558ad5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:51.292987 [ 277 ] {e81d7dfb-1d1f-4eb4-b825-10ecec558ad5} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.11 21:44:51.293211 [ 277 ] {e81d7dfb-1d1f-4eb4-b825-10ecec558ad5} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:51.293339 [ 277 ] {e81d7dfb-1d1f-4eb4-b825-10ecec558ad5} executeQuery: Read 27 rows, 2.03 KiB in 0.001158 sec., 23316.062176165804 rows/sec., 1.71 MiB/sec. 2025.08.11 21:44:51.293378 [ 277 ] {e81d7dfb-1d1f-4eb4-b825-10ecec558ad5} TCPHandler: Processed in 0.001323322 sec. 2025.08.11 21:44:51.293489 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:51.293583 [ 277 ] {9e4d5057-22fa-4fb4-82ad-e0e4ccc0ea85} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:51.293623 [ 277 ] {9e4d5057-22fa-4fb4-82ad-e0e4ccc0ea85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:51.294033 [ 277 ] {9e4d5057-22fa-4fb4-82ad-e0e4ccc0ea85} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:51.294070 [ 277 ] {9e4d5057-22fa-4fb4-82ad-e0e4ccc0ea85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:51.294373 [ 277 ] {9e4d5057-22fa-4fb4-82ad-e0e4ccc0ea85} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.08.11 21:44:51.294585 [ 277 ] {9e4d5057-22fa-4fb4-82ad-e0e4ccc0ea85} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:51.294711 [ 277 ] {9e4d5057-22fa-4fb4-82ad-e0e4ccc0ea85} executeQuery: Read 91 rows, 7.28 KiB in 0.001146 sec., 79406.6317626527 rows/sec., 6.20 MiB/sec. 2025.08.11 21:44:51.294748 [ 277 ] {9e4d5057-22fa-4fb4-82ad-e0e4ccc0ea85} TCPHandler: Processed in 0.001308562 sec. 2025.08.11 21:44:51.294867 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:51.294961 [ 277 ] {a372e0ac-a83c-4d25-8402-4a576fe86b7b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:51.295004 [ 277 ] {a372e0ac-a83c-4d25-8402-4a576fe86b7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:51.295404 [ 277 ] {a372e0ac-a83c-4d25-8402-4a576fe86b7b} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:51.295440 [ 277 ] {a372e0ac-a83c-4d25-8402-4a576fe86b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:51.295768 [ 277 ] {a372e0ac-a83c-4d25-8402-4a576fe86b7b} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.08.11 21:44:51.295976 [ 277 ] {a372e0ac-a83c-4d25-8402-4a576fe86b7b} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:51.296110 [ 277 ] {a372e0ac-a83c-4d25-8402-4a576fe86b7b} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.08.11 21:44:51.296148 [ 277 ] {a372e0ac-a83c-4d25-8402-4a576fe86b7b} TCPHandler: Processed in 0.001330442 sec. 2025.08.11 21:44:51.296281 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:51.296400 [ 277 ] {4e1cd2ba-9bb3-4e5d-9470-344015cd2b9d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:51.296465 [ 277 ] {4e1cd2ba-9bb3-4e5d-9470-344015cd2b9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:51.297342 [ 277 ] {4e1cd2ba-9bb3-4e5d-9470-344015cd2b9d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:51.297379 [ 277 ] {4e1cd2ba-9bb3-4e5d-9470-344015cd2b9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:51.297919 [ 277 ] {4e1cd2ba-9bb3-4e5d-9470-344015cd2b9d} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.11 21:44:51.298141 [ 277 ] {4e1cd2ba-9bb3-4e5d-9470-344015cd2b9d} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:51.298278 [ 277 ] {4e1cd2ba-9bb3-4e5d-9470-344015cd2b9d} executeQuery: Read 27 rows, 49.54 KiB in 0.001902 sec., 14195.58359621451 rows/sec., 25.44 MiB/sec. 2025.08.11 21:44:51.298332 [ 277 ] {4e1cd2ba-9bb3-4e5d-9470-344015cd2b9d} TCPHandler: Processed in 0.002109776 sec. 2025.08.11 21:44:51.298445 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:51.298538 [ 277 ] {5d4b0937-2961-4a08-b6ad-1b8ecb008261} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:51.298579 [ 277 ] {5d4b0937-2961-4a08-b6ad-1b8ecb008261} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:51.298917 [ 277 ] {5d4b0937-2961-4a08-b6ad-1b8ecb008261} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:51.298952 [ 277 ] {5d4b0937-2961-4a08-b6ad-1b8ecb008261} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:51.299254 [ 277 ] {5d4b0937-2961-4a08-b6ad-1b8ecb008261} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.08.11 21:44:51.299469 [ 277 ] {5d4b0937-2961-4a08-b6ad-1b8ecb008261} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:51.299593 [ 277 ] {5d4b0937-2961-4a08-b6ad-1b8ecb008261} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.08.11 21:44:51.299629 [ 277 ] {5d4b0937-2961-4a08-b6ad-1b8ecb008261} TCPHandler: Processed in 0.001231011 sec. 2025.08.11 21:44:51.677255 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2025.08.11 21:44:51.694454 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:51.694515 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:51.700698 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.11 21:44:51.701414 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:51.704531 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.08.11 21:44:52.000228 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 367.35 MiB, peak 389.68 MiB, free memory in arenas 0.00 B, will set to 370.39 MiB (RSS), difference: 3.04 MiB 2025.08.11 21:44:54.559166 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2146 2025.08.11 21:44:54.561403 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:54.561458 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:54.562673 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.11 21:44:54.562958 [ 243 ] {} system.query_log (502629ca-760b-42ad-8133-cf946d444763): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:54.563359 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2146 2025.08.11 21:44:56.137274 [ 223 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:56.137353 [ 223 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:56.139863 [ 223 ] {} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): 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.08.11 21:44:56.291146 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.291343 [ 277 ] {f58fe88c-b17f-4483-9139-9fc36d2f723b} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.11 21:44:56.291415 [ 277 ] {f58fe88c-b17f-4483-9139-9fc36d2f723b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.11 21:44:56.292117 [ 277 ] {f58fe88c-b17f-4483-9139-9fc36d2f723b} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.292156 [ 277 ] {f58fe88c-b17f-4483-9139-9fc36d2f723b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.292536 [ 277 ] {f58fe88c-b17f-4483-9139-9fc36d2f723b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:44:56.292761 [ 277 ] {f58fe88c-b17f-4483-9139-9fc36d2f723b} oximeter.fields_i16 (44d70c08-7ed3-40bd-8109-0d9c726d71e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.292917 [ 277 ] {f58fe88c-b17f-4483-9139-9fc36d2f723b} executeQuery: Read 24 rows, 2.04 KiB in 0.001628 sec., 14742.01474201474 rows/sec., 1.22 MiB/sec. 2025.08.11 21:44:56.292969 [ 277 ] {f58fe88c-b17f-4483-9139-9fc36d2f723b} TCPHandler: Processed in 0.001965553 sec. 2025.08.11 21:44:56.293086 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.293186 [ 277 ] {9ad9a9b8-1df8-42db-9b29-d72fbfa037c2} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.11 21:44:56.293229 [ 277 ] {9ad9a9b8-1df8-42db-9b29-d72fbfa037c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.11 21:44:56.293634 [ 277 ] {9ad9a9b8-1df8-42db-9b29-d72fbfa037c2} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.293670 [ 277 ] {9ad9a9b8-1df8-42db-9b29-d72fbfa037c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.293960 [ 277 ] {9ad9a9b8-1df8-42db-9b29-d72fbfa037c2} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.11 21:44:56.294169 [ 277 ] {9ad9a9b8-1df8-42db-9b29-d72fbfa037c2} oximeter.fields_ipaddr (5a8a98fd-f1c8-44a4-8fc4-2649e7a0299e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.294295 [ 277 ] {9ad9a9b8-1df8-42db-9b29-d72fbfa037c2} executeQuery: Read 12 rows, 1002.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 864.41 KiB/sec. 2025.08.11 21:44:56.294333 [ 277 ] {9ad9a9b8-1df8-42db-9b29-d72fbfa037c2} TCPHandler: Processed in 0.001296452 sec. 2025.08.11 21:44:56.294440 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.294533 [ 277 ] {90cc0410-9511-4bdc-865a-9f9982b2ccc6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.11 21:44:56.294572 [ 277 ] {90cc0410-9511-4bdc-865a-9f9982b2ccc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.11 21:44:56.295037 [ 277 ] {90cc0410-9511-4bdc-865a-9f9982b2ccc6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.295074 [ 277 ] {90cc0410-9511-4bdc-865a-9f9982b2ccc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.295382 [ 277 ] {90cc0410-9511-4bdc-865a-9f9982b2ccc6} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.08.11 21:44:56.295586 [ 277 ] {90cc0410-9511-4bdc-865a-9f9982b2ccc6} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.295707 [ 277 ] {90cc0410-9511-4bdc-865a-9f9982b2ccc6} executeQuery: Read 212 rows, 19.29 KiB in 0.001194 sec., 177554.43886097154 rows/sec., 15.78 MiB/sec. 2025.08.11 21:44:56.295745 [ 277 ] {90cc0410-9511-4bdc-865a-9f9982b2ccc6} TCPHandler: Processed in 0.001352242 sec. 2025.08.11 21:44:56.295824 [ 223 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:56.295854 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.295866 [ 223 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:56.295954 [ 277 ] {e483f2a5-e324-4ca0-ad43-5373473433cf} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.11 21:44:56.295998 [ 277 ] {e483f2a5-e324-4ca0-ad43-5373473433cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.11 21:44:56.296392 [ 277 ] {e483f2a5-e324-4ca0-ad43-5373473433cf} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.296431 [ 277 ] {e483f2a5-e324-4ca0-ad43-5373473433cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.296746 [ 277 ] {e483f2a5-e324-4ca0-ad43-5373473433cf} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.11 21:44:56.296946 [ 277 ] {e483f2a5-e324-4ca0-ad43-5373473433cf} oximeter.fields_u16 (bcf45c89-8af0-4f9c-82e8-06432edb0e8e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.297076 [ 277 ] {e483f2a5-e324-4ca0-ad43-5373473433cf} executeQuery: Read 39 rows, 2.93 KiB in 0.00114 sec., 34210.52631578947 rows/sec., 2.51 MiB/sec. 2025.08.11 21:44:56.297116 [ 277 ] {e483f2a5-e324-4ca0-ad43-5373473433cf} TCPHandler: Processed in 0.001309362 sec. 2025.08.11 21:44:56.297236 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.297356 [ 277 ] {2da12613-2cbc-47a0-afa9-2b2c3fd647d6} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.11 21:44:56.297406 [ 277 ] {2da12613-2cbc-47a0-afa9-2b2c3fd647d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.11 21:44:56.297879 [ 277 ] {2da12613-2cbc-47a0-afa9-2b2c3fd647d6} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.297924 [ 277 ] {2da12613-2cbc-47a0-afa9-2b2c3fd647d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.298263 [ 277 ] {2da12613-2cbc-47a0-afa9-2b2c3fd647d6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.11 21:44:56.298473 [ 277 ] {2da12613-2cbc-47a0-afa9-2b2c3fd647d6} oximeter.fields_u32 (b2c73313-0ebd-4db3-b2ae-8b090e200b8e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.298602 [ 277 ] {2da12613-2cbc-47a0-afa9-2b2c3fd647d6} executeQuery: Read 24 rows, 2.04 KiB in 0.001271 sec., 18882.76947285602 rows/sec., 1.57 MiB/sec. 2025.08.11 21:44:56.298641 [ 277 ] {2da12613-2cbc-47a0-afa9-2b2c3fd647d6} TCPHandler: Processed in 0.001464065 sec. 2025.08.11 21:44:56.298778 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.298790 [ 223 ] {} oximeter.fields_string (e465c49b-54ef-4907-a032-409fd5d3dbb3): 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.08.11 21:44:56.298901 [ 277 ] {0877c533-588c-4a5e-bf6a-91ce520bf30d} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.11 21:44:56.298955 [ 277 ] {0877c533-588c-4a5e-bf6a-91ce520bf30d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.11 21:44:56.299432 [ 277 ] {0877c533-588c-4a5e-bf6a-91ce520bf30d} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.299476 [ 277 ] {0877c533-588c-4a5e-bf6a-91ce520bf30d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.299832 [ 277 ] {0877c533-588c-4a5e-bf6a-91ce520bf30d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.11 21:44:56.300056 [ 277 ] {0877c533-588c-4a5e-bf6a-91ce520bf30d} oximeter.fields_u8 (340d26c3-fdeb-4172-afc7-56b0d802f5bb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.300185 [ 277 ] {0877c533-588c-4a5e-bf6a-91ce520bf30d} executeQuery: Read 12 rows, 960.00 B in 0.001308 sec., 9174.311926605506 rows/sec., 716.74 KiB/sec. 2025.08.11 21:44:56.300223 [ 277 ] {0877c533-588c-4a5e-bf6a-91ce520bf30d} TCPHandler: Processed in 0.001504905 sec. 2025.08.11 21:44:56.300324 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.300417 [ 277 ] {7e4f615a-e8ba-46d3-bec9-05d5b25709f7} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.11 21:44:56.300455 [ 277 ] {7e4f615a-e8ba-46d3-bec9-05d5b25709f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.11 21:44:56.300880 [ 277 ] {7e4f615a-e8ba-46d3-bec9-05d5b25709f7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.300915 [ 277 ] {7e4f615a-e8ba-46d3-bec9-05d5b25709f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.301216 [ 277 ] {7e4f615a-e8ba-46d3-bec9-05d5b25709f7} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.08.11 21:44:56.301419 [ 277 ] {7e4f615a-e8ba-46d3-bec9-05d5b25709f7} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.301542 [ 277 ] {7e4f615a-e8ba-46d3-bec9-05d5b25709f7} executeQuery: Read 127 rows, 10.55 KiB in 0.001144 sec., 111013.98601398601 rows/sec., 9.01 MiB/sec. 2025.08.11 21:44:56.301580 [ 277 ] {7e4f615a-e8ba-46d3-bec9-05d5b25709f7} TCPHandler: Processed in 0.001303222 sec. 2025.08.11 21:44:56.301669 [ 218 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:56.301691 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.301723 [ 218 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:56.301802 [ 277 ] {376ec0f3-3004-4c93-81ff-351aea1d5fce} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:56.301849 [ 277 ] {376ec0f3-3004-4c93-81ff-351aea1d5fce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.11 21:44:56.302245 [ 277 ] {376ec0f3-3004-4c93-81ff-351aea1d5fce} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.302284 [ 277 ] {376ec0f3-3004-4c93-81ff-351aea1d5fce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.302620 [ 277 ] {376ec0f3-3004-4c93-81ff-351aea1d5fce} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.08.11 21:44:56.302835 [ 277 ] {376ec0f3-3004-4c93-81ff-351aea1d5fce} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.302972 [ 277 ] {376ec0f3-3004-4c93-81ff-351aea1d5fce} executeQuery: Read 202 rows, 14.82 KiB in 0.001188 sec., 170033.67003367003 rows/sec., 12.18 MiB/sec. 2025.08.11 21:44:56.303009 [ 277 ] {376ec0f3-3004-4c93-81ff-351aea1d5fce} TCPHandler: Processed in 0.001364933 sec. 2025.08.11 21:44:56.303054 [ 225 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:56.303094 [ 225 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:56.303120 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.303212 [ 277 ] {cc54bda9-ff41-48c5-8648-eef047de40f5} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.11 21:44:56.303266 [ 277 ] {cc54bda9-ff41-48c5-8648-eef047de40f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.11 21:44:56.304077 [ 277 ] {cc54bda9-ff41-48c5-8648-eef047de40f5} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.304116 [ 277 ] {cc54bda9-ff41-48c5-8648-eef047de40f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.304419 [ 218 ] {} oximeter.fields_uuid (479415e8-fae5-47e5-8169-89841a50eed7): 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.08.11 21:44:56.304667 [ 277 ] {cc54bda9-ff41-48c5-8648-eef047de40f5} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.11 21:44:56.304897 [ 277 ] {cc54bda9-ff41-48c5-8648-eef047de40f5} oximeter.measurements_histogramu64 (6923f86b-1d96-481a-a86c-94755267d5cb): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.305034 [ 277 ] {cc54bda9-ff41-48c5-8648-eef047de40f5} executeQuery: Read 15 rows, 27.52 KiB in 0.00184 sec., 8152.173913043478 rows/sec., 14.61 MiB/sec. 2025.08.11 21:44:56.305090 [ 277 ] {cc54bda9-ff41-48c5-8648-eef047de40f5} TCPHandler: Processed in 0.002016324 sec. 2025.08.11 21:44:56.305202 [ 277 ] {} TCP-Session: 4a12455d-b18b-4d05-89cc-82f39d49f2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.11 21:44:56.305314 [ 277 ] {be4f946c-a448-4b03-befd-8f00667b2881} executeQuery: (from [fd00:1122:3344:101::d]:36765) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.11 21:44:56.305321 [ 225 ] {} oximeter.measurements_cumulativeu64 (a5686cda-6b76-410b-b26f-7f29ae890420): 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.08.11 21:44:56.305359 [ 277 ] {be4f946c-a448-4b03-befd-8f00667b2881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.11 21:44:56.305706 [ 277 ] {be4f946c-a448-4b03-befd-8f00667b2881} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.305744 [ 277 ] {be4f946c-a448-4b03-befd-8f00667b2881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.306704 [ 277 ] {be4f946c-a448-4b03-befd-8f00667b2881} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.08.11 21:44:56.306936 [ 277 ] {be4f946c-a448-4b03-befd-8f00667b2881} oximeter.measurements_u64 (23da573c-af4b-423f-bb11-e64c599614ce): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.307074 [ 277 ] {be4f946c-a448-4b03-befd-8f00667b2881} executeQuery: Read 60 rows, 4.14 KiB in 0.001777 sec., 33764.772087788406 rows/sec., 2.28 MiB/sec. 2025.08.11 21:44:56.307114 [ 277 ] {be4f946c-a448-4b03-befd-8f00667b2881} TCPHandler: Processed in 0.001961973 sec. 2025.08.11 21:44:56.924350 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663 2025.08.11 21:44:56.924916 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.924963 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.925456 [ 245 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.11 21:44:56.925696 [ 245 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.925829 [ 89 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.11 21:44:56.925840 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663 2025.08.11 21:44:56.925866 [ 89 ] {} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:56.925885 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:56.926007 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:56.926179 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:56.926222 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part 2025.08.11 21:44:56.926288 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:56.926332 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:56.926401 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:56.926444 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:56.926483 [ 186 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::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.08.11 21:44:56.929222 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.003269695 sec., 12742167.082862468 rows/sec., 182.28 MiB/sec. 2025.08.11 21:44:56.929531 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.11 21:44:56.929886 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_91_18} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:56.929979 [ 199 ] {b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0::all_1_91_18} system.asynchronous_metric_log (b9b6c8ac-cea3-43e2-bb2e-db2a90a5f1d0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.11 21:44:56.930106 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.08.11 21:44:59.204662 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 685 2025.08.11 21:44:59.222262 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:59.222329 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:59.228641 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.11 21:44:59.229416 [ 244 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:59.229708 [ 35 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.11 21:44:59.229777 [ 35 ] {} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.11 21:44:59.229800 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. 2025.08.11 21:44:59.229917 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:59.233586 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 685 2025.08.11 21:44:59.233711 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.11 21:44:59.235212 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:59.240024 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:59.244926 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:59.249631 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:59.254665 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::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.08.11 21:44:59.259476 [ 191 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part 2025.08.11 21:44:59.323272 [ 190 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 679 columns (679 merged, 0 gathered) in 0.093404595 sec., 7333.686313826423 rows/sec., 37.92 MiB/sec. 2025.08.11 21:44:59.326372 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.11 21:44:59.328467 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_91_18} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.11 21:44:59.328558 [ 188 ] {0ef2c16e-18a1-4270-b13b-df31336d78cf::all_1_91_18} system.metric_log (0ef2c16e-18a1-4270-b13b-df31336d78cf) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.11 21:44:59.331073 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.08.11 21:45:00.000187 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 371.44 MiB, peak 389.68 MiB, free memory in arenas 0.00 B, will set to 370.39 MiB (RSS), difference: -1.05 MiB